/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #f0f7fd;
	background-image: url(bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
	border-collapse:collapse;	color: #000000;	line-height: 1.4;
}
p{	line-height: 1.4;}
input[type=text]{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #BBD3DD;
	border: 1px inset #339999;	
	height: 16px;		
}
.Search{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #BBD3DD;
	border: 1px inset #339999;	
	height: 16px;		
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 0px ;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #BBD3DD;
	border: 1px inset #339999;
}

hr {
	color: #d6d6d6;
}
a:link {
	COLOR: #0d5239;
	TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #0d5239;
	TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #0d5239;
	TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;
	COLOR: #0d5239;
}



/*---------------- css text -----------------------------*/
.title {
	COLOR: #204156;
	font-size: 18px;
	text-transform: uppercase;
}
.text_blue {
	COLOR: #578396;
}
.text_blue-upper {
	COLOR: #578396;
	font-weight: bold;
	text-transform: uppercase;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
	color: #000000;	line-height: 1.4;
}


/*---------------- css bg -----------------------------*/
.bg_content {
	background-color: #FFFFFF;
	background-image: url(bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
}



/*---------------- css line -----------------------------*/
.line_ngang{
	background-image: url(line_ngang.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 0px ;	
}
.buttonSearch{
	background-color: #BBD3DD;
	border: 1px outset #339999;
	padding: 1px;
	color: #000000;
	text-decoration: none;
	font: 11px verdana, Helvetica, sans-serif;
	height: 20px;	
	width: 65px;
}
.copyright
{
	
	color: #0d5239;
	text-align:center;
	font-size: 11px;
}
.copyright a
{
	color:#0d5239;
	text-align:center;
	font-size: 11px;
	text-decoration: none;
}
.copyright a:hover
{
	color: #0d5239;
	text-align:center;
	font-size: 11px;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 COLOR: #426928; TEXT-DECORATION: none;
}
.menu_left-right:visited {
 COLOR: #426928; TEXT-DECORATION: none;
}
.menu_left-right:hover {
 COLOR: #426928; TEXT-DECORATION: underline;
}
.menu_left-right:active {
 text-decoration: none; color: #426928;
}

.text_left-right {
 font-family:  Arial, Helvetica, sans-serif; font-size: 11px;
 color: #000000; line-height: 1.4;
}

.title_left-right {
 font-family:  Arial, Helvetica, sans-serif; font-size: 12px;
 color: #578396; line-height: 1.4;
}

.bg_calendar {
	background-color: #e2f4ff;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.title_quicksearch {
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt;
 color: #578396;
}