/* 
================================
 Container Styles for CUES test skin
================================
*/   

.containermaster {
	width: 100%;
	
	background-color: #ffffff;
	
	border-right: #21578c 1px solid; 
	border-top: #21578c 1px solid; 
	border-left: #21578c 1px solid; 
	border-bottom: #21578c 1px solid; 
	
	/*-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;*/
}

.title 
{
	background-color: Transparent;
	color: #f3f5fa;
	
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	
	padding: 0px 0px 3px 0px;
}

td.title { vertical-align: middle; width: 100%; white-space: nowrap; }


.titlerow {
	background-image: url(Pictures/header-grad.jpg);
}

.content {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
}

.content div.DNN_Documents { text-align: left; }

.content table { margin: 0 auto; }


.footer {
	background-image: url(Pictures/footer-grad.jpg);
	padding: 4px 0px 0px 0px;
}


