/* CSS Document */

/* global styles */
body { font-size:85%; color:#000000; background:#B3C7B9; font-family:arial,san-serif; line-height:120%; text-align:center }
.bodyList { font-size:85%; color:#000000; background:#FFFFFF; font-family:arial,san-serif; line-height:120%; text-align:center }
.bodyASPX { font-size:100%; color:#000000; background:#B3C7B9; font-family:arial,san-serif; line-height:120%; text-align:center }
li { margin-right:100px; }
/*
A:hover	{ color:blue; } 
A { color:red; } 
A:visited { color:blue; }

*/

/* inside pages */
.tdLft { width:30px; background:#FFFFFF }
.tdContent { width:570px; background:#FFFFFF; padding: 37px 40px 20px 30px; vertical-align:top; }
.tdContentUnlock { width:570px; background:#FFFFFF; padding: 37px 20px 20px 30px; vertical-align:top; }
.tdContentAdmin { width:763px; background:#FFFFFF; padding: 37px 40px 20px 30px; vertical-align:top; text-align: left; }
.tdMid { width:40px; background:#FFFFFF }
/*.tdRgt { width:193px; background:#FFFFFF }*/
.tdRgt { width:193px; background:#FFFFFF }
.head8 { font-size:140%; color:#009933; letter-spacing:0px; font-family:Arial Black,arial,san-serif; }
.head9 { font-weight:bold; }
.content { font-size:80%; color:#000000; font-family:arial,san-serif; line-height:120%; }
.detail { font-size:80%; color:#000000; font-family:arial,san-serif; line-height:120%; }
.emph { font-style:italic; }
/*.tableNav { width:193px; background: #CBF0C6; border:0px; margin-top:40px; line-height:100%; padding:5px; }*/
.tableNav { width:193px; background: #CBF0C6; border:0px; margin-top:40px; line-height:100%; padding:5px; }
.tableNavFont { font-size:80%; font-weight:bold; color:#009933; font-family:arial,san-serif; line-height:120%; letter-spacing: -1px; }
A.tableNavFont:hover { color:#00CC33; }
.alert { color:#FF0000; font-weight:bold; }

/* home page */
.table { width:773; border:0px; border-spacing: 0px; } 
.tdWht { width:763; padding:0px; background: #FFFFFF; }
.tdGrn { width:366; padding:0px; background: #019934; text-align:center; }
.tdGrn2 { width:763; padding:0px; background: #01531C; text-align:center; }
.tdGrnBut { background: #017829; }
.tdGrnDots { width:31; padding:0px; background: #019934; background-image: url(images/dots.gif); }
.tdBg { width:8px; padding:0px; background: #B3C7B9; background-image: url(images/shadow.gif);  }
.tdRuleH { height:1px; padding:0px; background: #000000; }
.tdRuleV { width:1px; padding:0px; background: #000000; }
.tdRuleNav { width:1px; padding:0px; background: #FFFFFF; }
.tdNav { height:19px; padding:0px; background: #017829; text-align:center; }
.tdNavOn { height:19px; padding:0px; background: #01591E; text-align:center; cursor:hand; }
.tdNavSelected { height:19px; padding:0px; background: #01591E; text-align:center; }
.tdFoot { text-align:right; }

.head1 { font-size:28px; color:#003300; font-weight:bold; letter-spacing:-2px; font-family:arial black,arial,san-serif; text-decoration: none; }
.head2 { font-size:24px; color:#003300; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; }
.head3 { font-size:110%; color:#ffffff; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; }
.head4 { font-size:150%; color:#ffffff; letter-spacing:0px; font-family:arial black,arial,san-serif; text-decoration: none; }
.head5 { font-size:90%; color:#ffffff; font-weight:bold; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; }
.head6 { font-size:70%; color:#ffffff; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; }
.head6Link { font-size:70%; color:#33ff33; letter-spacing:0px; font-family:arial,san-serif; font-weight:bold; }
a.head6Link:hover { font-size:70%; color:#33ff33; letter-spacing:0px; font-family:arial,san-serif; font-weight:bold; text-decoration: none; }
.head7 { font-size:80%; color:#CCFFCC; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; }
.head10 { font-size:90%; color:#ffffff; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; }


.nav { font-size:11px; font-weight:bold; text-transform:uppercase; color:#CCFFCC; letter-spacing:1px; font-family:arial,san-serif; text-decoration: none; }
.navSelected { font-size:11px; text-transform:uppercase; color:#FFFFFF; letter-spacing:1px; font-family:arial black,arial,san-serif; text-decoration: none; }
.footer { font-size:70%; color:#666666; letter-spacing:0px; font-family:arial,san-serif; text-decoration: none; text-align:right; }

.tabUnlock { font-size:85%; color:#000000; font-family:arial,san-serif; line-height:120%; width:520px; border:1px solid #009933; }

.divPopup {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}