

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: Black;
	font-family: arial, verdana, sans-serif;
	font-size:0.8em;
	/*color: #E1EADD;*/
	background-color: #555d48;
	background-image: url(/images/bg-01.jpg);
	background-repeat: repeat-x;
}
.spaceTables {
	margin-bottom: 5px;
}
img, form {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,p {
	margin:0;
	padding:0;
}
.clr, .hide {
	position: absolute;
	top: -6000px;
	left: -6000px;
	clear: both;
	height: 0;
}
.print {
	margin-bottom: -3px;
}
.clear {
	clear: both;
}
#header, #nav, #cnt{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#header, #cnt {
	border-left: 1px solid #000;
	border-right: 1px solid #000;			
}
#nav {
	background: url(/images/nav_pattern.gif) repeat left top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 24px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#cnt {
	text-align: left;
	background-color: #272624;
	padding:5px;
	width: 590px;
}
#floatLeft {
	float: left;
	width: 348px;
	margin-top: 1px;
}
#floatRight {
	float: right;
	width: 235px;
}
#footer {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background: url(../images/nav_pattern.gif) repeat left top;
	padding: 5px;
	text-align: right;
}
/* INFO BOX */
.nfoTxt {
	background-image: url(../images/bg_nfo_body.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 225px; 
	padding: 5px;
	color: #b5beb3;
	font-size: 11px;
}
/* FORMS */
.frmSelect, .frmSelecta {
	width: 292px;
	background-color:  #3d484e;
	border: 0;
	color: #7597a9;
	font-size: 11px;
}
.frmSelecta {
	width: 240px;
}
.frmSelect option {
	background-color:  #3d484e;
	color: #7597a9;
	font-size: 11px;
}
.frmFindDesc {
	background-color: #31393d;
	border-bottom: 1px solid #272624;
	padding-left: 5px;
	padding-right: 5px;
	color: #55666f;
	font-weight: bold;
	font-size: 11px !important;
}
.frmFindDesc a:link, .frmFindDesc a:visited {
	color: #89A7B6;
	text-decoration: none;
}
.frmFindDesc a:hover, .frmFindDesc a:active {
	color: #ACC1CC;
	text-decoration: none;
}
.frmFindInp {
	background-color: #3d484e;
	border-bottom: 1px solid #272624;
	color: #7597A9;
	font-size: 11px !important;
}
.frmInfoDesc {
	background-color: #445b68;
	border-bottom: 1px solid #272624;
	padding-left: 5px;
	padding-right: 5px;
	/*color: #55666f;*/
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.frmInfoDesc a:link, .frmInfoDesc a:visited,
.descBdy a:link, .descBdy a:visited  {
	color: #89A7B6;
	text-decoration: none;
}
.frmInfoDesc a:hover, .frmInfoDesc a:active,
.descBdy a:hover, .descBdy a:active {
	color: #ACC1CC;
	text-decoration: none;
}
.frmFindInp input {
	background-image: url(../images/bg_inp.gif);
	background-repeat: repeat;
	border:0;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 240px;
	color: #7597A9;
}
.frmFindInp textarea {
	background-image: url(../images/bg_inp.gif);
	background-repeat: repeat;
	border:0;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 240px;
	color: #7597A9;
	height: 160px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
.frmFindInpText {
	height: 80px !important;
}
#selectedCountry {
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}
.descHrd {
	background-image: url(/images/bg_blue_th.gif);
	border-bottom: 1px solid #272624;
	color: #14171D;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 14px;
}
.descBdy {
	background-image: url(/images/bg_blue_td.gif);
	border-bottom: 1px solid #272624;
	color:#5D8497;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
}
.foundHrd {
	background-image: url(/images/bg_res_th.gif);
	border-bottom: 1px solid #272624;
	color: #1f201c;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 14px;
}
.foundBdy {
	background-image: url(/images/bg_res_td.gif);
	border-bottom: 1px solid #272624;
	color: #8da26b;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
}
.foundBdy a:link, .foundBdy a:visited{
	color: #aed174;
	text-decoration: none;
}
.foundBdy a:hover, .foundBdy a:active  {
	color: #D5E7B7;
	text-decoration: none;
}
.resultDesc {
	background-color: #1f201c;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #717465;
	border-bottom: 1px solid #000;
}
.resultPrint {
	background-color: #1f201c;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #717465;
	border-top: 1px solid #000;
	margin-top:-1px;
}
.resultPrint a:link, .resultPrint a:visited {
	color: #868B79;
	text-decoration: none;
}
.resultPrint a:hover, .resultPrint a:active {
	color: #D5E7B7;
	text-decoration: none;
}
/* nfo */
#nfo a:link, #nfo a:visited {
	color: #aed174;
	text-decoration: none;
}
#nfo a:hover, #nfo a:active {
	color: #D5E7B7;
	text-decoration: none;
}
.submit {
	width: 64px !important;
	height: 18px;
}
.QFerror {
	font-size: 11px;
}
* html #citySelect {
	height: 1.6em !important;
}
* html .IETableFix {
	margin-bottom: -1px;
}
#blendAlternateCity {
	margin-bottom: -1px;
}
* html #blendAlternateCity {
	padding-top: 1px;
}
.Inpchk {
	width: 16px !important;
}
/* just a temp style*/
.ar {
	color: #E1EADD;
	font-weight: bold;
}
.showComments {
	background-image: url(/images/bg_showComment.gif);
	background-repeat: repeat;
	border: 1px solid #464c3b;
	padding: 2px;
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.showComments a:link, .showComments a:visited {
	color: #2E3225;
}
.showComments a:hover, .showComments a:active {
	color: #1C1F17;
}
.comment {
	background-color: #464c3b;
	margin-top: -2px;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 2px;
}
.comment h3 {
	color: #272624;
	font-size: 11px;
}
.comment em {
	display: block;
	color: #272624;
	font-style: normal;
}
.comment p {
	padding-bottom: 2px;
}
.gglNfo {
	margin-top: 4px; 
	background-color: #242422;
	padding-bottom: 4px;
}
/* more prominent search form */
.descHrd {
	color:#ffffff;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.frmFindDesc {
	padding-top: 3px;
	padding-bottom: 3px;
}
#countries {
	background-color: #3d484e;
}
