/*Hien thi gio gan muc ngay thang nam*/
<style>
<!--
.styling{

color: #FFFFFF;
font: 12px verdana;
padding: 3px;
}
-->
</style>
/*Ket thuc*/

/*Khung lich calendar*/
.main {
	width:170;
	/*border:1px solid #008800;*/	
	}

.month {
	background-color: #008800;
	font:bold 12px Verdana, Helvetica, sans-serif;
	color:white;
	padding: 4px;
	}

.daysofweek {
	background-color: #00FF00;
	font:bold 12px Verdana, Helvetica, sans-serif;
	color:white;
	padding: 4px;
	}

.days {
	font-size: 12px;
	font-family:Verdana, Helvetica, sans-serif;
	color: #008800;
	background-color: #FFFF99;
	padding: 4px;
	}

.days #today{
	font-weight: bold;
	color: red;
	}
/*ket thuc khung lich calendar*/

a:active
{
	color: #008800;
	text-decoration:none;
}
a:hover
{
	color: #008800;
	cursor: hand;
	text-decoration:none;
	/*background-color: maroon;*/
	/*text-decoration:line-through ;*/
}

a:visited
{
	color: #008800;
	text-decoration:none;
}

/*nhung chuyen muc lon tren tung muc (title bar)*/
.clstitlebar
{
	background-image: url(../img/titlebar.png);
	height: 25px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.clstitlebaradmin
{
	background-image: url(../img/titlebaradmin.png);
	height: 25px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.clstitle
{
	color: #006600;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	
}

/*hinh nen tren website*/
body
{
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

/*ding dang phan lien ket den website khac*/
.clshyperlink
{
	text-decoration: none;
	color: #008800;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
}

/*ding dang cho phan noi dung chinh*/
#divbody
{
	position: relative;
	width: 780;
	height: 100%;
	
	margin-top: 0px;
	border-width: 1px;
	border-color: #008000;
	border-style: solid;
	background-color: #FFFFFF;
}

.clsborderbody
{
	position: relative;
	border-width: 1px;
	border-color: #008000;
	border-style: solid;
	background-color: #FFFFFF;
}

/*banner trong phan top menu*/
#divbanner
{
	width: 1000;
	height: 150px;
	position: relative;
	border: 0px;
	background-image: url(../img/banner.gif);
	top: 0px;
	left: 0px;
	text-align: right;
}

/*banner trong phan top menu phan tien anh*/
#divbanner_en
{
	width: 1000;
	height: 150px;
	position: relative;
	border: 0px;
	background-image: url(../img/banner_en.gif);
	top: 0px;
	left: 0px;
	text-align: right;
}

/*Khung hien thi trong phan hiep hoi thanh vien*/
.clsborder_associations
{
	border-color: #006400;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-style: normal;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7CFC00;
	color: #006400;
	text-align: justify;
	position: relative;
}

#divbordercontent
{
	margin-top: 0px;
	border-color: #006400;
	border-width: 1px 1px 1px 1px;
	width: 98%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	font-style: normal;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.clsfont
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #006600;
}

.font_size
{
	font-family: verdana, times new roman, arial;
	font-size: 10pt;
}