/* ISC: Protected */
/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H2	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H3	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H4	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H5, DT	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H6	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TFOOT, THEAD	
{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}	
		
TH	
{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}	


A:link	
{	
	text-decoration:	none;
	color:	#3333cc;
}	
		
A:visited	
{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:active	
{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:hover	
{	
	text-decoration:	underline;
	color:	#3333cc;
}
	
SMALL	
{	
	font-size:	.7em;
}	

BIG	
{	
	font-size:	1.17em;
}	

BLOCKQUOTE, PRE	
{	
	font-family:	Courier New, monospace;
}	
	

UL LI	
{	
	list-style-type:	square ;
}	

UL LI LI	
{	
	list-style-type:	disc;
}	

UL LI LI LI	
{	
	list-style-type:	circle;
}	
	
OL LI	
{	
	list-style-type:	decimal;
}	

OL OL LI	
{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	
{	
	list-style-type:	lower-roman;
}	

IMG 	
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Custom Styles */

/* Set the common font applied to all styles specified */
.Body_DataEntryPages, .Body_MainPages, .Button, .ControlText, .ControlTextRequired, .Error, .GridHeader, .GridPaging, .GridItem, 
.GridSelect, .GridSelectedItem, .GridText, .MasterPageCopyright, .MasterPageFooter, .MasterPageTitle, 
.MasterPageUserAndPermissions, .MenuHeader, .MenuItem, .Message, .MessageError, .PageAppVersion, .PageTitle, .TabNormal, 
.TabSelected, .TabStripHeader ,.UserAndPermissions
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}

.Body_DataEntryPages
{
	background-color: White;
}

.Body_MainPages
{
	background-color: White;
}

.Button
{
	font-weight: normal;
	font-size: small;	
	width: 70px;	
}

.CalendarText
{
	font: Verdana;
	font-size: 8pt;
}

.ControlText
{
	color: #12100B;
	font-size: small;
	font-weight: normal;
	vertical-align: top;
}

.ControlTextRequired
{
	color: Red;
	font-size: small;
	font-weight: normal;
	vertical-align: top;
}

.Error
{
	color: red;
	font-size: small;
	font-weight: bold;
}

.GridHeader
{
	background-color: Gray;
	color: White;
	font-weight: normal;
	font-size: small;
	text-align: left;
	padding: 1;
}

.GridItem
{
	background-color: White;
	color: Black;
}

.GridPaging
{
	background-color: White;
	color: Black;
	font-size: x-small;
	font-weight: normal;
	vertical-align: middle;	
}

.GridSelect
{
	color: #6788be;
}

.GridSelectedItem
{
	background-color: #6788be;
	color: White;
}

.GridText
{
	color: Black;
	font-size: x-small;
	font-weight: normal;
	vertical-align:top;	
}

.MasterPageCopyright
{
	color: Black;
	font-size: small;
	font-weight: normal;
}

.MasterPageFooter
{
	background-color: #8a764d;
}

.MasterPageTitle 
{
    color: white;
    background-color: #770000;
    border-color: #770000;
    font-weight: normal;
}

.MasterPageUserAndPermissions
{
	background-color: Transparent;
	color: Black;
	font-size: x-small;
	font-weight: normal;
}

.MenuHeader
{
	background-color: Maroon;
	color: White;
	font-weight: normal;
	font-size: small;
	text-align: left
}

.MenuItem
{
	background-color: White;
	color: Maroon;
	font-weight: normal;
	font-size: small;
	text-align: left	
}

.Message
{
	color: maroon;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

.MessageError
{
	color: red;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.PageAppVersion
{
	background-color: Transparent;
	color: Black;
	font-size: medium;
	font-weight: bold;
}

.PageTitle
{
	background-color: Transparent;
	color: Black;
	font-size: large;
	font-weight: bold;
}

.TabNormal
{
	background-color: #015B88;
	border-color: #E0E0E0;
	border-style: solid;
	color: silver;
	font-size: x-small;
	font-weight: normal;
}
	
.TabSelected
{
	background-color: silver;
	border-color: silver;
	border-style: none;
	color: #015B88;
	font-size: x-small;
	font-weight: normal;
}

.TabStripHeader
{
	background-color: Maroon;
	color: White;
	font-weight: normal;
	font-size: small;
	text-align: left
}