/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_Left {
	width: 175px;
	background-color: #EEEEEE;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	text-decoration: none;
}
.containerhead_Left{
	width: 100%;
	height: 22px;
	padding-left: 5px;
}
.containermain_Left{
	width: 100%;
	background-color: #EEEEEE;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 55px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
}
.Bulletin{
	width: 15px;
	background-image: url(Bulletin01.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.Head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00A21C;
	font-weight: bold;
	width: 100%;
}
