@import url("css/menu.css");

/* CSS Document */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	
}


/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}


/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, input, .CommandButton{color:#444; font-family:Arial, Helvetica, sans-serif;}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}

 
h1, h2, h3, h4, h5, h6{color:#006C6E;}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
	
}
h3 {
	font-size:16px;
	font-weight: bold;
}
h4 {
	font-size:14px;
	font-weight: bold;
}
h5 {
	font-size:10px;
	font-weight: bold;
}

Body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background:#ddd;
margin:0; padding:0; }


a,a:link,a:visited,a:active{color:#5E9133; text-decoration:underline; font-weight:normal; }
a:hover{color:#777; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}

#ActionDiv {
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/*-------- design style --------*/

.tblMainBody {
	background-image: url(images/lobg.jpg);
	background-repeat: repeat-y;
}
.tblMainBodyLeft{
	padding-left: 6px;
	padding-top: 20px;
	width: 240px;
}
.tblMainBodyRight{
	
padding-right: 20px;	
padding-left: 20px;
padding-top: 20px;
}
.BLeftPane {
	padding-right: 10px;

	padding-left: 0px;
}
.BRightPane {

	padding-right: 0px;
	padding-left: 10px;
	height:0px;

}
#search_box {
	width: 250px;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

	
}
#search_box #dnn_dnnSEARCH_txtSearch {
	padding: 10px;
	border: 0;
	width: 156px;
	background-image: url(images/bgSearch.jpg);
	background-repeat: no-repeat;
	float:left;
		height:35px;

}

#search_box #dnn_dnnSEARCH_cmdSearch {

}


hr {color: #fff; background-color: #fff; border: 1px dashed #A1D079; border-style: none none dashed; padding-top:10px;}

#GreenTable {
 padding-bottom: 20px;
}

.greenBorderBody {
text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.greenBorderLeft {
	background-image: url(images/green_l.jpg);
	background-repeat: repeat-y;  
}
.greenBorderRight {
	background-image: url(images/green_r.jpg);
	background-repeat: repeat-y;  
}
.greenBorderTop {
	background-image: url(images/green_t.jpg);
	background-repeat: repeat-x;  
}
.greenBorderBottom {
	background-image: url(images/green_b.jpg);
	background-repeat: repeat-x;  
}
.GraySideBox {
	background-image: url(../../Containers/nawbo/images/graysidesBg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
.greenBorderListBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D8BB;
}


/* Forum */

#NavigationToolbar{
	margin: 0px;
	padding: 0px;
	line-height: 100px;
	height: 100px;
	max-height: 100px;
}



