.main_bg { background-color: #FFECCC; }

.header {
    background-color: darkOrange; // #C46E14;
    margin-top: 0; 
    padding: 6px 0;
    text-align: center;
}



#newsOneUp {
    display: inline;
    float: left;
    width: 85%;
    text-align: center;
}


.myaccountBody{
    background-color: white;  	 
}

.myaccount {
    background-color: lightYellow;  // #FFE699;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 5px;
    border: 2px solid  #FFE699; //#CAE4FF;
    color: black;
    border-radius: 15px;
    -moz-border-radius: 15px;
    width: 100%
}

.myaccount td { padding: 4px 2px 0; }

.myaccount a { padding: 4px 0; }

.infohdr {
   color: #336666;
   font-weight: bold;
   font-size: 18px;
}

.infotext {
    font-weight: normal;
    font-size:12px;
    color: #336666;
}

.infoData {
    color: 	 	#607272; 
    font-size: 12px;
}

a.infoData:hover {color:#ffeccc; background-color:#607272;}


.msg {
    padding: 5px;
    width: 75%;
    margin: 2px;
    color: #c00;
    border: 1px solid #c00;
    background-color: #FEF1ED;
    font-weight: bold;
    font-size:13px;
} 

.msg2 {
    color: #566666; // #336666;
    font-size: 12px;
    font-weight: bold;
}

.msg3 {
    color: C0C0C0; // #336666;
    font-size: 12px;
    font-weight: bold;
}

.myacctspacer {
	font-size: 2px;
}




.checkpass {
	display: none;
    font-weight: bold;
}



.pwdCheck {
    display: inline-block;
    visibility: hidden;
}

.pwdCheck span {
    padding: 0 6px;
    display: block;
    font-weight: bold;
}



.checkicon {
    text-align: center;
    padding-top:1px;
    padding-right: 4px;
    display:inline-block;
    margin-right:2px;
    cursor: default;
    border-radius:9px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: #18673d;
    background: -webkit-linear-gradient(#336633, #18673d);
    background: -o-linear-gradient(#336633, #18673d);
    background: -moz-linear-gradient(#336633, #18673d);
    background: linear-gradient(#336633, #18673d);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0);
    transition-duration: 0.3s;
    transition-property: box-shadow;
}

.checkicon:after {
    content: "";
 }


label { font-size: 13px; cursor: default;}

ul.left { padding-left: 24px;}

#errmsg {
	display: none;
	margin: 12px 60px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	background-color: yellow;
}


#errmsg-id {
	display: none;
	margin: 12px 60px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	border: 2px solid #cf0000;
}









