body {
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 14px;
  background-color: #E8ECDD;
  line-height: 1.5;
}

.object_table_divmain
{
	width: 350px;
	float:left;
	margin-bottom: 1%; 	
}

.object_table_divlbl
{
	font-weight: bold;
}
 
label
{
  font-weight: bold;
} 

.object_table_divfield
{
}

.object_table_divfield input,
.object_table_divfield textarea,
.object_table_divfield select
{
	margin-left: 0%;
}

.lbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 360px;
  background-image: url(../images/left.png);
  background-repeat: repeat-x;
}

.rbg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 324px;
  background-image: url(../images/right.png);
  background-repeat: repeat-x;
}


.cbg {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -378px;
  height: 293px;
  width: 756px;
  background-image: url(../images/header_index_wide.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  border-left: 1px solid #D6D9C7;
}

#date {
  background-color: #4A4A4A;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -378px;
  height: 25px;
  width: 755px;
  border-right: 1px solid #D6D9C7;
  border-left: 1px solid #D6D9C7;
  z-index: 2;
  color: white;
  font-size: 14px;
  line-height: 25px;
}

#date div {
  display: inline ! important;
  margin: 0 15px 0 10px;
}

#date div a {
  color: white;
}

#mainindex {
  background-image: url(../images/transparent.png);
  background-repeat: repeat;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: 28px;
  height: 294px;
  width: 350px;
  border-right: 1px solid #D6D9C7;;
  z-index: 2;
  overflow: auto;
}

#mainindex div {
  margin: 0px;
}

#navindex {
  position: absolute;
  top: 319px;
  left: 50%;
  margin-left: -378px;
  width: 755px;
  height: 78px;
  background-image: url(../images/index_nav.png);
  border-left: 1px solid #D6D9C7;
  border-right: 1px solid #D6D9C7;
  border-bottom: 1px solid #D6D9C7;
  z-index: 2;
}

#navitems {
  position: absolute;
  top: 0;
  left: 0;
  width: 765px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
}

#navitems a {
  display: block;
  height: 41px;
  width: 126px;
  float: left;
  text-align: center;
  color: black;
  line-height: 41px;
  text-decoration: none;
  padding-top: 5px;
}

#navitems a:hover {
  background-image: url(../images/nav_hover.png);
  background-repeat: repeat-x;
  background-position: top left;
}

.navcurrent {
  background-image: url(../images/nav_hover.png) ! important;
  background-repeat: repeat-x ! important;
  background-position: top left ! important;
}

 dl.new_obj_dl, dl.new_obj_dl dt, dl.new_obj_dl dd{
 	                display:inline;  width:500px;
 	        }
			
			
			
#navitemsothers {
  position: absolute;
  top: 0;
  left: 0;
  width: 765px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
}

#navitemsothers a {
  display: block;
  height: 41px;
  width: 126px;
  float: left;
  text-align: center;
  color: black;
  line-height: 41px;
  text-decoration: none;
  padding-top: 5px;
}

#navitemsothers a:hover {
  background-image: url(../images/nav_hover.png);
  background-repeat: repeat-x;
  background-position: top left;
}

.spacer {
  position: absolute;
  left: -1px;
  top: 40px;
  width: 755px;
  height: 10px;
  background-color: white;
  border-left: 1px solid #D6D9C7;
  border-right: 1px solid #D6D9C7;
  border-bottom: 5px solid #e3e3e1;
}

#logindiv {
  position: absolute;
  top: 56px;
  left: 0;
  width: 755px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
}

#logindiv a {
  color: #69699A;
  text-decoration: none;
}

#logindiv a:hover {
  background-color: #69699A;
  color: white;
}

#logindivothers a:hover {
  background-color: #69699A;
  color: white;
}

#logindiv form {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#logindiv form label {
  display: inline;
  margin-left: 20px;
  color: #69699A;
}

#logindiv form input {
  display: inline;
  width: 75px;
  height: 14px;
  border: 1px solid #D6D9C7;
  vertical-align: middle ! important;
}

.remember_me {
  width: auto ! important;
  height: auto ! important;
  border: none ! important;
}

.go_button {
  width: 50px ! important;
  height: 18px ! important;
  margin-right: 25px ! important;
  cursor: pointer;
  border: 1px solid #69699A ! important;
  color: #69699A;
  line-height: 16px;
}

#addindex {
  position: absolute;
  top: 522px;
  text-align: center;
  font-size: 12px;
  color: #69699A;
  padding: 0px 20% 10px 20%;
}

