html, body {
	margin:0;
	padding: 0;
	border: 0;
	height:100%;
	max-height: 100%; 
	overflow: hidden; 
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#header {
	position: absolute; 
	top: 0; 
	height: 33px; 
	z-index: 5; 
}
#main {
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 34px;
	bottom: 26px;
	background: #fff;
	border-top: 1px solid #777;
}
#foot {
	color: #555;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	position: absolute; 
	bottom: 0;
	padding-top: 4px;
	border-top: 1px solid #CCC;
	background: #EEE; 
	height: 20px;
	z-index: 5;
}

#header, #main, #visitInfo, #foot { width: 100% }



#toolbar {
	border-bottom: 1px solid #B4CF7B;
	background-color: #CDEB8B; /* #DDF8CC; */
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

#tailTbl, #visitInfoTbl {
	border-collapse: collapse;
/*	border: 1px solid #ccc; */
	font-family: verdana;
	width: 100%;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#tailTbl th {
	font-style: bold;
	background-color: #999; /* #003399; */
	color: #FEFEFE;
	padding: 5px;
	border-right: 1px solid #FFF;
}

#tailTbl td {
	padding: 3px 6px;
	border-bottom: 1px dashed #E6E6E6;	
}

#tailTbl td.bot {
	color: #666;
	background-color: #DADADA;
}

#tailTbl td.err {
	background-color: #FFBBBB;
}

#tailTbl tr:hover, #visitInfoTbl tr:hover {
	background-color: #FFFFCC;
}

#tailTbl td span {
	color: #7D868F; 
}

#tailTbl td.cnt {
	text-align: center;
}

#tailTbl td.hits {
	text-align: center;
	cursor: pointer;
}

#tailTbl td.hits:hover {
	background-color: #2C6700;
	font-weight: bold;
	color: #FFF;
}


#visitInfo {
	font-family: verdana;
	font-size: 11px;
	display: none;
	bottom: 50px;
	position: absolute;
	height: 140px;
}

#visitInfoHeader {
	background-color: #C3D9FF;
	border-top: 3px solid #8C9DB7;
	padding: 3px 3px 3px 6px;
}

#visitInfoTblDiv {
	height: 100%;
	overflow: auto;
	/* background-color: #FFFBEE; */
}

#visitInfoTbl td {
	padding: 2px 5px;
	border-bottom: 1px dotted #E6E6E6;		
}

#visitInfoTbl td.code {
	width: 1%;
}

#visitInfoTbl td.dt, #visitInfoTbl td.tm {
	width: 1%;
	color: #7D868F;	
}
#visitInfoTbl td.tm {
	padding-right: 20px;
}


#visitInfoTbl td.u, #visitInfoTbl td.rf {
	width: 50%;
}


#visitInfoTbl td.err {
	background-color: #F00;
	color: #FFF;
}

#visitInfoTbl td.err2 {
	background-color: #F2BC00;
}

.gr {
	color: #7D868F; 
}

#infoCloseBtn {
	float: right; 
	text-align: right; 
	padding-right: 5px; 
	font-weight: bold;
	cursor: pointer;
}

#infoCloseBtn  span:hover {
	color: #E00;
}

#statusBar {
	padding-left: 10px;
}

#ajaxBusy {
	border: 2px solid #005DB3;
	background-color: #FFF;
	padding: 10px 20px;
	display: none;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	z-index: 10;
}

span.sbDivider {
	padding-left: 10px;
	padding-right: 10px;
	color: #CCC;
}


/* Country codes */
/*  
span.gb {width: 16px; height: 16px; background: url('flags/all_countries.gif') 0px -2033px no-repeat; display: block;}
span.us {width: 16px; height: 16px; background: url('flags/all_countries.gif') 0px -5959px no-repeat; display: block;} 
*/