@charset "utf-8";
/* Lighting New York's account information styles */

#accnt_welcome{
	color: #6170AB; 
	padding-left: 5px;
	background-color: #eee;
	border: solid 1px #ddd;	
}
#accnt_welcome table tr td table{
	border: solid 1px #ddd;	
}
#accnt_welcome a{
	display: block;
	font-weight: bold;
	padding: 4px 10px;
	color: #666;
	border-right: dotted 1px #ddd;
	background-color: white;
	text-decoration: none;
}
#accnt_welcome a:hover{
	color: #6071B7;
	background-color: #EDF2F8;
	text-decoration: none;
}

#accnt_body{
	background-color: #eee;
	padding: 8px;
	margin-top: 10px;
}
#accnt_body h1{ 
	color: #444;
	font-size: 12px!important; 
	font-weight: bold!important; 
	margin: 0;
	padding: 0 0 7px 0;
}
#accnt_body h1 a{
	color: #4F83BD;
	text-decoration: none;
}
#accnt_white{
	background-color: white;
	border: solid 1px #dfdfdf;
	padding: 8px;
}

.info{
	margin-top: 2px;
}

.info h3{
	font-size: 12px;
	color: #036;
	margin: 0;
	padding: 0;
}

.brown_box{
	border-bottom: solid 1px #bbb;
	padding: 6px 0;
	margin-bottom: 5px;
	color: #333;	
}
.brown_box h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.brown_box img{
	cursor: pointer;	
}

.signup{
	color: #4F69B0;
	text-decoration: none;
	font-size: 11px;
}
.signup:hover{
	text-decoration: underline;	
}

.save_btn{
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    background-color: white;
    background-image: url("/grfx/nav_chain.gif");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
    color: #34527E;
    cursor: pointer;
    font-size: 11px;
    padding: 4px 11px!important;
    text-align: center !important;
}
.save_btn:hover{
	background-color: #eee;
	background-image: url(/grfx/searchbox_bg1.png);
}
.goback{
	display: block;
	width: 80px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    background-color: white;
    background-image: url("/grfx/nav_chain.gif");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    color: #666!important;
    cursor: pointer;
    font-size: 11px;
    padding: 3px 10px;
    text-align: center !important;
	margin-top: 10px;
}
.goback:hover{
	background-image: none;	
	background-color: white!important;
}

.accnt_update{
	background-color: #FFF5AE;
	border: solid 1px #D6BE61;
	color: #B08A3C;
	font-size: 11px;
	padding: 5px;
	-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
}
.accnt_update a{
	color: #900;
	text-decoration: none;
}
.accnt_update a:hover{
	text-decoration: underline;	
}

.accnt_error{
	background-color: #EBD3D3;
	border: solid 1px #D08E8C;
	color: #B74B48;
	font-size: 11px;
	padding: 5px;
	margin: 3px 0;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.accnt_update img, .accnt_error img{
	padding-right: 8px;
}

.addrBook_cntnr{
	width: 358px;
	margin: 6px 6px 0 0;
	float: left;
	padding: 6px;
	border: solid 1px #ddd;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

table.info_tbl{
	width: 99%;
	margin: 4px 0;
	border: solid 1px #d4d4d4;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
table.info_tbl tr:hover{
	background-color: #FCF8C5!important;
}
table.info_tbl tr td{
	border-top: solid 1px #d4d4d4;	
}
table.info_tbl a, .review a{
	text-decoration: none;
	color: #06C;
}
table.info_tbl a:hover, .review a:hover{
	text-decoration: underline;	
}
table.info_tbl tr th{ /* styles for the column headers */
	background-image: url(/grfx/nav_chain.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #666;	
	padding: 5px;
	text-align: center;
	border-right: solid 1px #ddd;
}
table.info_tbl tr.tr_gray{
	background-color: #eee;
}

h3.red_info{
	font-size: 18px;
	font-weight: normal;
	color: #D52F2F;
	margin: 0 0 4px 0;	
}

#edit_frm input[type='text'], #edit_frm input[type='password'], #edit_frm select{
	padding: 4px;
	border: solid 1px #bbb;
	border-top: solid 1px #888!important;
	-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.reviews{
	border: solid 1px #d4d4d4;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 6px 0!important;
}
.reviews h3{
	background-image: url(/grfx/nav_chain.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #666;	
	padding: 5px;
}
.review{
	padding: 6px;
	margin: 0 10px 2px 0;
	font-size: 11px;
	border-top: solid 1px #ddd;
}
.review_gray{
	background-color: #E4EDFA;
}

.rvw_btn{
	padding: 5px;
	margin-top: 3px;
	background-color: #FCF8C5;
	font-size: 11px;
	color: #444;
}
