article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }
body {
	background: #fff url(../images/main-tail-top.gif) repeat-x 50% 0%;
	color:#000000;
	font-family: Arial, Helvetica, Sans-Serif;
	height:100%;
	font-size: 17px;
}
html {
	background: transparent;
	/*min-width: 1000px;*/
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	/*font-size: 100%;*/
}

div {
	/*font-size: 100%;*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

.statistics_counter {
	color:#FF9703;
	font-weight:bold;
	float:right;
	padding-right:20px;
}

div .read_more{
	float: right;
	padding-right: 20px;
}
div .Post-body{
	padding-top: 1px;
	/*padding-bottom:25px;*/
	border-bottom:1px dashed #BFBFBF;
}

a {
	color:#008ae9;
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	text-decoration:none;
}

	a:hover {
		text-decoration: none;
		color: #ff0000;
	}
/* design */
.PostHeader a, a:active, a:focus {
	color:#008ae9;
	text-decoration:none !important;
}
.PostHeader a:hover {
	color:#ee2724;
	text-decoration:none !important;
}

ul.links {
	
}
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 11px 11px 0 11px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
	position:absolute;
	z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
	width: 14px;
	height: 14px;
	background-image: url(../images/Post-s.png);
}

.Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.Post-tc, .Post-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url(../images/Post-h.png);
}

.Post-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Post-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url(../images/Post-v.png);
}

.Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.Post-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.Post-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FBFEFF;
}


.Post
{
	margin: 5px;
}
.PostMetadataFooter{
	margin-top:30px;
}
/*design*/
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main-tail-top {
	/*background: #fff url(../images/main-tail-top.gif) repeat-x 50% 0%;*/
	width:100%;
}

#main-tail-bot {
	/*background: url(../images/main-tail-bot.gif) repeat-x 50% 100%;*/
	width: 100%;
}

#main {
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
}

header {
	position: relative;	
}

section#content {
	margin-top:20px;
	width: 100%;
}

footer {
	width: 982px;
	color:#000;
	height: 60px;
	overflow: hidden;
	background: url(../images/footer.jpg) #9b9c9b no-repeat;
	line-height: 18px;
	padding: 5px 0px 8px 0px;
	
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 20px 10px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 5px 20px 20px 0;
	}

.fright {
	float: right;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}
.col-2{
	margin-top: 15px;
}
.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

#navi {
	position: absolute;
	top: 65px;
	right: 15px;
	
}
nav {
	background: url(../images/menu.jpg) no-repeat 0% 0%;
	/*background:#3E474C none repeat scroll 0 0;*/
	width: 956px;
	height: 37px;
	/*overflow: hidden;*/
	position: absolute;
	top: 100px;
	left: 20px;
	-moz-border-radius: 10px;
}

nav ul {
	overflow: hidden;
	/*padding: 0 0 0 6px;*/
	padding:0px;
}
nav ul li {
	float: left;
}
		
nav ul li a {
	/*display: block;*/
	height: 15px;
	overflow: hidden;
	padding: 2px 0px 5px 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	white-space:nowrap;
}
nav ul li a:hover {
	color: #fff200;
}
#content #indent {
	padding: 0px 9px 27px 29px;
}

#content #indent-1 {
	padding: 29px 9px 27px 10px;
}

#content p {
	margin:10px 5px;
	color: #000000;
}
.row-1 {
	width: 100%;
	overflow: hidden;
}

.row-1 .inner {
	padding: 0 0 10px 0;
}
	
.row-1 .inner-1 {
	padding: 0 0 10px 10px;
}

.row-2 {
	width: 100%;
	overflow: hidden;
}
.row-2 .inner {
}

/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	padding: 0px;
}

	.box .border-top {
		background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		/*padding: 10px 20px 18px 20px;*/
	}
	.box h2{
		padding: 1px 0px 0px 20px;
		font-weight: bold;
		color: #000;
		margin: 15px 10px 5px 10px;
		background: url('../images/menu.png') no-repeat;
	}
	
	.box .inner  ul{
		padding: 0px;
		margin: 0px;
	}
	.box .inner ul li {
		padding: 0px;
		margin: 0px;
	}
	.box .inner ul li:hover{
		background-color: #dedede;
	}
	
	.box .inner ul li a{
		padding: 0px 10px 0px 10px;
		margin-left: 10px;
		background: url('../images/menu_icon.gif') no-repeat;
	}
	.box .inner table.vinaora_counter{
		width: 150px;
		
	}
/* ============================== boxes END ====================================== */

#faded {
	height:150px;
	left:15px;
	position:relative;
	top:32px;
	/*width:956px;*/
	width:100%;
}

#faded a.prev {
	background: url(../images/button-prev.gif) no-repeat 0% 0%;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	top: 50px;
	left: -19px;
	z-index: 100;
}
	
