body{
    margin: 0;
    padding: 0;
    background: #767570;
    color: black;
    text-align: center;
    font-family: verdana;
    font-size:14px;
    background-image: url('../images/wallbg.jpg');
}

img{
    border: 0;
    vertical-align: middle;
}

a{
    text-decoration: none;
    color: blue;
}

#container{
    background-color: transparent;
    background-image: url('../images/bodybg.png'); 
    width: 1050px;
    margin: 0 auto;
    padding: 0;
    height: 800px;
    text-align: center;
}

#subcontainer{
    background-color: transparent;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    height: 800px;
    text-align: left;
}

#loginlayout{
    border: 0px;
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
}

#loginlayout td{
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 400px;
}

.tablelayout td{
    vertical-align: top;
}

#titlecontainer{
    width: 100%;
    height: 80px;
    vertical-align: middle;
    background-color: transparent;
}

#menucontainer{
    background-image: url('titlebg.gif'); 
    height:40px;
    line-height:40px;
    padding: 0;
    margin: 0;
}

#actioncell{
    width: 100%;
    height: 40px;
    padding: 0;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 40px;
}

#title{
    font-size: 25px;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    color: #af905e;
    line-height: 80px;
    vertical-align: middle;
    font-style: normal;
}

#menucontainer {
    width: 960px;
}

#menucontainer a {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    color: black;
    font-family: bold;
}

#map_canvas{
    width: 380px;
    height: 410px;
}

#geosaaga{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.sectiontitle
{
    width: 100%;
    height: 30px;
    /*background-color: #d9c286;
    background-image: url("sectiontitlebg.png");*/
    line-height: 30px;
    vertical-align: middle;
    padding: 0px;
    font-size: 14px;
    font-family: bold;
    text-align: center;
}

.contenttitle{
    background-image: url("contenttitlebg.gif");
    margin: 0px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    min-height: 30px;
    font-weight: bold;
    font-size: 14px;
}

#terracesonview {
	cursor: pointer;
}

#terracesonviewdropdown {
    float: right;
    padding-top: 15px;
    padding-right: 4px;  
}

.roundedcontent {
    margin: 0px 2px 0px 2px;
    padding: 0px;
    overflow: auto;
}

.content{
    margin: 0px;
    margin-top: 4px;
    font-size: 14px;
    overflow: auto;
}

#newsbox{
    vertical-align: middle;
    background-color: #F6EDD0;
    float: left;
    width: 280px;
    height: 60px;
    font-size: 12px;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.weathersymbol{
vertical-align:middle;
margin-right: 10px;
}

.plustemp{
font-size: 18px;
font-weight: bold;
color: #ff6c4b; 
}

.minustemp{
font-size: 18px;
font-weight: bold;
color: #778fcc; 
}

#timeselection{
    padding: 4px;
    text-align: left;
    background-color: #FAF7ED;
    min-width: 60px;
    max-width: 100px;
    min-height: 200px;
    max-height: 600px;
    z-index: 99;
    display: none;
    position: absolute;
    left: 0px;
    top: 160px;
}

#regionselection{
    padding: 4px;
    text-align: left;
    vertical-align: top;
    background-color: #FAF7ED;
    min-width: 60px;
    max-width: 400px;
    min-height: 40px;
    max-height: 600px;
    z-index: 99;
    display: none;
    position: absolute;
    left: 0px;
    top: 160px;
}

#terracesonviewselection{
    padding: 4px;
    text-align: left;
    vertical-align: top;
    background-color: #FAF7ED;
    width: 375px;
    min-height: 20px;
    max-height: 410px;
    overflow: auto;    
    z-index: 99;
    display: none;
    position: absolute;
    left: 0px;
    top: 160px;
}

#regions th{
    vertical-align: top;
    text-align: center;    
    margin: 5px;
}

#regions td{
    vertical-align: top;
    margin: 5px;
}

.timelink{
    text-decoration: none;
    color: blue;
}

#terracedialog { 
    font-size: 12px;
    visibility: hidden;
    text-align: left;
}

.feedback { 
    color: red;
    font-weight: bold;
    height: 20px;
}

.dialog { 
    font-size: 12px;
    visibility: hidden;
    text-align: left;
}

.dialog a {
    color: blue;
}

.dialog h1{
    font-size: 16px;
    font-weight: bold;
}

.dialog h2{
    font-size: 14px;
    font-weight: bold;
}

.ui-dialog { 
    font-size: 12px;
}

#loadingdialog{
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    background-color: white;
    color: black;
    font-size: 12px;
    width: 250px;
    height: 40px;
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    border: 1px solid black;
}

#iconlayout{
    width: 100%;
    height: 38px;
    border: 0px;
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
}

#notice{
    visibility: hidden;
    background-color: #f1eac4;
    font-size: 10px;
    line-height: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;   
}

#weatherindex {
    visibility: hidden;
    vertical-align: text-bottom;
    border: 0;
}

#adds {
    overflow: none;
}

.add {
    height: 100px;
    width: 185px;
    font-size: 10px;
}

.addtitle {
    font-size: 12px;
    font-weight: bold;
}

#search {
    width: 180px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;  
}

/* Autocomplete search formatting */

.ac_results {
        text-align: left;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/autocomplete_loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f1eac4;
}

.ac_over {
	background-color: #bdb899;
	color: white;
}

