@CHARSET "UTF-8";


*
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,"Lucida Grande",Verdana,Arial,sans-serif;
}

html,
body 
{
	width: 320px; 
	height: 100%;
}



img
{
	border: none;	
}


img.thumb
{
	margin: 2px 6px 2px 0px;
	border: none;	
	float: left;
}

.noimage
{
	width: 80px;
	height:	60px;
	margin: 2px 6px 2px 0px;
	border: none;	
	float: left;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

h1
{
	background-color: #EEEEEE;
	font-size: 19px;
	padding: 4px 5px 4px 5px;
	text-align: center;
}

h1 a
{
	text-decoration: none;
	display: block;
	color: black;
	background:transparent url(/img/arrow-right.png) no-repeat scroll right center;
	padding-right: 15px;
}



a.back
{
	text-decoration: none;
	display: block;
	background:transparent url(/img/arrow-right.png) no-repeat scroll right center;
	clear:both;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 8px 10px;	
	color: #000066;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}


.clear
{
	clear:both;
}
#header
{
	
}




#content
{
	padding: 0px 10px 10px 10px;
}

#content p
{
	font-size: 15px;
	padding-bottom: 8px;	
}



#content a.button
{
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	color: #404040;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 3px 10px;
	font-size: 13px;
	margin-right: 15px;
}



#content p.img_description
{
	font-size: 13px;
	color: #999999;
	text-align: right;
	padding: 0px 0px 10px 5px;
}


#content h1
{
	color:#000066;
	font-size:19px;
	background: none;
	text-align: left;
	padding: 10px 0px 3px 0px;
}

#content h2
{
	color:#666666;
	font-size:14px;
	background: none;
	text-align: left;		
}

#content h3
{
	color:#333333;
	font-size:14px;
	background: none;
	text-align: left;
	padding: 10px 0px 2px 0px;
}


#content .infobox
{
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	color: #404040;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 3px 10px;
	font-size: 13px;
	margin-bottom: 10px;
}

#content ul
{
	list-style-type: square;
	margin: 5px 5px 10px 20px;	
}

#footer
{
	clear:both;
	color:#666666;
	font-size:10px;
	padding:15px 0px;
	position:relative;
	text-align:center;	
}

#footer a
{
	color:#666666;
	font-size:10px;
}




ul.menu
{
	list-style-type:none;
	width:100%;	
}


ul.menu li
{
	background:transparent url(/img/arrow-right.png) no-repeat scroll right center;
	clear:both;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	color: #000066;
	border-bottom:1px solid #DDDDDD;
}
ul.menu li a
{
	text-decoration: none;
	color: #000066;	
	display:block;
	padding:10px 17px 8px 10px;	
}

.distance
{
	color: #999999;	
	display: block;
	font-size: 13px;
}


.date
{
	color: #333333;	
	display: block;
	font-size: 12px;
}
.typeIcon
{
	vertical-align: middle;
	width: 29px;
	height: 26px;
	padding-right: 10px;
	border: none;	
}




#loader
{
	display: none;
	position:absolute;
	top:0px;
	z-index:2;	
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	opacity: 0.8;
	min-height:600px;
	z-index:2;
	color: white;
}
#loader #msg
{
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	background-color: #2c2c2c;
	width: 170px;
	position:absolute;
	top: 100px;
	left: 75px;
}
#loader img
{
	margin: 20px;	
}
#loader p
{
	margin:0px 0px 10px 0px;	
}



#manpos
{
	display: block;
	width: 100%;
	background-color: #FFEAEA;	
}

#manpos .inside
{
	padding: 15px;	
	font-size: 12px;
}

.inside p
{
	margin: 3px 0px 8px 0px;
}
.citysearch
{
	font-size: 13px;
	padding: 2px;	
	width: 200px;
}


