body, td, input, textarea, select {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #464646;
}

body, html, #divContainer {
	height: 100%;
	width: 100%
}

body {
	background: #fafafa;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

a, a:link {
	color: #0f4aa3;
}

a:hover {
	text-decoration: none;
}

a.cleared, a.cleared:link {
	color: #464646;
	text-decoration: none;
}

#divTop {
	background: url('/images/top_background.gif') repeat-x;
}

#divTopContainer, #divBreadcrumContainer, #divContentContainer, #divFooterContainer, #divBanner {
	width: 780px;
	margin: auto;
}

#divBanner {
	background-image: url('/images/banner_background.gif');
	background-repeat: no-repeat;
	background-position: 735px 0px;
	background-color: #efefef;
	margin-bottom: 10px;
}

#divBanner img {
	display: block;
}

#divContent {
	background: red;
}

#divTopContainer {
	height: 78px;
	position: relative;
}

#divLogo {
	position: absolute;
	left: 0px;
	top: 6px;
}

#ulMenu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ulMenu li {
	list-style: none;
	float: left;
	margin-left: 4px;
}

#ulMenu li a {
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	background: #b13b3b;
	display: block;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
}

#ulMenu li a:hover {
	background: #cf5858;
}

#ulMenu li.selected a {
	background: #fafafa;
	color: #691111;
}

#ulMenu li.selected a:hover {
	background: #fafafa;
	color: #691111;
}

#divBreadcrum {
	background: #fafafa;
	height: 32px;
	border-bottom: 1px solid #e9e9e9;
}

#divBreadcrumContainer {
	padding-top: 9px;
	color: #a4a4a4;
	font-size: 11px;
}


#divBreadcrumContainer .selected {
	background: #fffed3;
	color: #6e6e6e;
	text-decoration: none;
}

#divContent {
	padding-top: 15px;
	background: #fcf9f6;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}

#divFooter {
	clear: both;
	margin-top: 15px;
}

#divFooterLinks {
	float: left;
	color: #b8b9bb;
	font-size: 11px;
}

#divFooterLogo {
	float: right;
}

#divFooterLinks a {
	font-size: bold;
}

h1 {
	font-size: 36px;
	letter-spacing: -2px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
}

.middle, .middle * {
	vertical-align: middle;
}

input.submit, .checkbox {
	width: auto;
}

input.submit {
	padding: 3px;
}

.divBox {
	background: #fff;
	padding: 10px;
	border: 1px solid #d6d5d4;
	margin-bottom: 10px;
}

h2 {
	margin: 0px;
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 3px;
	position: relative;
}

h3 {
	margin: 0px;
	font-size: 13px;
	letter-spacing: -1px;
	margin-bottom: 3px;
}

#divControlpanel {
	width: 155px;
	float: left;
}

#divControlpanelProfile {
	height: 35px;
}

.divPageTop {
	height: 35px;
}

.divPageTop h1 {
	margin: 0px;
	font-size: 30px;
}

#divPageContent {
	float: right;
	margin-left: 10px;
	width: 615px;
	overflow: hidden;
}

.ulPageMenu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ulPageMenu li {
	float: left;
	margin-right: 4px;
}

.ulPageMenu li a {
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6f6f6f;
	background: #edeae8;
	display: block;
	padding: 6px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
}

.ulPageMenu li a * {
	vertical-align: middle;
}

.ulPageMenu li a img {
	margin-right: 6px;
}

.ulPageMenu li.selected a {
	background: #fff;
	border: 1px solid #d6d5d4;
	margin-top: 0px;
	color: #afafaf;
	border-bottom: 0px;
}

.ulPageMenu li a:hover {
	color: #afafaf;
}

.divPageContentContainer {
	clear: both;
}

.divPageContentContainer.menu {
	margin-top: 29px;
}

input.submit, button {
	padding: 4px;
	width: auto;
}

hr {
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	*margin-top: 1px;
	*margin-bottom: 1px;
	border: 0px;
	border-top: 1px solid #e9e9e9;
	color: #e9e9e9;
}

hr.small {
	margin-top: 5px;
	margin-bottom: 5px;
	*margin-top: -4px;
	*margin-bottom: -4px;
}

.divNotice {
	background: #fffed3;
	padding: 8px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

.divNotice * {
	vertical-align: middle;
}

.divActions {
	background: #f4e2dd;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.divActions td {
	text-align: center;
}

.divActions td * {
	vertical-align: middle;
}

fieldset {
	border: 0;
}

fieldset select {
	width: 200px;
}

label {
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 10px;
	margin-top: 4px;
}

.labelClear {
	margin: 0px;
	float: none;
	display: inline;
	width: auto;
	text-align: left;
}

.formNotice {
	display: block;
	padding-top: 3px;
	margin-left: 153px;
	font-size: 11px;
	color: #a0a0a0;
}

label span.formNotice {
	padding-top: 0px;
	margin-left: 0px;
}

fieldset div {
	clear: both;
	margin-bottom: 8px;
	margin-top: 8px;
}

.validation-advice {
	margin: 0px;
	padding: 5px;
	background: #ffffcc;
	color : #FFF;
	color: #010101;
	display: inline;
}

fieldset div .validation-advice {
	margin-left: 153px;
	margin-bottom: 0px;
}

.validation-failed {
	border: 2px solid #ffa088;
}

.iframeUpload, #iframeUpload {
	height: 1px;
	width: 1px;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#divControlpanelProfile img {
	border: 1px solid #efefef;
	float: left;
}

