/* CSS Document */
.dashlet {
	margin:0 0 5px 0;
	background:url(./images/site/content-middle.png);
	overflow:hidden;
}
	
.dashlet .dashlet-header {
	background:url(./images/site/txt_bg.gif) repeat-x; 
	height:30px;
	vertical-align: top;
}
	
.dashlet .dashlet-header div.left-column {
	float: left;
	width: 15px;
	height:30px;
	background:url(./images/site/t2_1.gif) no-repeat left top;
}

.dashlet .dashlet-header div.right-column span {
	color:#797979;
}

.dashlet .dashlet-header div.right-column {
	float: left;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	line-height:30px;
}

.dashlet .header-shadow {
	width:100%;height:5px;
	background:url(./images/site/txt_shadow.gif) repeat-x left top;
}

.dashlet .dashlet-content {
	vertical-align: top;
	overflow:hidden;
	background:url(./images/site/content-top.png) no-repeat;
}

.dashlet .dashlet-content {
	font-family:Arial, Helvetica, sans-serif;	
	color:#6F6F6F
	font-size:11px; 
}

.dashlet .dashlet-content .links a{ 
	color:#376FFF; text-decoration:none; font-weight:bold;
	background:url(./images/site/marker1.gif) no-repeat right top; padding-right:13px
}

.dashlet .dashlet-content .links a:hover{ 
	text-decoration: none
}

/*
	BLUE PALLETE
*/
.dashlet_blue {
	background-color:#00379B;
	margin:0 0 5px 0;
	overflow:hidden;
}
	
.dashlet_blue .dashlet-header {
	background:url(./images/site/txt_bg_blue.gif) repeat-x; 
	height:30px;
	vertical-align: top;
}
	
.dashlet_blue .dashlet-header div.left-column {
	float: left;
	width: 15px;
	height:30px;
	background:url(./images/site/t2_2.gif) no-repeat left top;
}
	
.dashlet_blue .dashlet-header div.right-column {
	float: left;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	line-height:30px;
}

.dashlet_blue .dashlet-header div.right-column span {
	color:#ffffff;
}

.dashlet_blue .header-shadow {
	width:100%;height:5px;
	background:url(./images/site/txt_shadow_blue.gif) repeat-x left top;
}

.dashlet_blue .dashlet-content {
	vertical-align: top;
	overflow:hidden;
}

.dashlet_blue .dashlet-content {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px; 
	color:#fff;
}

.dashlet_blue .dashlet-content .links a{ 
	color:#FFFF37; text-decoration:none; font-weight:bold;
	background:url(./images/site/marker1.gif) no-repeat right top; padding-right:13px
}

.dashlet_blue .dashlet-content .links a:hover{ 
	text-decoration: none
}


/* COMMON */

.dashlet-content p {
	padding:0px; 
	margin: 10px 0 10px 0;
}

.dashlet-content img  {
	padding:3px;
}

.dashlet-content label {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;
}

