/*/
###################################################################################
# Attention developers!! When adding styles please check for appropriate section, #
# if appropriate section does not exist, start new section at bottom of document. #
###################################################################################
/*/
body
{
	background-color: #B5B5B5;
	color: #000000;
	margin: 0;
	padding: 0;
}
body,td
{
	font-size: 10pt;
	font-family: verdana, sans-serif;
}

#Layout_Head
{
	background-color: #003399;
	width: 100%;
	height: 45px;
	border-bottom: solid 1px;
	
}
/* nav styles */
/****************************//****************************/
#Layout_Nav1
{
	clear: both;
	background-color: #5577dd;
	padding: 4px 11px 6px 13px;
	border-bottom: 1px solid #000;		
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
#Layout_Nav1 a, #Layout_Nav1 a:link, #Layout_Nav1 a:visited
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#Layout_Nav1 a:hover, #Layout_Nav1 a:active
{
	color: #FF9C38;
}
#Layout_Nav2
{
	background-color: #5577dd;
	padding: 1px 10px 5px 13px;
	border-bottom: 1px solid #000;
}
#Layout_Nav2 a, #Layout_Nav2 a:link, #Layout_Nav2 a:visited
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#Layout_Nav2 a:hover, #Layout_Nav2 a:active
{
	color: #ff8000;
}
#Layout_Content
{
	background-color: #fff;
	padding: 10px;
	border-bottom: solid 1px;
}
#Layout_Footer
{
	margin: 0px;
	font-size: 10px;
	background-color: #5577dd;
	padding: 6px;
	border-bottom: solid 1px #000;
	color: #fff;
	text-align: right;
	padding: 5px;
}

/*/
Layout styles
/****************************//****************************/
/*/

/* buttons styles */
/****************************************/
input.Button
{
	background-color: #bbb;
	color: #000;
	font-weight: bold;
}
input.Button_Cancel
{
	background-color: #bbb;
	color: #a00;
	font-weight: bold;
	clear: none; 
}
/* Button styles */
/****************************************/
.Button
{
	background:  silver;
	font-family: verdana, sans-serif;
	font-weight:  bold;
}
.Button_Cancel
{
	background:  silver;
	color: #CC0000;
	font-family: verdana;
	font-weight:  bold;
}
/* CSS for Header styles */
/****************************************/
h1
{
	color: #43489E;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	margin: 2px 0px 4px 0px;
	padding: 0;
}

h2
{
	color: #43489E;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	margin: 2px 0px 4px 0px;
	padding: 0;
}

h3
{
	color: #43489E;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0
}
h4
{
	color: #43489E;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	margin: 0;
	padding: 0;
}
p
{
	margin: 2px 0px 8px 0px;
}
/* CSS for input/textarea styles */
/****************************************/
input, textarea, select
{
	background-color: #FFFBCC;
}
/* Detail */
/****************************************/
table.Detail
{
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}
table.Detail th
{
	background-color: #F6EFD5;
	padding: 6px 5px;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	text-align: left;
}
table.Detail td.Label	
{
	background-color: #EDEDED;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	padding-right: 6px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
Table.Detail td
{
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
}
Table.Detail td.Number
{
	background-color: #fff;
	padding: 3px 0px 3px 6px;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	text-align: right;
}	
table.Detail td.SmallLink
{
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
table.Detail td.SmallLink a
{
	text-decoration: none;
	font-weight: bold;
}
table.Detail td.GreyNote
{
	color: #999; 
	font-size: 10px; 
	text-align: center;
}
table.Detail td select
{
	width: 100%;
	margin-bottom: 5px;
}
/****************************************/
table.InputField
{
	margin: 10px;
	border: 0px;
}
table.InputField td
{
	padding: 4px;
	border: 0px;
}
table.InputField th
{
	padding: 4px;
	border: 0px;
	text-align: right;
	font-weight: bold;
}
table.InputField span.Small 
{
   font-size: 10px;
}
/****************************************/
div.r1
{
	font-weight: bold; 
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
	border-top: 1px solid #ccc;
}
div.r2
{
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 20px;
}
div.r1 a, div.r2 a
{
	text-decoration: none;
}
.SmallNote
{
	font-size: 10px;
	color: #666;

}
/* a tags */
/****************************************/
a.Normal
{
	font-size: 10pt; 
	font-weight: normal; 
	font-family: verdana, sans-serif;
}
a.Small
{
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none;
	font-family: verdana, sans-serif;
}
a, a:link, a:visited
{
	color: #00f;
	font-weight: normal;
}

a:hover, a:active
{
	color: #f00;
}

