@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:#fff;}

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

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

input.button{
	background:#B6BAD2;
	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:#b4cfd9 url(./images/trc_bg.png) repeat-x;
	color:#fff;
}

#navBar {
	padding:7px 0 7px 0;
	text-align:left;
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:7px
}

#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:#fff;
	padding:15px;
	color:#111;
	margin-top:10px;
}

	#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:#cdd6ff url(./images/trc2_bg.png) repeat-x;
	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: url('./images/roundbg.png') repeat-x;
	height:28px;
	line-height:28px;
}
	.leftround{float:left;background: url('./images/roundleft.png') right no-repeat; width:10px; height:28px;}
	.rightround{float:left;background: url('./images/roundright.png') left no-repeat; width:10px; height:28px;}

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 **/
#hits {margin:0 auto; width:300px; border:1px solid #555}
	#hits td{text-align:center; font-size:15px}
	
.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;
	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;
  }

#disclaimer{width:600px; border:1px solid #aaa; padding:10px; text-align:left}


/*Paging*/
#page {float:right}
#page ul {list-style: none;}

	#page li {
		float: left;
		width:19px;
		height:19px;
		background: #e9f4f7;
		border:1px solid #000;
		margin-right:1px;
		text-align:center;
		line-height: 18px;
		display:inline;
	}

	#page li a {
		font:normal 12px Arial, Tahoma;
		text-decoration:none;
		color:#000;
	}

	#page li.normal {
		background:transparent;
		border:1px solid #ddd;
		margin:5px;
		padding:5px;
		width:300px;
		color:#000;
	}

	#page li.normal a{font:bold 18px Arial,Tahoma}

	#page li.selected {
		font-weight:bold;
		background:#2F6C99;
		color:#fff;
		border:0px;
		margin-top:1px;
	}

	#page li.selected a{color:#fff}

/* Link menu */
#link_menu {width:100%; height:30px; background:#fff; border-bottom:1px solid #eee; padding:3px 0 3px 0}
#link_menu ul {list-style-type:none}
#link_menu li {height:22px; border-right:1px solid #eee; padding:8px 10px 0 10px; float:left}
#link_menu li a {text-decoration:none; font-weight:bold}