div.listPopup {
	display:none; position:absolute;
	top:20px; left:40%; z-index:1000;
	width:230px;
	padding:2px;
	background-color:#fff;
	border:1px solid #333;
	font-size:11px
}

div.listPopup h1 { 
	background-color:#990000;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:3px; margin: 0 0 5px 0; 
}

div.listPopup input { margin: 1px 0 0 0; }

div.listModal {
	display:none; position:absolute;
	top:0; left:0; z-index:900;
	background-color:#666;
	width:100%; height:100%; 
	filter:alpha(opacity=25); -moz-opacity:.25; opacity:.25;
}

div.listMsg { 
	display:none; position:absolute;
	top:235px; left:885px; z-index:1000;
	width:230px;
	background-color:#fff;
	padding:2px;
	font-size:11px;	font-weight:bold;
	color:#990000;
}

div.listTabContentFrame { 
	clear:both; float:left;
	border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #ccc; 
	margin: 0px 0px 0px 0px;
}

#divMapContentFrame { float: left; width: 225px; min-height: 275px; }
#divMainContentFrame { float: left; width: 730px; min-height: 275px; }

div.listTabsContainer { 
	position: relative;	
	height: 28px; 
	overflow: hidden; clear: both; 
	float: left; display:inline;
}

div.listTabsGroup { 
	position: relative; 
	width: 1000px; height: 28px; 
	overflow: hidden; clear: both; 
	float: left; display:inline;
	background: #fff url("../img/tabs/tab_div.gif") repeat-x;
}

div.listTabOffLeft { 
	width:9px; height:28px; 
	overflow:hidden; float:left; display:inline;
	background: #fff url("../img/tabs/tab_off_left.gif") no-repeat;
}

div.listTabOnLeft { 
	width:9px; height:28px; 
	overflow:hidden; float:left; display:inline;
	background: #fff url("../img/tabs/tab_on_left.gif") no-repeat;
}

div.listTabOffCtr { 
	height:28px; 
	overflow:hidden; 
	float:left; display:inline; 
	text-align:center; 
	padding-top: 5px;
	background: #fff url("../img/tabs/tab_off_ctr.gif") repeat-x;
}

div.listTabOnCtr { 
	height:28px; 
	overflow:hidden; 
	float:left; display:inline; 
	text-align:center; padding-top: 5px;
	background: #fff url("../img/tabs/tab_on_ctr.gif") repeat-x;
}

div.listTabOffRight { 
	width:9px; height:28px; 
	overflow:hidden; float:left; display:inline;
	background: #fff url("../img/tabs/tab_off_right.gif") no-repeat;
}

div.listTabOnRight { 
	width:9px; height:28px; 
	overflow:hidden; float:left; display:inline;
	background: #fff url("../img/tabs/tab_on_right.gif") no-repeat;
}

div.listTabDiv { 
	width:8px; height: 28px; 
	float:left; display:inline;
	background: #fff url("../img/tabs/tab_div.gif") no-repeat;
}

div.listTabNav { 
	width:30px; height:23px; 
	overflow:hidden; float:left; display:none; 
	text-align: right;	
	padding-top: 5px;
	background: #fff url("../img/tabs/tab_div.gif") repeat-x;
}

div.listTabNav a { 
	float:left; display:inline; 
	text-decoration: none !important; 
	color: #990000 !important; font-weight: bold; 
	width:7px; height:7px; 
	margin:0px 3px;
}


a.listNavLink { color: #666 !important; text-decoration: none !important; font-weight: bold !important; font-size: 10px; }
a.listCurrentLink { color: #990000 !important; text-decoration: none !important; font-weight: bold !important; font-size: 10px; }


div.listHeaderTxt { 
	display: block; float: left;
	margin: 0px; padding: 0px;
	width: 250px;
}

div.listHeaderTxt img { 
	float: left !important; margin: 2px 2px 0px 0px !important; border:0px !important;
}

div.listHeaderImg { 
	display: block; float: left;
	padding: 0px; margin: 0 10px 0 0;
	width: 225px;
	overflow: hidden;
}

div.listHeaderImg img {
	float: left !important;
	margin-left: 0px !important;
}









