@charset "utf-8";
/* CSS Document */

/*###########################       SITE DEFAULTS       ###############################*/

div#ftdmp{
	display:none;
}

div#pvrs{
	display:none;
}
div#myaf{
	display:none;
}

img, a img, :link img, :visited img {
	border: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

body{
	display:none;
}

object {
	outline: none;
}

html {
	min-height: 101%;
}

p, li, dd, legend, input, label, select, optgroup, textarea, table {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 0.9em;
}

p {
	margin: 0 0 1.1em 0;
	line-height: 1.4em;
}

span, cite {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

blockquote {
	margin: 0 0 1.3em 1em;
	padding: 0 2em 0 1em;
	color: #C5CBD0;
	border-left: 3px solid #a1ff66;
}

tr {
	font-size:1.1em;
	vertical-align:top;
}


/*###########################       PAGE STRUCTURE       ###############################*/

body {
	font-size: 76%;
	text-align: center;
	color:#313131;
	background-color:#FFFFFF;
}

/*###########################       FOOTER       ###############################*/

div#footer {
	font-size: 0.9em;
	clear: both;
	margin: 12px 0px 1px 0px;
	/*background-color:#000033;*/
	
}

div#footer p {
	margin: 0;
	/*color: #b6bcc1;*/
	width: 40em;
	padding: 1.2em 1em;
	font-size: 1em;
}

div#footer p#footLeft {
	float: left;
	text-align: left;
	width: 28em;
	padding-left: 1.2em;
}

div#footer p#footRight {
	float: right;
	text-align: right;
}





/*###########################       SITE LINKS       ###############################*/

a {
	font-size: inherit;
}

a:link, a span.bright {
	text-decoration: none;
	color: #c5e2b5;
}

a:visited {
	text-decoration: none;
	color: #95be7d;
}

a:hover, a span.bright:hover {
	text-decoration: underline;
	color: #a1ff66;
}

a:active, a span.bright:active {
	text-decoration: none !important;
	color: #fff;
}

/*###########################      HEADINGS AND TITLES       ###############################*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	line-height: 1em;
	font-weight: normal;
}

h1 {
	margin: 0 0 0.2em 0;
	font-size: 2em;
	color: #b9ddfc; 
}

h2 {
	margin: 0.1em 0 0.6em 0;
	font-size: 1.75em;
	color:#262D6A;
}

h3 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.4em;
	color:#262D6A;
}

h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	color: #a1ff66; /*b0e194*/
}

h5 {
	margin: 0 0 0.2em 0;
	font-size:1.4em;
	font-weight:bold;
	color:#085389;
}

h6 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #b0e194 !important;
}

h2 a:active, h3 a:active, h4 a:active {
	color: #ffba25 !important;
}

/*###########################      MISC MODIFIERS       ###############################*/

.bright {
	color: #fff;
}

.result {
	color: #a1ff66;
}

img.getflashplayer {
	width: 112px;
	height: 33px;
	margin-bottom: 0.5em;
}




/*###########################      LISTS       ###############################*/

table li {
	font-size: 1em;
}

ul {
	margin-bottom: 0.7em;
}

ul li {
	padding: 0 0 0.8em 2em;
	list-style-type: none;
}

.rPanel ul li {
	padding: 0 1em 0.8em 0;
	margin-left:1.2em;
	list-style-type:disc;
}

ul li:hover {
}

ol li {
	margin-left: 2em;
	padding: 0 0 0.8em 0;
}



/*###########################      MISC       ###############################*/


.mdark {
	margin: 0 0 1em 0;
	/*background: transparent url("../auth/fade_20.png") 0 0 repeat;*/
}

.darkest {
	background: transparent url("../img/global/opaque_20.png") 0 0 repeat;
}

div.clearFloat {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div.hr {
	clear: both;
	margin: 1em 0;
	height: 3px;
	/*background: transparent url("../auth/h_split_dot.png") 0 0 repeat-x;*/
}

div#mainFull {
	float: left;
	width: 59.5em;
	/*padding-left: 1em;*//*orig*/
	background-color:#333333;
	
}


/*###########################      FORM STUFF       ###############################*/

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}

