@charset "utf-8";
* {margin:0;padding:0;}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

body {
    background-color: #EBEAEA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

div, a, span,p { font-family: Arial, Helvetica, sans-serif; color: #000; font-size: 12px;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0;padding: 0;border: 0;}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

select {
color:#666666;
font-size:12px;
margin:0pt 3px;
}
.invisible {
    display: none;
}

h1, h2, h3, h4, h5, h6 { padding: 0 0 2px 5px;  font-weight: 700;  color: #555; }

h1 {font-family: Arial, Helvetica, sans-serif;color: #039; font-size: 16px; font-weight: bold;}
h2 {color: #039;    font-size: 14px; font-weight: bold;}
h3 {font-size: 16px; line-height: 20px;}
h4 {font-size: 14px; line-height: 18px;}
h5 {  font-size: 12px;     line-height: 16px;  }
h6 {font-size: 12px;  line-height: 16px; font-weight: 400;}

a:link, a:visited { color: #74081F; text-decoration: none;}

a:hover, a:active { color: #74081F; text-decoration: underline;}
/*a:link, a:visited { color: #402828; text-decoration: none;}*/

/*a:hover, a:active { color: #402828; text-decoration: underline;}*/

.pageWrap {width:970px;margin:5px  auto ;padding: 0 5px 0 5px ;background-color: #FFFFFF;}
.pageWrap .pageHeader {
    width:970px; margin:0 auto ;
   text-align: center;
    color: #111;
    font-size: 12px;
    background: #fff;
}


.pageWrap .pageBody {
    
    position:relative;
    width:970px;
	margin:0 auto;
	line-height:150%;

    border: #E4E4E4 1px solid;
     background: url( ../../css-img/line.gif ) 180px 0 repeat-y;
    
}
.pageWrap .emptyBody {

    width:970px;
	margin: 0 auto;
}
.pageWrap .pageFooter {
    width:970px;
	margin:12px auto 0 auto;
}
 .body1columnMid {

    width:785px;
}

.pageBody .body2columnLeft {
   float:left;
	width:180px;
    background-color:#FCF8F8;
}

.pageBody .body2columnRight {
    float:left;
	width:775px;
    margin-left:10px;
}
.footerBox { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc;}
.footerNavigation {
    width: 968px; height: 80px; margin: 2px 8px 2px 30px;  display: block;
}
.footerNavigation .item{
    width: 164px; height: 90px; margin-top: 2px; padding-left: 16px; float: left;
}
.footerNavigation .rightBorder{
   border-right: 1px solid #e1c6c6;
}
.footerNavigation .itemTitle{
  color:#000;  font-weight:bold; margin-bottom: 2px;
}
.footerNavigation .itemTitle ul{
  list-style-type:none;
}
.footerNavigation .itemTitle li{
    list-style: square inside; text-align:left;

}
.blank12{margin:0 auto;   height:12px; font-size:1px;clear:both;overflow:hidden;}
.blank5{height:5px;font-size:1px; clear:both;overflow:hidden;}
.blank3{height:3px;font-size:1px; clear:both;overflow:hidden;}
.blank1{height:1px;font-size:1px; clear:both;overflow:hidden;}
.blank0{height:1px;font-size:0; clear:both;overflow:hidden;}
.height3{height:3px;font-size:1px; overflow:hidden;}
.height5{height:5px;font-size:1px; overflow:hidden;}


.bigRed { color:#c00; font-weight:bold;}
.fB {font-weight: bold;}
.fI {font-style: italic;}
.f11px{ font-size:11px;}
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}


.line{height:1px;font-size:1px;  }


.whiteBack{background: #FFFFFF;}

.float-left{float:left} 
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.hand {
cursor:pointer;
}
.borderBlack {
border-color:#000000;
}
.borderBottom {
border-bottom-style:solid;
border-bottom-width:1px;
}
.borderTop {
border-top-style:solid;
border-top-width:1px;
}

/*validation-----------------*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	/*border: 1px solid #FAC5C7;*/
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #dd3c10;
	color : #dd3c10;
}
input.validation-passed, textarea.validation-passed {
	/*border:1px solid #CAE2A4;*/
}
.validation-advice {
border:1px solid #FAC5C7;
    padding:1px 4px 1px 20px;
    margin:2px 0;
    background:#FEF0F0 url(../../css-img/icon_err.gif) 5px 6px no-repeat;
    /*width:340px*/

}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.adsImageBorder{
    text-align:center;
    border-top:1px dotted #E1C6C6;
    margin-bottom:5px;
}
/*---------------*/
.textStrike {
color:#8A8A8A;
font-size:9pt;
text-decoration:line-through;
}
.button { height:22px;font-size:12px;}

