* {
	margin: 0;
	padding: 0;
}

html {
	background: #FFF url('../img/html_bg.png') top left repeat-x;
}

body {
	font-family: Arial, sans-serif, Myriad Pro, Myriad Web;
	font-size: 0.75em;
	color: #999999;
}

.clear {
	clear: both;
}

#adminToolbar {
	height: 25px;
	background: #000 url('../img/admin_toolbar_bg.png') top left repeat-x;
	overflow: hidden;
}

#adminToolbar ul {
	list-style-type: none;
	overflow: hidden;
}

#adminToolbar ul li {
	float: left;
}

#adminToolbar ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

#adminToolbar ul li a:hover {
	background: url('../img/admin_toolbar_bg_hover.png') top left repeat-x;
}

#adminToolbar ul li a.logout {
	background: url('../img/admin_toolbar_logout_bg.png') top left repeat-x;
	font-weight: bold;
}

#adminBody {
	padding: 15px;
	background-color: #fff;
}

#adminBody h1 {
	color: #07589f;
	font-weight: normal;
}

#adminBody h3 {
	color: #07589f;
	font-weight: normal;
}


#mainContainer {
	background: url('../img/main_container_bg.png') top left repeat-y;
	overflow: hidden;
	width: 1020px;
	position: absolute;
	left: 50%;
	margin-left: -505px;
}

#headerContainer {
	height: 193px;
	margin-left: 19px;
	margin-right: 13px;	
}

#headerLeft {
	float: left;
	overflow: hidden;
}

#headerLeftTop {
	background: url('../img/header_left_top_bg.png') top left repeat-x;
	height: 30px;
	width: 774px;
}

#headerLeftTop ul {
	list-style-type: none;
	float: right;
	overflow: hidden;
}

#headerLeftTop ul li {
	border-left: 1px solid #c2d6e8;
}

#headerLeftTop ul li a {
	background: url('../img/button_member_db.png') top left repeat-x;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.167em;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 15px;
}

#headerLeftBottom  {
	height: 163px;
	width: 774px;
}

#headerLeftBottom .logo {
	margin-top: 12px;
	margin-left: 17px;
}

#headerRight {
	float: left;
	height: 193px;
	width: 204px;
	font-size: 0.9167em;
	color: #FFF;
	background-color: #07589f;
}

#bodyContainer {
	margin-left: 19px;
	margin-right: 0px;
	border-top: 8px solid #f2f6fa;
	overflow: hidden;
	float: left;
}

#bodyLeft {
	float: left;
	overflow: hidden;
	width: 203px;
	margin-bottom: 20px;
}

#bodyLeft ul {
	list-style-type: none;
	margin-top: 35px;
}

#bodyLeft ul li {
}

#bodyLeft ul li a {
	font-size: 0.9167em;
	background-color: #f9f9f9;
	color: #454545;
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}

#bodyLeft ul li a.first {
	border-top: 1px solid #cecece;
}

#bodyLeft ul li a:hover, #bodyLeft ul li a.current {
	background-color: #07589f;
	color: #FFF;
}

#bodyLeft ul li ul {
	margin-top: 0px;
}

#bodyLeft ul li ul li {
}

#bodyLeft ul li ul li a.sub {
	background-color: #d6d6d6;
	border-bottom: 1px solid #b1b1b1;
	
}

#bodyLeft ul li ul li a.sub:hover, #bodyLeft ul li ul li a.subCurrent {
	background-color: #bbbbbb;
	color: #454545;
}

#bodyMiddle {
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #dae6f1;
	border-left: 1px solid #dae6f1;
	width: 500px;
	padding-bottom: 80px;
}

#bodyMiddle div.text {
	padding-top: 20px;
}

#bodyMiddle div.text p {
	margin-bottom: 5px;
}

#bodyMiddle div.text ul, #bodyMiddle div.text ol {
	margin-bottom: 5px;
	margin-left: 30px;
}

#bodyMiddle div.text a {

}

#bodyMiddle div.text a:hover {

}

#bodyMiddle div.text table {
	margin-bottom: 5px;

}

#bodyMiddle div.text table th {
	padding: 4px;
}



#bodyRight {
	float: right;
	overflow: hidden;
	width: 203px;
	padding: 10px 10px 0 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#footerContainer {
	background: url('../img/footer_container_bg.png') top left repeat-x;
	height: 70px;
	margin-left: 19px;
	margin-right: 23px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 0.9167em;
	overflow: hidden;
}

#footerLeft {
	float: left;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 15px;
	height: 70px;
	width: 380px;
	border-right: 1px solid #ede9e2;
}

#footerMiddle {
	float: left;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	height: 70px;
	width: 135px;
	border-right: 1px solid #ede9e2;
}

#footerRight{
	float: left;
	width: 308px;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 12px;
	height: 70px;
}

h1, h2, h3 {
	color: #07589f;
	font-weight: normal;
	margin-top: 20px;
}

h1 {
	font-size: 2em;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

img {
	border: 0px;
}

dt {
	margin-bottom: 3px;
	margin-top: 15px;
}

.fieldTextPassword, textarea {
	border: 1px solid #999999;
	padding: 3px;
	font-size: 1em;
	width: 400px;
	font-family: Arial, sans-serif;
}

.success {
	color: #10a613;
	border: 1px solid #10a613;
	padding: 5px;
	background-color: #a4eea6;
}

.error {
	color: #b31e1e;
	border: 1px solid #b31e1e;
	padding: 5px;
	background-color: #e9a0a0;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	font-size: 1em;
}

table th {
	text-align: left;
	padding: 10px 5px;
	vertical-align: top;
	font-weight: normal;
	color: #676767;
	background-color: #efefef;
}

table td {
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #DAE6F1;
}

table td a {
	display: block;
	color: #999999;
	text-decoration: none;
}

table.full {
	width: 100%;
}

a, .truncate_show, .truncate_hide {
	color: #07589F;
	text-decoration: none;
}

a:hover, .truncate_show, .truncate_hide {
	text-decoration: underline;
}

#savePageButton {
	position: fixed;
	text-align: right;
	right: 5px;
	top: 50px;
}

#savePageButton input {
	height: 100px;
	width: 120px;
	font-weight: bold;
}

#bodyMiddle div.text ul.lex {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 0.75em;
}

#bodyMiddle div.text ul.lex li {
	float: left;
	margin-right: 1px;
}

#bodyMiddle div.text ul.lex li a{
	display: block;
	float: left;
	line-height: 17px;
	text-decoration: none;
	height: 17px;
	padding: 0 4px;
	border: 1px solid #eee;
}


#bodyMiddle div.text ul.lex li a:hover, #bodyMiddle div.text ul.lex li a.current {
	color: #fff;
	background-color: #07589F;
	border: 1px solid #07589F;
}
