@import url(base.css);
@import url(classes.css);
@import url(banner.css);
@import url(paging.css);

/***************************/
/*** Module style sheets ***/
/***************************/

@import url(menu.css);
@import url(user.css);
@import url(article.css);
@import url(articlecomment.css);
@import url(category.css);
@import url(search.css);
@import url(poll.css);
@import url(form.css);

body {
	behavior: url(css/csshover.htc);	
}

/**************/
/*** Layout ***/
/**************/

div#containerDiv {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

div#headerDiv {
	width: 1024px;
	height: 159px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

div#upperHeader {
	width: 1024px;
	height: 6px;
	background: url(../img/header_02.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#midHeader {
	width: 1024px;
	height: 135px;
}

div#midHeaderTop {
	width: 1024px;
	height: 31px;
	background: url(../img/header_03.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#midHeaderLeft {
	width: 679px;
	height: 99px;
	background: url(../img/header_04.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

div#midHeaderRight {
	width: 345px;
	height: 99px;
	background: url(../img/header_05.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

div#midHeaderBottom {
	width: 1024px;
	height: 5px;
	background: url(../img/header_06.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	font-size: 2px;
}

div#lowerHeader {
	width: 1024px;
	height: 24px;
	margin-top: 3px;
}

div#middleDiv {
	width: 1024px;
	margin: 0px;
	padding: 0px;
}

div#leftDiv {
	width: 211px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#mainDiv {
	width: 556px;	
	margin: 0px;
	margin-left: 3px;
	margin-top: 14px;
	padding: 14px 19px 20px 16px;	
	float: left;
	background: url(../img/bg_27.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#rightDiv {
	width: 219px;	
	margin: 0px;
	margin-top: 14px;
	padding: 0px;
	float: left;
	background: url(../img/bg_28.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#rightDivDate {
	color: #a7a7a7;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 5px 5px 14px;
}

div#rightDivDate span {
	color: black;
}

div#footerDiv {
	width: 1024px;
	height: 59px;
	clear: both;
	background: url(../img/footer_09.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

div#footerMenu {
	position: absolute;
	left: 240px;
	top: 27px;
}

div#rightsDiv {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #979797;
	text-align: right;
	position: absolute;
	top: 21px;
	right: 51px;
}

div.pageCaption h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #00b9ff;
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
}

.submit {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: white;
	background: #8592bc;
	border: 0px;
}

span.vettingDict {
	background-color: #fff000;
}

div.commentQuote {
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid  #00b9ff;
}

div.commentQuoteHeader {
	padding: 3px;
	background: #cdcdcd;
}

div.commentQuoteBody {
	padding: 5px;
	background: #f6f6f6;
}
