
body {
	min-width: 640px;
	width: 66em;
	color: #000;
	margin: 0 auto;
	text-align: center;
	font: 12px/1.7 "Lucida Sans", Arial, "Times New Roman", Times, sans-serif;
}

#header,#menu,#content,#sub-section,#footer {
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid red;*/
	overflow: hidden;
	display: inline-block
}

#content,#sub-section,#footer {
	width: 100%;	
}

#header, #menu {width: 100%;}

#content {clear:left;}

#footer{
	text-align: center;
	color: #ccc;
	font-size: 80%;
	line-height: 2.12;
}

img{
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4, h5, h6{
	vertical-align: middle;
	padding-right: 2em;	
}

h2.heading {
	display: inline;
	font-size: 150%;
	color: #333;
}

h4{
	color: #999;
	font-size:120%;
	line-height:1.4;
}

#menu{
	border-bottom: 1px solid #999;	
}


#menu ul, ul#nav{
	clear: both;
	float: right;
	border: 0;
	margin-bottom: -1px;
	cursor: default;
	list-style-type: none;
	display: inline;
	display: table;
}

#menu li, ul#nav li{
	display: table-cell;
	position: relative;
	margin: -1px 6px;
	padding: 0px 0.5em;
	float: left;
	cursor: pointer;
}

#menu li.active{
	border: 1px solid #999;
	background-color: #ccc;
}

#menu li a{
	text-decoration: none;
	color: #aaa;
}

#menu li.active a{
	color: #000;
}

span.emp{
	border-bottom: 2px solid #f00;	
}

div.sidebar{
	margin:1em;
	padding:1em;
}
a.tab{
	cursor: pointer;
	border: 1px solid #ccc;
	background: #efefef;
	padding: 2px
}

a.tab:hover{
	cursor: pointer;
	border-bottom: 2px solid #ffcc00;
	background: #ccc;
	color: #333;
}

a.currenttab{
	cursor: default;
	border: 1px solid #ccc;	
	background: #999;
	color: #333;
	padding: 2px;
}

a.donetab{
	cursor: default;
	text-decoration: line-through;
	padding-left: 5px;
	padding-right: 5px;
}

input.navq{
	cursor: pointer;
	border: 1px solid #ff6600;
	background: #ff9900;
	color: #fff;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: -1px;
	padding-left: 5px;
	padding-right: 5px;	
}
.bgq{
	/*width: 600px;*/
	height: 130px;
	background: url(img/bgq.png) no-repeat;
}

.bgx{
	width: 600px;
	height: 150px;
	background: url(img/bgx.png) no-repeat;
}

/*pagination css*/
.pagination{
width: 380px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: #ccc;
border: 10px solid #ccc;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 400px; /*IE6 width*/
}

.pagination a{
font: 10px/1.7 "Lucida Sans", Arial, "Times New Roman", Times, sans-serif;
padding: 0 4px;
text-decoration: none; 
color: #2e6ab1;

/*font-weight:bold;*/
border: 1px solid black;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #ccc;*/
}
