/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Tahoma;	font-size: 12px;
	border-collapse: collapse; color: #323232;	line-height: 1.4;
}
p{	line-height: 1.4; color: #323232;}
input[type=text]{
	background-color: #ffffff;
	color: #323232;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: #8a8a8a 1px solid;
}
select {
	background-color: #ffffff;
	color: #323232;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: #8a8a8a 1px solid;
}
textarea {
	background-color: #ffffff;
	color: #323232;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: #8a8a8a 1px solid;
}

a:link {
	COLOR: #bd2b68; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #bd2b68; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #bd2b68; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #bd2b68;
}

.textbody {
	font-family: Tahoma;	font-size: 12px;
	color: #323232;	line-height: 1.4;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #ffffff;
	text-decoration: none;
	font: 11px Tahoma;
	height:22px;
	background-color:#3f3f3f;
	background-image:url(bg_button.jpg);
	border:none;
	/*text-transform:uppercase;*/
	font-weight:bold;
}

input.Search {
	background-color: #ffffff;
	color: #323232;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	width: 120pt;
	height:18px;
	border: #8a8a8a 1px solid;
}
.Search {
	background-color: #ffffff;
	color: #323232;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: #8a8a8a 1px solid;
	width: 120pt;
	height:18px;
}
.copyright
{	
	color: #555252;
	text-align:center;

}
.copyright a
{
	color:#555252;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #555252;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #1a1a1a; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #1a1a1a; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #1a1a1a; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #1a1a1a;
}

.text_left-right {
 font-family: Tahoma; font-size: 12px;
 color: #655a50; line-height: 1.4;
}

.title_left-right {
 font-family: Tahoma; font-size: 12px;
 color: #606060; line-height: 1.4;
}

.bg_calendar {
	background-color: #dbdada;
	text-align: center;
	font-family: Tahoma;
	color: #ffffff;
	font-size: 12px;
}
.title_quicksearch {
 font-family: Tahoma; font-size: 18pt;
 color: #bd2b68;
}