@charset "utf-8";
html {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 12px;
	color: #000;
}

body {
	margin: 0;
	background: #61708F url(../images/body_bg.png) repeat-x;
}

a {
	text-decoration: none;
	color: #058fd6;
}

a.dark {
	color: #333333;
}

p {
	font-size: 100%;
	color: #333333;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
}

h1 {
	font-size: 195%;
	color: #058fd6;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 135%;
	color: #058fd6;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
	color: #058fd6;
}

h6 {
	font-size: 100%;
}

.error {
	font-weight: bold;
	color: #FF0033;
}
.delete {
	background: url(../images/delete.png) no-repeat;
	padding-left: 20px;
}

td a.delete {
	background: none;
	padding: 0;
	display: none;
}

td:hover a.delete {
	display: inline;
	color: #058fd6;	
}

ol .alpha {
	list-style: upper-alpha;
}

#header {
	width: 928px;
	margin: 0 auto;
	height: 35px;
	padding: 0;
	background: url(../images/logo.png) no-repeat;
	text-align: right;
}

#menu {
	padding: 7px;
	margin-right: 0px;
	color: #e1e0e0;
}

#menu a {
	color: #CDCDCD;
}

#menu a:hover {
	color: #ffffff;
}

#loginbar {
	width: 100%;
	background: #1a1a1a;
	height: 250px;
}

#loginmessage {
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	color: #eeeeee;
	z-index: 1000;
}

#loginbutton {
	margin: 0 auto;
	width: 928px;
	padding-left: 80px;
	z-index: 1000;
}

#main {
	width: 850px;
	margin: 0 auto;
}

#content {
	width: 733px;
	padding-left: 50px;
	padding-top: 15px;
	float: left;
	min-height: 250px;
}

#content #left {
	float: left;
	width: 12px;
	padding: 0;
	background: url(../images/content_l.png) no-repeat;
	min-height: 360px;
}

#content #middle {
	float: left;
	width: 708px;
	padding: 0;
	background: #fff;
	min-height: 360px;
}

#content #right {
	float: left;
	width: 13px;
	padding: 0;
	background: url(../images/content_r.png) no-repeat;
	min-height: 360px;
}

#content #middle #leftcolumn {
	width: 276.5px;
	background: none;
	float: left;
	min-height: 250px;
}

#content #middle #rightcolumn {
	border-left: 1px solid #cac9c8;
	width: 276.5px;
	background: none;
	float: left;
}
#content #bottom {
	clear: both;
	background: #505d77 url(../images/content_bottom.png) no-repeat;
	margin-left: 11px;
	margin-right: 12px;
	min-height: 80px;
	padding: 7px;
	color: #9899ac!important;
	padding-bottom: 45px;
}

.bottom {
	color: #9899ac;
}

#content #bottom a {
	color: #9899ac;
	font-weight: normal;
}
#content h1.header {
	background: url(../images/body_header.png) repeat-x;
	height: 32px;
	margin: 0;
	color: #626161;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#content .info {
	padding: 7px;
	padding-top: 0px;
}

input {
	width: 130px;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
textarea {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

label, span.label {
	width: 120px;
	text-align: right;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

label .right {
	width: auto;
	text-align: left;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}

.submenu {
	padding: 3px 20px 3px 20px;
	border-bottom: 1px solid #cccccc;
	width: 668px;
	color: #cccccc;
}

.lastmodified {
	color: #cccccc;
}

table {
	width: 100%;
	border-spacing:1px;
	color:#666666;
	font-size: 90%;
}

td, th {
	padding: 7px;
}
th {
	cursor: pointer;
}

.nosort {
	cursor: text;
}

thead tr {
	background:#F0F0F0 none repeat scroll 0% 0%;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF;
	color:#666666;
	text-align:center;
}

tbody tr {
	background:#F9F9F9 none repeat scroll 0% 0%;
	border-top:1px solid #FFFFFF;
}

tbody tr:hover {
	background-color:#FFFFDD;
}

tbody tr.complete {
	background: #D2FDC8;
}

tbody tr.incomplete {
	background-color: #FED6CF;
}

.highlight li {
	list-style: none;
	line-height: 28px;
	width: 175px;
	padding-left: 10px;
}

.highlight li a {
	cursor: pointer;
}

.highlight li:hover {
	background-color:#FFFFDD;
}

a.published {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: url(../images/tick.png);
}

a.unpublished {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: url(../images/publish_x.png);
}

.rightpanel {
	width: 325px;
	background: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	height: 100%;
	float: right;
	margin: 0;
	min-height: 320px;
}

a.sidemenu {
	padding: 5px;
	font-size: 110%;
	color: #058fd6;
	display:block;
}
a.sidemenu:hover {
	background: #DFDFDF;
}

.paddingten {
	padding: 10px!important;
}

.nopaddingtop {
	padding-top: 0px!important;
}

h3.folder {
	width: 90%;
	background-image: url(../images/folder.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding: 10px;
	padding-left: 45px;
}

div.file {
	width: 90%;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding: 10px;
	padding-left: 45px;
}

.pdf {
	background-image: url(../images/pdf.png);
}

.doc {
	background-image: url(../images/doc.png);
}

.zip {
	background-image: url(../images/zip.png);
}

.file p {
	margin-top: 0px;	
}

#feedback {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	width: 100%;
	background: #eeeeee;
	height: 14px;
}	