﻿body, span
{
	font-size: 9pt;
	margin: 0px;
	font-family: Tahoma,Verdana, 'AvantGarde Bk BT';
}

.Links
{
	background-color: Transparent;
	padding: 2px;
	color: White;
	text-decoration: none;
}
.Links:hover
{
	background-color: #98FB98;
	color: #404040;
}
.GC1
{
	display: none;
}

/* Standards */
.rmTitle
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}
.rmTitleTT
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #993300;
}
.rmTitleSD
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: Navy;
}
.rmTitleWW
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #339966;
}
/* Standards */

.Account_Title
{
	border-top: green 3px solid;
	border-left: green 10px solid;
	border-bottom: green 1px solid;
	border-right: green 1px solid;
	height: 25px;
	background-color: #f4fff4;
	color: Green;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
	text-align: left;
}

.PanelAlwaysVisible
{
	padding: 5px 5px 5px 5px;
	border: solid 1px DimGray;
	background-color: White;
	width: 100%;
}

/* Standards */
.StandardsFieldSet
{
	text-align: left;
	width: 755px;
	padding-top: 10px;
	border: solid 1px #008000;
}

.StandardsLegend
{
	padding: 2px;
	background-color: #F4FFF4;
	border: solid 1px #008000;
	color: black;
	font-weight: bold;
	width: 200px;
	text-align: center;
}

.StandardsLegendCheckBox
{
	font-size: xx-small;
	color: green;
}


.StandardLabelStandred
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}

.SubStandredBulletedList
{
	font-family: Verdana, Tahoma;
	font-size: 7pt;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color: Navy;
}

/* Finding */
.FindingsTitle
{
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
}

.FindingsRadioButtonList
{
	font-family: Verdana, Tahoma;
	font-size: 7pt;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	color: #006400;
	font-weight: bold;
}

.FinishedLabelFinding
{
	padding-left: 10pt;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	color: Green;
}

/* Recommendation */
.RecommendationsTitle
{
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 5px;
	vertical-align: top;
}

/* Other */
UL
{
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: square;
	line-height: 1.1em;
	font-family: Verdana, Tahoma;
	font-size: 8pt;
}

.ContactButton
{
	border: solid 1px black;
	background-color: #67A1DD;
	color: White;
	padding: 3px;
}

.SRCStandredAlign
{
	color: Blue;
}
.SRCBanner
{
	font-size: 9pt;
	color: white;
	height: 70px;
	background: #006700 url(Images/hgrad.gif) repeat-y top center;
	border-bottom: white solid 1px;
	width: 100%;
}

.SRCBannerMenu
{
	color: white;
	height: 20px;
	background: #f3f3f3;
	width: 100%;
	padding-left: 20px;
	border-bottom: #006700 1px solid;
}

H3
{
	padding-left: 20px;
	color: #006700;
	padding-top: 10px;
}

/* Highlight found word in  Standards StandardKeywordSearch.aspx */
.HighLight
{
	text-decoration: none;
	color: black;
	background: yellow;
}
.HighLightOR1
{
	text-decoration: none;
	color: black;
	background: lightgreen;
}
.HighLightOR2
{
	text-decoration: none;
	color: black;
	background: orange;
}
.HighLightOR3
{
	text-decoration: none;
	color: white;
	background: blue;
}
.HighLightOR4
{
	text-decoration: none;
	color: black;
	background: pink;
}
.HighLightOR5
{
	text-decoration: none;
	color: white;
	background: red;
}

.HighLightAND1
{
	text-decoration: underline;
	color: black;
	font-style: italic;
}
.HighLightAND2
{
	text-decoration: underline;
	color: red;
	font-style: italic;
}
.HighLightAND3
{
	text-decoration: underline;
	color: green;
	font-style: italic;
}
.HighLightAND4
{
	text-decoration: underline;
	color: gray;
	font-style: italic;
}
.HighLightAND5
{
	text-decoration: underline;
	color: orange;
	font-style: italic;
}