fieldset div.clear {
	clear: none;
	margin: 0px;
}

.ulUserlist {
	margin: 0px;
	padding: 0px;
	margin-left: -5px;
}

.ulUserlist li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}

.ulUserlist li * {
	vertical-align: middle;
}

.ulUserlist li.online1, .ulUserlist li.online0 {
	background-image: url('/images/icons/icon_16x16_bullet_green.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.ulUserlist li.online0 {
	background-image: url('/images/icons/icon_16x16_bullet_red.gif');
}

#divControlpanel h2 {
	margin-bottom: 2px;
}

.txtGrey {
	color: #a0a0a0;
}

.txtSmall {
	font-size: 11px;
}

.txtMemberLine {
	font-size: 11px;
	color: #a0a0a0;
	letter-spacing: -1px;
}

.divMemberbox {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: relative;
}

.divMemberboxPlus {
	height: 32px;
	width: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.divMemberbox.size1 {
	width: 75px;
	height: 89px;
	background: url('/images/profilebox_1_0.gif') no-repeat;
}

.divMemberbox.size2 {
	width: 83px;
	height: 96px;
	background: url('/images/profilebox_2_0.gif') no-repeat;
}

.divMemberbox.size3 {
	width: 153px;
	height: 168px;
	background: url('/images/profilebox_3_0.gif') no-repeat;
}

.divMemberbox.size4 {
	width: 109px;
	height: 124px;
	background: url('/images/profilebox_4_0.gif') no-repeat;
}

.divMemberbox.size5 {
	width: 226px;
	height: 242px;
	background: url('/images/profilebox_5_0.gif') no-repeat;
}

.divMemberbox.size6 {
	width: 93px;
	height: 103px;
	background: url('/images/profilebox_6_0.gif') no-repeat;
}

.divMemberbox.size1:hover {
	background: url('/images/profilebox_1_1.gif') no-repeat;
}

.divMemberbox.size2:hover {
	background: url('/images/profilebox_2_1.gif') no-repeat;
}

.divMemberbox.size4:hover {
	background: url('/images/profilebox_4_1.gif') no-repeat;
}

.divMemberbox.size3 a.name {
	margin-top: 8px;
}

.divMemberbox a.name {
	color: #8c8c8c;
	text-decoration: none;
}

.divMemberbox .image {
	/*margin-top: 11px;*/
	display: block;
}

.divMemberbox .image img {
	border: 1px solid #f3f3f3;
}

.divMemberbox .name {
	font-size: 11px;
	margin-top: 3px;
	display: block;
	text-align: center;
}

.tblStandard td {
	padding: 3px;
}

.tblStandard thead td {
	font-weight: bold;
	font-size: 14px;
	color: #c1c1c1;
	letter-spacing: -1px;
	border-bottom: 1px solid #c6c6c6;
}

.tblStandard thead td a {
	color: #c1c1c1;
	text-decoration: none;
}

.tblStandard tbody td {
	border-bottom: 1px solid #e9e9e9;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tblStandard .unread td {
	background: #fffed3;
	font-weight: bold;
}

.tblStandard .last td {
	border-bottom: 0px;
}

.divPaging a {
	border: 1px solid #d7d7d7;
	padding: 2px;
	display: list;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}

.divPaging {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.divPaging .description {
	margin-bottom: 6px;
}

.divPaging a:hover {
	background: #ccdaef;
}

.divPaging a.active {
	color: #fff;
	background: #0f4aa3
}

.divPaging a.inactive {
	color: #cfcfcf;
	background: #fff;
}

.divMemberbar {
	background: #f1f0f0;
	padding: 5px;
	height: 28px;
	margin-bottom: 7px;
}

.divMemberbar .image {
	float: left;
}

.divMemberbar .info {
	float: left;
	margin-left: 5px;
}

.divMemberbar .username {
	display: block;
	font-weight: bold;
	margin-top: -1px;
}

.divMemberbar .time {
	color: #a0a0a0;
	font-size: 11px;
}

#divActivation a, a.txtPlus, a .txtPlus, a.txtFree {
	color: #000;
	text-decoration: none;
}

#divActivation {
	background: #fdffcb;
	border: 1px solid #f2e7a0;
}

.txtPlus, .txtModerator, .txtFree {
	position: relative;
	font-size: 11px;
	background: #fdffcb;
	border: 1px solid #f2e7a0;
	padding-left: 2px;
	padding-right: 2px;
	text-transform: uppercase;
}

.txtModerator {
	background: #cbfac7;
	border: 1px solid #b9e7b5;
}

.txtFree {
	background: #f29682;
	border: 1px solid #f26c4f;

}

a.txtFree {
	color: #fff;
}

.txtOnline {
	color: #71b06d;
}

.trPlus td {
	/*font-size: 14px;*/
	background: #edffea;
	background: #e3ebf8;
	background: #ebf1fa;
	background: #f0f5fb;
}

.trPlus .username {
	font-size: 14px;
}

#ulAttachments {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ulAttachments li {
	list-style: none;
	padding-left: 10px;
	float: left;
}

.boxPlus0 {
	background: #feffdc;
}

#divSubscription {
	padding: 8px;
	padding-right: 5px;
}

.divHasToBePlus {
	padding: 7px;
	background: #f1f1f1;
	margin-top: -3px;
	text-align: center;
}