#addothers {
  position: relative;
  margin-top: 36px;
  width: 755px;
  text-align: center;
  font-size: 14px;
  color: #69699A;
  background-color: #E8ECDD;
}

.all_lbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 151px;
  background-image: url(../images/left_all.png);
  background-repeat: repeat-x;
}

.all_rbg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 115px;
  background-color: red;
  background-image: url(../images/right_all.png);
  background-repeat: repeat-x;
}

.all_cbg {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -378px;
  height: 84px;
  width: 756px;
  background-image: url(../images/header_others_wide_flip.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  border-left: 1px solid #D6D9C7;
}

#mainothers {
  background-image: url(../images/transparent.png);
  background-repeat: repeat;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: 28px;
  height: 84px;
  width: 350px;
  border-right: 1px solid #D6D9C7;
  z-index: 2;
}

#mainothers div {
}

#navothers {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -378px;
  width: 755px;
  height: 41px;
  background-image: url(../images/index_nav.png);
  border-left: 1px solid #D6D9C7;
  border-right: 1px solid #D6D9C7;
  z-index: 2;
}

#content {
  position: absolute;
  top: 159px;
  left: 50%;
  margin-left: -378px;
  width: auto;
  height: auto;
}

/*
.content_wrapper {
  position: relative;
  margin-left: 7px;
  width: 755px;
  background-image: url(../images/shadow.png);
  background-repeat: repeat;
}
*/

.content {
  position: relative;
  background-color: white;
  border-top: 3px solid #e3e3e1;
  border-left: 1px solid #D6D9C7;
  border-right: 1px solid #D6D9C7;
  font-size: 12px;
  width: 755px;
  overflow: hidden;
}

#logindivothers {
  position: relative;
  left: 0;
  width: 755px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  border-top: 5px solid #e3e3e1;
  border-bottom: 1px solid #D6D9C7;
  background-color: #f2f2f0
}

/*
.logindivshadow {
  position: absolute;
  top: 24px;
  height: 5px;
  left: 5px;
  width: 756px;
  background-image: url(../images/shadow.png);
  background-repeat: repeat;
}
*/

#logindivothers a {
  color: #69699A;
  text-decoration: none;
}

#logindivothers form {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#logindivothers form label {
  display: inline;
  margin-left: 20px;
  color: #69699A;
}

#logindivothers form input {
  display: inline;
  width: 75px;
  height: 14px;
  border: 1px solid #D6D9C7;
  vertical-align: middle ! important;
}

#margin {
  margin: 10px;
}

div.flash {
  width: 70%;
  background-color: #ffffff;
  color: #640000;
  border: 1px solid #640000;
  margin: 10px auto 0px auto;
  padding: 5px;
  margin: 10px;            
}

#account_nav {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -155px;
  height: 25px;
  width: 523px;
  text-align: right;
  z-index: 3;
  color: white;
  font-size: 14px;
  line-height: 25px;
}

#account_nav div {
  margin-left: 25px;
  display: inline;
}

#account_nav div a {
  color: white;
}

input.editor_field {
  width: 200px;
  border: 1px solid #D6D9C7;
}

textarea.editor_field {
  width: 100%;
  height: 200px;
  border: 1px solid #D6D9C7;
}

a.page_link {
  color: black;
}

input.search_bhv {
  width: 710px ! important;
  border: 1px solid #D6D9C7;
}

#search_spinner {
  z-index: 4 ! important;
  margin-top: 10px;
} 

#user_login,
#user_password,         
#user_password_confirmation,
#user_license_number,
#user_company,
#user_first_name,
#user_last_name,
#user_email,
#user_phone,
#user_fax,
#user_address,
#user_city,
#user_state,
#user_zip
{
  width: 200px;
  border: 1px solid #D6D9C7;
}

#user_category_id {
  width: 202px; 
}

.button_input {
  width: 101px ! important;
  height: 20px ! important;
  margin-right: 0px ! important;
  cursor: pointer;
  border: 0px solid #69699A ! important;
  color: white;
  line-height: 20px;
  background-color: transparent;
  background-image:url(../images/next.png);
}

.hidden {
  display: none ! important;
}

#ajax_progress {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -528px;
  color: #69699A;
  position: absolute;
  background: transparent;
  font-family: Tahoma "sans serif";
  display: none;
  z-index: 5 ! important;
}

#ajax_progress div {
    border: 1px dashed grey;
    margin: 10px;
    padding: 3px;
    padding-top: -15px;
}

#ajax_progress img {
    padding-left: 6px;
    vertical-align: middle;
}