#faded a.next {
	background: url(../images/button-next.gif) no-repeat 0% 0%;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	top: 50px;
	/*right: -19px;*/
	right: 5px;
	z-index: 100;
}
	
#faded ul {
	/*width: 100%;*/
	height: 150px;
	overflow: hidden;
	/*margin:0;*/
}
	
#faded ul li {
	background: url(../images/header.png) no-repeat 0% 0%;
	width: 550px;	
	padding: 20px 348px 0 58px;
	overflow: hidden;
	position: relative;
	z-index: 1;	
	height: 150px;
}
		
#faded ul li img {
	position: absolute;
	top: 2px;
	right: 51px;
}	

#faded ul li strong {
	display: block;
	padding: 0 0 7px 0;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
}
			
#faded ul li strong span {
	display: block;
	margin: -29px 0 0 0;
	font-size: 0.817em;
}
				
#faded ul li p {
	line-height: 1.529em;
	font-size: 13px;
	color: #000;
	margin:0;
	font-weight: normal;
}
			
#faded ul li em {
	position: absolute;
	display: block;
	float: left;
	top: 110px;
	right:310px;
}
		
#faded ul li em a {
	background: url(../images/button-1.gif) no-repeat 0% 0%;
	display: block;
	width: 90px;
	height: 29px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #394247;
}
				
#faded ul li em a:hover {
	color: #000;
}
					
#faded ul li i {
	display: block;
	float: left;
	padding: 0 11px 0 0;
	font-style: normal;
}
			
#faded ul li i a {
	background: url(../images/button-2.gif) no-repeat 0% 0%;
	display: block;
	width: 140px;
	height: 29px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
				
#faded ul li i a:hover {
	color: #000;
}

h1 a {
	background: url(../images/banner.png) no-repeat 0% 0%;
	display: block;
	width: 956px;
	height: 100px;
	/*overflow: hidden;*/
}
	
h1 a span {
	display: none;
}

h2 {
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: 13px;
	font-weight: bold;
	color: #3399FF;
}

h2 em {
	display: block;
	margin: 0 0 -11px 0;
	font-style: normal;
}
	
h2 i {
	display: block;
	margin: 0 0 -4px 0;
	font-style: normal;
}

h3 {
	font-weight: bold;
	color: #616161;
}

h3.extra {
	margin: -4px 0 0 0;
	padding: 0 0 2px 0;
}

h3 strong {
	display: block;
	font-weight: 400;
}
	
h3 span {
}
	
h3 em {
	display: block;
	margin: 0 0 -5px 0;
	font-style: normal;
}

.link {
	float: left;
	line-height: 1.333em;
	font-size: 1em;
	font-weight: bold;
	color: #7a7a7a;
}

.line-ver-1 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-3 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-hor {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.line-hor1 {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 36px 0;
}

#contact-form {
	width: 198px;
	padding: 13px 0 1px 0;
	overflow: hidden;
}

#contact-form label {
	display: block;
	width: 100%;
	height: 26px;
	overflow: hidden;
}
	
#contact-form input {
	background: none;
	width: 188px;
	height: 14px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8c8c8c;
}
	
#contact-form textarea {
	background: none;
	width: 188px;
	height: 157px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #dedede;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8c8c8c;
}
	
#contact-form a {
	float: right;
	margin: 9px 0 0 20px;
	line-height: 1.5em;
	font-size: 1em;
	color: #676666;
}

#search-theme-form {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/search-input.gif) no-repeat scroll 0 0;
	height:26px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:5px;
	width:226px;
}

#search-theme-form input {
	width: 177px;
	height: 16px;
	padding: 5px 5px 5px 5px;
	border: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background: url(../images/search-input.gif) no-repeat 0% 0%;
}
	
#search-theme-form input#search-submit {
	background: url(../images/search-submit.gif) no-repeat 0% 0%;
	width: 30px;
	height: 26px;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	float: left;
	cursor: pointer;
}
.list-1 {
	overflow:hidden;
	padding:0;
}
.list-1 li {
	list-style : none;
	color:#7A7A7A;
	font-size:1em;
	line-height:1.333em;
	/*padding:0 0 18px;*/
}
.list-1 li.extra {
	padding:0 0 16px;
}
.list-1 li a {
	color:#7A7A7A;
}
.list-1 li strong {
	padding:0 0 0 6px;
}
.list-3 {
	width: 100%;
	padding: 2px 0 0 0;
	overflow: hidden;
}

.list-3 li {
	background: url(../images/line-hor.gif) repeat-x 0% 100%;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	line-height: 2.5em;
	font-size: 1em;
	color: #008ae9;
	margin-left:10px;
}

.list-3 li.leaf {
	padding:0 !important;
}
.list-3 li .leaf{
	padding:0;
}
	
.list-3 li img {
	float: left;
	margin: 7px 12px 0 5px;
}
	
