@charset "utf-8";
/** CSS Document **/
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr {
	height:1px;
	margin:5px 0px 5px 0px;
	border:0px;
	background:#ddd;
	width:90%;
}

body, table {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	body{background:#eee;}

	table {
		background:#fff;
		border:1px solid #eee;
	}

input, select, textarea {
	background:#fff;
	border:1px solid #7f9db9;
}

input.button{
	border:1px solid #26a;
	background:#bbd;
	padding:0px;
}	
	input.button:active{
		border-top:2px solid #acc;
		border-left:2px solid #acc;
		border-right:2px solid #dff;
		border-bottom:2px solid #dff;
		background:#bed2d9;
		padding: 4px 2px 2px 4px;
	}

* {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#container {
	background: #fff;
	width: 100%;
	/*margin: 0 auto;*/
}
/**/


/** LINKS **/
a img {
	border:0px;
}

a, a:visited, a:active {
	color:#369;
	outline:none;
}

a:hover {
	color:#000;
}
/**/


/** Design Blocks **/
#logo {
	float:left;
	width:300px;
	height:73px;
	background:#b9bdd5;
	text-align:right;
}

#trc{
	float:left;
	height:73px;
	overflow:hidden;
}

#topRight {
	height:25px;
	_height:35px;
	padding:10px 10px 0 0;
	background:#b9bdd5;
}

#navBar {
	padding:10px 0 10px 0;
	text-align:left;
	height:20px;
	width:100%;
}

#left_col, #right_col {
	width: 15%;
	margin: 0px 2px 0px 2px;
}
	#left_col { float:left }
	#right_col { float:left }

#body_col {
	width:69%;
	float:left;
	padding-bottom:10px;
}

#body23_col {
	width:84%;
	float:left;
	padding-bottom:10px;
}

#fullbody_col {
	width:98%;
	float:left;
	padding:0 1% 0 1%;
	background:#fff;
}

#footer {
	height:50px;
	background:#eee;
	padding:15px;
	color:#111;	
}

	#footer a, #footer a:hover, #footer a:active, #footer a:visited {
		color:#26a;
		text-decoration:none;
	}
/**/


/** Menu Bar **/
#menu {
	height:34px;
	_height:38px;
	padding-top:4px;
	background:#eee;
	color:#000;
}
	
	#menu a, #menu a:visited{
		color:#369;
		text-decoration:none;
	}

	#menu div.item, #menu .text, #menu div{
		float: left;
		margin: 8px 0px 0px 15px;
		border-right:1px solid #aab9bf;
		padding-right:15px;
	}
	
		#menu div{
			border:0px;
		}
	
		#menu .text{
			border:0px;
			float:right;
		}
	
	#menu .item a, #menu .item a:visited, #menu .item a:active {
		color:#000;
		text-decoration:none;
	}
	
	#menu .item a:hover {
		text-decoration:underline;
	}
/**/

	
/** General Blocks **/
.titlebar {
	display:block;
	font-size:16px;
	font-weight:bold;
	background:#b0b4ca;
	padding:5px;
}

.smalltitle {
	display:block;
	font-weight:bold;
	background:#eef;
	padding:5px;
}

.roundtitle {
	float:left;
	font-size:16px;
	font-weight:bold;
	background:#b9bdd5;
	height:29px;
	line-height:29px;
}
	.leftround{float:left;background: #b9bdd5; width:15px; height:29px;}
	.rightround{float:left;background: #b9bdd5; width:15px; height:29px;}

th {
	background:#c1c5db;
	padding:3px;
	font-weight:normal;
}

.h3 {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
}

.activeBlock, .inactiveBlock {
	font-size:17px;
	padding:8px;
}

	.activeBlock {
		font-weight:bold;
		background:#b0b4ca;
	}
	
	.inactiveBlock {
		background:#eee;
		color:#aaa;
	}
/**/


/** Special IDs **/
.catlist {
	padding:5px;
	font-size:16px;
}

	.catlist a {
		color:#c6bc4a;
		font-weight:bold;
		text-decoration:none;
	}


.postlist {
	padding:5px;
}

.topSponsor {
	padding:6px;
	font-size:13px;
	background:#E3E9F2;
	/*border:1px solid #d2d9e1;*/
	margin-bottom:1px;
}

.sideSponsorWrapper {
	float:right;
	text-align:right;
	width:225px;
	border:0px solid red;
	background:#fff;
}

.sideSponsor {
	padding:6px;
	font-size:13px;
	background:#FAFAD2;
	border:1px solid #E9E93A;
	margin:0px 10px 10px 10px;
	width:200px;
	text-align:left;
}

.listSearch {
	padding:15px 0px 15px 0px;
}
/**/


/** ROWS **/
.row1, .row2, .footer_row, .error_row {
	padding:5px;
	font-size:12px;
}

.row1 {
	background:#eee;
}

.row2 {
	background:#fff;
}

.footer_row {
	background:#ccc;
}

.error_row, .error {
	background:#fed;
}
	
	.error{
		padding:3px;
		border:1px solid #edc;
		text-align:center;
	}
/**/


/** Small Classes **/
a.selected {
	font-weight:bold;
}

.required {
	background-color:#ffb;
	border:1px solid #dd9;
}

.highlight {
	padding:3px;
	background:#FAFAD2;
	border:1px solid #E9E93A;
	text-align:center;
}

.list_highlight {
	padding:3px;
	background:#ff9;
	border:1px solid #ff9;
	margin-bottom:1px;
}

.memcpWindow{
	width:100%;
	height:150px;
	overflow:scroll;
}
/**/

.searchWrapper {
	float:left;
	margin-left:2%;
	width:30%;
	border:1px solid #ddd;
	padding-bottom:5px;
}

	.searchWrapper div{
		padding:0 0 0 2%;
	}

.cityLinkList {
  padding: 0px; 
  margin: 0px; 
  padding-top: 6px; 
  padding-bottom: 6px; 
  line-height: 20px;
  }

  .cityLinkList a {
  font-size: 16px; 
  font-weight: bold;	
  color: #B59A28;
  }
