/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.testme {
	width: 100%;
	border-style: solid;
	background-color: #FFD0000;
	BORDER-RIGHT: #E08C0B 1px solid; 
	BORDER-TOP: #E08C0B 1px solid; 
	BORDER-LEFT: #E08C0B 1px solid; 
	BORDER-BOTTOM: #E08C0B 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containermaster_yellow {
	width: 100%;
	background-color: #006595; 
	BORDER-RIGHT: #E08C0B 0px solid; 
	BORDER-TOP: #E08C0B 0px solid; 
	BORDER-LEFT: #E08C0B 0px solid; 
	BORDER-BOTTOM: #E08C0B 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_yellow {
	BACKGROUND-IMAGE: url(gradient_MidTangerine.jpg);
}
.containerrow2_yellow {
	background-color: #FFFFFF
}

TABLE.containermaster_yellow {
	background-color: #FFFF00;
	width: 100%;
}

TABLE.containerrow2_yellow {
	background-color: #FFFF00;
	width: 100%;
}


.MinimalText {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal;
}
