@charset "utf-8";
/* CSS Document */

/* Basic HTML (Add HTML tags css here)
----------------------------------------------------------------------------------------------------*/
body{font:12px/1.5 Tahoma, Helvetica, Arial, sans-serif;}
a {color:#007CBA;}
a:hover {color:#D9242B; text-decoration:underline;}
a:focus {outline: 1px dotted invert;}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* |themes
----------------------------------------------------------------------------------------------------*/
#themes{ color:#999; text-align:right; padding:0px 5px 5px;}
#themes span { cursor:pointer; padding:0 5px;}

/* |Google maps
----------------------------------------------------------------------------------------------------*/
#mapTop{
	background:#09F;
	height:30px;
	position:relative;
	}

#mapLeft{
	background:#09F; 
	float:left; 
	width:20px;
}
#mapMiddle{
	background:#fff; 
	float:left; 
	width:737px;
	height:460px;
}
#mapRight{
	background:#09F;
	float:left;
	width:20px;
}
#mapBottom{background:#09F;}


/* |result flight info
----------------------------------------------------------------------------------------------------*/
#resultTop{background:#09F;}
#resultLeft{
	background:#09F;
	float:left; 
	width:20px;
	padding:1px 0;
}
#resultMiddle{
	background:#fff; 
	float:left; 
	width:737px;
}
#resultRight{
	background:#09F; 
	float:left; 
	width:20px;
	padding:1px 0;
}
#resultBottom{background:#09F; margin-bottom:10px;}
