/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2c2c2c;
	background-image: url(body.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
table {
	font-family: Arial;	font-size: 13px;
	border-collapse: collapse; color: #2c2c2c;	line-height: 1.6;
}
p{	line-height: 1.4; color: #2c2c2c;}
input[type=text]{
	font-family: Arial;
	font-size: 12px;
	color: #2c2c2c;
	background-color: #ffffff;
	height: 15px;
	border: 1px solid #ffffff;
}
select {
	font-family: Arial;	font-size: 12px; color: #2c2c2c;
	font-size: 12px;
	color: #2c2c2c;
	background-color: #ffffff;	
	border: 1px solid #ffffff;
}
textarea {
	font-family: Arial;	font-size: 12px;
	font-size: 12px;
	color: #2c2c2c;
	background-color: #ffffff;	
	border: 1px solid #ffffff;
}

a:link {
	COLOR: #2c2c2c; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #2c2c2c; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #2c2c2c; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #2c2c2c;
}

.textbody {
	font-family: Arial;	font-size: 13px;
	color: #2c2c2c; line-height: 1.6;
}

/*---------------- css others -----------------------------*/
.buttonSearch{
	border: 1px solid #000000;
	background-color:#000000;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
	height:20px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
input.Search {
	background-color: #FFFFFF;
	color: #2c2c2c;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
 	padding: 2px 0px 0px 2px;
	border: #FFFFFF 1px solid;
	width: 120pt;
	height: 12pt;
	margin: 0px;
}
.Search {
	background-color: #ffffff;
	color: #2c2c2c;
	font-family: Arial;
	font-size: 12px;
 	padding: 2px 0px 0px 2px;
	border: #FFFFFF 1px solid;
	width: 120pt;
	height: 12pt;
	margin: 0px;
}
.copyright
{	
	color: #ffffff; font-size:11px;
	text-align:center;

}
.copyright a
{
	color: #ffffff; font-size:11px;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #ffffff; font-size:11px;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #2c2c2c; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #2c2c2c; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #2c2c2c; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #2c2c2c;
}

.text_left-right {
 font-family: Arial; font-size: 12px;
 color: #2c2c2c; line-height: 1.4;
}

.title_left-right {
 font-family:Trebuchet MS, Arial,; font-size: 18px;
 color: #2c2c2c; line-height: 1.4;
}

.bg_calendar {
	background-color: #dddddd;
	text-align: center;
	font-family: Arial;
	color: #2c2c2c;
	font-size: 12px;
}
.title_quicksearch {
 font-family:Trebuchet MS, Arial; font-size: 18px;
 color: #cca602;
}