.page_inner{
	background:url("../images/box_rotate_bg.gif") repeat-y;
	float:left;
	width:960px;
}

.page_header{
	border:0;
	border-bottom:1px solid gray;
	margin-right:2em;
	padding-bottom:1px;
}

.page_content{
	padding:2em;
}


.curv_top{
	background:url("../images/box_top_head_bg_noline.gif") no-repeat;
	height:52px;
}

/* sub nav button */
.subnav_button{
	margin:0;
	margin-left:2px;
	float:right;
	cursor:pointer;
	text-transform:uppercase;
	background-color:transparent;
}

.subnav_button .right{
	background:url("../images/subnav_button_right.png") no-repeat;
	width:12px;
	height:38px;
	float:left;
}

.subnav_button .left{
	background:url("../images/subnav_button_left.png") no-repeat;
	width:12px;
	height:38px;
	float:left;
}

.subnav_button .middle{
	background:url("../images/subnav_button_middle.png") repeat-x;
	height:38px;
	float:left;
	padding:10px 2px 0 2px;
	font-weight:bold;
}

.subnav_active{
	background-color:white;
	color:#132469;
}



/* welcome page */

#welcome{
	font-family:Helvetica, Arial, Verdana;
}

#welcome .hello{
	margin-top:1.5em;
	font-size:20pt;
	color:#132469;
	font-weight:bold;
}

#welcome .page_box{
	float:left;
	border:1px solid lightgray;
	padding:18px;
	margin-top:2em;
	margin-right:1em;
	width:490px;
}

#welcome #sidebar{
	width:350px;
	float:left;
}

#welcome #sidebar .page_box
{
	width:auto;margin-right: 0px;float:none;
}

#welcome #sidebar .upgradeBox {}

	#welcome #sidebar .upgradeBox h3 {font-weight: bold;font-size: 16px;color:#132469;padding-bottom:5px;}
	
	#welcome #sidebar .upgradeBox .package {text-shadow: 1px 1px 1px #535353;}
	
	#welcome #sidebar .upgradeBox .packageBronze {color:#b99423;text-shadow: none;}
	#welcome #sidebar .upgradeBox .packageSilver {color:#b0b0b0;text-shadow: none;}
	#welcome #sidebar .upgradeBox .packageGold {color:#e8a90b;}
	
	#welcome #sidebar .upgradeBox p {color:#808080;font-size: 12px;padding-bottom: 15px;}

#welcome .report_line{
	width:100%;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:11pt;
}

#welcome .even_line{
	background-color:#3D9ABF;
	color:white;
}

#welcome .even_odd{
	background-color:#DDE2FD;
	color:#555;
}

#welcome .report_line strong{
	color:#132469;
	font-size:15pt;
}

#welcome .report_line .inner{
	padding:0 20px;
}

#welcome .icon{
	margin-right:1em;
}

#welcome .report_line .report_data{
	float:right;
}


#lock_left{
	position:relative;
	top:0;
	left:-36px;
	z-index:256;
}

/* sidebar  */

.sidebar_item{
	display:block;
	margin-bottom:8px;
}

.sidebar_item .icon_block{
	height:40px;
	width:40px;
	float:left;
	margin-right:1em;
}


.sidebar_item .item_header{
	color:#132469;
	font-weight:bold;
	font-size:11pt;
}

.sidebar_item .item_description{
	color:gray;
}




/* media */

#media .page_header,
#profile .page_header{
	margin-top:1.5em;
	margin-left:2px;
	font-size:15pt;
	color:#132469;
	font-weight:bold;
	border:0;
}

fieldset{
	border:1px solid darkgray;
	margin:4em 0;
	padding-bottom:2em;
}

fieldset>div{
	padding:1em;
}

legend{
	color:#132469;
	font-size:11pt;
	font-weight:bold;
	margin-left:1em;
}


.file_widget{
	border:1px solid lightgray;
	margin:0.3em;
	padding:0.2em;
}


.click{
	cursor:pointer;
}

.click:hover{
	background-color:#FF7;
}



/* profile */

.field_container{
	line-height:2.5em;
}

.field_label{
	margin-right:2em;
	font-weight:bold;
	text-align:right;
	display:block;
	float:left;
	width:100px;
}


.field_label_long{
	margin-right:2em;
	font-weight:bold;
	display:block;
	float:left;
	width:140px;
}

.scoot{
	margin-left:2em;
}


/* custom button */
.custom_orange{
	cursor:pointer;
}

.custom_orange_left{
	width:24px;
	height:39px;
	background-image:url('../images/buttons/orange_button_left.png');
	background-repeat: no-repeat;
	float:left;
}

.custom_orange_right{
	width:24px;
	height:39px;
	background-image:url('../images/buttons/orange_button_right.png');
	background-repeat: no-repeat;
	float:left;
}

.custom_orange_middle{
	height:39px;
	background-image:url('../images/buttons/orange_button_middle.png');
	background-repeat: repeat-x;
	float:left;
	line-height:39px;
	font-size:14px;
	font-family:Helvetica, Arial, Verdana;
	color:#5d4400;
	font-weight:bold;
}

.err_msg{
	font-weight:bold;
	color:red;
}

#bio_preview{
	width:646px;
	color:#6C6C6C;
	font-size:13px;
	line-height:1.5em;
	margin-bottom:8px;
}

/* payment */
#transactions{
	width:100%;
}

#transactions th{
	background:#d1d1d1;
	line-height:2em;
	font-size:13px;
	font-weight:bold;
	color:black;
}

#transactions td{
	line-height:2em;
	text-align:center;
	font-size:13px;
	color:#132469;
}

#transactions .lefty{
	text-align:left;
	padding-left:4em;
}

#transactions tr.even{
	background-color:#ECECEC;
}

#transactions tr.odd{
	background-color:#DDE2FD;
}

#show_more{
	float:right;
	margin:1em;
	margin-right:1.5em;
}


/* testimonial admin */
.testimonial{
	border:1px solid #CCC;
	padding:1em;
	margin:0.4em;
}

.testimonial_controls small{
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
	margin-right:2em;
}

.testimonial_controls .positive{
	color:#56C466;
}

.testimonial_controls .negative{
	color:red;
}
