/* 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
}
.ActiveSection
{
	background-color: #EEEECC
}

.ContentHead
{
    background-color: #cccccc;
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 20px
}
.SideContentHead
{
   background-color: dimgray;
     color: #cccccc;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}

.Heading
{
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #cc0000;
	font-weight: bold
}

.AltHeading
{
	font-family: Verdana, Arial;
	font-size: 13px;
	color: dimgray;
	text-decoration:none;
	font-weight: bold
}

.Text
{
	font-family: Verdana, Arial;
	font-size: 13px;
	color: Black;
	font-weight: normal
}
.Bold
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight:bold
}
.White12Bold
{
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color:white
}

.Error
{
	font-family: Verdana, Arial;
	font-size: 13px;
	color:red;
	font-weight:bold
}


/* */
.MenuText, A.MenuText:visited, A.MenuText
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold
}


A.MenuText:hover
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 13px;
	background-color: #cccccc;
	font-weight:bold
}    

.griditem {font-size:11px; width:50%; font-family: Verdana; text-align:left; background-color: #ffffff; color: #000000;}
.gridaltitem {font-size:11px; font-family: Verdana; text-align:left; background-color: #dcdcdc; color: #000000;}


.AlternatingRow
{
	background-color: #cccc99;
}
