/* top level html containers */
html { height: 100%; overflow: auto; overflow-y: scroll; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #b2b3b6;
	color: #000;
	font-family: Verdana, sans-serif;
	color: #666;
	text-align: left;
	font-size: 10px;
}

/* general styling rules */
a { color: #666666; }
a:hover { color: #333399; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }

.datepicker { border: 1px solid #888; width: 208px; height: 234px; position: absolute; }
.datetimepicker { border: 1px solid #888; width: 208px; height: 264px; position: absolute; }
.pxl_datepicker, .pxl_datetimepicker { visibility: hidden; }

/* mainframe */

#mainframe {
	position: relative;
	background: #ebebed;
	min-height: 100%;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	overflow-x: hidden;
}
* html #mainframe {
	height: 100%;
}

#contents {
	position: relative;
	min-height: 440px;
	background: url(../img/header.gif) no-repeat #fff;
	padding-top: 250px;
	padding-bottom: 30px;
}
#header {
	position: absolute;
	width: 910px;
	height: 205px;
	top: 26px;
	left: 20px;
}

td.menu {
	width: 180px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: left;
}

td.content {
	padding-right: 70px;
}

td.menu .navigation {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(../img/menu_inactive.gif);
	background-repeat: repeat-y;
	width: 114px;
	padding-left: 33px;
	padding-top: 3px;
}
td.menu .navigation:hover {
	color: #666;
	background-image: url(../img/menu_hover.gif);
}
td.menu .navigation .text {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1px;
}

td.menu .members_navigation {
	color: #999;
	text-decoration: none;
	background-image: url(../img/menu_inactive.gif);
	background-repeat: repeat-y;
	display: block;
	width: 114px;
	padding-left: 33px;
	padding-top: 5px;
}

h1 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #333399;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}

h2 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 0;
	margin: 0 0 10px 0;
}

a.bulletlink {
	text-decoration: none;
	margin-top: 1px;
	display: block;
	color: #339;
	text-align: left;
	text-indent: -13px;
	padding-left: 13px;
}
a.bulletlink:hover {
	color: #f0a;
}

#top {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 8px;
	padding-top: 3px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 70px;
}
#footer {
	background: url(../img/footer.gif) repeat-x;
	height: 50px;
	padding-top: 22px;
}

#footer td { padding-right: 10px; padding-left: 10px; color: #666; font-size: 10px; }
#footer td a { padding-left: 20px; color: #666; display: block; text-align: left; text-decoration: none; }
#footer td a:hover { color: #11a; }

#loginbox {
	width: 140px;
	height: 158px;
	padding: 15px 20px 15px 15px;
	background: url(../img/login_box.gif) no-repeat;
	margin-top: 30px;
}

textarea, input.text, input.password, select {
	height: 14px;
	font-size: 11px;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #bbb;
	color: #669;
	font-family: Verdana, sans-serif;
}

select {
	height: auto;
}

input[type=image] {
	height: auto;
	width: auto;
	border: 0px;
	background: transparent;
}

a.pagination {
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	margin: 5px;
	background: #f4f4f4;
	text-decoration: none;
	color: #666;
}

.fileicon {
	position: relative;
	top: 4px;
}