/* --- DOCUMENT Styles --- */
BODY {font-family: Arial, Helvetica, sans-serif; background-color: White; color: #444444; font-size: 12px;}
TABLE {font-family: Arial, Helvetica, sans-serif; color: #444444; font-size: 11px;}
H1 {font-family: Verdana; color: #339933; font-size: 18px; font-weight: normal;}
H2 {font-family: Verdana; color: #339933; font-size: 16px; font-weight: bold;}

INPUT {font-family: Verdana;}
SELECT {font-family: Verdana;}
TEXTAREA {font-family: Verdana;}

.tableLayoutFloat{width: 100%;}
.tableLayoutFixed{width: 470px;}
.tableLayoutSidebar{width: 200px;}

.tableBorderDark{border: #626262 1px solid;}
.tableBorderLight{border: #d8d2bd 1px solid;}
.tableBorderDotted{height: 1px; background: url('/Security/Layout/images/div_dotted.gif') center;}
.tableHeading{border: #f0f0ff 1px solid; font-weight:bold; color:White; background-color: #333399;}
.tableShaded{background-color: #f4f4ee; background-image: url("/Security/Layout/images/heading-bg.gif");  background-repeat: repeat-x}

.textSmall{font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.scriptlink{color: #000099; cursor: hand; text-decoration: underline;}
fieldset{background-color:#f4f4ee; padding-top: 5px}
legend{color: #626262;	font-weight: bold; font-size: 11px;}

.buttonDefault{
	height: 22px;
	color: #333333;
	cursor: hand;
	border: 1px solid #333399;
	background: url('/Security/Layout/images/btn_back-silver.gif') center;
	padding: 1px}

.buttonActive{
	height: 22px;
	color: #333366;
	cursor: hand;
	border: 1px solid #808080;
	background: url('/Security/Layout/images/btn_back-orange.gif') center;
	padding: 1px}

A:link
{
	color: #000099;
}
A:visited
{
	color: #000099;
}
A:active
{
	color: #000099;
}
A:hover
{
	color: #0000FF;
}
A.white
{
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
}
A.white:visited
{
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
A.white:active
{
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
A.white:hover
{
	color: #FFCC00;
	font-family: Verdana;
	text-decoration: underline;
}


