@charset "utf-8";
/* CSS Document */

.tideInfo {
	height: 100px;
	overflow: hidden;
	margin: 0px auto;
	background:url(../../images/cnss/tide/logoBg.gif) no-repeat center top;
}

.tideLogo {
	width: 990px;
	height: 100px;
	margin: 0px auto;
	background:url(../../images/cnss/tide/logo.gif) no-repeat left top;
	position: relative;
	text-align: left;
}

.tideLogo a{
	color: #ffffff;
}

.tideLogo a:hover{
	color: #ffffff;
}

.tideLogo .sum_1{
	width: 52px;
	position: absolute;
	top: 32px;
	left: 146px;
	text-align: center;
	color: #ffffff;
}

.tideLogo .sum_1 p{
	width: 52px;
	height: 15px;
	line-height: 15px;
	background: url(../../images/cnss/tide/red.gif) no-repeat center center;
	color: #ffffff;
}

.tideLogo .sum_2{
	width: 52px;
	position: absolute;
	top: 32px;
	left: 206px;
	text-align: center;
	color: #ffffff;
}

.tideLogo .sum_2 p{
	width: 52px;
	height: 15px;
	line-height: 15px;
	background: url(../../images/cnss/tide/blue.gif) no-repeat center center;
	color: #ffffff;
}

.bodyInfo {
	width: 990px;
	margin: 10px auto 0px auto;
	clear: both;
}

.bodyLeft {
	width: 310px;
    float: left;
	text-align: left;
}

.bodyRight {
	width: 670px;
    float: right;
	text-align: left;
}

h1.classTitle {
	background: url(../../images/cnss/tide/icon_4.gif) no-repeat 0px 3px;
	padding-left: 18px;
	color: #3479B2;
	height: 26px;
	font-size: 15px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
}

.listPort {
	padding: 6px 0px 0px 6px;
	text-align: left;
}

.listPort a{
	width: 80px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.listPort b{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../../images/cnss/tide/close.gif) no-repeat left top;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	vertical-align: middle;
}

.addPort {
	background: #3A97DA;
	width: 150px;
	height: 32px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	margin: 6px 0px 0px 0px;
}

.addBox {
	height: 18px;
	line-height: 18px;
	position: relative;
	z-index: 100;
}

.addForm{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #3A97DA;
	background: #FEFEFE;
	padding: 50px 64px 64px 64px;
	display: none;
	z-index: 120;
}
#rm_ports_detail li{background:#eab000;height:20px;color:White;margin-left:10px;width:63px;float:left;margin-top:7px;text-align:center;line-height:20px;cursor:pointer}
.addForm li{
	padding: 3px 0px;
	text-align: center;
}

.addForm p{
	height: 20px;
	color: #3A97DA;
	font-size: 14px;
	font-weight: bold;
}

.addForm input.inputText{
	border: 1px solid #3A97DA;
	display: inline-block;
	width: 172px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-left: 5px;
	background: #ffffff;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.addForm input.inputSubmit{
	vertical-align: middle;
	background: #3A97DA;
	width: 84px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	border: 0px;
}

.addPort strong{
	font-size: 18px;
	margin-right: 6px;
}

.mapPort {
	padding: 1px;
	text-align: center;
	border: 1px solid #D9D9D9;
	position: relative;
	z-index: 90;
}

.solid {
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	border-top: 1px solid #3479B2;
	margin: 10px auto;
}

.commentTitle {
	height: 24px;
	line-height: 24px;
	margin: 5px 0px;
}

.commentTitle strong{
	background: url(../../images/cnss/tide/icon_3.gif) no-repeat 0px center;
	padding-left: 18px;
	color: #CB4B2D;
	font-size: 15px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
}

.commentTitle span{
	color: #0067C9;
	float: right;
	text-decoration: underline;
}

.commentTitle span font{
	color: #C94C34;
}

.commentTitle span a{
	color: #0067C9;
}

.commentForm {
	padding: 5px 0px;
}

.commentForm textarea{
	border: 1px solid #3479B2;
	overflow: auto;
	width: 304px;
	height: 72px;
	line-height: 20px;
	padding: 2px;
	display: inherit;
}

.commentForm p{
	padding: 12px 0px;
	height: 25px;
	line-height: 25px;
}

.commentForm p b{
	font-weight: bold;
}


.commentForm p span{
	float: right;
}

.commentForm p img{
	vertical-align: middle;
	margin: 0px 3px;
}

.commentForm p input.inputText{
	vertical-align: middle;
	border: 1px solid #D1D1D1;
	width: 66px;
	height: 23px;
	line-height: 23px;
	padding-left: 2px;
	font-size: 12px;
	margin: 0px 3px;
	color: #333333;
}

.commentForm p input.inputSubmit{
	vertical-align: middle;
	background: #3A97DA;
	width: 92px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	border: 0px;
}

.box_1 {
	padding: 13px 0px 8px 14px;
}
#rm_ports{padding-left:18px;height:45px}
.box_1 b{
	color: #CB4B2D;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
	height: 22px;
	line-height: 22px;
	display: inline-block;
}

.box_1 li{
	float: left;
	padding: 0px 6px;
	position: relative;
	z-index: 200;
    top: 0px;
    left: 0px;
}

