/* CSS Document */


/* MAIN BODY STYLE */

html{
height: 100%;
}
.singlesearchresult {
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	text-align:center;
	color:#000;
	font-size:14px;
	width:95%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 0px 0px 0px;
	min-width: 800px;
	height:100%;
}

form {
	margin:0px 0px 0px 0px ;
}

div.searchbox {
	top:-1px; position:relative;  margin-bottom:10px;  
}
div.barbox {
	text-align:center; margin-bottom:15px; margin-top:10px;
	background-color:#ffffff;
}


div.withspace  {
	margin:6px 0px 6px 0px;
}
div.subspace {
	margin-left:10px; 
	margin-bottom:10px;
}
span.subspace {
	font-size:8px;
	font-weight:bolder;
}
.hint {
	font-size:9px;
	font-style:italic;
}
 
.bartext {
	font-size:12px;
	font-weight:bold;
}
.baraddresstext {
	font-size:12px;
	font-weight:700;
}
.tablehead {
	background-color:#CCCCCC;
}

#emptydiv { padding:5px 0px 5px 0px ; }

#sponsors { text-align:center; }

#submitbtn {
	width:100px;
	cursor:pointer;
	font-size:12px;
}
#deletebtn {
	color:#000000;
	background-color:#FF0000;
	border:1px solid black;
	font-weight:600;
	font-size:10px;
}

#copyright {
	text-align:center;
	font-style:italic;
	padding-top:15px;
}
.highlight {
	text-align:center;
	font-size:10px;
	font-weight:700;
	background-color:#999999;
	padding:2px 10px 2px 10px;
	color:#990000;
}
li {
	padding:2px 2px 2px 2px;
}


.adminheader {
	font-weight: bold;
	font-size:12px;
}
td, th {
	vertical-align:top;
}
select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Links */
a {
	text-decoration:underline;
	 
	color:#000000;
}
a:hover { 
	text-decoration:none; 
 
}

a.maincitylink {
	padding:0;
	font-weight:bold;
}
a:hover.maincitylink {
	padding:0;
	font-weight:bold;
}
a.pageno {
	background-color:#EDEDED;
	padding:3px 3px 3px 3px ;
	border:solid 1px #CCCCCC;
	margin:1px;
}
.pageselected {
	background-color:#666666;
	padding:3px 3px 3px 3px ;
	border:solid 1px #000000;
	color:#FFFFFF;
	margin:1px;
}


/*** Just for Looks ***/

#left {
	background: #FFFFFF;
}

#middlecontainer {	
	min-width: 800px; 
	min-height: 200px;
	height: 100%;
}

.clearer {
	clear: both;
}

#middlecontainerbar{
	background-color: #ffffff;
	min-width: 800px; 
	border: 1px solid #000000;
	height: 100%;
}

#middlecontainerindex {
	background-color: #ffffff;
	min-width: 800px; 
	height: 650px;

}

#middlecontainercityclub {
	background-color: #ffffff;
	min-width: 800px; 
	height: 100%;
}


#middlecontainercitycafe {
	background-color: #ffffff;
	min-width: 800px; 
	height: 500px;
}

#middlecontainercitybar {
	background-color: #ffffff;
	min-width: 800px; 
	height: 350px;
}

#middlecontainercitystreet {
	background-color: #ffffff;
	min-width: 800px; 
	height: 100%;
}

#center {
	background: #FFFFFF;
}

#right {
	background:#FFFFFF;
}

#container .column {
	padding-top: 1em;
	text-align: justify;
} 


fieldset { border-left:0px; border-right:0px; border-bottom:0px; border-top:1px ridge red;}
/* HEADER STYLE */
#vsearchtabs{
	position:relative;
	_display:inline;
	left:0px;
	margin:0 0 0px ;
	font-size:9px;
}
#vsearchtabs li{
	display:inline;
	border-right:1px solid #b0bec7;
	padding-left:10px;
}
#searchopts {
	vertical-align:middle;
	text-align:center;
}
#boldcap {
	font-weight:bold;
	text-transform:capitalize;	
	padding-bottom:4px;
}
#headertext {
	text-align:center;
	font-weight:700;	
}
#citylist {
	padding-left:5px;
	text-align:center;
	padding-right:5px;
	background-color: #ffffff;
}
#citysearchlist {
	padding-left:5px;
	text-align:center;
	padding-right:5px;
	height: 100%;
	background-color: #ffffff;
	
}
#linkdiv {
	padding: 2px 2px 2px 2px;
	border-bottom:1px;
	border-bottom-color:#999999;
	border-bottom-style:inset;
	padding-top:8px;
	padding-bottom:8px;
} 
#about { padding:2px 2px 2px 2px;
	  background-color: #ffffff; }


/* ADVERTISEMENT */
#adwrapper {
	padding:25px 5px 25px 5px ;
	border:2px thin blue;
}


