/* CSS Document */
div.dashbox  {
	padding: 0px;
	background-position: 0 0px;
	background-repeat: repeat-y;
	background-image: url(../images/dashbox_mid.jpg);
	margin: 0px;
	text-align: left;
	padding: 0px;
	width: 317px;
	float:left;
	position:relative;
}

div.dashbox div.top {
	background-position: 0 top;
	background-image: url(../images/dashbox_top.jpg);
	height: 8px;
	z-index:10;
}

div.dashbox div.bottom {
	margin: 0px;
	background-position: 0 bottom;
	background-image: url(../images/dashbox_bottom.jpg);
	bottom:0;
	width:317px;
	height:12px;
	display:block;
	left:0;
	line-height:0;
	font-size:0px;
	position:absolute;
	z-index:10;
}

div.wide {
	background-image: url(../images/dashwide_mid.jpg);
	width: 638px;

}

div.wide div.top {
	background-image: url(../images/dashwide_top.jpg);

}
div.wide div.bottom {
	background-image: url(../images/dashwide_bottom.jpg);
	width:638px;
}
div.dashboxin {
	margin: 3px 15px 14px;
	padding-top: 0px;
	z-index: 12;
}

div.dashboxin h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #949372;
	font-weight: bolder;
	font-size: 20px;
	
}

div.dashboxin img {
	background-color: white;
	padding: 4px;
	border: 1px #888888 solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	margin: 4px;
	
}

table.mailMessages th {
	text-align:left;
	background-color: #7b7858;
	color:#FFFFFF;
	font-weight:600;
	padding:3px;
}


table.mailMessages th a {
	color:#99FFFF;
	font-weight:300;
	text-decoration:none;
}

table.mailMessages th a:hover {
	text-decoration:underline;
}

table.mailMessages td {
	background-color: #dcd8bd;
	padding:2px;
}

table.mailMessages td a {
	text-decoration:none;
}

table.mailMessages td a:hover {
	text-decoration:underline;
}

