@charset "utf-8";
/* Richcash - allashlee CSS file */
body {

  background-color: white;
  background-image: url('../../tour/images/imgBack.gif');
  margin: 0px;
  color: #444;
  background-color: #343434;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: black;
  text-align: center;

}

	a {
	color: #0000FF;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}



#main {

  margin-left: auto;

  margin-right: auto;

  float: center;

  width: 750px;

  height: 100%;

  background-color: #47B7FF;

  text-align: left;

}



#footer {

  text-align: center;
  font-size: 10px;
  background-color: white;
  color: #999;
   margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 940px;
	text-align: center;
	line-height: 18px;
	border-top: 1px solid #e6e6e6;
	clear: both;
	}



#header_menu_bar {
	margin: 0 auto;
	color:#FFFFFF;
	width: 940px;
	height: 24px;
	background-image: url('file:///K|/Web_Sites/_assets/images/header_greybar.gif');
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align: center;
}


#footer a {

  color: #0099ff;

}



td {

	color: white;

	font-size: 12px;

}



.updateHolder {

	height: 220px;

}



#updateTitle {

	color: #666;

	font-size: 12px;

}

/* EXTRA */

#header_top_container {
	margin: 0 auto;
	width: 940px;
	height: 54px;
	background-image: url('file:///K|/Web_Sites/images/header_bg.gif');
}


#header_top_logo {
	float: left;
	width: 200px;
	margin: 0;
}

#header_top_search {
	text-align: right;
	padding-right: 10px;
	padding-top: 15px;
}

#header_top_rightside {
	float: right;
	width: 12px;
	margin: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

	
.tour_yellow_bigger_name {
	color: #ffff00;
	font-size: 12px;
	font-style:oblique;
	text-align: center;
	}



#header_menu_bar {
	margin: 0 auto;
	color:#FFFFFF;
	width: 940px;
	height: 24px;
	background-image: url('file:///K|/Web_Sites/_assets/images/header_greybar.gif');
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align: center;
}

#header_menu_bar ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#header_menu_bar ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}

#header_menu_bar ul li a {
	color: #333;
	text-decoration: none;
	padding: 6px 14px 6px 14px;
}

#header_menu_bar ul li a:hover {
	background-color: #333;
	color: #fff;
}





#main_content_container {
	margin: 0 auto;
	width: 940px;
}


a.link_inactive {
	color: red;
	}

#main_body_text {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
	}

#main_link {
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
	}

.tour_set_name {
	color: #ccc;
	font-size: 10px;
	text-align: center;
	}


h1 {
	margin: 25px 0 10px 0;
	font-size: 26px;
	border-bottom: 1px solid #e6e6e6;
}

h2 {
	margin: 45px 0 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #e6e6e6;
}

h3 {
	margin: 45px 0 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}

h4 {
	font-size: 14px;
	border: none;
	font-weight: bold;
	}

h5 {
	margin: 0 0 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}


p, td {
	font-size: 12px;
	line-height: 16px;
}

#tag_cloud {
	line-height: 26px;
}



.tbl {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tbl_header {
	background-color: #e6e6e6;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	font-size: 10px;
}

.tbl_even {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}

.tbl_odd {
	padding: 4px;
	background-color: #ebf8f6;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}




#footer a {
	color: #999;
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: none;
	}
	


#autocomplete_choices {
	position: absolute;
	width: 350px;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: 1px solid #333;
}

#autocomplete_choices ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#autocomplete_choices ul li.selected {
	background-color: #ffb;
}

#autocomplete_choices ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 10px 2px 2px 8px;
	height: 32px;
	cursor: pointer;
	font-size: 16px;
}