label {
	font-weight:bold;
	font-size:1em;
	float:left;
}
label.error {
	margin-left: 0;
	margin-bottom: 1.0em;
	width: 20em;
	display: inline;
	color:#fa4141;
	text-align:left;
	overflow:auto;
	float:left;
}
label.radCheck {
	font-weight:bold;
	font-size:1em;
	margin-right:0.8em;
	/*float:left;*/
}
legend {
	color:#d2d8de;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}

input, select, textarea {
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	float: left;
	padding: 0.4em;	
	/*color:#333333;*/
	/*background-color:#F3F3F3;*/
	font-size:1em;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	clear:left;
}
input:focus, select:focus, textarea:focus {
	border-width:1px;
	border-style:solid;
}
fieldset {
	border:none;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:0.9em;
	/*color:#000;*/
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

button {
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	padding: 0.4em 0.9em 0.4em 0.9em;
	font: 11px "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: auto;
	overflow: visible;
	border: none;
	cursor:pointer;
}
button.pos {
	background-color: #509f24 !important;
}

button.pos:hover {
	background-color: #28550f !important;
}

button.pos:active {
	background-color: #800 !important;
}

button.neg{
	background-color: #d01e1e !important;
}
button.neg:hover {
	background-color: #9d1010 !important;
}

button.neg:active {
	background-color: #800 !important;
}

input.pos {
	padding: 0.4em 0.8em 0.3em 0.8em;
	font: 0.9em "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: auto;
	overflow: visible;
	background: transparent url("../auth/fade_28.png") 0 0 repeat;
	border: none;
	cursor:pointer;
}

input.pos:hover {
	background-color: #509f24 !important;
}

input.pos:active {
	background-color: #800 !important;
}


input.neg {
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	padding: 0.4em 0.8em 0.3em 0.8em;
	font: 0.9em "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: auto;
	overflow: visible;
	background-color:#d01e1e;
	border: none;
	cursor:pointer;
}
input.neg:hover {
	background-color: #9d1010 !important;
}

input.neg:active {
	background-color: #800 !important;
}

textarea {
	width: 17em;
	height: 7em;
	line-height: 1.3em;
	overflow: auto;
}
span.orangeLoader{
	background: url('../auth/sml_loader_greyTrans.gif') 0 center no-repeat;
	padding-left:2em;
	color:#F2C48A;
	
}

/*###########################      TOOLTIP STUFF       ###############################*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 2px;
	/*opacity: 0.9;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.9em;
	/*width:300px;*/
}

span.tbHead_pos{
	color:#2B5A16;
	font-size:1.6em;
	text-align:center;
	font-weight:bold;
}
p.tbMsg_pos{
	color:#1C2B1C;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
}
span.tbHead_neg{
	color:#6e0c0c;
	font-size:1.6em;
	text-align:center;
	font-weight:bold;
}
p.tbMsg_neg{
	color:#2b1c1c;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
}

span.gridTotalClass{
	font-weight:bold;
	color:#255623;
	text-decoration:underline;
	/*background-color:#00FF00;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;*/
}

span.gridGrossClass{
	font-weight:bold;
	color:#683E0F;
	text-decoration:underline;
	/*background-color:#00FF00;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;*/
}

span.gridNpClass{
	font-weight:bold;
	color:#0000CC;
	text-decoration:underline;
	/*background-color:#00FF00;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;*/
}

span.gridRedClass{
	font-weight:bold;
	color:red;
	text-decoration:underline;
	/*background-color:#00FF00;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;*/
}
div#editDGholder{
	display:none;
}


div.survPerc{
	font-weight:bold;
	width:48px;
	font-size:18px;
	padding-top:14px;
	padding-left:14px;
	padding-bottom:14px;
	/*padding-right:14px;*/
	background-color:#00FF00;
	border-top:#333333 solid 1px;
	border-left:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
}

div#viewMsg_holder{
	display:none;
}

div.viewMsg_from{
	font-size:14px;
	font-weight:bold;
}

div.viewMsg_subject{
	font-size:12px;
	font-weight:bold;
}

div.viewMsg_message{
	font-size:11px;
	font-weight:bold;
}

td.fieldPerc{
	background: transparent url("../auth/percSign.png") 7.6em 2.2em no-repeat;
}

p span.modeChooser{
	font-size:11px;
	background: transparent url("../auth/chooseModel.gif") 0.3em 0.6em no-repeat;
	/*width:100px;*/
	float:left;
	padding-left:128px;
	color:#FF0000;
}

div.yearBlanker{
	width:200px;
	height:30px;
	float:left;
	/*background-color:#33CC66;*/
}

table#btnGroup_create{
	display:block;
}

table#btnGroup_edit{
	display:none;
}

span#subTypeHold{
	display:none;
}
