﻿
body
{
      font-family: Verdana;
      background-color:#4F4F4F;
      text-align:center;
      font-size: 11px;
      padding-top: 100px;     
}

h1,h2,h3,h4,h5,h6,p
{
    padding: 0px;
    margin: 0px;
}

h5
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.button
{
	font-family: Verdana;
    font-size: 10px;
    color: #61AECC;
    background-color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #C8C8C8;
    cursor: pointer;
    margin-right: 7px;
}

a 
{
    color:#61AECC;
}

select 
{
    font-family: Verdana;
    font-size: 11px;
}

.loginBanner 

{
    height:60px; 
    background-image:url('../Images/Public/logo-login.jpg');
}

.loginVersion 

{
    font-size: 9px;
    vertical-align: bottom;
    color: #C8C8C8;
    padding-top: 45px;
    margin-left: 4px;
}

.infoText
{
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
}


/* accordian stuff */

.accHolder 
{
    border: 1px solid #91AA49;
    width: 100%;
    border-bottom: 4px solid #ACCA56;
}
.accTitleHelp 
{ float:right;
  display: inline;
  vertical-align: middle;
  margin-right: 2px;
}
.accTitle 
{
    background-color: #ACCA56;
    background-image: url('../Images/Public/gradient-main.gif');
    background-repeat: repeat-x;
    background-position: top;
    padding: 2px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    
}

.disclaimer 
{
    font-size: 9px;
    color: #828282;
    width: 100%;
    text-align: center;
}

.accHeaderCollapsable 
{
    background-color: #A7D2E3;
    border-top: 1px solid #61AECC;
    border-bottom: 1px solid #FFFFFF;
    padding: 2px;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url(images/icons/acc-arrow-white.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor:pointer;
}

.accHeader 
{
    background-color: #A7D2E3;
    border-top: 1px solid #61AECC;
    border-bottom: 1px solid #FFFFFF;
    padding: 2px;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;

}

.accFooter 
{
    background-color: #A7D2E3;
    border-top: 1px solid #61AECC;
    border-bottom: 1px solid #FFFFFF;
    padding: 1px;
    padding-bottom:2px;
    font-size: 11px;
    color: #FFFFFF;
    text-transform: uppercase;

}

.accContent 
{
    background-color: #EFF7FA;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px;
    text-align: center;    
}


.accContentList 
{
    background-color: #EFF7FA;
    border-bottom: 1px solid #FFFFFF;
    
}



/* Content Alert */

.accHeaderAlert 
{
    background-color: #FF0000;
    border-top: 1px solid #61AECC;
    border-bottom: 1px solid #FFFFFF;
    padding: 2px;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;

}

.accContentAlert 
{
    background-color: #FFE0E0;
    border-bottom: 1px solid #FFFFFF;
    padding: 3px;
    padding-bottom: 4px;
    
}

.labelCheckboxAlert
{
    display:block;
    background-color: #FFE0E0;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow:auto;
}

.labelCheckboxAlert:hover 
{
    background-color: #FFC0C0;
}
