/****************
    Universal
****************/

body {
  font-size: 8pt;
  background-color: #002157;
  font-family: arial;
  color: #333333;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img
{
  	border-style: none;
}

h2 {
  color: #222222;
}

#head {
  font-size: 16pt;
  margin-bottom: 10px;
  color: #4D2626;
}

.fieldWithErrors {
  background-color: #ff9900;
}


#vertical_table {
  font-size: 10pt;
}

#vertical_table th {
  text-align: left;
  padding-right: 10px;
}

#horizontal_table, #horizontal_admin_table, #vertical_register_table {
  font-size: 10pt;
}

#horizontal_admin_table {
  width: 80%;
  border: 1px solid #000;
  margin: 15px;
}


#vertical_register_table {
  border: 1px solid #fbaa35;
  padding: 5px;
  background: #f1fecb;
}

#required {
  color: #ff0000;
}
/****************
      Menu
****************/
#menu ul {

  margin: 0;
  padding: 0;
  list-style: none;

}

#menu li {
  display: inline;

}

#menu a {
  font-weight: bold;
  font-size: 9pt;
  color: #99aaff;
  text-decoration: none;
  padding: 5px;
}

#menu a:hover {
  background-color: #cc6600;
}


/****************
   Admin Menu
****************/

#admin_menu {
  background-color: #cccccc;
  border-bottom: 1px dashed #000000;
  border-top: 1px dashed #000000;
}

#admin_menu a {
  color: #000000;
  font-size: 9pt;
}


/****************
  Agent Portal Menu
*****************/

#agent_portal_menu {
	
	margin-right: 10px;
	margin-bottom: 15px;

	padding-right: 10px;
	
	height: 24px;
}

/****************
    Sections
****************/

#main {
	background-color: #fafafa;
}

#content {
  font-size: 9pt;
}

#right_menu {
list-style: none;
  list-style-image: url(/images/right_bullet.png);
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 15px;
  padding-right: 4px;
}

#right_menu li {
  margin-bottom: 0px;
  padding-left: 5px;
  font-size:  10pt;
}

#right_menu a {
  color: #0033cc;
}

/********************************************************************
                               Pages
********************************************************************/



/******************
    Index
******************/

#about {
  margin-top: 20px;
  font-size: 10pt;
  font-family: arial;
}

/******************
    News
******************/

#newsletter-registration td {
  font: 10pt arial;
  color: #ffe6e6;
}

/******************
    Resources
******************/


/******************
   Travel Agents
******************/

#register {
  padding-left: 40px;
  font-size: 14pt;
}


#agent-registration td {
  font: 10pt arial;
}

/*******************
    Book Club
*******************/

#book_club td {
  font: 10pt arial;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#book_club #book_row td {
  padding-bottom: 40px;
}


/********************
   Destinations
********************/

#express_safari div {
  float: left;
  margin-bottom: 10px 
}

#express_safari #left {
  float: left;
  width: 150px;
  font-weight: bold;
}

#express_safari #right {
  float: right;
  width: 550px
}


/********************
   Destinations
   EcoTraining
   10 Day
********************/

.eco_10_day_block {
  float: left;
  width: 475px;
  margin-bottom: 20px;
}

.eco_10_day_line {
  float: left;
}

.eco_10_day_left {
  width: 125px;
  float: left;
}

.eco_10_day_right {
  width: 350px;
  float: right;
}