html,body,form,p
{
	margin:0px;
	padding:0px;
	
}
h1,h2,h4,h5,h6,h3
{
	margin:0px;
	padding:0px;
	color:#185394;
}

body
{
	background:#eceee6;
	font-size:0.8em;
	color:#777;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

.contentwidth
{
	width:auto;
	margin-left:10px;
	margin-right:10px;
}

p, h1, h2, h3, h4, h5, h6
{
	padding:4px 0;
	font-weight:normal;
	color:#006699;
}
h1
{
	font-size:1.8em;
	font-weight:bold;
}
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.4em; }
h5 { font-size:1.3em; font-weight:bold; }
h6 { font-size:1.1em; font-weight:bold; }
a
{
	color:#33062e;
	text-decoration:none;
}
a:hover
{
	color:#00CCFF;
	text-decoration:underline;
}
a img
{
	border:0px;
}

#header-container
{
	background:url(images/banner_bg.gif);
}
#header #logo
{
	float:left;
	width:auto;
	color:#FF0000;
	font-size:34px;
	font-weight:bold;
}
#header #headertools
{
	float:right;
	width:380px;
	text-align:right;
}
#header #phan_he
{
	color:#FFFFFF;
	font-family:"Times New Roman";
	font-style:italic;
	font-weight:bold;
	font-size:24px;
}
#header #namhoc
{
	float:left;
	width:160px;
	margin-top:60px;
	text-align:right;
}
#header #headertools p.welcome
{
	font-size:1.9em;
	padding:20px 0 0 0;
}
#header #headertools p
{
	color:#FFFFFF;
	line-height:30px;
}
#header #headertools a
{
	color:#FFFF99;
}

#menu UL
{
	margin:0;
	padding:2px 0 0 0;
}
#menu UL LI
{
	display:inline;
	padding:0 1px;
}	
#menu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 10px 19px 10px;
}
#menu UL LI a:hover
{
	color:#FFFF66;
}
#menu UL LI a.active
{
	background:#fff;
	color:#393632;
	color:#777;
}

.top_title
{
	margin-right:5px;
	font-weight:bold;
	color:#d61400;
	text-align:right;
	float:right;
	width:480px;
}
#menu .title a
{
	font-size:10px;
	text-decoration:none;
}
#submenu {
	height:32px;
}
#submenu UL
{
	margin:0;
	padding:2px 0 0 0;
}
#submenu UL LI
{
	display:inline;
	padding:0 1px;
}	
#submenu UL LI a
{
	line-height:31px;
	text-decoration:none;
	font-family:"Times New Roman";
	font-style:italic;
	color:#000066;
	font-size:16px;
	padding:6px 10px 8px 10px;
	font-weight:bold;
}
#submenu UL LI a:hover, #submenu UL LI a.active
{
	color:#FF0000;
}


#menu-container
{
	background:#fff url(images/menu_bg.gif) repeat-x;
	border-bottom:1px solid #d9dad3;
}

#breadcrumbs {
	height:5px;
}
#breadcrumbs p
{
	line-height:1em;
}
#breadcrumbs a
{
	text-decoration:none;
	line-height:25px;
}

.content
{
	background:#fff;
	padding:15px;
	margin-bottom:15px;
}
#main p
{
	line-height:1.8em;
}
.borders
{
	border-top:6px solid #185394;
	border-bottom:1px solid #5a0350s;
}


#mainCol
{
	float:left;
	width:570px;
	
}
#sideCol
{
	float:left;
	margin:0 0 0 18px;
	width:210px;
}
#singleCol
{

}



form .field label
{
	display:block;
	font-weight:bold;
}
form .field
{
	padding:6px 0;
}

form .textbox-small, 
form .textbox, 
form .textbox-large, 
form .textarea-small,
form .textarea,
form .textarea-large,
select
{
	padding:4px;
}
form .textbox-small
{
}
form .textbox
{
	width:350px;
}
form .textbox-large
{
	width:450px;
}

.textarea-small
{
	width:250px;
	height:100px;
	
}
.textarea
{
	width:350px;
	height:100px;
}
.textarea-large
{
	width:450px;
	height:100px;
}

.button-bold, .button-subdued
{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	padding:6px;
}
.button-bold
{
	border:1px solid #333333;
	background:#003366;
}
 .button-bold a:hover
{
	text-decoration:none;
	color:#FFFF00;
}
.button-subdued
{
	border:1px solid #ccc;
	background:#99CCFF;
	color:#0066FF;
	cursor:pointer;
}

p.success, p.error
{
	line-height:2em;
	margin:8px 0;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
}
p.success
{
	background:#86ca5d;
	border:2px solid #5cb327;
}
p.success a, p.error a
{
	color:#fff;
}
p.error
{
	background:#d44937;
	border:2px solid #aa2b1a;
}
label.error
{
	color:#990000;
}
.tabledata
{
	border:1px solid #ccc;
	margin-bottom:10px;
}

{
	border:1px solid #3F71A7;
	margin-bottom:10px;
}
.tabledata th
{
	font-weight:bold;
	background:#185394;
	color:#fff;
	text-align:center;
}
.tabledata .shaded
{
	background:#ECF1F7;
}
.tabledata .noshaded
{
	background:#FcFcFc;
}
.tabledata .hover
{
	background:#FFFF99;
}

#login
{
	width:200px;
	margin:40px auto;
	background:#fff;
	padding:20px;
}




/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 