@CHARSET "UTF-8";

/**  typhoonPath start    **/
.typhoon_content {
    background-color: #FAFAFA;
    margin: 0 auto;
}

#typhoonPath {
	margin-bottom:5px;
}

/**  title start  **/
#typhoonMapNav {
    background: url("../../images/typhoonPath/bg_001.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #d7d7d7;
    height: 30px;
    margin: 0 auto;
}
#typhoonMapNav .nav {
    color: #0745B4;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin: 0 4px -1px 6px;
    text-align: center;
    width: 90px;
}
/**  ForecastService list  **/
#ForecastService {
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: lighter;
    height: 29px;
    line-height: 29px;
    margin-right: 5px;
}
#ForecastService span {
    padding-right: 10px;
}
#ForecastService span input {
    vertical-align: middle;
}
#ForecastService span img {
    padding-left: 3px;
    vertical-align: middle;
}
/** title  end **/

/** typhoonMap start **/
#typhoonMap {
    height: 750px;
    margin: 0 auto;
    position: relative;
}
#MapContainer {
    height: 720px;
    margin: 0 auto;
}

#typhoonLegend {
    background-color: #B8CEE5;
    color: #333333;
    height: 29px;
    line-height: 29px;
    font-size:12px;
}
#typhoonLegend span {
    margin: 5px 0;
}

#typhoonLabel {
    position: absolute;
    right: 0;
    top: 0;
    width: 278px;
    font-size:12px;
}
#currTyphoonInfo {
    position: relative;
    right: 0;
    top: 0;
    z-index: 105;
}
#currTyphoonInfo .info {
    background: url("../../images/typhoonPath/menu_ty_bg.png") repeat scroll 0 0 transparent;
    height: 250px;
    line-height: 27px;
    padding-left: 15px;
}
#currTyphoonInfo .infoTitle {
    border-bottom: 1px dashed #B7B6B6;
    padding-top: 5px;
}
#currTyphoonInfo .info table {
    width: 250px;
    line-height: 23px;
}
#currTyphoonInfo .info_click_on {
    height: 21px;
    text-align: center;
}
.info_click_on img {
    cursor: pointer;
}
.show_click_off {
	cursor: pointer;
}

#typhoonList {
    background-color: #EFF0F2;
    position: relative;
    right: 0;
    top: 0;
    z-index: 105;
    display:none;
}
#hourList {
    background: url("../../images/typhoonPath/hour_bg.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    margin-top: 1px;
    overflow: hidden;
}
#ListHead {
    height: 36px;
    left: 11px;
    line-height: 36px;
    padding-top: 3px;
    position: absolute;
    width: 145px;
}
#hour_name {
    text-align: center;
    width:40px;
}
.h_bn_c {
    background: url("../../images/typhoonPath/select_open.png") no-repeat scroll 0 6px transparent;
    cursor: pointer;
    height: 26px;
    overflow: hidden;
    width: 25px;
	*margin-top:2px;
	_margin-top:2px;
}
.h_bn_n {
	background: url("../../images/typhoonPath/select_off.png") no-repeat scroll 0 6px transparent;
    cursor: pointer;
    height: 26px;
    overflow: hidden;
    width: 25px;
}

#queryButton {
    float: right;
    margin: 8px;
    position: relative;
}
#ListHour {
    background-color: #E8F0FD;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 5px;
    position: absolute;
    width: 200px;
    z-index: 2003;
}
#hour_top {
    height: 80px;
    overflow: hidden;
}
#listhourNum {
    border-collapse: collapse;
    border:#FFFFFF solid 1px;
    margin: 0 auto;
    text-align: center;
	*border:#FFFFFF solid 1px;
	_border:#FFFFFF solid 1px;
}
#listhourNum tr td {
    border:#FFFFFF solid 1px;
    cursor: pointer;
    height: 25px;
    text-align: center;
    width: 200px;
	*border:#FFFFFF solid 1px;
	_border:#FFFFFF solid 1px;
}
#hour_page {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.page td {
    border-color: #E8F0FD;
    cursor: pointer;
    height: 27px;
}


#ListIterm {
    background-color: #EDF2F8;
    height: 160px;
    overflow: scroll;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    z-index: 1003;
}
.typhoon {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DCDCDC;
    cursor: pointer;
    margin: 3px 1px 3px 15px;
    padding-left: 10px;
}
#infoWindow {
    height: 200px;
    position: absolute;
    right: 2px;
    top: 50px;
    width: 200px;
    z-index: 100;
}
/** typhoonMap end  **/

/**  typhoonPath end    **/