html {
	height: 100%
} /*\*/
* html .clearfix {
	height: 1%
}

body {
	height: 100%;
	text-align: left;
	font: 12px Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
	color: #666;
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden
}

h2 {
	font-size: 20px
}

div {
	margin: 0
}

img {
	vertical-align: middle;
	border: 0
}

label {
	display: block;
	float: left;
	font-weight: bold;
	line-height: normal;
	margin-right: 10px;
	position: relative;
	text-align: left;
	width: 175px
}

input,select,*,input {
	outline: 0
}

#container {
	height: 100% !important;
	left: 0;
	min-height: 574px;
	min-width: 1000px;
	top: 0;
	width: 100%
}

#header {
	background-image: url("/images/header_back.gif");
	background-repeat: repeat-x;
	height: 32px;
	position: relative
}

.nav {
	/* bottom: 8px; */
	position: absolute;
	right: 3px;
	text-align: right;
	z-index: 1
}

.nav_link,.nav_spacer {
	font-size: 12px;
	font-weight: bold;
	color: #fff
}

a.nav_link:link {
	color: #fff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px
}

a.nav_link:visited {
	color: #fff;
	text-decoration: none
}

a.nav_link:active {
	color: #fff;
	text-decoration: none
}

a.nav_link:hover {
	color: #EEE;
	text-decoration: none
}

.instructions {
	padding-left: 50px;
	top: 30px;
	position: absolute
}

#no_javascript_alert {
	text-align: center
}

#top_ad {
	text-align: center
}

#main {
	margin: 20px 10px;
	/* bottom: 23px; */
	left: 0;
	min-height: 460px;
	min-width: 1000px;
	position: absolute;
	right: 0;
	top: 50px
}

#content {
	position: relative;
	padding-bottom: 30px
}

#sidepane {
	margin-top: 20px;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 1;
	background: #fff;
	width: 250px;
	position: absolute; /**/
}

.sidepane_top {
	margin: 5px;
	background: #f4f3ed;
	border: 1px solid #d8d8d8;
	background-image: url("/images/sidepane_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat
}

.sidepane_lower {
	background: #f4f3ed;
	border: 1px solid #d8d8d8
}

#footer {
	clear: both;
	padding-left: 10px;
	overflow: hidden
}

#footer_bar {
	bottom: 0;
	height: 21px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 11;
	background-color: #868279;
	width: 100%;
	color: #fff;
	text-align: left
}

#footer_bar_links {
	margin-left: 10px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

td.td_label {
	font-weight: bold;
	width: 120px
}

.td_label {
	padding-right: 10px;
	text-align: right;
	width: 100px
}

a.red_link:link {
	color: #900;
	text-decoration: underline
}

a.red_link:visited {
	color: #900;
	text-decoration: underline
}

a.red_link:active {
	color: #900;
	text-decoration: underline
}

a.red_link:hover {
	color: #b00;
	text-decoration: underline
}

.white_link {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	line-height: 150%
}

.keyword_label {
	-moz-transition: all .1s linear 0s;
	border: 1px solid transparent;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	padding: 1px 4px 2px;
	position: relative;
	background-color: #d0dfee;
	text-decoration: none;
	color: #036
}

.keyword_label:hover {
	outline: medium none;
	background-color: #cad3dd;
	border-color: #a3b1be
}

#logo {
	float: left;
	left: 10px;
	position: absolute;
	z-index: 10
}

#ajax_loader {
	vertical-align: middle;
	display: none
}

.button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d),
		to(#65a9d7) );
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle
}

.button:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc
}

.button:active {
	border-top-color: #1b435e;
	background: #1b435e
}
