/**********************************************
	Layout Stylesheet for NetQbs
**********************************************/

@import url("Forms.css");
@import url("Lists.css");
@import url("Calendar.css");

td.MiddleTop{
	height: 24px;
	background: url(../images/layout/middle/bg_top.gif) repeat-x;
}
div.LeftTop{
	background:#F1F1F1;
	border-bottom:1px solid #2D405F;
	padding:8px;	
}
div.LeftTreeTop{
	background: url(../images/layout/middle/left/bg_section_div.gif) repeat-x;
	height: 8px;
	line-height: 8px;
}
div.LeftTree{
	padding: 10px
}
a.TabNormal{
	padding: 7px;
/*	border-bottom: 1px solid #2D405F;*/
	color: #666;
	font-weight: bold;	
	font-size: 0.9em;
}
a.TabActive{
	padding: 7px;
	border-left: 1px solid #2D405F;
	border-right: 1px solid #2D405F;
	border-top: 1px solid #2D405F;
	background: #BDBDBD;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
}
a.TabActiveFirst{
	padding: 7px;
	border-right: 1px solid #2D405F;
	border-top: 1px solid #2D405F;
	background: #BDBDBD;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
}

body{
	margin: 0;
}