/* Default CSS Stylesheet for a new Web Application project */

.Labels
{
    COLOR: midnightblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bolder
}
.Labels2
{
    COLOR: midnightblue;
    FONT-FAMILY: Monotype Corsiva;
    FONT-SIZE: 18pt;
    FONT-WEIGHT: normal;
}
.Normal
{
    COLOR: midnightblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt
}
.Heading
{
    COLOR: midnightblue;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 20pt
}
.Heading2
{
    COLOR: midnightblue;
    FONT-FAMILY: Monotype Corsiva;
    FONT-SIZE: 48pt
}
.subHeading
{
    COLOR: royalblue;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 14pt;
    FONT-STYLE: italic
}
.LineNum
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt
}
.LineNum2
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt
}
.Warning
{
    COLOR:  Red;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt
}
.MenuDefault
{
	background-color: #c8d2d7 ; 
    font-family: "trebuchet ms", arial, sans-serif ;
    font-size:  9pt ;
	color:Black ;
}
.StaticMenuItem
{
	font-weight:bold ;
	color:Black ;
}
.StaticHover
{
	background-color:White 
}
.DynamicMenuItem
{
	background-color:DimGray  ;
	font-weight:bold ;
	color:White;
}
.DynamicHover
{
	background-color: lightslategray;
	color: White;
}
.StaticSelected
{
	background-color: lightslategray;
}
