/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body{
	padding:0;
	margin:0;
	background-color:#e4e5e9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:100%;
	width: 100%;
}
.high{background:yellow;}
.sm{color:#666; font-size:12px;}
.play{width:100px; height:100px; background:url('../images/play.png') top center no-repeat;}
.play:hover{width:100px; height:100px; background:url('../images/play.png') bottom center no-repeat;}
/*div, h1, h2, form, label, input, textarea, img, span{
	margin:0; padding:0;
}*/
.form_button  {
	font-size: 14px;
	color: black;
	padding:2px 6px;
}
/* ALERTS */
.alertbad {  
	width:auto; min-height:50px; height:auto;
    border:1px solid #ff0000; 
    padding-top:10px;
    padding-left:80px;
    padding-right:10px;
    padding-bottom:10px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    font-weight:bold; 
    color:#ff0000; 
    background:#ffe7e5 url(images/redimportant.png) left no-repeat; 
    margin:10px;
}
.alert {  
	width:auto; min-height:50px; height:auto;
    border:1px solid #4ebb0e; 
    padding-top:10px;
    padding-left:80px;
    padding-right:10px;
    padding-bottom:10px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    font-weight:bold; 
    color:#000; 
    background:#bfe6a8 url(images/greenok.png) left no-repeat; 
    margin:10px;
}
/* END BOB */
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border: 1px solid #050ea3;
}


#header{
	background:url(../images/blueheader.gif);
	width:950px;
	height:232px;
}

#nav{font-size:12px;

}

#content {
	padding:1em 0em 7em 1em; /* bottom padding for footer */
	width: 646px;
	float:left;
	overflow:hidden;
}

#content-full {
	padding:1em 0em 7em 1em; /* bottom padding for footer */
	width: 900px;
	float:left;
}

#sidebar {
	padding:1em 1em 5em; /* bottom padding for footer */
	width: 255px;
	background-color:#ffffff;
	float:left;
}


	#content p {
		text-align:justify;
		padding:0 1em;
	}

#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
clear:both;
	bottom:0; /* stick to bottom */
	RIGHT:0;
	position:absolute;
	width:100%;
	  background:#050ea3;
	border-top:6px double #fff;
	text-align: right;	
}
	#footer p {
		padding:1em;
		margin:0;
		color:#ffffff;
		font-size:.8em;
	}

a.white{
	color: #ffffff;
	text-decoration: underline;
}

a.white:hover{
	text-decoration: underline;
}


#header span.title {
	position:absolute;
	left:15px;
	top:10px;
}

#header span.resize {
	position:absolute;
	left:510px;
	top:5px;
}


#header span.searchform {
	font-weight: bold;
	position:absolute;
	left:710px;
	top:15px;
	color: #ffffff;
}

#header span.members {
	width: 160px;
	font-weight: bold;
	position:absolute;
	left:325px;
	top:85px;
	font-size: 11px;
	color: #707070;
}

#header span.join {
	width: 160px;
	font-weight: bold;
	position:absolute;
	left:215px;
	top:0px;
	font-size: 11px;
	color: #707070;
}

#header span.donate {
	width: 160px;
	font-weight: bold;
	position:absolute;
	left:430px;
	top:0px;
	font-size: 11px;
	color: #707070;
}

#header span.join-members {
	width: 160px;
	font-weight: bold;
	position:absolute;
	left:540px;
	top:85px;
	font-size: 11px;
	color: #707070;
}

#header span.donate-members {
	width: 160px;
	font-weight: bold;
	position:absolute;
	left:755px;
	top:85px;
	font-size: 11px;
	color: #707070;
}


#header img.globe {
	position:absolute;
	left:15px;
	top:50px;
}

#header img.panels {
	position:absolute;
	left:298px;
	top:50px;
}

#header img.loginbutton {
	position:absolute;
	left:138px;
	top:93px;
}

#header img.loginbutton2 {
	position:absolute;
	left:76px;
	top:93px;
}

#header img.joinbutton {
	position:absolute;
	left:138px;
	top:93px;
}

#header img.donatebutton {
	position:absolute;
	left:138px;
	top:93px;
}

#header input {
	font-size: 9px;
}	


img {
	border: 0;
}


