/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Arial;	font-size: 12px;
	border-collapse: collapse; color: #32312f;	line-height: 1.4;
}
p{	line-height: 1.4; color: #32312f;}
input[type=text]{
	background-color: #ffffff;
	color: #32312f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #9a9164 1px solid;
}
select {
	background-color: #ffffff;
	color: #32312f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #9a9164  1px solid;
}
textarea {
	background-color: #ffffff;
	color: #32312f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #9a9164 1px solid;
}

a:link {
	COLOR: #b6991b; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #b6991b; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #b6991b; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #b6991b;
}

.textbody {
	font-family: Arial;	font-size: 12px;
	color: #32312f;	line-height: 1.4;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #ffffff;
	text-decoration: none;
	font: 11px Arial;
	height:22px;
	background-color:#54554a;
	background-image:url(bg_button.jpg);
	background-repeat:repeat-x;
	border-top:#a9a99d 1px solid;
	border-right:#4b4a3d 1px solid;
	border-bottom:#221f14 1px solid;
	border-left:#545348 1px solid;

}

input.Search {
	background-color: #ffffff;
	color: #32312f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #ffffff 2px solid;
	background-image:url(bg_input.jpg); 
	background-repeat:repeat-x;
	width: 140pt;
	height:16px;
}
.Search {
	background-color: #000000;
	color: #32312f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #9a9164  1px solid;
	width: 120pt;
	height:16px;
}
.copyright
{	
	color: #f1edd8;
	text-align:center;

}
.copyright a
{
	color:#f1edd8;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #f1edd8;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #ffffff; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #ffffff; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #ffffff; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #ffffff;
}

.text_left-right {
 font-family: Arial; font-size: 12px;
 color: #ffffff; line-height: 1.4;
}

.title_left-right {
 font-family: Arial; font-size: 18px;
 color: #ffffff; line-height: 1.4;
}

.bg_calendar {
	background-color: #f1edd8;
	text-align: center;
	font-family: Arial;
	color: #f3f2f2;
	font-size: 12px;
}
.title_quicksearch {
 font-family: Arial, Arial, Helvetica, sans-serif; font-size: 18pt;
 color: #b6991b;
}