/* @override http://192.168.202.3/~jeremyagius/Account%20Page/account.css */

html, body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,h7,ul,li{
	margin: 0;
	padding: 0;
}
h5{
	font-size: 12px;
	font-weight: normal;
}
a{
	color: #cc212c;
	text-decoration: none;
}
a:hover{
	color: #f01;
	text-decoration:underline;
}
#container{
	width: 600px;
}
#header {
	padding: 0px 0 0 20px;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background: #dde4db url(../graphics/header_bg.jpg) 0 bottom;
}
#header>span{
	line-height: 2.4em;
}
#col1{
	width: 160px;
	/*float: left;*/
	min-height: 800px;
	position: absolute;
	top: 25px;
	/*background-color: rgba(102,102,102,0.72);*/
	padding: 20px;
}
#col2{
	width: 460px;
	position: absolute;
	left: 200px;
	top: 25px;
	min-height: 800px;
	/*background-color: rgba(53,102,102,0.72);*/
	padding: 20px;
}
#account_nav {
	position: absolute;
	top: 0;
	left: 200px;

	height: 25px;
	margin-left: 20px;
}
#account_nav>ul {
	position: relative;
	top: 9px;
}
#account_nav>ul>li {
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
}
#account_nav>ul>li>a {
	padding: 9px 32px 3px 32px;
	background: url(../graphics/tab_deselected.png) no-repeat 0 2px;
	text-decoration: none;
	color: #7f7f7f;
	border: none;
	text-align: center;
}
#account_nav>ul>li>a.selected{
	padding: 9px 32px 3px 32px;
	background: url(../graphics/tab_selected.png) no-repeat -1px 2px;
	text-decoration: none;
	color: #000;
	border: none;
}

/*DECORATION*/
.huge_text{
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif;
	font-size: 48px;
	color: #cc212c;
}
#account_list{
	margin:5px 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #ccc;	
}
.note{
	font-style: italic;
	font-size: 11px;
	color: #cc212c;
}
table td{
	padding: 0px 0px;
}
table td.num_column{
	text-align: right;
	padding-right: 10px;
}
#account_list table td{
	padding: 15px 20px;
}
#account_list table th{
	padding: 10px 20px;
	background-color: #d1d1d1;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}
#account_list table tr{
	display: table-row;
	text-align: left;
	vertical-align: text-top;
	line-height: 1.6em;
}

#account_list tr.even{
	background-color: #eaeaea;
}
#account_list tr.odd{
	background-color: #f4f4f4;
}
.account_balance td{
	border-top: 1px solid	#999;
}
ul.step_nav, ul.step_nav li{
	display: inline;

}
ul.step_nav li{
	margin:0px 10px;
	border: 1px solid #fff;
	background-color:#fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
ul.step_nav li a.current{
	background-color:#ddd;
	padding: 10px;
	color: #666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #ddd;
}
.navBtn{
	background-color: #cc212c;
	color: #fff;
	padding: 10px;
	display: block;
	padding: 7px 10px;
	margin: 10px 20px 10px 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #cc212c;
}
.navBtn:hover{
	background-color: #b01019;
	color: #fff;
	text-decoration: none;
}

/*account options styles*/

#account_options{
	display:block; 
	float:right;
}
#user_info{
	float:left; 
	display:block;
	width:200px;
	text-align: right;
	padding-right: 10px;
	margin: 5px;
	padding-top: 6px;
	line-height: 1.4em;
	vertical-align: middle;
	font-size: 11px;
}
#user_name{
	font-size: 14px;
}
#user_actions, #user_tools{
	font-size: 11px;
	float:left; 
	display:block;
	width:110px;
	
	list-style-type: none;
	border-left: 1px solid #ddd;
	margin: 5px;
	line-height: 1.4em;
	color: #cc212c;

}
#user_tools a{
	color: #999;
}
.alert
{
	color: #cc212c;
}
label {
	font-size: 11px;
	color: #7e7e7e;
}
input[type='text']{
	padding: 3px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	
}
#point_calculator td{
	padding: 10px 0;
}
