/* 
================================
 Container Styles for DotNetNuke
 Designd By Morteza Kermani
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:transparent;
}

.boxtitle1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#78a294;
}
.content {
	padding:0px;
	padding-top:6px;
}

/* Box Frame Sand */
.box {width:100%; padding: 6px;}
.box_back {width:100%;  background-color:#f5f6e9;}
.box_feet {width:100%; height:110px; background-image:url(images/feet.gif); background-position:bottom right; background-repeat:no-repeat;  background-color:transparent}
.box2-top-left { width:13px; height:13px; background-image:url(images/box2_top_left.gif); background-repeat:no-repeat; background-position:top left;}
.box2-top { height:13px;  border-top: 2px solid #dedfc4; background-color:transparent;}
.box2-top-right { width:13px; height:13px; background-image:url(images/box2_top_right.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent;}
.box2-left { width:13px;  border-right: 2px solid #dedfc4; background-color:transparent;}
.box2-right { width:13px;  border-left: 2px solid #dedfc4; background-color:transparent;}
.box2-bottom-left { width:13px; height:13px; background-image:url(images/box2_bottom_left.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
.box2-bottom { height:13px;  border-bottom: 2px solid #dedfc4; background-color:transparent;}
.box2-bottom-right { width:13px; height:13px; background-image:url(images/box2_bottom_right.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}






