/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.ContainerTitle01{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.border{
	border: 1px solid #959595;
}
.border01{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #959595;
	border-right-color: #959595;
	border-bottom-color: #959595;
	border-left-color: #959595;
}
.Conten01{
	background-image: url(con02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 7px;
}

.Conten02{
	background-image: url(con01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 7px;
}
.Conten03{
	background-image: url(con03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 6px;
}

.Conten04{
	background-image: url(con04.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
	width: 6px;
}.Conten05{
	background-image: url(con05.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

