﻿body
{
    margin:0 auto;
    font-family:arial,verdana,tahoma,helvetica;
}

header 
{
    margin:0 auto;
    position: relative;
    text-align:center;
}

h1
{
    font-family: 'Segoe UI';
    font-weight:lighter;
}

h2
{
    font-family: 'Segoe UI';
    font-weight:lighter;
}

h3
{
    font-family: 'Segoe UI';
    font-weight:lighter;
}

h4
{
    font-family: 'Segoe UI';
    font-weight:lighter;
}

h5
{
    font-family: 'Segoe UI';
    font-weight:lighter;
}

h6
{
    font-family: 'Segoe UI';
    font-weight:lighter;
}

.wrap
{
    width:1000px;
    margin:0 auto;
    text-align:center;
}

.login
{
	background-color: #3B5998; /*#556c89;*/
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}

.menuHeading
{
	background-color: #3B5998; /*#556c89;*/
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Arial;	
}

.contentHolder
{
	background-color: #F5F5F5;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;	
}

.footer
{
	border-top: #e6e6e6 thin none;
	color: #000000;
	font-family: Arial;
	font-size: x-small;	
	text-align:center;
	text-decoration: none;
	position:relative;
	height:20px;   
	margin-top: 10px; 
	
	/*bottom:0;
	clear:both;*/ 
    width:100%;
    
}

.smallButton
{
	font-family: Arial;
	font-size: xx-small;
}

.commonTextStyle
{  
	font-family: Arial;
	font-size: 8pt;
}

.emphasizeTextStyle
{  
	font-family: Arial;
	font-size: 10pt;
}

.AeroTextStyle
{  
	font-family: 'Segoe UI';
	font-size: 9pt;
}

.EmpahasizeAeroTextStyle
{  
	font-family: 'Segoe UI';
	font-size: 12pt;
}

.TextAlignRight
{
    text-align:right;
}

/* AJAX Control Toolkit */
.WatermarkText 
{
    color: #999999;
    font-family: 'Segoe UI';
	font-size: 9pt;
    font-style: italic;
}

.Highlight
 {
    background-color: InfoBackground;
}

.accordion 
{ 
    /*width: 400px; */
} 
      
.accordionHeader 
{ 
    border: 1px solid #E6E6E6;  /* #2F4F4F */
    color: white; 
    background-color: #2E4d7B; 
    font-family: Arial, Sans-Serif; 
    font-size: 8pt; 
    font-weight: bold; 
    padding: 5px; 
    margin-top: 0px; 
    cursor: pointer; 
} 
       
.accordionHeaderSelected 
{ 
    border: 1px solid #E6E6E6; 
    color: white; 
    background-color: #5078B3; 
    font-family: Arial, Sans-Serif; 
    font-size: 8pt; 
    font-weight: bold; 
    padding: 5px; 
     margin-top: 0px; 
    cursor: pointer; 
} 
         
.accordionContent 
{ 
    background-color: #D3DEEF; 
    border: 0px dashed #2F4F4F; 
    border-top: none; 
    font-family: Arial, Sans-Serif; 
    font-size: 8pt;
    padding: 2px; 
    padding-top: 2px; 
}

.Panel legend
{
    font-family: 'Segoe UI';
	font-size: 12pt;
    font-weight:bold;
    color:limegreen;    
}

.Checkbox
{
    font-family: Arial;
	font-size: 8pt;
    vertical-align: middle;
}

.HideColumn
{
    display: none;
}

.CenterMenu
{
    font-family: 'Segoe UI';
	font-size: 9pt;    
    text-align:center;
    margin:0px auto;
}