.list-3 li span {
	padding: 0 0 0 5px;
}
	
.list-3 li.last {
}

.visible {
	overflow: visible !important;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	padding: 25px 0 31px 29px;
}

.privacy h3 {
	padding: 0 0 12px 0 !important;
}
	
.privacy p {
	padding: 0 0 17px 0 !important;
}

.BlockContent{
	margin-bottom : 10px;
}
.BlockContent ul.list-3 li {
	background-repeat:no-repeat;
	line-height:1.2em;
	margin:0.5em 0;
	padding:0 0 0 15px;
	background:transparent url(../images/li_02.gif) no-repeat scroll 0 5px;
}

.Post {}

footer .inner {
	color: #000;
	font-weight:normal;
	margin-top: 5px;
}

footer strong {
	float: right;
	line-height: 3em;
	font-size: 1em;
	font-weight: normal;
	color: #fcfcfc;
}
	
footer strong a {
	color: #fcfcfc;
}

footer ul {
	float: left;
	padding: 0 13px 0 0;
}

footer ul li {
	float: left;
	padding: 0 4px 0 0;
}

footer p {
	float: left;
	line-height: 3em;
	font-size: 1em;
	color: #fcfcfc;
}

footer p span {
	padding: 0 3px 0 0;
}
	
footer p a {
	margin: 0 0 0 3px;
	color: #fcfcfc;
}
#dropmenu .menu ul {
	margin-top:12px;
}
#dropmenu .menu ul ul {
	/*clear:both;*/
	margin-top:0px;
	padding-top:10px;
	display:none;
	position:absolute;
	z-index:999999;
	/*display:block;*/
}
#dropmenu .menu ul ul li {
	background:#3E474C none repeat scroll 0 0;
	clear:both;
	display:block;
	float:none;
	height:100%;
	/*width:200px;*/
	margin:0;
	overflow:hidden;
	text-align:left;
	padding:0 10px 0 0;
}
#dropmenu .menu ul li ul li a {
	float:left;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
}
#dropmenu .menu ul li ul li a:hover {
	color:#fff200;
}
#dropmenu .menu ul ul ul {
	margin:5px 0 0 90px;
	padding:0;
	position:absolute;
	z-index:1410065407;
}
#dropmenu .menu ul ul ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#555555 none repeat scroll 0 0;
}
#dropmenu .menu ul ul ul a {
}
#dropmenu .menu ul ul ul a:hover {
}
#dropmenu .menu ul ul ul li a span {
}
#dropmenu .menu ul ul ul li a span span {
}

#dropmenu .menu li.leaf {
	padding:0 !important;
	list-style-type: none !important;
	list-style-image:none !important;
}
#dropmenu .menu li.expanded {
	padding:0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

.fade ul li{
	margin:0;
	padding:0;
}
#navi {
	position:absolute;
	right:5px;
	top:0px;
}
#navi li {
	float:left;
	padding:0 0 0 9px;
}
#navi li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/navi-tail.gif) repeat-x scroll 0 -20x;
	color:#718690;
	display:inline-block;
	font-size: 12px;
	height: 15px;
	overflow:hidden;
	text-decoration:none;
}
#navi li a span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/navi-left.gif) no-repeat scroll 0 -26px;
	display:inline-block;
}
#navi li a span span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/navi-right.gif) no-repeat scroll 100% -26px;
	display:inline-block;
	height:26px;
	overflow:hidden;
	padding:0 12px 0 10px;
}
#navi li a:hover {
	background-position:0 0;
}
#navi li a:hover span {
	background-position:0 0;
}
#navi li a:hover span span {
	background-position:100% 0;
}

#attachments {
	width: 100%;
}
#attachments  th{
	padding: 0px;
	background-color: #3399FF;
	color: #fff;
}
#attachments td{
	padding: 5px;
}
#attachments  tr.odd{
	background-color: #DCDCDC;
}
#attachments a {
	color: #008AE9;
}
.PostContent  .article table{
	width: 100%;
/*	border: 1px solid #000;*/
	padding: 5px;
}

.PostContent  .article tbody{
	border-top: none;
}

