
/*
NOTE!!! 
Attribute names must be ordered with any attribute names that exist 
as substrings in other attribute names to be listed first for the 
functions that modify these values
For example:
colorx: white;
background-colorx:#000080;
colorx goes first as it exists as a substring in background-colorx
*/ 

#menu
{
	position:absolute;
	left: 0px;
	top: 80px;
	width: 150px;
	height: 1100px;
	color:#EAEAEE;
	background:#FF80FF;
}

#menu a
{
    color:#FFFFFF;
}


#menu a:link
{
	color:#FFFFFF;
	text-decoration: none;
}

#menu a:active
{
	color:#FFFFFF;
	text-decoration: none;
}

#menu a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}

#menu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.contentPanel
{
	color:#000000;
	background-color:#EAEAEA;
	border-style:solid;
	border-width:1px;
	border-color:#FFC0FF;
	font-family: Arial;
    font-size: 12px;
}

.bgcolor
{
	background-color:#2A2C7E;
}

.fontstyle
{
	font-family: Arial;
    font-size: 12px; 
}

.headerstyle
{
	color:#000000;
	background-color:#CBCCE4;
}

tr.GridViewHeader
{
color:#000000;
text-decoration:none;
}

tr.GridViewHeader a:visited
{
color:#000000;
text-decoration:none;
}

tr.GridViewHeader a:link
{
color:#000000;
text-decoration:none;
}


#headerPanel
{
	position: absolute;
	top: 75px;
	left:0px;
	width:990px;
	height:1px;
	background-color:#FFC0FF;
}

td
{
	border-color:#707070;
}

th{border-color:#707070;}

.TextBoxUC 
{
	font-family: Arial;
    font-size: 12px; 
	
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #000000;
	text-transform: uppercase;
}

.TextBoxLC 
{
	font-family: Arial;
    font-size: 12px; 
    
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #000000;
}

.headertext
{
	 color:Maroon;
	 font-size:large;
}

.smalltext
{
	 font-size:small; 
}

.rowstyle
{
	background-color:#E0E0E0;
}

.altrowstyle
{ 
	background-color:#C0C0C0;
}































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































