﻿html
{
    height: 100%;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    height: 98%;
    width: 98%;
    line-height: 1.5em; 
}

.container
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}
.styleChangePassword
{
    margin: 0 auto;
    padding: 10px 0 0 0; 
}
.styleForgotPassword
{
    margin: 20px;
    padding: 10px 0 0 0; 
}
.stylePasswordMessage
{
    color: Red;
    font-size: medium;  
    padding: 10px 0 0 0; 
}
.styleMasterTable
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 100%;
    height: 100%;
    margin: 0 10px 0 1px;
}

.styleUser
{
    font-weight: bold;
    font-size: 8pt;
    line-height: 1.2em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-width: 210px;
    min-height: 100%;
    vertical-align: top;
    width: 210px;
}

.styleHeader {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    background-color: White;
    color: #102D4F;
    line-height: 1em;
    padding: 20px 0px 0 5px;
    vertical-align: top;
    width: 100%;
}

.styleMenu
{
    font-size: 12pt; 
    font-weight: bold;  
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
    vertical-align: top;
    width: 100%;
    color: white;
    background-color: #102D4F;
    min-width: 220px; 
}

.styleMenu:hover
{
    background-color: #6699FF;
}

.styleFooter
{
    color: #102D4F;  
    font-weight: bold;
    padding-top: 30px;   
    padding-bottom: 10px;
}

.styleBorder
{
    border: medium groove #102D4F;
    margin: 5px;
    padding: 0 15px 30px 15px;
}

.contactInformation
{
    padding-left: 5px;
    width: 40%; 
}

.styleLogin 
{
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
}

.styleGrid
{
    vertical-align: top;   
    height: 450px;  
}    
.styleDescription
{
    font-size:  10pt;
    font-weight: bold;
    text-align: right;
    min-width: 50px; 
    margin: 0 0 0 0;
    padding: 0 0 0 0;

}
.styleTextBox
{
    text-align: left;
    
} 
.upperCase
{
    text-transform: uppercase;
}

.accordionHeader
{
    background-image: url('../Images/arrow_right.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 1px solid darkblue;
    color: #102D4F;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader:hover
{
    background-color: #6699FF;
}
.accordionHeaderSelected {
    background-image: url('../Images/arrow_down.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 1px solid darkblue;
    color: #102D4F;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent {
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
form input .checkbox {
    -o-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -webkit-transform: scale(10);
    transform: scale(10);
    padding: 10em;
    width: 20px;
    height: 20px;
}
.styleLinkDescription
{
    font-size: 10pt;
    font-weight: normal;  
    text-decoration: none;
} 

.HideBoundField
{ 
    display: none;  
} 
.NoTextBoxScrollBar
{
    overflow: hidden;
}
.styleBottomBorder
{
    border-bottom-style: solid;
}
.styleBold
{
    font-weight: bold;
}
.styleNormal
{
    font-weight: normal;
    text-decoration: none;
} 
.styleUnderline
{
    font-weight: bold;
    text-decoration: underline;
} 
.stylePtop {
    display: block;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
} 
.stylePbottom {
    display: block;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.stylePasswordTitleText {
    background-color: #6B696B;
    font-weight: bold;
    color: #FFFFFF;
}
.stylePasswordBody {
    background-color: #E6E6E6;
    color: #CCCC99;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 10pt;
    line-height: 2em;
}
.stylePasswordLabel {
    color: black;
    text-align: right;
    padding-right: .5em;
}