.PostContent  .article th{
	border: 1px solid #000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}
.PostContent  .article td{
	padding: 0px 5px;
}
.PostContent .article ul{
	padding: 5px 5px 0px 30px;
}
.PostContent .article ul li{
	list-style-type: disc;
	padding: 2px;
}
.PostContent .article ol li{
	/*list-style-type: decimal;*/
	padding: 2px;
}
article ol li{
	list-style-type: decimal;
	padding: 2px;
}
.hv_tieu_bieu{
	width: 460px;
}
.hv_tieu_bieu table{
	width: 100%;
	border: 1px solid #000;
	margin: 5px;
}
.hv_tieu_bieu caption{
	font-weight: bold;
	font-size: 15px;
	color: #fd1818;
}
.hv_tieu_bieu th{
	font-weight: bold;
	text-align: center;
}
.hv_tieu_bieu th, .hv_tieu_bieu td{
	border: 1px solid #000;
	padding: 5px;
}
table#taxonomy {	width: 100%; }
table{
	width: 100%;
}
/*******************************Slide********************************************/
#featured{ 
	width:448px; 
	padding-right:250px; 
	position:relative; 
	border:2px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:295px; 
	height:250px;
	overflow:auto;	
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  
	background:#fff; 
	line-height:20px;
	border-bottom: 1px solid #ccc;
} 
#featured li.ui-tabs-nav-item a:hover{ 
	background:#66ccff; 
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#fff200; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0px; left:0; 
	background: url('../images/transparent-bg.png'); 
	width: 100%;
}
#featured .info h2{ 
	font-size:16px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
	margin:0 5px; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
	color: #c80103;
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#user-login-form  ul li {
    list-style: none !important;
}

div.messages {
    margin: 8px 15px;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}
div.status {
    background-image: url("../images/message-24-ok.png");
    border-color: #BBEE77;
}
div.status, .ok {
    color: #234600;
}
div.status, table tr.ok {
    background-color: #F8FFF0;
}
div.warning {
    background-image: url("../images/message-24-warning.png") no-repeat;
    border-color: #EEDD55;
}
div.warning, .warning {
    color: #884400;
}
div.warning, table tr.warning {
    background-color: #FFFCE5;
}
div.error {
    background-image: url("../images/message-24-error.png");
    border-color: #ED541D;
}
div.error, .error {
    color: #8C2E0B;
}
div.error, table tr.error {
    background-color: #FEF5F1;
}
div.error p.error {
    color: #333333;
}
div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
div.messages ul li {
    list-style-image: none;
}
#ngkhconline8{
	 background-color:#FFF200;
}
ul li a#dangkyhoconline{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;
	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#dangkymos{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;
	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}
li#ngkthiMOS1{
	background: url("../images/_news.gif") no-repeat scroll 185px 1px transparent;
}



li#Tvntrctuyn2{
	/*background: url("../images/_news.gif") no-repeat scroll 155px 2px transparent;*/
}



li#ngKTpHunCNTT4{
	background: url("../images/_news.gif") no-repeat scroll 195px 2px transparent;
}

/*li#Hithibigingint20144{
	background: url("../images/_news.gif") no-repeat scroll 195px 2px transparent;
}*/



li#QuytrnhxtminTHC5{
	background: url("../images/_news.gif") no-repeat scroll 195px 2px transparent;
}

li#DSThSinhDKimTra6{
	background: url("../images/_news.gif") no-repeat scroll 195px 2px transparent;
}

li#ngkthiMOSWC20145{
	background: url("../images/_news.gif") no-repeat scroll 195px 2px transparent;
}



ul li a#dangnhap{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#tuvantructuyen{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#bgdt2013{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#dktaphuan{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#dsphongthi{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}
ul li a#quytrinhxetmien{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#kqktab{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

ul li a#tinhoctre{
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;	
    margin-left: 10px;
    padding: 0 10px 0 25px;
}

.ketquathi{
	margin-top:10px;
	text-align: center;
	height: 100px;
}
.ketquathi_anchor{
	margin: -55px 5px 30px 560px;
}
._news{
	margin: 0 0 0 5px;	
}
._news img{
	vertical-align:middle  !important;
}
table.MsoNormalTable {
	border : 0px !important;
}
.list_pdk{
	border : 0px !important;
}

.list_pdk th{
	border : 0px !important;
}
.hotline{
	float:right;
	height: 32px;
	margin: 5px 0px 0 0;
	padding: 7px 0 0 40px;
	color: #3C454A;
    font-size: 15px;
	text-align:right;
	/*background: url("../images/phone.png") no-repeat scroll 0 0 transparent;*/
}

div.gallerix-grid a img
{
	padding:5px;
}

h2.h2green
{
	font-size:13pt !important;	
	background:#01A31C !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}
h2.h2blue
{
	font-size:14pt !important;	
	background:#0000FF !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}
h2.h2yellow
{
	font-size:14pt !important;	
	background:#FFFF00 !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}

h2.h2black
{
	font-size:14pt !important;
	background:#000 !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}

h2.h2Orange
{
	font-size:14pt !important;
	background:#FFA500 !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}

h2.h2BlueViolet 
{
	font-size:14pt !important;
	background:#8A2BE2 !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}
h2.h2DodgerBlue 
{
	font-size:14pt !important;
	background:#1E90FF !important;
	font-family: Tahoma, Verdana;
	padding: 10px 5px !important;
	margin:0 !important;
}
.hbox
{
	border: 1px solid #eee !important;
	padding: 10px;
	margin-bottom:10px;
}