#account_header {
	height: 138px;
	width: 730px;
	position: relative;
	margin: 5px auto;
}
#account_header_top {
	position: relative;
	margin: 0;
	height: 10px;
	width: 730px;
	background: url(/images/account_header_top.gif) no-repeat top center;
}
#account_header_mid {
	position: relative;
	margin: 0;
	height: 118px;
	width: 730px;
	background: url(/images/account_header_mid.gif) repeat-y top center;
}
#account_header_avatar {
	width: 107px;
	height: 122px;
	position: relative;
	margin: -2px 5px 0 10px;
	float: left;
	display: inline;
}
#account_header #info_left {
	position: relative;
	float: left;
	display: inline;
	width: 225px;
	height: 115px;
	top: -5px;
	left: 10px;
	line-height: 26px;
	font-size: 12px;
}
#account_header #info_right {
	position: relative;
	float: left;
	display: inline;
	width: 225px;
	height: 115px;
	top: -5px;
	line-height: 26px;
	font-size: 12px;
}
#account_header_sep {
	width: 11px;
	height: 116px;
	position: relative;
	float: left;
	display: inline;
	background: url(/images/account_header_sep.gif) no-repeat top left;
}
#account_header #button_container {
	height: 122px;
	position: relative;
	float: left;
	display: inline;
	left: 20px;
	top: 43px;
}
#account_header #button_container img {
	border: none;
}
#account_header_bottom {
	position: relative;
	margin: 0;
	height: 10px;
	width: 730px;
	background: url(/images/account_header_bottom.gif) no-repeat top center;
}
#account_tab_container {
	position: relative;
	top: 8px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#inbox a:link, #inbox a:visited {
	color: #069;
}
#inbox a:hover, #inbox a:active {
	color: #09f;
}
#inbox table {
	width: 100%;
	border: 1px solid black;
}
#inbox tr {
	padding: 5px;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid black;
}
#inbox th {
	color: #fff;
	background: #069;
}
#inbox td, #inbox th {
	text-align: left;
	width: 31%;
	padding: 5px 5px 5px 5px;
}
#inbox td.checkcol, #inbox th.checkcol {
	width: 7%;
	text-align: right;
	padding-right: 5px;
}

.account_tabs {
	width: 97%;
	padding: 6px 0 3px 0;
	margin: 1px 0 0 10px;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
}
.account_tabs li {
	display: inline;
}
.account_tabs #tab_blogs_on, .account_tabs #tab_blogs_off {
	margin: 0 3px 0 7px;
}
.account_tabs li a {
	text-decoration: none;
	color: #666;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #ccc;
	background: white url(/images/shade.gif) top left repeat-x;
}
.account_tabs li a:hover {
	color: #036;
	background-image: url(/images/shadeactive.gif);
	border-bottom-color: white;
}
.account_tabs li.selected a {
	color: #036;
	background-image: url(/images/shadeactive.gif);
	border-bottom-color: white;
}

.contentstyle {
	width: 700px;
	margin-bottom: 1em; padding: 10px;
}
.emphasis {
	color: #036;
	font-weight: bold;
}

