/* 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;
	}

/* Style Sheet for server controls for the EduTrack Application */

#HEADPANE
{
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: gray;
	margin-bottom: 5px;
	overflow: hidden;
}

.FOOTPANE
{
	padding-right: 30px;
	border-top: gray 2px groove;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: -10px;
	border-bottom: gray 2px groove;
	padding-bottom: 2px;
	padding-top: 5px;
	background-color: #C0C0FF; /*or color:lightblue*/
}

.PAGEENDPANE
{
	padding-right: 30px;
	border-top: gray 2px groove;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: -10px;
	border-bottom: gray 2px groove;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 20px;
	background-color: Olive;
}

.BODYPANE
{
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin: 30px 10px 20px 30px;
	padding-top: 20px;
}

.SIDEPANE
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: medium;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

#SEPARATOR
{
	font-size: small;
	font-family: Arial, Helvetica;
	color: white;
}

.ItemHeaders
{
	font-weight: bold;
	font-size: 1.3em;
	word-spacing: normal;
	text-transform: none;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
}	

.HEADFOOTBUTTONS
{
	border-right: black 1px groove;
	padding-right: 5px;
	border-top: black 1px groove;
	padding-left: 5px;
	font-weight: normal;
	font-size: larger;
	padding-bottom: 2px;
	border-left: black 1px groove;
	padding-top: 2px;
	border-bottom: black 1px groove;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-decoration: underline;
}

.BODYBUTTONS
{
	border-right: lightskyblue thin groove;
	border-top: lightskyblue thin groove;
	font-size: larger;
	border-left: lightskyblue thin groove;
	border-bottom: lightskyblue thin groove;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #e0dfe3;
}

.FloatLeft
{
	float: left;
	border-right: aqua thin dotted;
	margin: 10px 10px 10px 20px;
	background-color: lightgrey;

}

.DateLabel
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

.PageLabels
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
}

.PageLabelsRightJ
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    text-align: right;
}

.TitleLabel
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: large;
    FONT-WEIGHT: bold;
    color: Navy;
}
