/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/
a:visited{
	color:#0000EE;
}

body{
	margin:0px;
	padding:0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding:10px;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.list {
	list-style-image: url(images/check.gif);
	list-style-type: disc;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: inherit;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.content-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-position: inherit;
	list-style-type: square;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #CCCCCC;
}
.red-hilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.blue-hilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}

h1 {
	font-size: 24px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.navmenu{
	float:left;
	width:100px;
	background-image:url(images/but_up.gif);
	background-repeat:repeat-x;
	height:17px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	text-decoration:none;
}

.navmenu:hover{
	float:left;
	width:98px;
	background-image:url(images/but_down.gif);
	background-repeat:repeat-x;
	height:17px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	border-left:#8C8C8C 2px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	text-decoration:none;
}

.ContentBox{
	border:#000066 2px solid;
	width:90%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align:left;
}
.boxtitle{
	background-color:#000066;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navholder{
	width:901px;
	margin-left:auto;
	margin-right:auto;
	height:17px;
}

#Placeholder{
	position:relative;
	width:98px;
	height:16px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	z-index:2;
	border-left:#8C8C8C 2px solid;
	top:0px;
}

#LoginBox{
	width:180px;
	height:auto;
	border:#000000 1px solid;
	padding:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#filebox{
	padding:10px;
	width:280px;
	height:130px;
	border:	#000000 1px ridge;
	margin-left:auto;
	margin-right:auto;
}

#AdminContent{
	position:relative;
	top:10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	/*border:#9999CC 1px solid;*/
	padding:10px;
}
table{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
td{
	border-left-style:none;
	border-right-style:none;
}

.action{
	border-left-style:solid;
	background-color:#FFFFF2;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.errdiv{
	visibility:hidden;
	color:#FF0000;
}
/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */