/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    FONT-FAMILY: arial, Verdana,Helvetica, sans-serif;
    font-size:13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0px;
}
.clsProviderLabel
{
    font-size:13px;
    font-weight:bold;
    color: #006869;
}
.clsProviderText
{
    font-size:13px;
}
.clsDGProviderItem
{
    font-size: 13px;
}
.clsDGProviderItem A:link, .clsDGProviderItem A:visited
{
    font-size: 13px;
    text-decoration: none;
    color: #006869;
}
.clsDGProviderItem:hover
{
    color:Blue;
}
.clsProviderItalic
{
    font-size:13px;
    font-style:italic;
}
.clsMedLabel
{
    font-size: 18px;
    font-weight: bold;
    color: #4682b4;
}
.clsRTBHeader
{
    background-color: white;
}
.clsRTBTitle
{
    background-color: #4682b4;
    color: White;
    font-size: 14px;
    font-weight: bold;
}
.clsLI
{
    font-size:12px;
    font-weight:bold;
    color:#4682b4;
}
.clsLinkRed
{
	font-weight: bold;
	font-size: 13px;
    color:Red;
}
.clsLinkRed a:link
{
	font-weight: bold;
	font-size: 13px;
	color:red;
}
/* Data Grid css */
.clsDGHeader
{
	font-weight: bold;
	font-size: 12px;
	color:white;
	background-color: #4682b4;
}
.clsDGHeader A:link, .clsDGHeader A:visited
{
	font-weight: bold;
	font-size: 12px;
	color:white;
	background-color: #4682b4;
}
.clsDGItem
{
    font-weight: bold;
    font-size: 12px;
    color: black;
    background-color: #d6e1ec;
}
.clsDGItem A:link, .clsDGItem A:visited
{
	font-size: 12px;
	color: black;
	background-color: #d6e1ec;
}
.clsDGQuestItem
{
	background-color: #d6e1ec;
}
.clsDGQuestItem A:link, .clsDGQuestItem A:visited
{
	color: black;
	background-color: #d6e1ec;
}
.clsDGAlternating
{
	font-size: 12px;
	color: black;
	background-color: transparent;
}
.clsDGAlternating A:link, .clsDGAlternating A:visited
{
	font-size: 12px;
	color: black;
	background-color: transparent;
}
.clsDGQuestAlternating
{
	background-color: transparent;
}
.clsDGQuestAlternating A:link, .clsDGQuestAlternating A:visited
{
	color: black;
	background-color: transparent;
}
.clsDGPager
{
	font-size: 10px;
}
.clsDGPager A:link, .clsDGPager A:visited
{
	font-size: 10px;
}
/*  ascx Controls */
.clsStaticMenuItem
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-right: #4682b4 3px solid;
    border-left: #4682b4 3px solid;
    border-top: #4682b4 3px solid;
    border-bottom: #4682b4 3px double;
    background-color: #4682b4;
}
.clsStaticMenuItem:hover
{
    color:#b2d1d2;
}
.clsDynamicMenuItem
{
    color: Black;
    font-size:12px;
    font-weight:bold;
    border-right: #d6e1ec 3px solid;
    border-left: #d6e1ec 3px solid;
    border-top: #d6e1ec 3px solid;
    border-bottom: #d6e1ec 3px double;
    background-color: #d6e1ec;
}
.clsDynamicMenuItem:hover
{
    color:#4682b4;
}