.logo_web {
  position: relative;
  height: 80px;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(../images/logo.png);
}

.login_table {
  position: relative ! important;
  margin-top: 10px ! important;
}

.formError {
  position: relative ! important;
  margin-top: 10px ! important;
  font-weight: bold;
}

.categories {
  float: left;
  width: 50%;
}

.categories div {
  float: left;
  width: 150px;
}

.directory_search {
  position: relative;
  margin-top: 15px;
}

.category_fields {
  margin: 5px 0 5px 0;
}

.category_fields div {
  float: left;
  width: 150px;
}

.category_fields input {
  border: 1px solid #D6D9C7;
}

.clearer {
  clear: both;
}

.odd div {
  width: 100%;
  background-color: #F2F2F0;
  border: 1px solid #69699A;
  margin-bottom: 15px;
}

.odd a {
  color: black;
}

.odd table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px;
}

.step_nav table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px;
}
.step_nav td {
  width: 20%;
}

tr.step_nav {
  background-color: #F2F2F0;
}

.odd td {
  width: 20%;
}

.even td {
  width: 20%;
}

.even div {
  width: 100%;
  background-color: #E3E3E1;
  border: 1px solid #000053;
  margin-bottom: 15px;
}

.even a {
  color: black;
}

.even table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px;
}

.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select
{
  border-color: #69699A ! important;
  background-color: #A6A6C3 ! important;
}

#errorExplanation {
  background-color: #A6A6C3;
  border: 1px solid #69699A;
  color: #313131;
  padding: 0 10px 0 10px;
  margin-top: 10px;
}

#errorExplanation ul {
  list-style-type: square;
  list-style-position: inside;
}

fieldset {
  border: 1px solid #69699A;
}

legend {
  border: 1px solid #69699A;
  background-color: #F0F0F0;
  padding: 5px 10px 5px 10px;
}

#navadmin_index {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -588px;
  width: 150px;
  z-index: 4;
  font-size: 12px;
}

#navadmin_index ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#navadmin_index a{
  color: black;
}

#navadmin_others {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -588px;
  width: 150px;
  z-index: 4;
  font-size: 12px;
}

#navadmin_others ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#navadmin_others a{
  color: black;
}

.resources_link {
  color: #69699A;
}

.section table {
  position: relative;
  width: 100%;  text-align:center;
  border: 0px solid #69699A;
}

tr.odd {
  /*background-color: #E3E3E1;*/
}

.odd td {
  padding: 5px;
}

tr.even {
  /*background-color: #F2F2F0;*/
}

.even td {
  padding: 5px;
}

table.object_table {
  border: 1px;
  width: 700px;
}

/* added on aug 2 for print file */


.trdiv
{
width:230px; text-align:right; vertical-align:top;
}


.leftcoldiv_top
{
display:inline; width:100px; height:30px;
 text-align:center; float:left;
  border-right-color: #000000; 
  border-right-style: solid; border-right-width: thin;
   border-left-style: solid; border-left-width: thin;
    border-left-color: #000000; border-bottom-width: thin; 
	border-bottom-style: solid; border-bottom-color: #000000;
	 border-top-color: #000000; border-top-width: thin; border-top-style: solid;
}
.rightcoldiv_top
{
display:inline; width:100px;height:30px;
 border-right-color: #000000; border-right-style: solid; border-right-width: thin;
 text-align:center;float:left;
  border-bottom-width: thin;  border-bottom-style: solid; border-bottom-color: #000000;
   border-top-color: #000000; border-top-width: thin;  border-top-style: solid;
}

.leftcoldiv_mid
{
display:inline; width:100px;height:30px;
 text-align:center; float:left;


  border-bottom-width: thin; 
	border-bottom-style: solid; border-bottom-color: #000000;
	 border-left-style: solid; border-left-width: thin; border-left-color: #000000;
	 border-top-color: #000000; border-top-width: thin; border-top-style: solid;
}

.leftcoldiv_bot
{
display:inline; width:100px;height:30px;
 text-align:center; float:left;
  border-right-color: #000000;  border-right-style: solid; border-right-width: thin;
   border-left-style: solid; border-left-width: thin; border-left-color: #000000;
	 border-bottom-width: thin; border-bottom-style: solid; border-bottom-color: #000000;
	 
}
.rightcoldiv_bot
{
display:inline; width:100px; height:30px;
border-right-color: #000000; border-right-style: solid; border-right-width: thin;
 text-align:center;float:left;
  border-bottom-width: thin;  border-bottom-style: solid; border-bottom-color: #000000;
  
}
.leftcoldiv_top_large
{
display:inline; width:150px; height:30px;
 text-align:center; float:left;
  border-right-color: #000000; 
  border-right-style: solid; border-right-width: thin;
   border-left-style: solid; border-left-width: thin;
    border-left-color: #000000; border-bottom-width: thin; 
	border-bottom-style: solid; border-bottom-color: #000000;
	 border-top-color: #000000; border-top-width: thin; border-top-style: solid;
}

