/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.contable {
	width:100%;
}
.whitecon {
	background-color:#FFFFFF;
}

.blueupright {
	background-image:url(corner_rightup.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bluedownright {
	background-image:url(corner_rightdown.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.bluedownleft {
	background-image:url(corner_leftdown.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}
.blueupleft {
	background-image:url(corner_leftup.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bluecon {
	background-color: #c7e4fd;
}
.whitecon {
	background-color:#FFFFFF;
}

.titlecss {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	color:#000000;
}


