/* 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;
}

/*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
{}

/*Individaul Pages*/
.Pages
{
	font-size:12pt;
	font-family:Times New Roman, Arial;
	color:Black;
}

.Buttons { border-right: #004241 1px solid; border-top: #cccccc 1px solid; font-size: 9px; color: #000066; border-left: #cccccc 1px solid; cursor: hand; border-bottom: #004241 1px solid; font-family: Tahoma,sans-serif; border-collapse: collapse; height: 15px; width: 75px; background-color: #CCCCCC; margin: 1px 1px 1px 1px; vertical-align:middle; }