.empty
{
display:inline; width:150px; height:30px;
 text-align:center; float:left;
  
}

.leftcoldiv_mid_large
{
display:inline; width:150px;height:30px;
 text-align:center; float:left;


  border-bottom-width: thin; 
	border-bottom-style: solid; border-bottom-color: #000000;
	 border-left-style: solid; border-left-width: thin; border-left-color: #000000;
	 border-top-color: #000000; border-top-width: thin; border-top-style: solid;
}

/*    --XXXXXXX--- */

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	line-height: 3;
}

div.panel_top {
	background-image: url('/hobothemes/aventurelease/images/object_table_top.png');
	background-repeat: no-repeat;
	height: 10px;
}

div.panel {
	background-color: #C2C6AF;
	border-right: 1px solid #ACB095;
	border-left: 1px solid #ACB095;
	padding: 10px;
}

div.panel_bottom {
	background-image: url('/hobothemes/aventurelease/images/object_table_bottom.png');
	background-repeat: no-repeat;
	height: 22px;
} 

.navTitle {
	letter-spacing: 2px;
}

div#front_page_about_us  {
	margin: 8px;
	padding: 0px;
	font-size: 11px;
}    


#navadmin_new {
  margin: 10px 10px 0 10px; height:60px; width:750px; vertical-align:left; background-color:#ffffff;
}


#navadmin_new a {
  display: block;
  float: left;
  height: 19px;
  background-image: url("/hobothemes/aventurelease/images/button_m_2.png");
  text-decoration: none;
  color: black;
  font-size: 12px;
}

#navadmin_new a:hover {
  color: white;
}

#navadmin_new li div {
  float: left;
  line-height: 19px;
  height: 19px;
  margin-left: 13px;
  background-image: url("/hobothemes/aventurelease/images/button_r_2.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 14px;
}

#navadmin_new ul {
  margin:  0;
  padding: 0;
  list-style: none;
}

#navadmin_new li {
  float: left;
  line-height: 19px;
  height: 19px;
  background: url("/hobothemes/aventurelease/images/button_l_2.png");
  background-position: left;
  background-repeat: no-repeat;
}


#navadmin_new_index {
	position: absolute;
  top: -10px;
  left: -11px;
  margin-left: -78px;
  margin: 10px 10px 0 10px; height:60px; width:757px; vertical-align:left; background-color:#ffffff;
}

#navadmin_new_index a {
  display: block;
  float: left;
  height: 19px;
  background-image: url("/hobothemes/aventurelease/images/button_m_2.png");
  text-decoration: none;
  color: black;
  font-size: 12px;
}

#navadmin_new_index a:hover {
  color: white;
}

#navadmin_new_index li div {
  float: left;
  line-height: 19px;
  height: 19px;
  margin-left: 13px;
  background-image: url("/hobothemes/aventurelease/images/button_r_2.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 14px;
}

#navadmin_new_index ul {
  margin:  0;
  padding: 0;
  list-style: none;
}

#navadmin_new_index li {
  float: left;
  line-height: 19px;
  height: 19px;
  background: url("/hobothemes/aventurelease/images/button_l_2.png");
  background-position: left;
  background-repeat: no-repeat;
}

div.case_nav {
}

div.case_nav div.nav_item {    
  display: block;
  float: left;
  width: 19.5%;
  text-align: center; 
  
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px; 
  
  margin-right: 0.5%;
  padding: 1% 0%;
  color: #000000;
  background-color: #D8D6F5;
}

div.case_nav div.nav_item.current { 
  display: block;
  color: #ffffff;
  background-color: #252159;
}        
 
div.case_nav div.nav_item a {
  display: block;
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}             

div.case_nav div.nav_item.done a {
  background-image: url("/hobothemes/aventurelease/images/tick.png");
  background-repeat: no-repeat;
  background-position: 2px center;
}     

div.case_nav div.nav_item.missing a {
  background-image: url("/hobothemes/aventurelease/images/cross.png");
  background-repeat: no-repeat;
  background-position: 2px center;
}

div.error_messages {
  margin-bottom: 10px;
} 
