﻿/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    
    background-color: Silver;
	font-family: Microsoft Sans Serif ;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordianText
{
	font-family:Microsoft Sans Serif;
	font-size:0.8em;
	
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    
    background-color: Silver;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionLink
{
    color: #284E98;
	font-family: Microsoft Sans Serif;
	font-size: x-small;
	padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: white;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.panel
{
	background-color:#5377A9;
	
}

.panelMenu
{
	background-color:Transparent ;
}
.panelRightMenu
{
	background-color:#EEEEEE;
}

.panelCnt
{
	background-color:white;
}

body
{
	font-family:Arial;
	font-size:large;
}
.labelBold
{
	font-family:Microsoft Sans Serif;
	font-size:0.8em;
	font-weight:bold;
}
.labelContent
{
	font-family:Microsoft Sans Serif;
	font-size:0.7em;
}

.labelFooter
{
	font-family:Microsoft Sans Serif;
	font-size:0.8em;
}

.HdrCaptionMain
{
	font-family:Microsoft Sans Serif;
	font-size:0.8em;
	font-weight:bold;
	color:White;
	
	}

.HdrCaption2
{
	font-family:Microsoft Sans Serif;
	font-size:0.8em;
	font-weight:bold;
	font-style:italic;
	color:White;
	
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

.hrBlue
{
	color:#FFFFFF;
}

.lblPageHeading
{
	font-family:Microsoft Sans Serif;
	font-size:medium;
	font-weight:bold;
	color:Black;
	
}
.linkBlack
{
	font-family:Microsoft Sans Serif;
	font-size:0.7em;
	font-weight:bold;
	color:Black;
}
.labelNews
{
	font-family:Microsoft Sans Serif;
	font-size:0.8em;
	font-weight:bold;
	color:#5377A9;
	/*background-color:#5377A9;*/
	background-color:Transparent ;
	
}
.MainContent
{
	background-color:#D3DEEF;
	border:none 0 0 0;
}
.LeftPanel
{
	background-color:white;
	border:none 0 0 0;
}
.linkWhite
{
	font-family:Microsoft Sans Serif;
	font-size:0.9em;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
A
{
	color:#5377A9;
}
