/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:url(bg.jpg);	
	background-repeat:no-repeat;
	background-position:center top;
}
table {
	font-family: arial;	font-size: 12px;
	border-collapse: collapse; color: #58595b;	line-height: 1.4;
}
p{	line-height: 1.4; color: #58595b;}
input[type=text]{
	background-color: #ffffff;
	color: #58595b;
	font-family: arial;
	font-size: 12px;
	border: #cecfd0 1px solid;
}
select {
	background-color: #ffffff;
	color: #58595b;
	font-family: arial;
	font-size: 12px;
	border: #cecfd0 1px solid;
}
textarea {
	background-color: #ffffff;
	color: #58595b;
	font-family: arial;
	font-size: 12px;
	border: #cecfd0 1px solid;
}

a:link {
	COLOR: #6db83b; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #6db83b; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #6db83b; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #6db83b;
}

.textbody {
	font-family: arial;	font-size: 12px;
	color: #58595b;	line-height: 1.4;
}

/*---------------- css others -----------------------------*/

.bg-content-left{
	background-color: #ffffff;
	background-image: url(content-left.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
.bg-content-right{
	background-color: #ffffff;
	background-image: url(content-right.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
.buttonSearch{
	color: #ffffff;
	text-decoration: none;
	font: 11px arial;
	height:18px;
	background-color: #82c258;	
	border: 0px solid ;
	text-transform:uppercase;
}

input.Search {
	background-color: #ffffff;
	color: #58595b;
	font-family: arial;
	font-size: 12px;
	border: #cecfd0 1px solid;
	width: 115pt;
	height:14px;
}
.Search {
	background-color: #ffffff;
	color: #58595b;
	font-family: arial;
	font-size: 12px;
	border: #cecfd0 1px solid;
	width: 115pt;
	height:14px;
}
.copyright
{	
	color: #58595b;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
}
.copyright a
{
	color:#58595b;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
}
.copyright a:hover
{
	color: #58595b;
	text-align:center;
	text-decoration: underline;	
	text-transform:uppercase;
	font-size:10px;
}

/*---------------- 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: #58595b; line-height: 1.4;
}

.title_left-right {
 font-family: arial; font-size: 12px;
 color: #6db83b; line-height: 1.4;
}

.bg_calendar {
	background-color: #89c7fc;
	text-align: center;
	font-family: arial;
	color: #ffffff;
	font-size: 12px;
}
.title_quicksearch {
 font-family: arial; font-size: 18pt;
 color: #6db83b;
}