﻿/****************** 弹出切换城市的背景层 ************************/
/*弹出切换城市的背景层*/
#divSwitchCityBg
{
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=10);
	opacity:0.1;/*Mozilla*/ 
	background-color: White;
}
/****************** END 弹出切换城市的背景层 ************************/

/****************** 弹出切换城市的内容层 ************************/
/*弹出切换城市的内容层*/
#divSwitchCityContent
{
	background-color:White;
	/*position: absolute;
	left: 100px;
	top: 80px;*/
	height: 517px;
	width: 800px;
	z-index: 1000;
    border-style:solid;
    border-width:1px;
	border-color:Black;
	
}

/*TABLE表格窗口的标题*/
.tbWindowTitle
{
	width: 800px;
	background-color: ThreeDDarkShadow;
}

/*TD表格窗口的左边表格*/
.tdWindowTitleLeft
{
	text-align: left;
	font-size: 13px;
	color: White;
	font-weight: bold;
}

/*TD表格窗口的右边表格*/
.tdWindowTitleRight
{
	text-align: right;
	font-size: 13px;
	color: White;
	font-weight: bold;
}

/*关闭窗口文字*/
.spanClose
{
	cursor: pointer;
}

/*弹出切换城市的IFRAME层*/
#ifrSwitchCity
{
	position: relative;
	top: 1px;
	left: 1px;
	height: 492px;
	width: 798px;
}

#ifrCityList
{
	position: relative;
	top: 1px;
	left: 1px;
	height: 370px;
	width: 770px;
}

/******************END 弹出切换城市的内容层 ************************/


/****************** 弹出切换城市的IFRAME 页面层 ************************/
/*IFRAME页面内的滚动条*/
#myBody
{
	scrollbar-3dlight-color: #D4D0C8; /*- 最外左 -*/
	scrollbar-highlight-color: #fff; /*- 左二 -*/
	scrollbar-face-color: #E4E4E4; /*- 面子 -*/
	scrollbar-arrow-color: #666; /*- 箭头 -*/
	scrollbar-shadow-color: #808080; /*- 右二 -*/
	scrollbar-darkshadow-color: #D7DCE0; /*- 右一 -*/
	scrollbar-base-color: #D7DCE0; /*- 基色 -*/
}

/*IFRAME 页面中的背景层*/
.divBg
{
	position: absolute;
	top: 1px;
	height: 491px;
	width: 788px;
	overflow-y: scroll;	
}

.spaHotCityTitle
{
	font-size: 12px;
	color: #F05501;
	font-weight: bold;
}

.spanHotCityContent
{
	font-size: 12px;
	line-height: 20px;
}

.tbOpenCity
{
}


.trOpenCity
{
}


.tdOpenProvince
{
	width: 66px;
	font-size: 12px;
	font-weight: bold;
	color: #555554;
	line-height: 22px;
	vertical-align: top;
	text-align: right;
}

.tdOpenCity
{
	text-align: left;
	font-size: 12px;
	line-height: 22px;
}

.spanClosedText
{
	color: Gray;
}

.ulCity
{
	padding: 0 0 0 0;
	margin: 0 0 0 8px;
}

.liCity
{
	float: left;
	list-style-type: none;
	width: 72px;
	display: block;
}
td.tdOption
{
    width:119px;
    text-align:center;
    vertical-align:middle;
    /*cursor:hand; */
}
label
{
    font-size:12px;
}
#divSelectCity a:link {
	color: #00349A;
	text-decoration: none;
}
#divSelectCity a:visited {
	text-decoration: none;
	color: #00349A;
}
#divSelectCity a:hover {
	text-decoration: underline;
	color: #EF2E01;
}
#divSelectCity a:active {
	text-decoration: none;
	color: #EF2E01;
}

/****************** END 弹出切换城市的IFRAME 页面层 ************************/
