/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Arial;	font-size: 10pt;
	border-collapse: collapse; color: #ffffff;	line-height: 1.5;
}
p{	line-height: 1.5; color: #ffffff;}
input[type=text]{
	background-color: #ffffff;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
	border: #ededed 1px solid;
}
select {
	background-color: #ffffff;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
	border: #ededed 1px solid;
}
textarea {
	background-color: #ffffff;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
	border: #ededed 1px solid;
}

a:link {
	COLOR: #f4fd00; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #f4fd00; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #f4fd00; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #f4fd00;
}

.textbody {
	font-family: Arial;	font-size: 10pt;
	color: #ffffff;	line-height: 1.5;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #ffffff;
	text-decoration: none;
	font: 9pt Arial;
	height:22px;
	background-image:url(button_search.jpg);
	background-repeat:repeat;
	border:#101010 1px solid;
}

input.Search {
	background-color: #ffffff;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
	border: #ededed 1px solid;
	width: 120pt;
	height:18px;
}
.Search {
	background-color: #ffffff;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
	border: #ededed 1px solid;
	width: 120pt;
	height:18px;
}
.copyright
{	
	color: #f0f0f0;
	text-align:center;
	font-size:9pt;

}
.copyright a
{
	color:#f0f0f0;
	text-align:center;
	text-decoration: none;
	font-size:9pt;
}
.copyright a:hover
{
	color: #f0f0f0;
	text-align:center;
	text-decoration: underline;	
	font-size:9pt;
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #6acfff; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #6acfff; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #6acfff; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #6acfff;
}

.text_left-right {
 font-family: Arial; font-size: 10pt;
 color: #ffffff; line-height: 1.5;
}

.title_left-right {
 font-family: Arial; font-size: 14pt;
 color: #f4fd00; line-height: 1.5;
}

.bg_calendar {
	background-color: #76cbf4;
	text-align: center;
	font-family:Arial;
	color: #ffffff;
	font-size: 10pt;
}
.title_quicksearch {
 font-family: Arial; font-size: 18pt;
 color: #f4fd00;
}