﻿div.hr {
	
width:100%;
	border-top: solid 1px #808080;
	height:5px;
	
}
div.hrbottom {
	
	width:100%;
	border-top: solid 1px #808080;
	height:5px;
	
}

.sideBarTextTitle
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	 color: #982068;
}
.sideBarText
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2d2b6d;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
     border: 1px solid #2F4F4F;
    color: white;
   background-color: #2d2b6d;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: white;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    cursor: hand;
    font-family: Arial;
    font-size:12px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white:
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
A:link      {     
   font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	 color: #982068;
	 text-decoration: none;
      }     
            
A:visited   
{
	font-family: Arial, Sans-Serif;
      text-decoration:  none;
      font-size:  12px;
      font-weight:      bold;
      color:      #982068;
       text-decoration: none;
      }     
            
            
A:hover     {     
      text-decoration:  none;
      font-size:  12px;
      font-weight:      bold;
      color:      #982068;
      text-decoration: underline;
      
      
      }
      
  
      
      .f1Link A:link      {     
   font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	 color: black;
	 text-decoration: none;
      }     
            
.f1Link A:visited   
{
	font-family: Arial, Sans-Serif;
      text-decoration:  none;
      font-size:  12px;
      font-weight:      bold;
      color:      black;
       text-decoration: none;
      }     
            
            
.f1Link A:hover     {     
      text-decoration:  none;
      font-size:  12px;
      font-weight:      bold;
      color:      black;
      text-decoration: underline;
      
      
      }
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}
