body {
	width: 980px;
	margin: 0 auto;
}

.MenuWrapper02 {
	background: url(../images/bg-menu-loop.jpg) repeat-x left top #fff7c9;
	margin-top: 6px;
	z-index: 1000;
}

.MenuWrapper {
	background: url(../images/bg-menu-left.jpg) no-repeat left top;
}

#menu {
	position: relative;
	background: url(../images/bg-menu-right.jpg) no-repeat right top;
	font-size: 1.3em;
	color: #0c284d;
	height: 60px;
}

	#menu li {
		float: left;
		padding: 0px 7px 0px 8px;
		background: url(../images/border-02.gif) no-repeat left;
	}

	#menu .First {
		background: none;
		margin-left: 5px;
		_margin-left: 13px;
		padding-left: 0;
		height: 30px;
	}

	#menu li a:link,
	#menu li a:visited {
		margin-top: -6px;
		float: left;
		height: 35px;
		font-weight: bolder;
		line-height: 35px;
		background: none;
		white-space: nowrap;
	}

	#menu li .LeftBg {
		float: left;
		height: 25px;
		padding-left: 8px;
	}

	#menu li .RightBg {
		float: left;
		height: 2px;
		padding: 4px 8px 0 0;
		white-space: nowrap;
	}

	#menu li a.Hover:link,
	#menu li a.Hover:visited,
	#menu li a:hover {
		background: url(../images/Menu_Active_Repeat[1].png) repeat-x left top; /*bg-item-loop.gif*/
		text-decoration: none;
		color: #ffffff;
	}

		#menu li a.Hover:link .LeftBg,
		#menu li a.Hover:visited .LeftBg,
		#menu li a:hover .LeftBg {
			/*background: url(../images/Menu_Active_Left[1].png) no-repeat left top;/*bg-item-left.gif*/
			background: url(../images/Menu_Active_Repeat[1].png) repeat-x left top; /*bg-item-loop.gif*/
		}

		#menu li a.Hover:link .RightBg,
		#menu li a.Hover:visited .RightBg,
		#menu li a:hover .RightBg {
			/*background: url(../images/Menu_Active_Right[1].png) no-repeat right top;/*bg-item-right.gif*/
			background: url(../images/Menu_Active_Repeat[1].png) repeat-x left top; /*bg-item-loop.gif*/
		}

	#menu ul {
		position: absolute;
		height: 25px;
		margin-top: 30px;
		width: auto;
		left: -999em;
		background: #fff7c9;
		text-align: center;
	}

		#menu ul li {
			float: left;
			background: url(../images/border-02-blue.gif) no-repeat left 10px;
		}

			#menu ul li.FirstItem {
				background: none !important;
			}

			#menu ul li a:link,
			#menu ul li a:visited {
				float: none;
				color: #13181d;
				font-weight: normal;
			}

			#menu ul li a.LinkStyle03:link,
			#menu ul li a.LinkStyle03:visited {
				text-decoration: underline;
			}

			#menu ul li a.Active:link,
			#menu ul li a.Active:visited,
			#menu ul li a:hover {
				background: none !important;
			}

.chu {
	float: left;
	margin: 35px 0px 0px 2px;
}

	.chu img {
		height: 22px;
		width: 22px;
	}

.SearchBox {
	float: right;
	margin: -27px 10px auto;
}

	.SearchBox select {
		font-size: 1.2em;
		float: left;
		margin: 2px 3px 0 0;
	}

.SearchTextBox {
	background: url(../images/bg-searchbox.gif) no-repeat left top;
	border: none;
	padding: 5px 0 0 23px;
	margin: 0 3px 0 0;
	width: 140px;
	height: 18px;
	font-size: 1.1em;
	color: #969EB5;
	float: left;
}

.SearchBtn {
	background: url(../images/bg-searchbtn.gif) no-repeat left top;
	width: 65px;
	height: 23px;
	border: none;
	font-size: 1.0em;
	color: #FFF;
	font-weight: bolder;
	cursor: pointer;
	float: left;
	margin: 0;
}

.divbutton {
	text-align: center;
	margin: 20px auto 10px auto;
	width: 100%;
	color: #0002A8;
}

.divthongbao {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	Font-Size: 15px;
	Color: #990000;
	width: 100%;
}

.hiddencol {
	display: none;
}
/*gridview*/
.Grid {
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 0px #525252;
	border-collapse: collapse;
	font-family: Arial;
	color: #474747;
	width: 100%;
	font-size: 12px;
}

	.Grid td {
		padding: 4px;
		border: solid 1px #c1c1c1;
	}

	.Grid th {
		padding: 4px 2px;
		color: black;
		background: #F1F4F9;
		border: solid 1px #c1c1c1;
		font-family: Arial;
		text-align: center;
	}

	.Grid .alt {
		/*background: #fcfcfc;*/
		background-color: #E9E9E9;
	}

	.Grid .pgr {
		background: #363670;
	}

		.Grid .pgr table {
			margin: 3px 0;
		}

		.Grid .pgr td {
			border-width: 0;
			padding: 0 6px;
			border-left: solid 1px #666;
			font-weight: bold;
			color: #fff;
			line-height: 12px;
		}

		.Grid .pgr a {
			color: Gray;
			text-decoration: none;
		}

			.Grid .pgr a:hover {
				color: #000;
				text-decoration: none;
			}

/*gridview*/
.text-center {
	text-align: center;
}

.twitterStyleTextbox {
	border: 1px solid #c4c4c4;
	width: 230px;
	height: 30px;
	font-size: 13px;
	padding: 2px 2px 2px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

	.twitterStyleTextbox:focus {
		outline: none;
		border: 1px solid #7bc1f7;
		box-shadow: 0px 0px 8px #7bc1f7;
		-moz-box-shadow: 0px 0px 8px #7bc1f7;
		-webkit-box-shadow: 0px 0px 8px #7bc1f7;
	}

.divNamHoc {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-family: Arial;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #3402C4;
	font-size: 14px;
}

.tieude {
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

	.tieude span {
		margin: 0px;
		line-height: 30px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: red;
		font-weight: bold;
	}

.divlegend {
	color: #fff;
	background-color: #3775dd;
	/*font-weight: bold;*/
	font-size: 15px;
	font-family: Arial;
	text-align: left;
	border: 1px solid #1A19C3;
	border-radius: 0px;
	padding: 5px 10px 5px 10px;
	box-shadow: 0 2px 6px -2px;
	margin: 10px auto 10px 10px;
	min-width: 250px;
	max-width: 50%;
}



/*Hien thi thong bao*/
#dialogoverlay {
	display: none;
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	z-index: 10;
}

#dialogbox {
	display: none;
	position: fixed;
	width: 250px;
	z-index: 10;
	top: 50%;
	left: 50%;
	overflow: hidden;
	background-color: #FAFAFC;
	text-align: center;
	border-radius: 3px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	font-family: Arial, Helvetica, sans-serif;
}

	#dialogbox > div {
	}

		#dialogbox > div > #dialogboxhead {
			color: white;
			background-color: white;
		}

		#dialogbox > div > #dialogboxbody {
			text-align: center;
			background: white;
			line-height: 20px;
			min-height: 75px;
			padding: 15px 8px 8px 8px;
			font-size: 14px;
		}

		#dialogbox > div > #dialogboxfoot {
			background: white;
			padding: 10px;
			text-align: center;
			font-size: 15px;
		}

			#dialogbox > div > #dialogboxfoot button {
			}
