/* Default CSS Stylesheet for a new Web Application project */

/*Heading Cell*/
.Heading
{
	background-color:#BCC3CC;
}

/*Text within Heading Cell*/
.HeadingText
{
	border-style:none;
	font-family:Lucida Bright,Palatino Linotype,Arial;
	font-size:16pt;
	font-weight:bold;
	color:Gray;
}

/*Left Cells - Used for Gray Vertical Line*/	
.LeftCells
{
	border-right-style:solid;
	border-right-width:1pt;
	border-right-color:Gray;
	background-color:#f5f5f5;
	}

.TopLeft
{
	border-right-style:none;
	border-right-width:0pt;
	border-right-color:#BCC3CC;
	background-color:#BCC3CC;
}

/*Main Menu background - used to make the background image look more like a long button*/
.MenuBackground
{
	border-top-style:solid;
	border-top-width:1pt;
	border-bottom-style:solid;
	border-bottom-width:1pt;
	border-bottom-color:Black;
	border-top-color:Black;
}

/*Main Background - Used to set the color of the background*/
.MainBackground
{
	background-color:#f5f5f5;
}

/*Individaul Pages*/
.Pages
{
	font-size:12pt;
	font-family:Times New Roman, Arial;
	color:Black;
}