/* general text formating */
a { color: #660000; text-decoration:none;}
a:hover {text-decoration:underline;}
body { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; background-color: #EEEEEE; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333}
th { font-size: 12px; color:#333333; text-align: left; vertical-align: top}
h1 { font-size: 18px;; font-weight: bold; margin-bottom: 15px}
h2 { font-size: 15px; font-weight: bold;; margin-bottom: 15px}
h3 { font-size: 13px; font-weight: bold; }
/*textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }*/
/*select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }*/
/*input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }*/
/*form { margin:0; padding: 0; }*/
.bgtext { color: #808080; }

/* site structure */
.structure { width: 90%; min-width:750px; border: none; border-color: #999999;}
.structureBody { clear:both;width: 90%; min-width:750px; height: 375px; padding-top: 20px; padding-bottom: 20px; padding-right: 20px; padding-left: 20px; border: 1px #999999 solid; background-color: #FFFFFF; border-color: #999999}

/* simple navigation bar */
ul.simpleNavBar li { float:left; padding-right: 1em; padding-left: 1em;text-align: center; list-style-type: none; margin-left: 10px; width: 100px; border: solid #333333 1px; white-space: nowrap;}
ul.simpleNavBar a { font-size: 10px; font-style: normal; text-decoration: none; color: #000000;}
ul.simpleNavBar a:visited { font-size: 10px; font-style: normal; text-decoration: none; color: #000000; }
ul.simpleNavBar a:hover { text-decoration: underline; color: #FF3300; }

/* main navigation bar */
.back { font-size:11px; font-family: Tahoma, Verdana, Arial; color: #FFFFFF; text-decoration: none; font-weight: bold; }
.tab { font-size:11px; font-family: Tahoma, Verdana, Arial; color: #333333; text-decoration: none; font-weight: normal; }
.tabbottom { border: #999999 solid; border-width: 0px 1px; }
a.tab:hover {text-decoration: underline}
a.tab:visited {color: #333333}
a.back:hover { text-decoration: underline }
a.back:visited { color: #FFFFFF }

/* special formating elements */
li.pretty {  list-style-image: url(images/bullet_min.gif); list-style-type: square}
ul.pretty {  list-style-image: url(images/bullet_min.gif); list-style-type: square}
ul.links {  list-style-image: url(images/link.gif); list-style-type: square}
ul.logo {  list-style-image: url(images/icon_bullet.gif); list-style-type: square}

.smallerText {font-size:10px;font-family: Tahoma, Verdana, Arial}
.tictactoe {  border-color: black #CCCCCC #CCCCCC black; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px; white-space: nowrap }
.textcell {  margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px}
.pheading {  font-size: 10pt; font-weight: bold; color: #660000}

.formlabel { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000;  background-color: #f9f9f9; text-align: right; vertical-align: top}
.formitem { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; background-color: #f9f9f9 }
.formexp { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; background-color: #ebf0f5}
.formheader { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold; background-color: #f9f9f9 }

.button { margin:0px 0px; padding:2px 2px;	background-color:#990000; border-bottom:1px solid #446644; border-right:1px solid #446644; color: #FFFFFF; text-decoration: none }

.popupStructure { background-color: #EEEEEE; width: 450px; border: none; border-color: #999999 }
.popupStructureBody { width: 450px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; padding-left: 10px; border: 1px #999999 solid; background-color: #FFFFFF; border-color: #999999 ; height: 500px}

.grayBox{border: 1px #CCCCCC solid;padding: 5px 5px 5px 5px;margin: 0px 0px 0px 0px; background-color: white; background-image: url(images/box_bg.jpg); background-repeat: repeat-x; background-position: top left; text-align: left;}
.horizontalbox { border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #AA0000; border-right-color: #AA0000; border-bottom-color: #AA0000; border-left-color: #AA0000; vertical-align: middle; }

#bannerLogo { float: left; }
#bannerNav { text-align: right; vertical-align: middle; float: right;}
#popup { height:100%; background-color:#FFFFFF; padding:10px;}

.successAlertBox
{
	background-color: #e6f8dd; 
	border: 1px solid #191; 
	padding: 5px;
	padding-bottom: 8px;
	font-size: 13px;
	margin-bottom: 15px;
}

.successAlertBox img
{
	margin-right: 7px;
	float: left;
	width: 20px;
}

.successAlertBox p
{
	margin-left: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.failAlertBox
{
	background-color: #fee;
	border: 1px solid #d00; 
	padding:5px;
	padding-bottom: 8px;
	font-size: 13px;
	margin-bottom: 15px;
}

.failAlertBox img
{
	margin-right: 7px;
	float: left;
	width: 20px;
}

.failAlertBox p
{
	margin-left: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}