﻿
BODY {
	background-color : #006600;
	color : #5A0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align : top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
A:link {
	color: #FFC449;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
}
A:visited {
	color: #FFC449;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
}
A:active {
	color: #FFC449;
	background: transparent;
	text-decoration: blink
}
A:hover {text-decoration: underline}

A.OnLink{
	color: #FFF1D5;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
	}
A.AdminLink{
	color: #00663F;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
}
	
HR { border: 1px inset #5A0000; }

P{font-size:11px;}

.bordercell{
	border: 1px solid #946E3D;
}

.threedeeborder{
	border-top:1px solid #F5F5F5;
	border-right:1px solid #5A0000;
	border-bottom:1px solid #5A0000;
	border-left:1px solid #F5F5F5;
	background-color:#FFFFFF;
}

.threedeetitlebar{
	border-top:1px solid #DCF1DC;
	border-right:1px solid #5A0000;
	border-bottom:1px solid #5A0000;
	border-left:1px solid #DCF1DC;
	color:#FFFFFF;
	background-color:#006600;
}

.admintitlebar{
	background-color:#EEEBE3;
	border:1px outset #5A0000;
	
}
.admintitlebar a{color:#006600}

.popupbox{
	position:absolute;
	left:10%;
	top:10px;
	padding:5px;
	background-color:#FFFFFF;
	border:2px outset #000000;
	z-index:101;
	width:80%;
}
 .menu td{
	padding:2px 0px;
}
 .selectedPage a{
	font-weight:bold;
    color:red;
}

.selectedrow{
	background-color:#FBC73F
}
.formlabel{
	font-size:12px;
	font-weight:bold;
}
.contentblock{
	background-color:#FEF3D8;
	border: 1px solid #D7D7E3;
	padding:2px 3px 2px 3px
}

.contenttext{
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFDB91;
}
.contentdetail{
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	color: #C3C3B9;
}
.contenttitle {
	color: #FFE4B5;
	font-size:10pt;
}
.thumb{
	border:1px solid #FFE4B5;
}
.darkthumb{
	border:1px solid #000000;
}
.msg{ color: #DC143C;  font-size: 12pt;  font-weight: bold;   }