/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9e6dd;
}
table {
	font-family: Trebuchet MS, Arial;	font-size: 13px;
	border-collapse: collapse; color: #000000;	line-height: 1.6;
}
p{	line-height: 1.6; color: #000000;}
input[type=text]{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	border: #d2cdb9 1px solid; padding:3px;
}
select {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	border: #d2cdb9 1px solid; padding:3px;
}
textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	border: #d2cdb9 1px solid; padding:3px;
}

a:link {
	COLOR: #0f68c3; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #0f68c3; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #0f68c3; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #0f68c3;
}

.textbody {
	font-family: Trebuchet MS, Arial;	font-size: 13px;
	color: #000000;	line-height: 1.6;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Trebuchet MS;
	height:20px;
	background-color: #000000;	
	border: 1px solid #000000;
}

input.Search {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	border: #d2cdb9 1px solid;
	width: 120pt; padding:3px;
	height:16px;
}
.Search {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	border: #d2cdb9 1px solid;
	width: 120pt; padding:3px;
	height:16px;
}
.copyright
{	
	color: #000000;
	text-align:center; font-size:12px;

}
.copyright a
{
	color:#000000;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #000000;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #000000; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #000000; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #000000; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #000000;
}

.text_left-right {
 font-family: Trebuchet MS, Arial; font-size: 12px;
 color: #000000; line-height: 1.4;
}

.title_left-right {
 font-family: Trebuchet MS, Arial; font-size: 16px;
 color: #777777; line-height: 1.5;
}

.bg_calendar {
	background-color: #e9e6dd;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	color: #000000;
	font-size: 13px;
}
.title_quicksearch {
 font-family: Trebuchet MS, Arial; font-size: 16px;
 color: #777777;
}