/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Times New Roman;	font-size: 12pt;
	border-collapse: collapse; color: #363636;	line-height: 1.4;
}
p{	line-height: 1.4; color: #363636;}
input[type=text]{
	background-color: #ffffff;
	color: #363636;
	font-family: Times New Roman;
	font-size: 11pt;
	border: #b4a996 1px solid;
}
select {
	background-color: #ffffff;
	color: #363636;
	font-family: Times New Roman;
	font-size: 11pt;
	border: #b4a996 1px solid;
}
textarea {
	background-color: #ffffff;
	color: #363636;
	font-family: Times New Roman;
	font-size: 11pt;
	border: #b4a996 1px solid;
}

a:link {
	COLOR: #ab7c2a; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #ab7c2a; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #ab7c2a; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #ab7c2a;
}

.textbody {
	font-family: Times New Roman;	font-size: 12pt;
	color: #222222;	line-height: 1.4;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #efefef;
	text-decoration: none;
	font: 10pt Times New Roman;
	height:22px;
	background-color:#c3aa82;
	border-top:#d9c3a0 1px solid;
	border-right:#b39970 1px solid;
	border-bottom:#8f7956 1px solid;
	border-left:#ae9772 1px solid;
}

input.Search {
	background-color: #ffffff;
	color: #363636;
	font-family: Times New Roman;
	font-size: 11pt;
	border: #b4a996 1px solid;
	width: 180px;
	height:20px;
}
.Search {
	background-color: #ffffff;
	color: #363636;
	font-family: Times New Roman;
	font-size: 11pt;
	border: #b4a996  1px solid;
	width: 180px;
	height:20px;
}
.copyright
{	
	color: #363636;
	text-align:center;
	font-size:10pt;

}
.copyright a
{
	color:#363636;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #363636;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #ab7c2a; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #ab7c2a; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #ab7c2a; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #ab7c2a;
}

.text_left-right {
 font-family: Times New Roman; font-size: 12pt;
 color: #363636; line-height: 1.4;
}

.title_left-right {
 font-family: Times New Roman; font-size: 18px;
 color: #9c1200; line-height: 1.8;
}

.bg_calendar {
	background-color: #d1c6b2;
	text-align: center;
	font-family: Times New Roman;
	color: #202020;
	font-size: 11pt;
}
.title_quicksearch {
 font-family: Times New Roman, Times New Roman; font-size: 18pt;
 color: #9c1200;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}
