@charset "utf-8";
/* CSS Document */

* html div#main { 
   position:absolute;
   width: expression( document.body.clientWidth < 791 ? "790" : "auto" ); /* set min-width for IE */
   height:100%;
}

body { background:#333; font-family:Arial, Helvetica, sans-serif; color:#fff; min-width:790px; }
#clearer { clear:both; }
#header { padding-left:5px; padding-top:5px; width:97%; }
#main { width:100%; }

.content { float:left; display:inline; margin-left:5px; margin-right:5px; width:74%; clear:both; }
.contentLogin { clear:both; display:inline; float:left; margin-left:5px; margin-right:5px; padding-left:150px; width:54%; }

.rightCol { 
	float:left; 
	display:inline; 
	margin-left:5px; 
	margin-right:5px; 
	width:22%; 
	margin-top:44px; 
	_margin-top:35px; /*IE6 is stupid */
} 
* + html div.rightCol { /*IE7 is stupid too */
	float:left; 
	display:inline; 
	margin-left:5px; 
	margin-right:5px; 
	width:22%; 
	margin-top:35px; 
}

.rightColLogin { float:left; display:inline; margin-left:5px; margin-right:5px; width:23%; margin-top:0; }


.bg { background:#ccc; color:#000; padding-top:0; padding-right:5px; padding-left:5px; padding-bottom:0; margin-right:5px; }
.bg p { color:#333; font-size:11px; line-height:12px; }
.bg a { color:#006699; text-decoration:none; display:block;}
.bg a.a { color:#006699; font-weight:bold; text-decoration:none;}
.bg a.signup { color:#333f55; font-weight:bold; font-size:1.3em; text-decoration:none;}
.bg a:hover { text-decoration:underline; }

.color { color:#666; }
p { font-size:12px; line-height:14px; color:#fff; }
h2 { font-size:16px; line-height:18px; color:#fff; }
a { color:#006699; text-decoration:none; }
a:hover { text-decoration:underline; }
p.small { font-size: 11px; padding-bottom: 5px; text-align:center; }
span { padding-bottom:5px; }
span.small { font-size:10px; }
span.login { padding-bottom:5px; font-size:11px; color:#fff; }
.underline { font-weight:bold; border-bottom: 2px solid #C0BC97; }
.middle { margin-top: 40%; }

img { border:0; }
.left { float:left; }
.right { float:right;}
.center { text-align:center; }
.maLogin { padding:8px 0; }

table { font-size:11px; }
.results { width:100%; color:#333; font-size:11px;border-collapse: collapse;}
.results td.pn { text-align:left; width:150px; font-size:11px; }
.results th { padding-right:3px; padding-left:3px; text-align:left; vertical-align:bottom; }
.results td {  padding-right:3px; padding-left:3px;border-bottom:1px solid #D0D0D0;}
.results p { color:#333; font-size:11px; }
 a.toggle  {font-size:11px;}
 a.popd {color:#006699; text-decoration:none; }
.odd { background:#fff; font-size:11px; }
.even { background:#f0f0f0; font-size:11px; }
.loginrow{background-color:#03559c;color:#fff;}
.loginrow td{padding:8px 20px;text-align:right;}
.loginrow a{color:#fff;font-size:1.1em;text-decoration:underline;margin-right:5px;}
tr.notifyuser td { background:#ffafa7!important; }
.results .title td { background:#ddd; font-weight:bold; font-size:11px;border-bottom:1px solid #03559c;}



.opaque { filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25; }
.border { border:1px dotted #ccc; height:200px; }
.results td.noborder  { border:0; }
.tabs { border:1px solid #000; padding:3px; background:#666; width:30%; color:#fff; }
.tabs a { color:#fff; text-decoration:none; }
.tabs a:hover { text-decoration:underline; }
.on {background:#03c; color:#fff; }
.terms { height:225px; width:400px; overflow:scroll; background:#fff; border:1px solid #fff; padding:3px; color:#000; font-size:11px; }
.terms p { color:#000; }
.errortext { 
	color:#E85601; 
	font-size:14px; 
	font-weight:bold; 
	padding:0; 
	*margin:0 0 20px 0;
}

ul { font-size:11px; }
li { font-size:11px; line-height:12px; }


/*-- jQuery UI Styles --*/
/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/


/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	background: #ffffff url("/static/img/jquery-ui/ffffff_40x100_textures_01_flat_75.png") 0 0 repeat-x;
	font-size: 10px;
	border: 4px solid #aaaaaa;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6 url("/static/img/jquery-ui/e6e6e6_40x100_textures_02_glass_75.png") 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #dadada url("/static/img/jquery-ui/dadada_40x100_textures_02_glass_75.png") 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url("/static/img/jquery-ui/888888_7x7_arrow_left.gif") 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url("/static/img/jquery-ui/888888_7x7_arrow_right.gif") 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url("/static/img/jquery-ui/454545_7x7_arrow_left.gif") 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url("/static/img/jquery-ui/454545_7x7_arrow_right.gif") 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url("/static/img/jquery-ui/454545_7x7_arrow_left.gif") 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url("/static/img/jquery-ui/454545_7x7_arrow_right.gif") 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6 url("/static/img/jquery-ui/e6e6e6_40x100_textures_02_glass_75.png") 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada url("/static/img/jquery-ui/dadada_40x100_textures_02_glass_75.png") 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #aaaaaa;
	color: #212121;
	background: #ffffff url("/static/img/jquery-ui/ffffff_40x100_textures_02_glass_65.png") 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/static/img/jquery-ui/ffffff_40x100_textures_01_flat_75.png") 0 0 repeat-x;
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/static/img/jquery-ui/e6e6e6_40x100_textures_02_glass_75.png") 0 50% repeat-x;
	font-weight: normal;
	color: #555555 !important;
}
.ui-default-state a {
	color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #999999;
	background: #dadada url("/static/img/jquery-ui/dadada_40x100_textures_02_glass_75.png") 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
}
.ui-hover-state a {
	color: #212121;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/static/img/jquery-ui/ffffff_40x100_textures_02_glass_65.png") 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
	outline: none;
}
.ui-active-state a {
	color: #212121;
	outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url("/static/img/jquery-ui/888888_7x7_arrow_right.gif") no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url("/static/img/jquery-ui/454545_7x7_arrow_right.gif") no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url("/static/img/jquery-ui/454545_7x7_arrow_right.gif") no-repeat 50% 50%;}
.ui-arrow-right-content {background: url("/static/img/jquery-ui/222222_7x7_arrow_right.gif") no-repeat 50% 50%;}

.ui-arrow-left-default {background: url("/static/img/jquery-ui/888888_7x7_arrow_left.gif") no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url("/static/img/jquery-ui/454545_7x7_arrow_left.gif") no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url("/static/img/jquery-ui/454545_7x7_arrow_left.gif") no-repeat 50% 50%;}
.ui-arrow-left-content {background: url("/static/img/jquery-ui/222222_7x7_arrow_left.gif") no-repeat 50% 50%;}

.ui-arrow-down-default {background: url("/static/img/jquery-ui/888888_7x7_arrow_down.gif") no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url("/static/img/jquery-ui/454545_7x7_arrow_down.gif") no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url("/static/img/jquery-ui/454545_7x7_arrow_down.gif") no-repeat 50% 50%;}
.ui-arrow-down-content {background: url("/static/img/jquery-ui/222222_7x7_arrow_down.gif") no-repeat 50% 50%;}

.ui-arrow-up-default {background: url("/static/img/jquery-ui/888888_7x7_arrow_up.gif") no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url("/static/img/jquery-ui/454545_7x7_arrow_up.gif") no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url("/static/img/jquery-ui/454545_7x7_arrow_up.gif") no-repeat 50% 50%;}
.ui-arrow-up-content {background: url("/static/img/jquery-ui/222222_7x7_arrow_up.gif") no-repeat 50% 50%;}

.ui-close-default {background: url("/static/img/jquery-ui/888888_11x11_icon_close.gif") no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_close.gif") no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url("/static/img/jquery-ui/454545_11x11_icon_close.gif") no-repeat 50% 50%;}
.ui-close-content {background: url("/static/img/jquery-ui/454545_11x11_icon_close.gif") no-repeat 50% 50%;}

.ui-folder-closed-default {background: url("/static/img/jquery-ui/jquery-ui/888888_11x11_icon_folder_closed.gif") no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_folder_closed.gif") no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url("/static/img/jquery-ui/454545_11x11_icon_folder_closed.gif") no-repeat 50% 50%;}
.ui-folder-closed-content {background: url("/static/img/jquery-ui/888888_11x11_icon_folder_closed.gif") no-repeat 50% 50%;}

.ui-folder-open-default {background: url("/static/img/jquery-ui/888888_11x11_icon_folder_open.gif") no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_folder_open.gif") no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url("/static/img/jquery-ui/454545_11x11_icon_folder_open.gif") no-repeat 50% 50%;}
.ui-folder-open-content {background: url("/static/img/jquery-ui/454545_11x11_icon_folder_open.gif") no-repeat 50% 50%;}

.ui-doc-default {background: url("/static/img/jquery-ui/888888_11x11_icon_doc.gif") no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_doc.gif") no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url("/static/img/jquery-ui454545_11x11_icon_doc.gif") no-repeat 50% 50%;}
.ui-doc-content {background: url("/static/img/jquery-ui/222222_11x11_icon_doc.gif") no-repeat 50% 50%;}

.ui-arrows-leftright-default {background: url("/static/img/jquery-ui/888888_11x11_icon_arrows_leftright.gif") no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_arrows_leftright.gif") no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url("/static/img/jquery-ui/454545_11x11_icon_arrows_leftright.gif") no-repeat 50% 50%;}
.ui-arrows-leftright-content {background: url("/static/img/jquery-ui/222222_11x11_icon_arrows_leftright.gif") no-repeat 50% 50%;}

.ui-arrows-updown-default {background: url("/static/img/jquery-ui/888888_11x11_icon_arrows_updown.gif") no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_arrows_updown.gif") no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url("/static/img/jquery-ui/454545_11x11_icon_arrows_updown.gif") no-repeat 50% 50%;}
.ui-arrows-updown-content {background: url("/static/img/jquery-ui/222222_11x11_icon_arrows_updown.gif") no-repeat 50% 50%;}

.ui-minus-default {background: url("/static/img/jquery-ui/888888_11x11_icon_minus.gif") no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_minus.gif") no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url("/static/img/jquery-ui/454545_11x11_icon_minus.gif") no-repeat 50% 50%;}
.ui-minus-content {background: url("/static/img/jquery-ui/222222_11x11_icon_minus.gif") no-repeat 50% 50%;}

.ui-plus-default {background: url("/static/img/jquery-ui/888888_11x11_icon_plus.gif") no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url("/static/img/jquery-ui/454545_11x11_icon_plus.gif") no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url("/static/img/jquery-ui/454545_11x11_icon_plus.gif") no-repeat 50% 50%;}
.ui-plus-content {background: url("/static/img/jquery-ui/222222_11x11_icon_plus.gif") no-repeat 50% 50%;}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

