﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	background-image: url(Images/Grayback2.jpg);
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;

}

P
{
	margin-bottom :1px;
	margin-top :1px;
}

P.CENTER
{
	text-align: center;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	margin-bottom :1px;
	margin-top :1px;
	padding-bottom :1px;
	padding-top :1px;
    COLOR: #003366;
}
H1	{	
	font-family: 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: 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: Arial, Helvetica, sans-serif;
	font-size:	1.38em;
	font-weight:	500;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: 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: 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: 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;
	}	
/*
TABLE	
{
	background-color:	transparent;
	margin-bottom :1px;
	margin-top:1px;
}


TR	
{
	background-color:	transparent;
	margin-bottom :1px;
	margin-top:1px;
	padding-bottom :1px;
	padding-top :1px;
}

TD
{
	background-color:	transparent;
	margin-bottom :1px;
	margin-top:1px;
	padding-bottom :1px;
	padding-top :1px;
	
}
*/	
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom :1px;
	margin-top:1px;

	}	
		
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:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	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;
	}	

TABLE.DEFAULT
{
	border: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	background-color: lightblue;
	empty-cells: show;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
}

TABLE.DEFAULTSMALL	
{
	background-color:	lightblue;
	border: 10px;
	border-width: 10px;
	border-color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	empty-cells: show;
	border-collapse: collapse;
}

TABLE.CALENDAR
{
	border: 10px;
	border-width: 2px;
	border-color: Gray;
	background-color: lightblue;
}

TABLE.SMALL
{
	background-color: transparent;
	border: 10px;
	border-width: 10px;
	border-color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	empty-cells: show;
	border-collapse: collapse;
}

TABLE.SMALLGRAY
{
	background-color: #F0F0F0;
	border: 10px;
	border-width: 10px;
	border-color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	empty-cells: show;
	border-collapse: collapse;
}

TD.SEARCHRESULTSHEADER
{
	background-color:     lightblue;
}

TD.SEARCHRESULTSODDROW
{
	background-color:     lightyellow;	
}

TD.SEARCHRESULTSEVENROW
{
	background-color:     PaleGoldenRod;
}
TD.MENUHEADER
{
	background-color:     lightblue;
}	
TD.MENULINK
{
	background-color:     lightyellow;
}
.SEARCHRESULTSHEADER
{
	background-color:     lightblue;
}

.SEARCHRESULTSODDROW
{
	background-color:     lightyellow;	
}

.SEARCHRESULTSEVENROW
{
	background-color:     PaleGoldenRod;
}

.SEARCHRESULTSFOOTER
{
	background-color:     lightblue;
}

.SEARCHRESULTSPAGER
{
	background-color:     lightblue;
}
.SEARCHRESULTSTOPBAR
{
	
	background-color: silver;
	font-weight: bold;
}
.MENUDEPTHONE
{
	background-color:     lightyellow;	
}

.MENUDEPTHTWO
{
	background-color:     PaleGoldenRod;
}

.MENUDEPTHTHREE
{
	background-color:     #CCCC99;
}

.VALIDATIONSUMMARY
{
	color: Red;
	font-weight: bold
}

.LOGONERRORLABEL
{
	top: 20px;
	position: relative;
	color: Red;
	font-weight: bold
}

.ERRORLABEL
{
	position: relative;
	color: Red;
	font-weight: bold
}

.HIDDEN
{
	display: none;
}

TD.BORDER
{
	border-width: 1px;
	border-style: solid;
}

TD.STANDARDBACKGROUND    
{
    background-color:  #0930b7;
}

FONT.STANDARDFONTSMALL
{
    color:  #c5e8fa;
    font: arial, helvetica;
    /*font-size: 2;*/
}

FONT.STANDARDFONTTINY
{
    color:  #c5e8fa;
    font: arial, helvetica;
    font-size: .8em;
}

FONT.STANDARDLIGHTFONTBIG
{
    color: #4058FF;
    font: arial, helvetica;
    font-size: 1.5em;
}