
BODY
{
    color: #20425d;
    font-family: Verdana;
    margin: 0;
    height: 100%;
    background-color: #f5f6f1;
    font-size: 12px;
}

input
{
	font-size: 12px;
}
textarea
{
	font-size: 12px;
}

div.logo
{
    position: absolute;
    z-index: 999;
    top: 14px;
    left: 14px;
    height: 61px;
}

div.logo div
{
    background:url(Images/logo.gif);
    height:65px;
    width:215px;
    border:none;
    cursor:pointer;
}

.pageBorder 
{
    background-color:#d0d0ca;
}
    div.processing
    { 
      border: gray 1px solid;
      width: 300px;
      font-size:12px;
      text-align:center;
      background-color: #FFC080; 
      left: 0px; 
      bottom:0%;
      position: absolute;
      padding:10px;
      z-index:100000;
    }
    div.processingModal
    {
        left:0px;
        top:0px;
        position:absolute;
        background:silver;
        filter:alpha(opacity=25);
        -moz-opacity:0.25;
        opacity:0.25;
        z-index:99999;
        width:100%;
        height:100%;
    }
#MainTable
{
    width: 800px;
    background: #f5f6f1;
}
#InnerTable
{
    border:none;
    width:100%;
}
#InnerTable td.header
{
    text-align:center;
    background:#d0e5ec;
    height:42px; 
}
#InnerTable td.header div
{
	color: #20425D;
	font-size: 14pt;
	font-weight: bold;
}
#InnerTable td.bottomRail
{
    background:url(Images/bottomRail.gif);
    height:16px;
}
#InnerTable td.bottomTexture
{
    background:url(images/bottomTexture.jpg);
}

#InnerTable div.branchlocations
{
	font-size: 10px;
	text-align: center;
}
.content
{
	padding: 5px;
	text-align: center;
}
.btn
{
	border: solid 1px silver;
	background-color: #FFFBFF;
	font-family: Verdana;
	color: #284775;
	cursor: pointer;
	margin: 3px;
}

.btn:hover
{
	border: solid 1px silver;
	background-color: #FFFBF0;
	font-family: Verdana;
	color: #284775;
	cursor: pointer;
	margin: 3px;
}
.error
{
	color: Red;
	font-size: 10px;
}
.userDetails table
{
    margin:0 auto 0 auto;
}
.userDetails button
{
     margin:0 auto 0 auto;
}
.detailsTable
{
    border: solid 1px #E6E2D8; 
    margin:0 auto 0 auto;
}
.detailsTable td
{
    border:none;
    padding:2px;
}
.detailsTable .header
{
    background:#5D7B9D; border-style:solid; font-weight:bold; font-size:12px; color:White; text-align:center
}
.detailsTable .row
{
    text-align:left;
    font:Verdana;
    font-size:12px;
}

.detailsTable .label
{
    text-align:right;
    padding-left:5px;
}
.wizard
{
    background: #F7F6F3;
    border: solid 1px #CCCCCC;
    font-size: .9em;
    font: Verdana;
    width:600px;
    margin:10px auto 0 auto;
}
.step
{
    padding: 10px;
    border: none;
    color: black;
    text-align: left;
    height:400px;
    vertical-align: top;
}
.step h1
{
    font-size:1.5em
}
    
    .wizardSideBar
    {
        border: none;
        background: #7C6F57;
        font-size:0.9em;
        padding:5px; 
        text-align:left;
    }
    font.wizardSideBarHeader
    {
        color:White; 
        font-size:14px; 
        font-weight:bold; 
        margin-left:-5px;
    }
    .wizardSideBarStep
    {
        color:White;
        border:none;
        font-Size:12px;
        text-decoration:none;
    }
    .wizardSideBarStepSelected
    {
        font-weight:bold;
        text-decoration:underline;
    }
    .wizard .step div.secondLien
    {
        text-align:center;
    }
    
    .wizard .step table.gv
    {
        margin:0 auto 0 auto;
    }
    
    .wizard .step h3.subHeader
    {
        text-align:center;
        margin-bottom:0px;
        font-size:14px;
    }
@media print
{
    table {border:none;}
    .logo {display:none;}
    .noprint {display:none;}
}

div.ajax__calendar_days table tr td
{ 
	padding-right:0px;
	padding-left:0px;
}

