html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: rgb(243,247,250);
    color: #333;
    font: 10pt verdana, arial, helvetica, sans-serif;

}

p {
    padding-bottom:10px;
}

a:link {
    /* color: #666; */
    color:#006dba;
    font-weight: normal;
    text-decoration: none;
} 

a:hover {
    /* color: #666; */
    color:#006dba;
    font-weight: normal;
    text-decoration: underline;
}

a:visited {
    /* color: #666; */
    color:#6699ff;
    font-weight: normal;
    text-decoration: none;
}


h1 {
    color: #006dba;
    font-weight:bold;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #006dba;
    font-weight:normal;
    font-size: 14px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
    padding: 2px 2px 2px 0;
}
textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}



/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* FAQ LIST */

.faqlist table {
    border-collapse: collapse;
}
.faqlist th, .faqlist td {
    border-left: 1px solid #ddd;
}
.faqlist th:hover, .faqlist tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.submit {
    background: transparent 5px 50% no-repeat;
    padding-left: 28px;
}


/* Notis specific */
.footer {
    color:white;
    text-align:left;
    padding-left:30px;
    height:80px;
    background-image:url(../images/common/footer.gif);
    background-repeat:no-repeat;
    background-position:bottom left;
}

.splash {
    color:white;
    text-align:left;
    padding-left:10px;
    height:120px;
    background-image:url(../images/splash/header_splash_waves.gif);
    background-repeat:no-repeat;
    background-position:bottom left;
}

.splash table {
    border:0px;
    width:100%;
    color:white;
}

.splashbody {
    background-image:url(../images/common/nomads_watermark.jpg);
    background-repeat:no-repeat;
    background-position:center;
}


/* body div formatting for home and about sections */
.aboutbody {
    margin-left:40px;
    margin-right:40px;
    padding-top:50px;
    font-size:11pt;
    /*
    background-image:url(../images/common/nomads_watermark_lite.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    min-height:500px;
    */
}

.aboutbody a:link {
    /* color: #666; */
    color:#006dba;
    font-weight: normal;
    text-decoration: none;
}

.aboutbody a:hover {
    /* color: #666; */
    color:#006dba;
    font-weight: normal;
    text-decoration: underline;
}

.aboutbody a:visited {
    /* color: #666; */
    color:#6699ff;
    font-weight: normal;
    text-decoration: none;
}


.homebody {
    margin-left:40px;
    margin-right:40px;
    padding-top:60px;
    font-size:11pt;
}

.homebody a:link {
    /* color: #666; */
    color:#006dba;
    font-weight: normal;
    text-decoration: none;
}

.homebody a:hover {
    /* color: #666; */
    color:#006dba;
    font-weight: normal;
    text-decoration: underline;
}

.homebody a:visited {
    /* color: #666; */
    color:#6699ff;
    font-weight: normal;
    text-decoration: none;
}



/* tab bar menu */

#navbar {
    float:left;
    width:100%;
    color:white;
    font-size:10pt;
    background: rgb(243,247,250) url(../images/common/about_nav_separator.gif) repeat-x bottom;
    min-width:1024px;
}

#navbar ul {
    margin:0;
    list-style: none;
    padding: 10px 12px 0px;
    white-space: nowrap;
}

#navbar li {
    float:left;
    background:url(../images/common/tab_off_full.gif) no-repeat right top;
    margin:0px;
    padding: 0 0 8px 0px;
    line-height:20px;
}


#navbar a {
    display:block;
    background:url(../images/common/tab_off_left.gif) no-repeat left top;
    padding: 5px 15px;
}

#navbar #current {
    background-image:url(../images/common/tab_on_full.gif);
}

#navbar #current a {
    background-image:url(../images/common/tab_on_left.gif);
}


#navbar  a:link, a:visited {
    color:white;
    font-weight:normal;
}

#navbar a:hover {
    text-decoration:underline;
}


/* tab bar sub menu */

#navsub {
    float:left;
    width:100%;
    color:white;
    font-size:8pt;
    background: rgb(243,247,250) url(../images/common/home_nav_sep_mid.gif) repeat-x top;
}

#navsub ul {
    margin:0px;
    list-style: none;
    padding-left: 10px;
    white-space: nowrap;
}

#navsub li {
    float:left;
    margin:0px;
    padding: 0 0 0px 0px;
    line-height:20px;
}


#navsub #sublink a {
    display:block;
    padding: 0px 10px;
    color:#0066cc;
}

#navsub #current {
    background-image:url(../images/common/tab_on_full.gif);
}

#navsub #current a {
    background-image:url(../images/common/tab_on_left.gif);
}


#navsub  #sublink a:link, #sublink a:visited {
    color:#0066cc;
    font-weight:normal;
}

#navsub #sublink a:hover {
    text-decoration:underline;
    background: rgb(243,247,250) url(../images/common/home_nav_sep_on.gif) repeat-x top;
}




/*  Trip Page Definition */

div.trip_head {
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width:700px;
    margin-left:auto;
    margin-right:auto;
}


div.trip_top {
    background-image:url('../images/common/trip_header_blue.gif');
    background-repeat:no-repeat;
    background-position:top left;
    border-color: #006dba;
    border-style: solid;
    border-width: 0px 1px 0px;
    width:700px;
    line-height: 40px;
    margin-left:auto;
    margin-right:auto;
}


div.trip_main {
    background-color: white;
    border-bottom-color: #669966;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #669966;
    border-left-style: solid;
    border-left-width: 1px;
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    width:684px;
    margin-left:auto;
    margin-right:auto;
}

div.trip_main p {
    text-align: left;
    vertical-align: top
}

div.trip_main p#itinerary {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

div.trip_main p#meal_codes {
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 12pt;
    text-align: left;
    vertical-align: top
}

div.trip_main p#trip_legs {
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    text-align: left;
    vertical-align: top
}

div.trip_main h1 {
    color: #330000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center
}

div.trip_main h2 {
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center
}

div.trip_main h3 {
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 0px;
    text-align: center
}

div.trip_survey {
    background-color: white;
    border-bottom-color: #669966;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #669966;
    border-left-style: solid;
    border-left-width: 1px;
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px
}
