/* @override http://khuongviettu.com/dev/templates/KhuongVietTuV2/css/main.css */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


a { 
	text-decoration:none;
	color: #467aa7;
}
a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}
.clear { clear: both; }

body {
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Sans-serif;
	background: #d34d06 url(../images/body_background.gif) repeat-x;
	color: #4f4f4f;
}

#container {
	width: 860px;
	margin: 0 auto;
}

#top {
	height: 159px;
	background: url(../images/header.gif) no-repeat;
}

#contentTop {
	background: url(../images/content_top.gif) no-repeat;
}
#content {
	background: url(../images/content_top.gif) no-repeat;
	padding-top: 7px;
}
#content2 {
	background: url(../images/content_background.gif) repeat-y;
}
#contentBottom {
	background: url(../images/content_bottom.gif) no-repeat;
	height: 6px;
}

#main {
	padding: 2em;
}

#updates {
	border: 1px solid #AAA;
	background: #EEE;
	padding: 1.2em;
	margin-bottom: 2em;
}


#mainwrap {
	float: left;
	width: 610px;
	background: #FFF;
}

#sidewrap {
	width: 245px;
	float: right;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
}
#right {
	padding: 1.5em;
}

#right a, #footer a {
	color: #FFF;
	font-weight: bold;
}


#footer {
	background:url(../images/footer.gif) no-repeat;
	margin: 1px 0 2em 0;
	font-size: 10px;
	color: #FFF;
}
#footer2 {
	padding: 2em;
}

#nav {
	margin: 3em 0 0 0;
}
#nav ul {
	margin: 0 0 2em 0;
	
}
#nav ul li {
	height: 28px;
	width: 200px;
}
#nav ul li a {
	line-height: 28px;
	color: #FFF;
	display: block;
	padding: 0 0 0 1.5em;
	background: url(../images/menu2.gif) no-repeat;
	width: 188px;
}
#nav ul li#current a {
	background: url(../images/menu1.jpg) no-repeat;
	color: #4f4f4f!important;
}
#nav ul li a:hover {
	background: url(../images/menu1.jpg) no-repeat;
	color: #4f4f4f!important;
	text-decoration: none;
}




#main font, #main p, #main span {
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, sans-serif!important;
	font-weight: normal!important;
	text-align: left;
	color: #4f4f4f;
}
p {
	padding: 0 0 1.2em 0;
}
strong {
	font-weight: bold;
}



.contentpagetitle {
	font-size: 18px;
	font-family: "Times new Roman", Georgia, Times, serif;
	color: #f49a02;
}
a:hover.contentpagetitle {
	color: #f49a02;
}
.contentheading {
	clear: both;
}
.componentheading {
	font-weight: bold;	
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 2em;
	padding-bottom: 1px;
}


a.readon {
	background: #f49a02;
	color: #FFF;
	padding: 1px 2em;
	float: right;
	margin: 0 0 3em 0;
}
a:hover.readon {
	background: #222;
	color: #FFF;
	text-decoration: none;
}

table {
	width: 100%;
}
.createdate {
	font-size: 11px;
	color: #AAA;
	padding-bottom: .4em;
}
.modifydate {
	font-size: 10px;
	color: #AAA;
	padding-bottom: .4em;
}


#main ul {
	
}
#main ul li {
	list-style: disc;
	margin: 0 0 0 2em;
}
