@charset "utf-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #e1e1e1;
}
a{ 
	color: #1b7ec3;
}

#header {
	height: 110px;
	background: black;
	color: white;
	position: relative;
	min-width: 950px;
}
#customlogo {
	position:absolute;
	top: 0;
	left: 0;
	background: #313131;
	width: 480px;
	height: 110px;
}
#topnav {
	position:absolute;
	height: 90px;
	padding-top: 20px;
	left: 489px;
	top: 0px;
	width: 300px;
}
#alertcount, #messagecount {
	position:absolute;
	color: red;
	font-weight:bold;
	left: 50px;
	top: 10px;
}
#messagecount {
	color:white;
	left: 123px;
}
#rightstatus {
	position:absolute;
	right: 15px;
	top: 10px;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
}
a.logout {
	color:white;
	font-weight:bold;
}
#sidebar-left {
	float: left;
	width: 325px;
	background: #313131;
	padding-bottom: 20px;
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 325px;
	overflow: hidden
	background: black;
}
ul#nav li {
	display: block;
	float: left;
	line-height: 38px;
}
ul#nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display:block;
	padding: 0 14px 0 14px;
	background: black;
	}
ul#nav li a:hover {
	background: #000066
}
#nav-main {
	background: white;
	text-align: center;
	clear: left;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}
a.button-wide {
	display: block;
	width: 303px;
	line-height: 69px;
	background-image:url(../images/button-wide-off.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 22px;
	color: white;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 10x;
	margin-bottom: 10px;
}
a.button-wide:hover {
	background-image:url(../images/button-wide-on.gif);
}
.button-medium, #clear-selected, .button-small, .button-del, .button-green, .button-red, .button-yellow, .button-tiny {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background: white;
	background-image: url(/images/button-med-glossy-off.gif);
	width: 165px;
}
.button-medium:hover, #clear-selected:hover {
	background-image: url(/images/button-med-glossy-on.gif);
}
.button-green, .button-yellow, .button-red {
	display:block;
	height: 47px;
	font-size: 18px;
	line-height: 47px;
	background-image: url(/images/button-med-green.gif);
	width: 197px;
	cursor:auto;
}
.button-yellow {
	background-image: url(/images/button-med-yellow.gif);
}
.button-red {
	background-image: url(/images/button-med-red.gif);
}
.button-small {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/images/button-small-off.gif);
	width: 89px;
}
.button-small:hover {
	background-image: url(/images/button-small-on.gif);
}
.button-del {
	height: 27px;
	line-height: 27px;
	font-size: 11px;
	background-image: url(/images/button-delete-off.gif);
	width: 26px;
}
.button-del:hover {
	background-image: url(/images/button-delete-on.gif);
}
.button-tiny {
	height: 40px;
	padding-top: 9px;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/button-tiny-off.gif);
	width: 110px;
}
.button-tiny:hover {
	background-image: url(/images/button-tiny-on.gif);
}
#content {
	margin: 10px 10px 10px 335px;
	background:white;
	padding: 5px;
	position:relative;
}
#rounded-topleft {
	position:absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 5px;
	background-image:url(../images/round-topleft.gif);
}
#rounded-topright {
	position:absolute;
	top: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background-image:url(../images/round-topright.gif);
}
#rounded-bottomleft {
	position:absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 5px;
	background-image:url(../images/round-bottomleft.gif);
}
#rounded-bottomright {
	position:absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background-image:url(../images/round-bottomright.gif);
}
h1 {text-align: center; }
.copyright {
	margin: 10px 10px 10px 335px;
	font-size:9px;
	color:#666666;
	text-align: right;
}
.copyright a {
	color:#666666;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
#alertsmessages form {
	padding: 0;
	margin: 0;
}
#alertsmessages .item {
	border-top: 1px solid #e1e1e1;	
	padding: 3px 0 3px 0;
}
#alertsmessages .item:hover {
	background: #FFFFD9;
}
.bottom-border-of-message-list, .grayline {
	border-top: 1px solid #e1e1e1;	
	margin-bottom: 10px;
}
#alertsmessages .item .checkbox { 
	float: left;
	width: 100px;
	text-align: center;
}
#alertsmessages .item .details {
	margin-left: 100px;
	display: block;
	color: #666666;
	text-decoration: none;
}
#alertsmessages .item .details .subject {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.senderdetails {
	float: left;
	width: 150px;
	text-align: left;
}
.message-body {
	margin-left: 150px;
	border-left: 1px solid #e1e1e1;
	padding-left: 5px;
	min-height: 100px;
}

.clear {
	clear: both;
}
.selected {
	background-color: #ffffcc;
}
#proofs .item {
	padding: 2px;
	float: left;
	width: 150px;
	margin: 1px;
	border: 1px solid #e1e1e1;
	height: 375px;
	overflow: auto;
}
#proofs .item .details {
	min-height: 125px;
}
#proofs #left {
	float:left;
	width: 300px;
	padding: 3px;
}
#proofs #right {
	margin-left: 306px;
	padding: 3px;
}
td {
	vertical-align: top;
}
#proofs table td {
border-bottom: 1px solid #e1e1e1;
}
#myaccount label {
float: left;
width: 150px;
display: block;
}
#proofs .message {
	border-top: 1px solid #e1e1e1;
	margin-top: 5px;
	padding-top: 5px;
}
#proofs .message .details {
	font-size: 11px;
	color:#666666;
}
#proofs .message .body {
	padding-left: 20px;
}
#proofs .comments {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	margin-bottom: 15px;
}