body {
 margin: 15px auto 0 auto;
 padding: 0;
 background-color: #1c1c1c;

 font-size: 95%; 
 text-align: left;
 color: #fff;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}


body, input, select, textarea {
 font-family: trebuchet MS, arial, verdana, sans-serif;
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}


/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
 color: #99CCCC;
}

h2 {
 margin-bottom: 10px;
 font-size: 110%;
 font-weight: bold;
}

a {
	color: #99CCCC;
	text-decoration: underline;
}

#hilite {
	border: 3px dashed yellow;
	padding: 5px;
	margin: 0;
}

#bluehilite {
	border: 3px dashed #003391;
	background-color: #000546;
	padding: 5px;
	margin: 0;
}

#wrapper {
 width: 498px;
 margin: 0 auto 0 auto;
 
}

#content {
 width: 498px;
 min-height: 300px;  
  
 background-image: url(../gfx/mobile_contentbk.jpg); 
 background-repeat: repeat-y;
 background-position: 0 0;  
}

#content-text {
	width: 470px;
	font-size: 85%;
	color: #bbb;
	padding: 15px;

}

#content-text .update1 {
	color: #fff;
	font-weight: bold;
}

#content-text .values {
	color: #fff;
	font-weight: bold;
}

#content-text .update2 {
	color: #ddd;
	font-weight: bold;
}

#content-text ul {
	margin: 0 0 10px 30px;
}

#side {
	float: left;
	width: 120px;
	padding-top: 55px;
}

/* Header */

#header {
 position: relative;
 width: 498px;
 height: 95px; 
 margin: 0 auto 0 auto; 
 background-image: url(../gfx/mobile_header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#footer {
 position: relative;
 width: 498px;
 height: 30px; 
 margin: 0 auto 0 auto; 
 background-image: url(../gfx/mobile_footer.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
 padding: 20px 0 0 0;
 color:#aaa;
 font-size: 10px;
 text-align: right;
}

#geoflash {
 position: relative;
 width: 550px;
 height: 400px;
 margin: 0 auto 0 auto; 
 border: 1px solid #2c2c2c;
 z-index: 0;
}

/* Forms */

input.text {
 height: 18px;
 border: 1px solid #6b6b6b; 
 color: #fff;
 background-color: #000;
 font-size: 100%;
}

input.submit {
 padding: 1px 4px 1px 4px;
 font-size: 100%;
 color: #000;
 background-color: #bbb; 
 border: 1px solid #CFDADE;
 cursor: pointer;   
}

textarea, select {
 font-size: 100%;
 background-color: #000;
 border: 1px solid #6b6b6b;
 color: #fff;
}

fieldset {

 width: 100%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #6b6b6b solid;
}

legend {
 margin: 0;
 padding: 0 3px;
 background-color: #000;
}

.sheet label {
 display: block;
 
 width: 50px;
 margin-bottom: 9px;
 
}

.sheet {
 width: 470px;
  
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 180px;
 height: 20px; 
 margin: 0 10px 4px 10px;
 
}

.sheet .textarea {
 width: 180px;
 height: 100px; 
}

.sheet input.submit {
 margin: 15px 0 0 135px;
}

.sheet #text {
	
	width: 250px;
	float: left;
	
		
	padding: 0 20px 0 0;
}

.sheet #formpart {
float: left;
width: 150px;
	
}

select{
	width:150px;
}

#form_manual label, #form_manual input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#form_manual label {
	text-align: right;
	width: 210px;
	padding-right: 20px;
}

#form_manual br {
	clear: left;
}


.suggestionHandler {
	position: relative;
}

.suggestionsBox {
    position: absolute;
		top: 20px;
    left: 230px;
		
    margin: 10px 0px 0px 0px;
		padding: 7px 0 3px 0;
    width: 250px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
		z-index:1;
		direction: ltr;

}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}


.suggestionsBox {
 position: absolute;
 top: -13px;
 left: 450px;
}
