@charset "UTF-8";
/* CSS Document */

body, p, td, th, li {
	font-family : Arial;
	font-size : 12px;
	line-height : 16px;
}

body {
	background-color : #666666;
}

#Layout {
	width : 800px;
	height : 629px;
	background-color : #FFFFFF;
}

#TabStrip {
	height : 34px;
}

#TopBar {
	height : 139px;
}

#Nav {
	height : 42px;
}

#Content {
	background-image : url("images/contentBkg-3.jpg");
	background-repeat : no-repeat;
	background-position : bottom right;
}

#BottomBar {
	height : 25px;
	background-image : url("images/bottomBar.jpg");
	background-repeat : repeat-x;
}

#CityList {
	font-size : 9px;
	text-align : center;
	color : #FFFFFF;
/*
	background-color : #FFFFFF;
*/
}

h1 {
	margin-top : 25px;
	font-size : 25px;
	line-height : 28px;
	color : #1F3870;
	text-align : left;
}

h2 {
	font-size : 15px;
}

p {
	font-size : 11px;
}

.menuBox {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 200px !important;
	visibility : hidden;
	background-color : #EEEEFF;
	border : 1px #334499 solid;
}

.menuItem {
	padding : 2px 5px;
	color : #334499;
	font-family : Arial;
	font-weight : bold;
	font-size : 11px;
	border-bottom : 1px #334499 solid;
}

.menuItemSelected {
	padding : 2px 5px;
	color : #EEEEFF;
	background-color : #334499;
	font-family : Arial;
	font-weight : bold;
	font-size : 11px;
	border-bottom : 1px #334499 solid;
}


#QQFormTable {
	width : 143px;
	margin-bottom : 75px;
}

#QQFormTable tr td,
#QQFormTable td {
	font-size : 9px;
}

#QQFormTable tr td input,
#QQFormTable tr td select,
#QQFormTable tr td textarea,
#QQFormTable input,
#QQFormTable select,
#QQFormTable textarea {
	width : 100%;
}

