/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #212121;
}
table {
	font-family: verdana;	font-size: 11px;
	border-collapse: collapse; color: #212121;	line-height: 1.4;
}
p{	line-height: 1.4; color: #212121;}
input[type=text]{
	font-family: verdana;
	font-size: 11px;
	color: #212121;
	background-color: #ffffff;
	height: 15px;
	border: 1px solid #a7a9ac;
}
select {
	font-family: verdana;	font-size: 11px; color: #212121;
	font-size: 11px;
	color: #212121;
	background-color: #ffffff;	
	border: 1px solid #a7a9ac;
}
textarea {
	font-family: verdana;	font-size: 11px;
	font-size: 11px;
	color: #212121;
	background-color: #ffffff;	
	border: 1px solid #a7a9ac;
}

a:link {
	color: #033fba; TEXT-DECORATION: none;
}
a:visited {
	color: #033fba; TEXT-DECORATION: none;
}
a:hover {
	color: #033fba; TEXT-DECORATION: underline;
}
a:active {
	text-decoration: none;	color: #033fba;
}

.textbody {
	font-family: verdana;	font-size: 11px;
	color: #212121;	line-height: 1.4;
}

/*---------------- css others -----------------------------*/
.buttonSearch{
	border: 1px solid #033fb9;
	padding: 1px;
	color: #ffffff;
	text-decoration: none;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(button_bg.gif);
	background-repeat: repeat-x;
}
input.Search {
	background-color: #ffffff;
	color: #212121;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
 	padding: 2px 0px 0px 2px;
	border: #a7a9ac 1px solid;
	width: 198px;
	height: 12pt;
	margin: 0px;
}
.Search {
	background-color: #ffffff;
	color: #212121;
	font-family: verdana;
	font-size: 11px;
 	padding: 2px 0px 0px 2px;
	border: #a7a9ac 1px solid;
	width: 198px;
	height: 12pt;
	margin: 0px;
}
.copyright
{	
	color: #ffffff;

}
.copyright a
{
	color: #ffffff;
	text-decoration: none;
}
.copyright a:hover
{
	color: #ffffff;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #ffffff; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #ffffff; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #ffffff; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #ffffff;
}

.text_left-right {
 font-family: verdana; font-size: 11px;
 color: #ffffff; line-height: 1.4;
}

.title_left-right {
 font-family: verdana; font-size: 11px;
 color: #ffffff; line-height: 1.4;
}

.bg_calendar {
	background-color: #edeeef;
	text-align: center;
	font-family: verdana;
	color: #212121;
	font-size: 11px;
}
.title_quicksearch {
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt;
 color: #033fba;
}


/*---------------- css for this template -----------------------------*/
.bgcontent {
	background-image: url(content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
.bgcontent-inside {
	background-image: url(bgcontent.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}