/* begin overall style */


.waitWindow {
	width: 300px;
	height: 80px;
	background-image: url(../images/map/wait_window_bg.png);
}

.waitWindow img {
	width: 70px;
	height: 70px;
	margin-left: 20px;
	margin-top: 6px;
}


.messageBox {
	width: 300px;
	height: 80px;
	background-image: url(../images/map/message_box_bg.png);
}

.messageBox div {
	padding: 15px;
	padding-top: 23px;
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma;
	text-align: center;
}

.messageBox .error {
	color: #e08900;
}

.messageBox .info {
	color: green;
}


.infoWindow {
	width: 220px;
	height: 61px;
	background-image: url(../images/map/small_info_box.png);
}

.infoWindow div {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	padding-top: 8px;
}


.highlightBox {
	width: 220px;
	height: 61px;
	background-image: url(../images/map/small_info_box.png);
}

.highlightBox div {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	padding-right: 15px;
	padding-top: 9px;
}

.highlightBox span {
	color: #E340DD;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding-left: 15px;
}



.controlPanel {
	min-height: 100%;
	width: 200px;
	background-image: url(../images/map/control_panel_bg.png);
	color: white;
	text-align: left;
}

* html .controlPanel {
	height: 100%;
}


.controlPanel .content {
	width: 170px;
	margin-left: 10px;
	padding: 0;
}


.controlPanel input {
	height: 19px;
}

.controlPanel select {
	height: 19px;
}


.controlPanel th {
	padding-top: 5px;
	text-align: left;
}

.controlPanel td {
	padding-top: 0;
	text-align: left;
}

.controlPanel input {
	font-size: 10px;
	background-color: transparent;
	border: 1px solid white;
	padding: 2px;
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.controlPanel select {
	font-size: 10px;
	width: 170px;
	background-color: white;
	border: 1px solid white;
	color: black;
	font-size: 10px;
	font-weight: bold;
}

.controlPanel option {
	font-size: 10px;
	color: black;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
}


.desc_table {
	font-size: 12px;
	border: 1px solid #dadada;
}

.desc_table th {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	padding: 4px;
	background-color: #b2ab9d;
	width: 170px;
}

.desc_table td {
	text-align: left;
	font-weight: bold;
	padding: 4px;
}

















body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

#page {
	margin: 0 auto;
	width: 950px;
}

#contentContainer {
	margin-top: -15px;
	position: relative;
	z-index: 100;
}

#contentHeader {
	width: 885px;
	height: 13px;
	background-image: url(../images/layout/contentHeader.png);
	background-repeat: no-repeat;
}

#content {
	width: 950px;
}

#contentFooter {
	width: 885px;
	height: 22px;
	background-image: url(../images/layout/contentFooter.png);
	background-repeat: no-repeat;
}

#header {
	margin-bottom: 30px;
}

#footer {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 950px;
	color: white;
	font-size: 11px;
	height: 60px;
	background-image: url(../images/template/footer_bg.png);
}

#logo_panel {
	height: 80px;
}

#main_menu_container {
	float: left;
	width: 950px;
	height: 60px;
	background-image: url(../images/template/main_menu_bg.png);
}

#navigation_box_container {
	float: left;
	width: 950px;
}




#user_type_container {
	float: left;
	margin-left: 9px;
	font-family: tahoma;
	font-size: 11px;
}



a img {
	border: none;
}



.container {
	border: 1px solid #aaaaaa;
	background-image: url(../images/template/header_container_bg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 2px;
	line-height: 1.5em;
}

.container .headerImage {
	position: absolute;
	margin-top: -17px;
	margin-left: -5px;
}

/*
.container .header {
	display: block;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	color: #4da30a;
	border-bottom: 1px solid #dadada;
}
*/
/*
.container h1 {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
*/

.container h2, .container h1 {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.container h2 {
	margin-left: 60px;
}


.container h3 {
	margin: 0;
	margin-top: 40px;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}




.cityList {
	line-height: 1.5em;	
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
}

.cityList a {
	color: #333333;
}

.cityList li {
	float: left;
	font-size: 11px;
	width: 185px; 
	padding: 2px;
}



.configSteps {
	font-size: 13px;
	font-family: tahoma;
	margin: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
	padding-top: 0;
}

.configSteps li {
	padding-top: 3px;
	padding-bottom: 3px;
	
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0.5em;
}

.configSteps li.active {
	font-weight: bold;
	background-image: url(../images/layout/listArrow.png);
}


.contentText {
	
}


a {
	color: #C701DB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

hr {
	height: 1px;
	border: none;
	background-color: #cccccc;
}

.clear {
	clear: both; 
	font-size: 0;
	height: 0;
}

/* end of overall style */






/* begin data grid style */
table.dataGrid
{
	background-color: white;
	border: 1px solid #dadada;
	/*border-collapse: collapse;*/
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 11px;
	/*border: 1px #aaaaaa solid;*/
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

table.dataGrid th
{
	background-color: #dadada;
	text-align: center;
	color: #000000;
}

table.dataGrid th a
{
	color: #000000;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background-color: #eeeeee;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}
