/*####################################################
Container styles for "Umix"
#####################################################*/

/* CONTAINER1 - GRAY BACKGROUND ==============================================================*/
.C1GrayBGShadow /*Container1-Gray Background Shadow*/
{
	background-image: url(images/UmixConGray_bgshadow.gif);
	background-repeat: repeat-y;
}
.C1GrayBodyBG /*Container1-Gray Body Background*/
{
	background-image: url(images/Container1_Gray_hbody.gif);
	background-repeat: repeat-x;
}
.C1GrayH02 /*Container1-Gray Top Area Background*/
{
	background-image: url(images/Container1_Gray_h02.gif);
	background-repeat: repeat-x;
}

.C1GrayHbo02 /*Container1-Gray Bottom Area Background*/
{
	background-image: url(images/Container1_Gray_hbo02.gif);
	background-repeat: repeat-x;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E59241;
	border: 1px 0px 1px px;	
}
.StandardButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	color:#000;
	border-color: #E2E1E0 #E2E1E0 #949494 #949494;
	background-color: #DDDDDD; 
	border-style: solid;
	border-top-width: 1px; 
	border-left-width: 2px;
	border-bottom-width: 2px; border-right-width: 1px;
	padding: 0;
	margin: 0;
	cursor: pointer; /* hand-shaped cursor */
}
.Head {
	float: left;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #7F002A;
}
/* !!!!!!!!!!!!!!!TEST AREA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

.grad { 
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D9D9D9,endColorStr=#FFFFFF); 
} 
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* ================================
style for module titles
================================ 
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size:  170%;
   font-weight: bold;
   color: #CC0000;
   /* letter-spacing: 2; 
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== 
/*.Normal {   
    line-height: 1.1;
    color: #333;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif
}
*/



























