/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.Head1{font-size:13px; font-weight:bold; color:#000; }
.Head2{ font-size:13px; font-weight:bold; color:#FFFFFF;}
.Head3{ font-size:13px; font-weight:bold; color:#000;}

.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
}

.lt{ text-align:left;vertical-align:top; }
.rt{ text-align:right;vertical-align:top; }
.ct{ text-align:center; vertical-align:top;}
.lb{ text-align:left; vertical-align:bottom;}
.rb{ text-align:right; vertical-align:bottom;}
.cm{ text-align:center; vertical-align:middle;}
.rm{ text-align:right; vertical-align:middle;}
.lm{ text-align:left; vertical-align:middle;}
.wh{ height:100%; width:100%}
.w{ width:100%}
.h{ height:100%;}
.iocn{ width:90%; vertical-align:middle; text-align:left;}
.actions{text-align: right; vertical-align:middle; width:5%;}
.act{text-align: right; vertical-align:top; width:5%;}
.row2 { padding-left:8px; padding-right:8px; padding-top:3px;}
.row3 { height:20px; padding-left:5px; padding-right:5px;}
.h20{ height:20px;}
.row4 { height:10px;}

.c1-top-bg {background:url(images/c1-top-bg.jpg) repeat-x;}
.c1-left {background:url(images/c1-left.jpg) repeat-y;}
.c1-right{background:url(images/c1-right.jpg) repeat-y;}
.c1-mid{background:url(images/c1-mid.jpg) repeat-x bottom;}
.c1-bot-bg { background:url(images/c1-bot-bg.jpg) repeat-x; height:4px;}


.c2-top-bg {background:url(images/c2_bg.jpg) repeat-x;}
.c3-top-bg {background:url(images/c3_bg.jpg) repeat-x;}



/*----CONTAINER002 CSS----*/
.c2h{ height:30px;}
.c2-top{ width:4px; height:30px;}
.c2-bg{
	width:100%;
	height:30px;
	background-image: url(images/c2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/*----CONTAINER003 CSS----*/
.c3h{ height:30px;}
.c3t-top{ width:11px; height:30px;}
.c3-top{ height:30px;}
.c3-bg{
	width:100%;
	height:30px;
	background-image: url(images/c3_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
