/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #999999;
}
table {
	font-family: Arial;	font-size: 12px;
	border-collapse: collapse; color: #000000;	line-height: 1.4;
}
p{	line-height: 1.4; color: #000000;}
input[type=text]{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #999999  1px solid;
}
select {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #999999  1px solid;
}
textarea {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #999999  1px solid;
}

a:link {
	COLOR: #ff9900; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #ff9900; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #ff9900; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #ff9900;
}

.textbody {
	font-family: Arial;	font-size: 12px;
	color: #000000;	line-height: 1.4;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #ffffff;
	text-decoration: none;
	font: 11px Arial;
	height:21px;
	background-color: #000000;	
	border: 1px solid #000000;
}

input.Search {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #999999  1px solid;
	width: 120pt;
	height:18px;
}
.Search {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #999999  1px solid;
	width: 120pt;
	height:18px;
}
.copyright
{	
	color: #ffffff;
	text-align:center;

}
.copyright a
{
	color:#ffffff;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #ffffff;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #58595b; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #58595b; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #58595b; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #58595b;
}

.text_left-right {
 font-family: Arial; font-size: 12px;
 color: #000000; line-height: 1.4;
}

.title_left-right {
 font-family: Arial; font-size: 18px;
 color: #58595b; line-height: 1.4;
}

.bg_calendar {
	background-color: #cccccc;
	text-align: center;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
.title_quicksearch {
 font-family: Arial, Arial, Helvetica, sans-serif; font-size: 18pt;
 color: #58595b;
}