@charset "utf-8";
/* CSS Document */

.frmListBox_Filter
{
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
  font-family: Tahoma;
  width: 160px;
}

.frmTextBox_Filter
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
  font-family: Tahoma;
  width: 160px;
}

.frmTextArea_Filter
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
  font-family: Tahoma;
  width: 160px;
  height: 75px;
}

.frmButton_Filter
{
  width: 75px;
  font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
}

.frmButton_View
{
  width: 65px;
  font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
  

}




/*-------------------------------------------------------------------------------*/
/*-------------------- BEST PRACTICES RESOURCE ITEMS -----------------------*/
/*-------------------------------------------------------------------------------*/
.filterBox {
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	width: 250px;
	float: left;
	border: dashed 1px #2F4F4F;
	background-color: #8ebbd2;
	padding: 5px;
	margin-top: 5px;
}

.filterBox a:hover {
	color:#000000;
  text-decoration: none;
}

.filterBox a:visited {
	color:#555555;
	text-decoration: underline;
}

.filterBox a:active {
	color:#000000;
	text-decoration: underline;
}

.filterBox a:link {
	color:#000000;
	text-decoration: underline;
}

.filterBoxLabel {
	float:left;
	width:85px;
	font-weight: bold;
}

.filterBoxDDL {
	float:left;
	width:160px;
	margin: 0 0 10px 0;
}

.filterBox ul { 
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	list-style-type: none;
}

.filterBox li { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.filterBox2 {
  padding-top: 0;
  margin-top: 0;
}

.filterBox2 ul { 
	margin: 2px 0px 10px 30px;
	padding: 0;
	line-height: 1.3em;
	list-style-type: disc;
}

.filterBox2 li { 
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

.resultsPanel {
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	margin-left: 20px;
	width: 616px;
	float:left;
}

.resultsPanel a:hover {
	color:#000000;
  text-decoration: none;
}

.resultsPanel a:visited {
	color:#000000;
	text-decoration: underline;
}

.resultsPanel a:active {
	color:#000000;
	text-decoration: underline;
}

.resultsPanel a:link {
	color:#000000;
	text-decoration: underline;
}

.detailPanel {
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: dashed 1px #2F4F4F;
	background-color: #cbe3f0;
	padding: 6px;
	margin-top: 20px;
}

.ResourcesDetail
{
 
 font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: dashed 1px #2F4F4F;
	background-color: #cbe3f0;
	padding: 4px;
	
    width:400px;
    
}


.ResourcesDetailHeader
{
   border: dashed 1px #2F4F4F;
   color: white;
   background-color: #8ebbd2;
   padding:4px;      
   width:400px;
   
   
}




/*-------------------------------------------------------------------------------*/
/*-------------------- GENERAL FONTS -----------------------*/
/*-------------------------------------------------------------------------------*/
.mediumNormal
{
  font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #000000;
}

.mediumAlert
{
  font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #CC0000;
}

.smallNormal
{
  font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #000000;
}


/*-------------------------------------------------------------------------------*/
/*-------------------- AJAX STYLES -----------------------*/
/*-------------------------------------------------------------------------------*/
.accordionHeader
{
   border: dashed 1px #2F4F4F;
   color: white;
   background-color: #8ebbd2;
   padding: 5px;
   margin-top: 5px;
   cursor: pointer;
}

.accordionHeader a
{
   color: #FFFFFF;
   background: none;
   text-decoration: none;
}

.accordionHeader a:hover
{
   background: none;
   text-decoration: underline;
}

.accordionHeaderSelected
{
   border: dashed 1px #2F4F4F;
   color: white;
   background-color: #8ebbd2;
   padding: 5px;
   margin-top: 5px;
   cursor: pointer;
}

.accordionHeaderSelected a
{
   color: #FFFFFF;
   background: none;
   text-decoration: none;
}

.accordionHeaderSelected a:hover
{
   background: none;
   text-decoration: underline;
}

.accordionContent
{
   border: dashed 1px #2F4F4F;
   background-color: #cbe3f0;
   border-top: none;
   padding: 5px;
   padding-top: 10px;
}

.accordianDL
{
  padding: 4px 0px 0px 10px;
  background-image: url("../images/bg-accordian-divider.gif");
  background-repeat: repeat-y;
}

.accordianDL td
{
  padding-left: 10px;
}

.accordianDetails
{
  padding-bottom: 7px;
	padding-right: 20px;
}



/*-------------------------------------------------------------------------------*/
/*-------------------- AJAX STYLES FOR PASSWORD STRENGTH -----------------------*/
/*-------------------------------------------------------------------------------*/
.TextIndicator_PS
{
 font-family: Tahoma;
 font-size: 10px;
}

.TextIndicator_PS_1
{
 color: White;
 font-size: 10px;
 font-weight: bold;
 font-family: Tahoma;
 background-color: #CCCCCC;
 padding: 2px 2px 2px 2px;
}
.TextIndicator_PS_2
{
 color: Yellow;
 font-size: 10px;
 font-weight: bold;
 font-family: Tahoma;
 background-color: #CCCCCC;
 padding: 2px 2px 2px 2px;
}
.TextIndicator_PS_3
{
 color: Orange;
 font-size: 10px;
 font-weight: bold;
 font-family: Tahoma;
 background-color: #CCCCCC;
 padding: 2px 2px 2px 2px;
}
.TextIndicator_PS_4
{
 color: Blue;
 font-size: 10px;
 font-weight: bold;
 font-family: Tahoma;
 background-color: #CCCCCC;
 padding: 2px 2px 2px 2px;
}
.TextIndicator_PS_5
{
 color: Green;
 font-size: 10px;
 font-weight: bold;
 font-family: Tahoma;
 background-color: #CCCCCC;
 padding: 2px 2px 2px 2px;
}
