@charset "utf-8";
/* CSS Document */
body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.mainContainer
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 25px;
}
.header, .footer
{
	width: 720px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.adContainer, .searchContainer, .linkContainer
{
	float: left;
	text-align: center;
}
.adContainer
{
	width: 171px;
}
.searchContainer
{
	width: 378px;
	height: 520px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px; *padding-top:0px;
}
.linkContainer
{
	width: 171px;
}
h1
{
	font-size: 14pt;
	color: #CC3300;
}
p
{
	font-size: 12px;
}
.greentext, .redtext
{
	font-weight: bold;
	font-size: 13px;
}
.greentext
{
	color: green;
}
.redtext
{
	color: red;
}
.boldtext
{
	font-weight: bold;
}
.generalsearch, .searchcondition, .distancesearch, .languagetime, .splitter
{
	width: 378px;
}
.searchContainer .searchcondition .conditiontext
{
	color: #990000;
	font-weight: bold;
}
.splitter
{
	height: 20px;
}
.datatable
{
	width: 342px;
	text-align: center;
	margin-right: auto;
	margin-left: 15px;
}
.searchContainer .datatable, .distancesearch .datatable
{
	border: 1px solid green;
}
.languagetime .datatable
{
	border: 1px solid #FFFFFF;
}
.datatable h2
{
	margin: 0;
	border: 1px solid #FFFFFF;
	width: 340px;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.datatable p
{
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	border-top: none;
	width: 340px;
	height: 30px;
	color: #339;
	text-align: left;
}
.datatable .textBox
{
	float: left;
	margin: 0 0 0 0;
	border-right: 1px solid #FFFFFF;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #000000;
}
.datatable .inputBox
{
	border: 1px solid #CCC;
	width: 180px;
	height: 18px;
	margin-top: 3px;
}
.datatable .dropdownmenu
{
	width: 184px;
	margin-top: 4px;
}
.datatable .distancetext
{
	width: 79px;
	margin-top: 3px;
	border: 1px solid #cccccc;
}
.languagetime .datatable .textBox
{
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	border: 1px solid #FFFFFF;
}
.languagetime .datatable p
{
	background-color: white;
	height: 20px;
	line-height: 20px;
	border: 1px solid #FFFFFF;
}
.languagetime .datatable .inputbox
{
	margin: 0px;
	padding: 0px;
}
.languagetime .datatable .InputButton
{
	margin-top: 10px;
	border: 1px solid #000000;
}
.languagetime .datatable .InputTime
{
	margin-top: 5px;
}
