﻿/* Accordion */
.SubTotalRowStyledivision
{
	border: solid 1px White;
	background-color:#C0FFFF ;
	font-weight: bold;
}
.SubTotalRowStyledistrict
{
	border: solid 1px White;
	background-color: #FFE0C0;
	font-weight: bold;
}
.SubTotalRowStyleps
{
	border: solid 1px White;
	background-color: Lavender;
	font-weight: bold;
}




.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Arial;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
   .menutable
    {
    position:relative;
    top:10px;
    left:0px
    }
    
    .tab
    {
    border:solid 1px black;
    boder-bottom:none;
    padding:0px 5px;
    background-color:white;
   font-family: Book Antiqua;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
    
    }
    .selectedTab
    {
    border:solid 1px black;
    border:bottom:Solid 1px white;
    padding:0px 5px;
    background-color:#990000;
    
	color: White;
	font-family: Book Antiqua;
	font-size: 9pt;
	font-weight: bolder;
	
    }
    
    .tabBody
    { 
    border:Solid 1px silver;
    padding:0px;
    background-color:white;
    }
#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: #5078B3;
      font-family: Arial, Arial;
      font-size: 12px;
      font-weight: bold;
    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: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Book Antiqua, Book Antiqua;
      font-size: 12px;
      font-weight: normal;
}

.header
{
    font-weight: bold;
    
    background-color: Silver;
    color:Black;
}
.subheading
{
    color: White;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    font-size: small;
}
.mainheader
{
    /*background-color:Maroon;*/
    background-image:url('../images/back.jpg');
    color:White;
    font-family: Book Antiqua;
    font-size: 10pt;
    font-weight: bolder; 
    
   
}
.mainheaderSilver
{
    background-color:Silver;
    color:Black;
    font-family: Book Antiqua;
    font-size: 11pt;
    font-weight: bolder; 
    border-style:ridge;
    
   
}
.subheader
{
   
    color:Black;
    font-family: Book Antiqua;
    font-size: 10pt;
    font-weight:bold;
    width: 100%;
}
.table
{
    /*background-color: #ffffff;*/
    border-right: gray 0.75pt solid;
    border-top: gray 0.75pt solid;
    border-left: gray 0.75pt solid;
    border-bottom: gray 0.75pt solid;
   
    width: 100%;
}
.tableedge
{
    background-color: #ffffff;
    border-right: gray 0.75pt solid;
    border-top: gray 0.75pt solid;
    border-left: gray 0.75pt solid;
    border-bottom: gray 0.75pt solid;
    border-color:Black;
    outline-color:Black
    width: 100%;
}
.gridheader
{
     background-image:url('../images/BkMaroonGradient.jpg');
     color:White;
     /*background-color:#990000;*/
     font-weight:bold; 
     font-size:x-small;
     
    
}


 

