@import url("image.css");
@import url("link.css");
@import url("text.css");

body {
	color:#222222;
	margin:0;
	padding:0;
}
#header{
	background:url(../images/b_top.png) repeat-x top left;
	width:auto;
	padding:5px 0;
}
#menu{
	background:url(../images/b_menu_off.png) repeat-x bottom left;
	width:auto;
	height:30px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.dotline {
	width:auto;
	border-bottom:1px dashed #ddd;
	margin:10px 0;
}
.sideBoxTitle{
	border:1px solid #ddd1d1;
	background:#f8f6f6;
	padding:2px 10px;
	width:auto;
	margin-bottom:1px;
}
.sideBox{
	border:1px solid #ddd1d1;
	background:white;
	padding:10px;
	width:auto;
	margin-bottom:10px;
}

.boxTitle{
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
	color:#555;
}
.boxContent{
	border:1px solid #ddd;
	background:#fbfbfb;
	padding:5px;
	width:auto;
}
.boxMore{
	width:auto;
	text-align:right;
	margin:4px;
	margin-bottom:0;
}
.tablebor td{
	border: 1px solid #eee;
	border-collapse:collapse;
}
.tablesim td{
	border:none;
	padding:1px;
}
.util {
	width:auto;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color:#f4f4f4;
	padding:5px 0;
}
#ad_top{
	background-color:white; 
	width:990px;
	margin:0 auto;
	text-align:center
}

.sitemap { margin-bottom:15px;}
.sitemap a {
	color:#C63;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.sitemap a:hover {	text-decoration:underline;}

#maincontainer {
	background:url(../images/b_content.png) repeat-x top left;
	width:auto;
	padding-top:3px;
}
.noidung {
	width:880px;
	margin:0 auto;
	background-color:#FFF;
	padding:10px;
	min-height:520px;
}
.box {
	padding:0;
	width:auto;
	background-color:white;
	margin-bottom:7px;
	border:1px solid #ddd;
}
.greybox {
	padding:0;
	width:auto;
	background-color:#f8f6f6;
	border:1px solid #ddd1d1;
	padding:4px;
	margin-bottom:7px;
}
.greyboxtitle {
	width:auto;
	background-color:#f8f6f6;
	border:1px solid #ddd1d1;
	padding:5px 10px;
	margin-bottom:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-transform:capitalize;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 210px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
	clear:both;
	background:url(../images/b_bottom.png) repeat-x top left;
	width:auto;
	height:90px;
	margin-top:120px;
	padding-top:10px;
}

hr {
	border:none;
	height:1px;
	background-color:#ddd;
}
a{
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	text-decoration:none;
}
a:hover{
	color:#CF3333;
	text-decoration:none;
}
a img {
	border:none;
	outline:none;
}

.more {
	width:auto;
	text-align:right;
	padding:4px;
}
.more a{
	color:#555;
	outline:none;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}

/***************************************/
.alert {
	background: #fff6bf url(../images/ok.png) no-repeat;
	background-position: 15px 15px; /* x-pos y-pos */
	text-align: left;
	padding: 20px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	width:100%;
	height:40px;
}
	
/*
	PAGE NAVIGATOR
*/

#pagenav {
	width:auto;
}
#pagenav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#pagenav li {
	display:inline;
}

#pagenav a {
	padding: 4px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	color:#555555;
	background-color:#ffffff;
	text-decoration: none;
	border: 1px solid #cccccc;
	margin-right:3px;
	text-align:center;
	font-size:11px;
}

#pagenav a:hover{
	background-color:#eeeeee;
	color:black;
}

#pagenav a#current{
	background-color:#eeeeee;
	color:black;
}

#pagenav a#text{
	color:white;
	background-color:#444444;
}

#pagenav a#none{
	padding:2px 4px;
	border:none;
}
