/* 
================================
 Container Styles for DotNetNuke
================================
*/

.left{ float:left }
.right{ float:right }
.clear{ clear:both }


/* Container Style*/

.tib {
	color:#484848; 
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	height:18px
}

.container_main {
	margin-bottom:3px; 
	border:0px solid; 
	background:url(c-1-2.jpg) left top repeat-x #ffffff;
}

	.container_main 
	.headbox {
		height:36px; 
		background:url(c-1-1.jpg) left top no-repeat; 
		border:0px #6d1313 solid;
		clear:both;
	}
	
		.container_main 
		.headbox 
		.oxa {
			height:35px; 
			margin-left:2px;
			margin-right:6px;
		}
		
		.container_main 
		.headbox 
		.oxb img {
			margin:5px 3px 0 0;
		}
		
		.container_main 
		.headbox 
		.oxc {
			height:25px; 
			padding-top:10px;
		}
		
		.container_main 
		.headbox 
		.oxd {
			height:23px;
			_height:36px;
			width:12px;
			background:url(c-1-3.jpg) right top no-repeat; 
			padding:13px 7px 0 0;
		}
		
	.container_main 
	.containerpane {
		border-left:1px #d5d5d5 solid;
		border-right:1px #d5d5d5 solid;
		border-top:0px;
		border-bottom:0px;
		background:#FFFFFF;
		margin:0 auto;
		text-align:center;
		overflow:hidden;
		padding:0 7px 0 9px;
	}
	
		.container_main 
		.containerpane 
		.pane {
			width:100%;
			padding:5px 0 0 0;
			margin:auto;
		}

	.container_main 
	.adminbutton {
		width:100%; 
		height:25px; 
		background:url(c-2-2.jpg) left bottom repeat-x;
		clear:both;
	}
	
		.container_main 
		.adminbutton 
		.edit {
			height:25px; 
			background:url(c-2-1.jpg) left bottom no-repeat; 
			width:45%;
		}
		
		.container_main 
		.adminbutton 
		.set {
			height:25px; 
			background:url(c-2-3.jpg) right bottom no-repeat; 
			width:45%
		}


	.container_main 
	.adminbutton_sa {
		width:100%; 
		height:10px; 
		background:url(c-2-2.jpg) left bottom repeat-x;
	}
	
		.container_main 
		.adminbutton_sa 
		.edit_sa {
			height:10px; 
			background:url(c-2-1.jpg) left bottom no-repeat; 
			width:45%;
		}
		
		.container_main 
		.adminbutton_sa 
		.set_sa {
			height:10px; 
			background:url(c-2-3.jpg) right bottom no-repeat; 
			width:45%
		}











