@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#mainstyle {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 5px;
}
.title {
	background-image: url(../iii/title.png);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 7px 7px 0px 0px;
}
.titlebot {
	border: 1px solid #DA914F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.gach {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.menutit li{
	list-style-type: none;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
}
.menutit li a {
	color: #0999F9;
	text-decoration: none;
}
.menutit li a:hover {
	color: #F00;
	text-decoration: underline;
}
.tinhinh {
	padding: 2px;
	border: 1px solid #CCC;
}
.gachdut {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.tieudetin a {
	font-size: 15px;
	color: #930;
	text-decoration: none;
}
.tomtat {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.tieudetin a:hover {
	text-decoration: underline;
	color: #F00;
}
.doctiep a{
	color: #FFF;
	text-decoration: none;
	background-color: #F30;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.doctiep a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}

.pagination{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #666666;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination li.currentpage{
	font-weight: normal;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #2e6ab1;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination li.disablepage{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination li.nextpage{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
	font-family: Arial, Helvetica, sans-serif;
}