/* CSS Document */

.wcweatherdetail {
    border-radius: 0 5px 5px 5px;
    padding: 2px 15px 15px 15px;
    background: rgb(220,220,220);
    margin-top: 70px;
    position: relative;
}

.wcweatherdetail .tabs {
	margin-left:30px;
	overflow: hidden;
	margin-bottom:20px;	
}

.wcweatherdetail .tab {
	float:left;
	margin-right:10px;	
}

.wcweatherdetail .hidden {
	display:none !important;
}

.wcweatherdetail .map {
	margin-left:30px;	
}

.wcweatherdetail .copytext {
	margin-left:30px;	
}

.wcweatherdetail .tabcontent {
	display:none;
	margin: 20px;
}

.wcweatherdetail .tabcontent.current {
	display:block;
}

.wcweatherdetail .tab a{
	padding:5px 6px 5px 6px;
}

.wcweatherdetail .tab .current {
	padding:10px;
	border:1px solid #42454A;
	background:#42454A;
	color:#fff !important;
}

.wcweatherdetail .forecast.static {
	background:#F2F1EF;
	padding:10px;
    display: inline-block;
}

.wcweatherdetail .forecast.static .day {
	float:left;
	width:105px;
	margin-right:10px;
	margin-left:10px;
	text-align:center;
}

.wcweatherdetail .forecast.static .day .date {
	text-align:center;
}

.wcweatherdetail .forecast.static .day .temps {
	width:70px;
	margin:auto;
}

.wcweatherdetail .forecast.static .day .temp {
	float:left;
	margin-right:5px;
	margin-left:5px;
}

.wcweatherdetail .forecast.static .day .temp.min {
	color:#092ba9;
}

.wcweatherdetail .forecast.static .day .temp.max {
	color:#d61921;
}

.wcweatherdetail .stationdata td {
	padding:5px;
}

.wcweatherdetail .hidden {
	display:none !important;
}

.wcweatherdetail .tabs {
    margin: -44px 0 0 -15px!important;
    z-index: -1!important;
}

.wcweatherdetail .tab a.current {
    background: rgb(220,220,220)!important;
    color: #000!important;
}

.wcweatherdetail .tab a {
    background: #eee;
}

.wcweatherdetail .tab a.current {
    background: rgb(220,220,220)!important;
    color: #000!important;
}

.wcweatherdetail .tab a {
    background: #eee;
}
.wcweatherdetail .tab a {
    display: block;
    border: none!important;
    border-radius: 5px 5px 0 0;
    padding: 10px!important;
    color: #737373;
}