/* CSS Document */
/* #dashboard added 21mar08 eb */
#dashboard {/*float:left; */width: 181px; overflow: hidden; border: 0; background: #FFFFFF;}

#dashboard A:link {text-decoration: none; color:#008698; font-weight:bold}
#dashboard A:visited {text-decoration: none; color:#008698; font-weight:bold}
#dashboard A:active {text-decoration: none; color:#008698; font-weight:bold}
#dashboard A:hover {text-decoration: underline; color:#008698; font-weight:bold}

#dashboard H3{
	padding-left: 5px;
	color: #333333;
	width: 15em;
	margin: 3px;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: bold;
	}
	
#dashboard .box{
width: 188px;
overflow: hidden;
border: 0px solid red;
background: #bad4da;
}

#dashboard .titles {
	padding-left: 4px;
	padding-top: 3px;
	width: 188px;
	background: #008698;
	height: 16px;
	color: #ffffff; 
	font-weight: bold;
}

#dashboard .link_list1Col{
	position:relative;
	width:171px;
	/*bottom:7px;*/
}	
	
.contentSpacer{   /*added for dashboard eb 21mar08*/
	font-size: 1px;
	width: 124px;
	height: 4px;
	background-image: url/images/contentspacer.gif");
}

#contentSubHead   /*added for dashboard eb 21mar08*/
{
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: arial;
	font-size: 10px;
	color: #474747;
}
