﻿.field-validation-error
{
    color: #ff0000;
}
.field-validation-valid
{
    display: none;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid
{
    display: none;
}


body
{
    margin:0px;
    background:#edf5f9 url('Images/background.gif') center repeat-y;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:62.5%;
    width:100%;
}
.mainDiv
{
    margin: 0px auto;
    width:1000px;
}


/* Header */
#mainHeader
{
    background:#5B0054;
    position:relative;
    height:30px;
    width:960px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 6px;
}

.userWrapDiv
{
	width:100%; 
	height:30px; 
	background-color:#dcdcdc;
	text-align:left;
}

.headerWrapDiv
{
    width: 100%;
    height: 65px;
}

.leftMainHeader
{
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 25px;
}

.rightMainHeader
{
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 25px;
	text-align:right;
}
a.MainHeaderLogo
{
    opacity: 0;
    padding: 2px 120px 25px 10px;
}

img.logo
{
    float: left;
    border: 0px;
    height:40px;
}

small
{
	font-size: 8pt;
}

#legal 
{
    width: 1000px;
    height: 50px;
    float: left;
}
#legal p 
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 11px;
    margin-top: 15px;
}
#legal a 
{
    color: #666;
    text-decoration: none;
}
#legal a:hover 
{
    text-decoration: underline;
}
input[type=text]
{ 
    font-size: 12px;
    border-style:groove;
    /*border-width: 1px;*/
} 
select 
{ 
    font-size: 12px;
} 
span
{
	font-size: 12px;
}
label
{
	font-size: 12px;
}

.mainContentDiv
{
    width:960px; 
    margin-left:20px;
    margin-right:10px;
}
.calcField
{
	background-color: #C0C0C0;
}

#lnkCalc
    {
        cursor:pointer;
        padding: 5px 25px 8px 15px;
        margin: 0px 0px 0px 0px;
        background: url(Images/button-search.png) no-repeat;
        /*background-position-y: 2px;
        background-color: #ffd900;*/
        /*color: #004FB6;
        color:#ADA76F;*/
    }
    
.currency
{
	text-align:right;
}

.centeredContainer
{
	margin-left:auto;
	margin-right:auto;
}
.caption
{
	font-size:large;
	/*color:#004FB6;*/
	color:#5B0054;
	text-align:left;
}

.subcaption
{
	/*color:#004FB6;*/
	color:#5B0054;
	font-size: 12px;
	text-align:left;
}

h3 
{
    border-bottom: 1px dashed #92A8AF;
    font-weight: bold;
    padding-bottom: 3px;
}

h1 {
clear: left;
/*color: #004FB6;*/
color: #5B0054;
font-size: 3.9em;
font-weight: normal;
line-height: 1em;
margin: .4em 0;
text-align:left;
}

.f6
{
	margin: 5px, 10px, 12px, 10px;
	/*margin-bottom: 12px;*/
    overflow: hidden;
    padding: 15px 0 0;
    /*background-color:#DBF2FF;*/
    /*background-color:White;*/
    background-color:#eeeeee;
}

.tbl1
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.inner_div
{
	display:inline-block;
}
.sup_div
{
	margin-top:10px;
	border-top: 1px dashed #92A8AF;
	text-align:left;
}

#tblResult th
{
	text-align:center;
}

.centered
{
	text-align:center;
}

.numeric
{
	text-align:right;
}

.vartext
{
	width:100px;
}

#tblVarData td:odd
{
	width:50%;
}

#tblVarData td:even
{
	width:110px;
}

.light
{
	/*color:#004FB6;*/
	color:#5B0054;
}