#box-container {
	margin:0 auto;
	border:0;
	padding:10px;
	overflow:hidden;
}

#box-container h2 {
	padding:3px;
	font-size: 1.2em;
	font-weight:bold;	
}

h2.header {
	padding:0 3px 7px 3px;
	font-weight:bold;
	border-bottom:thin; border-bottom-style:dotted;margin-bottom:15px;
}

.headerboth {
	padding:7px 3px 7px 3px;
	font-weight:bold;
	border-bottom:thin; border-bottom-style:solid;margin-bottom:15px;
	border-top:thin; border-top-style:solid;margin-bottom:15px;
	border-color: #ccc;
	width:100%;
}

.comments{
	padding:7px 3px 7px 3px;
	border-bottom:thin; border-bottom-style:dotted;margin-bottom:15px;
	border-color: #ccc;
	width:100%;
}


.cbox {
	padding:0 0 6px 0;
	overflow:hidden;
}

.inner {
	padding:8px 8px;
	font-size: 13px;
	overflow:hidden;
}

.inner ul {
	list-style-image:url(../images/dotarrow.gif);
	padding-left: 15px;
	margin: 0;
}

.inner ul li {
	border-bottom:1px dotted #eeeeee;
	padding:3px 1px 3px 5px;	
}


.tblLabel{
   	color : #OOOOOO;
   	padding : 8px 8px 8px 8px;
	text-align:right;
	width: 170px;
}

.tblForm  {
	color : #OOOOOO;
	padding : 8px 5px 4px 5px;
}

.button  {
	font-size : 14px;
	color : black;
	margin-top: 10px;
}

.input  {
	font-family : Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.preforminstruc{
color: #EA8006;
}

.asterisk{
color: #EA8006;
font-weight:bold;
font-size:1.2em;
}

.formSection{
font-size: 1.2em;
color:#1A8ACA;
border-bottom : 1px #1A8ACA solid;
padding:22px 0 0 3px;
font-weight:bold;
}

.informinstruc{
font-size:.8em;
font-style:italic;
color: #666666;
}

.form_textarea{
width:430px;
height:90px;
}

.form_fldlabel{
	border-bottom : 1px #ccc solid;
	color : #OOOOOO;
   	padding : 8px 8px 8px 8px;
	text-align:right;
	width: 170px;
}

.form_fldlabel_noborder{
	color : #OOOOOO;
   	padding : 8px 8px 8px 8px;
	text-align:right;
	width: 170px;
}

.form_fldlabel_first{
	border-top : 1px #ccc solid;
	border-bottom : 1px #ccc solid;
	color : #OOOOOO;
   	padding : 8px 8px 8px 8px;
	text-align:right;
	width: 170px;
}

.form_fldlabel_last{
   	color : #OOOOOO;
   	padding : 8px 8px 8px 8px;
	text-align:right;
	width: 170px;	
	border-bottom : 1px #ccc solid;
}

.form_fldval  {
	border-bottom : 1px #ccc solid;
	color : #OOOOOO;
	padding : 8px 5px 4px 5px;
	text-align:left;
}

.form_fldinstr  {
	border-bottom : 1px #ccc solid;
	color : #OOOOOO;
	background-color:#EEEEEE;
	padding : 8px 5px 4px 5px;
	text-align:center;
}

.form_fldval_first  {
	border-top : 1px #ccc solid;
	border-bottom : 1px #ccc solid;
	color : #OOOOOO;
	padding : 8px 5px 4px 5px;
	text-align:left;
}

TD  {
	vertical-align : top;
}

.error
{
color: #BB2244;
font-weight:bold;
}

td.tablecollabelFirst  {
	color : #ffffff;
	background : #042C60;
	padding : 2px 5px 2px 5px;
	font-weight : bold;
}

td.tablecollabel  {
	border-left : 1px #ccc solid;
	color : #ffffff;
	background : #042C60;
	padding : 2px 5px 2px 5px;
	font-weight : bold;
}

.resultbody  {
	background-color : #FFFFFF;
	border-top : 1px #000000 solid;
}

.resultbodyalt  {
	background-color : #F2F8FB;
	border-top : 1px #000000 solid;
}

.resultbodynum  {
	text-align : right;
	position : relative;
	padding-right : 15px;
}

.profilerowlabel {
border-bottom: 1px dotted #ccc;
padding:10px;
width: 150px;
}

.profilerow {
border-bottom: 1px dotted #ccc;
padding:10px;
}

.pagenum {
border: 1px #eee solid;
padding: 3px;
margin: 3px;
}


.msg{
color: #EA8006;
font-weight:bold;
}

.pgintro{
color: #EA8006;
font-weight:bold;
font-style:italic;
}

		/* Undo some styles from the master stylesheet */
		.checklist li { background: none; padding-left: 0; text-align:left; }
		
		/* CSS for checklists */
		.checklist {
			border: 1px solid #ccc;
			list-style: none;
			height: 5em;
			overflow: auto;
			width: 16em;
		}
		.checklist, .checklist li { margin-left: 0; padding: 0; }
		.checklist label { display: block; padding-left: 25px; text-indent: -20px; padding-top: 2px; padding-bottom: 2px; }
		.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
		* html .checklist label { height: 1%; }
		
		/* Checklist 1 */
		.cl1 { font-size: 0.9em; width: 60%; height: 10em; }
		.cl1 .alt { background: #F6F4E5; }
		.cl1 input { vertical-align: middle; }
		.cl1 label:hover, .cl1 label.hover { background: #F2E8BD; color: #000; }

table.lists{
width: 650px;
}
#lists td {
border-bottom: 1px dotted #ccc;
padding: 5px;
padding-right: 10px;
}
#lists td.first {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding: 5px;
padding-right: 10px;
}
#lists td.noborder {
border-bottom: 0;
padding: 5px;
padding-right: 10px;
}

