/*
 * Mobile
 *
 * Copyright (c) 2007 likeorhate.com
 */
 
body {
	margin: 0 auto;
	padding: 0;
	background: #38a;
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	color: #222222;
	font-size: 16px;
	width: 320px;
}

img {
	/*behavior: url(/css/iepngfix.htc); */
	border-style: none;
}  /* explorer png fix */

h1, h1 a {
	text-align: left;
	font-size: 26px;
}

h2, h2 a {
	text-align: left;
	border-bottom: 0px solid black;
	font-size: 20px;
	margin: 10px 0 2px 0; 
	padding-left: 20px; 
}

h3 {
	font-size: 18px;
}

h4 {
	width: 100%;
	text-align: left;
	background-color: #7ca6e6;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 0 0;
	clear: both;
}

hr {
	clear: both;
}

a, a:visited {
	color: #35a;
}

a:hover {
	color: #f00;
}

a.no_underline {
	text-decoration: none;
}

pre {
	font-size: small;
}

#header {
	font-family: arial, sans-serif !important;
	color: #222222 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
	width: 100% !important;
	text-align: center !important;
	margin: 0 auto 20px !important;
	top: 0px !important;
	left: 0px !important;
	height: 1px;
}

#header #logo {
	margin: 5px 0 0 0;
	width: 300px;
	display: inline;
	float: left;
	text-align: left;
}

#logobeta {
	position: absolute; 
	top: 20px; 
	left: 450px;
	width: 60px;
}

#header #slogan {
	float: right;
	color: #FFF;
	font-size: 22px !important; 
	font-weight: bold !important; 
	text-align: left; 
	vertical-align: center;
}

#header #login {
	float: right;
	color: #FFF;
	margin-top: 10px; 
	font-size: 14px !important; 
	font-weight: bold !important; 
	text-align: left; 
	vertical-align: center;
	clear: right;
}

#footer {
	font-family: arial, sans-serif !important;
	color: #222222 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-align: center !important;
	margin: 0 auto !important;
}

#footer a {
	font-size: 16px !important;
	font-family: arial, sans-serif !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: #FFFFFF !important;
}

.skiplink {display:none}

#contents { 
	margin: 5px auto;
	padding: 0px 15px 0 15px;
	background-color: #eee;
	clear: both;
	width: 100%;
}

#login {
	margin: 0 auto 0 auto;
	font-size: small;
}

#login-inner {
	float: left;
	max-width: 180px;
	text-align: right;
}

#login form {
	min-width: 6em;
}

#login form .sized {
	font-size: 90%;
}

#gutter {
	float: left;
	width: 1%;
	height: 1px;
}


#topcol {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#leftcol {
	float: left;
	width: 31%;
	margin-bottom: 10px;
}

#centercol {
	float: left;
	width: 31%;
	margin-left: 2%;
	margin-top: 0px;
}

#rightcol {
	float: left;
	width: 31%;
	margin-left: 2%;
	margin-bottom: 10px;
}

#aboutmain {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	/*background-color: #eee;*/
	border-bottom: 0px solid black;
}

#about {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #eee;*/
	border-bottom: 0px solid black;
}

.third {
	float: left;
	width: 30%;
	margin-left: 2%;
	margin-bottom: 10px;
}

div.leftbar {
	width: 50%;
	float: left;
}

div.rightbar {
	width: 49%;
	float: right;
}

li.info1 {
	padding: 0em 1em 0em 1em;
	list-style: none;
	background-color: #DDD;
}

li.info2 {
	padding: 0em 1em 0em 1em;
	list-style: none;
	background-color: #EEE;
}

tr.info1 {
	background-color: #DDD;
}

tr.info2 {
	background-color: #EEE;
}

dt {
	font-weight: bold;
}

dl.faq dd {
	margin-bottom: 1em;
}

div.main {
	margin-left: auto;
	margin-right: auto;
}

td.key {
	width: 30%;
	text-align: right; 
	font-size: 100%; 
	font-weight: bold;
}

td.value {
	width: 70%;
	text-align: left; 
}

#iconlegend {
	width: 16em;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.error {
	color: #F00;
}

ul.smallmenu {
	font-size: 90%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.smallmenu li {
	display: inline;
	list-style-type: none;
	padding: 0;
	border-right: 1px solid black;
	font-weight: bold;
}

ul.smallmenu li.last {
	border: none;
}

.menu div {
	clear: both;
	height: 1em;
}

.menu ul {
	background-color: #252b4e; /*#000;*/
	color: #77779f; /*#ddd;*/
	font-size: 90%;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

.menu li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 1em;
	border-right: 1px solid white;
	font-weight: bold;
}

.menu li.last {
	border: none;
}

.menu a {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	color: #DDDDFF;
	text-decoration: none;
}

.usermenu ul {
	font-size: 110%;
	margin: 1em auto;
	padding: 0;
	text-align: left;
	list-style: none;
}

.usermenu li {
	display: block;
	list-style-type: none;
	font-weight: bold !important;
}

.usermenu a {
	color: #000;
	text-decoration: none;
	font-weight: bold !important;
}

.usermenu a:hover {
	background-color: #cccccc;
	color: #252b4e;
	text-decoration: none;
}


div.centered_data {
	margin: 0 auto;
	text-align: center;
}

table.centered_data {
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	border: 0px dotted #000;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

input:focus,textarea:focus {
	background-color: #f7f2d0;
	color: #000000;
}

ul.nobullets {
	list-style-type: none;
	padding: 0px;
	vertical-align: middle;
}

ul.messages {
	list-style-type: none;
	padding: 0px;
	vertical-align: middle;
}

ul.messages li {
	border-bottom: 1px solid #08a;
}

ul.messages li .head {
	color: #888;
}

ul.messages .date {
	font-style: italic;
}
/*
.ellipsis span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 31em;
	float: left;
}

html>body .ellipsis:after {
   content: "...";
}

html>body .ellipsis span {
   max-width: 30em;
   width: auto !important;
   float: left;
}*/

div#help {
	margin: 0 auto;
	width: 90%;
	padding: 10px;
}

div#help h1 {
	border-bottom:1px solid;
}
div#help h2 {
	border-bottom:1px solid;
}
div#help h3 {
	border-bottom:1px solid #aaa;
}

.adsense-vertical {
	float: left;
	width: auto;
	display: block;
}

.adsense-horizontal-block {
	width: 470px;
	height: 18px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 15px;
}

.adsense-horizontal-links {
	width: 730px;
	height: 92px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 15px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.topbox {
	width: 100%;
	font-size: 1px;
}

div.middlebox {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index: 0;
	position: relative;
}

img.middlebox {
	height: 100%;
	width: 100%;
	z-index: -1;
	line-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	font-size: 1px;
}

div.bottombox {
	width: 100%;
	font-size: 1px;
}

ul.help li {
	margin-bottom: 0.5em;
}

/*
 * ac_ are for autocomplete.
 */
.ac_results {
	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('http://static.likeorhate.com/images/spinner.gif') right center no-repeat;*/
	background: green;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#map {
	height: 400px;
	width: 100%;
	border: 1px solid black;
	clear: both;
}

textarea.message {
    width: 100%;
    margin:0;
    padding:0;
    border:1px #999 solid;
    clear:both;
    display:block;
}

#licensefooter {
	clear: both; margin: 0 auto; width: 100%; text-align: center; font-size: 75%;
}

ul.markerlegend {
	clear: both;
	font-size: 80%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #CCC;
}

ul.markerlegend li {
	display: inline;
	list-style-type: none;
	padding: 0;
	padding-left: 0.3em;
	margin: 0;
	white-space: nowrap;
}