.box_1 li span
{
    
	border: 1px solid #3A97DA;
	display: inline-block;
	min-width: 58px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 22px;
	background: #ffffff url(../../images/toolTip/select.gif) no-repeat right center;
	
}

.box_1 li div.list{
	padding: 0px 0px 0px 0px;
	z-index: 220;
	position: absolute;
	top: 23px;
	left: 6px;
	display: none;
	white-space: nowrap;
	border-left: 1px solid #3A97DA;
	border-top: 1px solid #3A97DA;
	background: #ffffff url(../../images/cnss/tide/dott.gif) repeat-x left bottom;
}

.box_1 li div.list a{
	display: inline-block;
	width:  110px;
	padding: 0px 0px 0px 10px;
	border-right: 1px solid #3A97DA;
	border-bottom: 1px solid #3A97DA;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}


.box_1 li div.list a:hover{
	background: #3A97DA;
	color: #ffffff;
}

.box_1 li div.list em{
	display: inline-block;
	width:  110px;
	padding: 0px 0px 0px 10px;
	border-right: 1px solid #3A97DA;
	border-bottom: 1px solid #3A97DA;
	margin: 0px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}

.box_1 li input.inputText{
	border: 1px solid #3A97DA;
	display: inline-block;
	width: 82px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-left: 5px;
	background: #ffffff;
	color: #B2B2B2;
	text-align: left;
	vertical-align: top;
}

.box_1 li input.inputSubmit{
	vertical-align: middle;
	background: #CB4B2D;
	width: 89px;
	height: 26px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	border: 0px;
	vertical-align: top;
	background:url(../../images/toolTip/search_ports.jpg) repeat-x left bottom;
}

.box_2 {
	padding: 8px 0px 8px 8px;
	background: #E1E9F1;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.box_2 b{
	color: #CB4B2D;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
	margin-left: 6px;
}

.box_2 strong{
	color: #3479B2;
	font-size: 14px;
	margin: 0px 4px;
	font-weight: lighter;
}

.box_2 strong a{
	color: #3479B2;
}

.box_2 strong.red{
	color: #CB4B2D;
	font-size: 14px;
	font-weight: bolder;
}

.box_2 strong.red a{
	color: #CB4B2D;
}

.chartInfo {
	background: url(../../images/cnss/tide/chartInfo.gif) repeat-x left top;
	padding: 18px 10px;
}

.weather {
	padding: 0px 0px 0px 0px;
}

.weather .seven{
	float: right;
	position: relative;
	width: 82px;
	text-align: left;
	z-index: 90;
}

.weather img{
	vertical-align: middle;
}

.weather .seven p{
	color: #CB4B2D;
	text-decoration: underline;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.weather .seven .info{
	border: 1px solid #3A97DA;
	width: 220px;
	line-height: 22px;
	padding: 12px 6px;
	display: none;
	z-index: 95;
	position: absolute;
	right: 0px;
	top: 18px;
	background: #fefefe;
}

.weather .seven .info p{
	line-height: 22px;
}

.say {
	padding: 0px 0px 6px 0px;
}

.say p{
	line-height: 20px;
}

.weather strong {
	background: url(../../images/cnss/tide/icon_1.gif) no-repeat left center;
	color: #CB4B2D;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 26px;
	border-right: 2px solid #CB4B2D;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.weather span {
	float: left;
	display: block;
	line-height: 22px;
}

.weather .table {
	border: 1px solid #D8EAF8;
	border-collapse: collapse;
}

.weather .table td{
	padding-left: 6px;
	border: 1px solid #D8EAF8;
	empty-cells: show;
}

.line {
	background: url(../../images/cnss/tide/solid.gif) no-repeat center center;
	height: 40px;
	overflow: hidden;
}

.tideTable {
	padding: 0px 0px 0px 0px;
}

.tideTable strong {
	background: url(../../images/cnss/tide/icon_2.gif) no-repeat left center;
	color: #CB4B2D;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 18px 0px 28px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 18px;
}

.tideTable span {
	font-weight: bold;
}

.tideTable table {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	background: #D8EAF8;
	color: #4D4D4D;
	margin: 10px auto;
}

.tideTable table td{
	border: 1px solid #FFFFFF;
	empty-cells:show;
	vertical-align: middle;
	text-align: left;
	height: 30px;
}

.tideTable table td p{
	padding-left: 12px;
}

.tideTable h2{
	color: #4D4D4D;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
}

.chart {
	text-align: center;
	margin: 10px auto;
	position: relative;
	z-index: 0;
}

#bdshare {
	margin: 0px auto;
}

h3.classTitle {
	padding-left: 10px;
	color: #3479B2;
	height: 26px;
	font-size: 15px;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
}

.coi {
	margin: 0px auto;
	border-top: 3px solid #3479B2;
	background: #F4FBFF url(../../images/cnss/tide/guojiaxinxi.jpg) no-repeat 25px 12px;
	height: 88px;
	padding-top: 12px;
	padding-left: 116px;
	padding: 12px 18px 0px 118px;
}

.coi p{
	text-indent: 2em;
	line-height: 22px;
	color: #666666;
}

.coi p a{
	text-decoration: underline;
	color: #666666;
}

.coi p a:hover{
	color: #333333;
}
.state,.country,.province,.port{color: #3a97da;}
.state:hover,.country:hover,.province:hover,.port:hover{color: #3a97da;text-decoration: underline;}