﻿/* Stylesheet for P2C */

/*Body color */
.Body
{
	background-color: #ECE9D8;
	text-align: center;
	background-position:center;
	
}

/*Header color */
.Header
{
	text-align:center;
	background-color: #FFFFFF;
}

/*Header Font color */
.MainFont
{	
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	FONT-VARIANT: small-caps;
	
}

/*Body Font color */
.BodyFont{
	color: #666666;
}

/*Title Font */
.TitleFont{
	color: #666666;
}

/*Main table */
.MainTable
{
	width: 810px;
	height: 500px;
	background-color: #FFFFFF;
}

/*MenuTable*/
.Menu
{
	border-top: white 3px solid;
	border-bottom: white 3px solid;
	padding:2px,2px,2px,2px;
	background-color: #9CBB77;
}

/*MenuText*/
.MenuText
{
	color: #ffffff;
	text-decoration: none;
}

/*Left Margin Table */
.LeftTable{
/*background-image: url(c:\inetpub\wwwroot\p2c\images\Background_TanGradient_Leftbar.jpg); */
}

/*Right Margin Table */
.RightTable{

}

/*ShadowBox */
.ShadowBox
{
	border-right: #E8E8E8 2px solid;
	border-top: #E8E8E8 1px solid;
	border-left: #E8E8E8 1px solid;
	border-bottom: #E8E8E8 2px solid;
	background-color: #bed2a6;
}

/*ShadowBoxFont */
.ShadowBoxFont
{
	color: #666666;
	font-size:14px;
	font-family: Verdana, Arial, sans-serif;

}

/*ShadowBox Darker Compliment Color - Used for Quick Links Drop Down*/
.ShadowBoxDark
{
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	background-color: #E8E8E8;
}

/*Input table color */
.inputtable{
background-color:#ECE9D8;
}

/*Footor */
.Footer{
background-color:#bed2a6;
font-family: Verdana, Arial, sans-serif;

}

/*Footor Text*/
.FooterText{
	color: #666666;
}

/*Datagrid Text*/
.DataGridText{
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	color:	#333333;
	text-decoration: none;
}

		
A:hover
{
	color: #ffffff;
	text-decoration: underline;
    background-color: #bed2a6;

}


	
