html,* {
	margin: 0;
	padding: 0;
}
body{
	background-color: #000000;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*colors: bg #2E5FC5
darkerblue: #1244A7
aquablue: #F3F6FF
citybar: #FFB366
*/
a {
	color: #000000;
	font-size: 14px;
}

.barselectedcity {
	font-size: 20px;
}
.leftbar {
	background-color: #E6E6E6;
}
.citybar {
	background-color: #80E91D;
}
.account {
	font-size: 13px;
}
.advancedsearch {
	font-size: 10px;
}
.city {
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-size: 20px;
}
.smalltext {
	font-size: 12px;
}
.error {
	color: red;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	/*	height: 710px;*/
	background-color: #DADADA;
	text-align: left;
	/*background-image: url(Icons/bg2.jpg);*/
}

td.heading {
/*	background-color: ;*/
}

.newbutton {
	background-color: #FAFAFA;
	margin: 6px 0 0 4px;
	padding: 2px 10px;
	border: 2px solid #96B1E6;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	-moz-border-radius: 6px;
	margin-right: 10px;
}
.newbuttoncompact {
	background-color: #FAFAFA;
	margin: 3px 0 0 2px;
	padding: 1px 5px;
	border: 2px solid #96B1E6;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	-moz-border-radius: 6px;
	margin-right: 10px;
}
table.searchtable {
	border-collapse: collapse;
	border-style:groove;
	margin:20px;
	text-align:left;
}


#Layer1 {
	position:absolute;
	width:200px;
	height:30px;
	z-index:1;
	left: 483px;
	top: 109px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {font-size: 16px; font-weight: bold; }
.style4 {font-size: 18px}
.style6 {font-size: 14px}
.style7 {font-size: 36px}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
}
.style9 {font-size: xx-small}