.stars-off, .stars-on {
    position: relative;
    height:16px;
    background:url(/star_rating/star.gif) repeat-x 0 0px;
}
 
.stars-on {
    position: absolute;
    background-position: 0 -16px!important;
}

#sidebar h2 {
	padding-left: 10px;
}

/*grid*/
.odd 
{
	background: #eee;
}

#search_res_f 
{
	float: left;
	padding-bottom: 20px;
	width: 900px;
	border-top: 2px solid #456fb9;
	border-bottom: 2px solid #456fb9;
	border-right: 1px dotted #000;
	border-left: 1px dotted #000;
}

#search_res_f h2 
{
	clear: left;
	padding: 10px 0 30px 10px;
	width: 550px;
	text-transform: none;
	font-weight: bold;
	font-size: 1em;
	color: #009;
}

#search_res_f div 
{
	float: left;
	padding: 10px 10px 0;
	width: 880px;
}

#search_res_f .radio label 
{
	float: left;
	padding-bottom: 10px;
	width: 130px;
}

#search_res_f p 
{
	padding: 0 0 18px 10px;
}

#search_res_f span 
{
	display: block;
	float: left;
	padding: 0 10px 20px 10px;
}

#search_res_f #table 
{
	clear: left;
	margin-bottom: 15px;
	padding: 0 0 0 0;
	width: 560px;
	border-bottom: 1px dotted #000;
}

#search_res_f table tr th 
{
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: left;
	background-color: #c7c7c7;
	vertical-align: middle;
}

#search_res_f table tr th div p
{
	float: left;
	padding: 0 0 0 0;
	vertical-align: middle;
}



#grid table
{
	width: 100%;
	table-layout:fixed;
}

#grid table tr th 
{
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: left;
	background-color: #c7c7c7;
	vertical-align: middle;
}

#grid table tr td 
{
	padding: 2px 2px 3px 7px; /* t r b l */
	text-align: center;
}

#grid table tr td.left
{
	text-align: left;
}

#grid table tr td table
{
	width: 100%;
}

#grid table tr th.left
{
	text-align: left;
	padding: 1px 2px 1px 5px; /* t r b l */
}

#grid table tr td table tr td
{
	padding: 0; /* t r b l */
}

#grid table tr th .arrows
{
	text-align: right;
	width: 13px;
	padding: 2px 2px 2px 2px; /* t r b l */
}

#grid table tr th .arrows table
{
	padding: 0;
}

#grid table tr th .arrows table tr td
{
	padding: 2px 0px;
}


