body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0px; margin: 0px;
}
a {
	color: #2c5993;
	text-decoration: none;
	outline: 0px none;
}
img {
	border: 0;
}
form, p {
	margin: 0px;
	padding: 0px;
}
table.tbl{
	border-collapse: collapse;
}
h1{margin: 0px; padding: 0px;}

span#wind1, span#wind2, span#wind3, span#wind4, span#wind5, span#wind6, span#wind7, span#wind8{
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}
span#wind1{ background-image: url("/i/wind1.png"); }
span#wind2{ background-image: url("/i/wind2.png"); }
span#wind3{ background-image: url("/i/wind3.png"); }
span#wind4{ background-image: url("/i/wind4.png"); }
span#wind5{ background-image: url("/i/wind5.png"); }
span#wind6{ background-image: url("/i/wind6.png"); }
span#wind7{ background-image: url("/i/wind7.png"); }
span#wind8{ background-image: url("/i/wind8.png"); }

#header{
	width: 1000px;
	height: 100px;
	margin: 0px auto 10px auto;
	position: relative;
}
#header .black{
	width: 1000px;
	height: 100px;
	background: #014076;
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#header .title{
	padding-top: 1px;
}
#header .title a{
	font-weight: 300;
	font-size: 48px;
	color: #ffffff;
	line-height: 55px;
	padding-top: 20px;
}

#header.v1{
	background: url("/i/bckv1.jpg") no-repeat;
}
#header.v1 .black{
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}
#header.v1 .title a{
	font-weight: 100;
	text-shadow: 1px 1px #222222;
}


#header.v2{
	background: url("/i/bckv2.jpg") no-repeat;
}
#header.v2 .black{
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}
#header.v2 .title a{
	font-weight: 100;
	text-shadow: 1px 1px #222222;
}


#header #logo{
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 20;
	cursor: pointer;
}
#header #logo .marine{
	width: 70px;
	height: 80px;
	background: url("/i/logo-marine.png") top left no-repeat;
}
#header #logo .urban{
	width: 47px;
	height: 80px;
	width: 61px;
	height: 80px;
	background: url("/i/logo-urban.png") left 14px no-repeat;
}

#header .title2{
	color: #f6f6f6;
	text-shadow: 1px 1px #000000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 4px;
}
#center{
	width: 1000px;
	margin: 0px auto;
}

#menu{
	width: 100%;
}
#menu.txt16 a{
	font-size: 16px;
}
#menu.txt18 a{
	font-size: 18px;
}
#menu td{
	padding: 0px;
}
#menu td.item{
	width: 1px;
	cursor: pointer;
	height: 30px;
	padding: 0px 10px;
	position: relative;
}
#menu td.item:hover .line{
	display: none;
}
#menu td.item:hover{
	background: #f5ebf1;
}
#menu a{
	font-weight: bold;
	color: #2c5993;
	white-space: nowrap;
}
#menu .line{
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 1px;
	background: #fad14c;
	left: 10px;
	bottom: 0;
}
#nextMonth{
	width: 240px;
	height: 90px;
	float: right;
	background: url("/i/next-month.jpg") center center no-repeat;
	color: #f6f6f6;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
#nextMonth .shadow{
	left: 0px;
	top: 0px;
	position: absolute;
	width: 240px;
	height: 90px;
	background: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2;
}
#nextMonth:hover .shadow{
	color: #ff0000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#nextMonth a{
	color: #ffffff;
}
#nextMonth .line1{
	font-size: 20px;
	z-index: 3;
	position: absolute;
	left: 20px;
	top: 13px;
}
#nextMonth .line2{
	font-size: 30px;
	z-index: 3;
	position: absolute;
	left: 20px;
	top: 40px;
}
#current{
	float: left;
	height: 495px;
	width: 308px;
	border: 1px solid #f5ebf1;
}
#current .dateTime{
	padding: 15px 10px;
}
#current .date{
	font-size: 20px;
	text-transform: uppercase;
}
#current .dow{
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}
#current .time{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#current .timeVal{
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	color: #b24d51;
}
#current .sep{
	height: 1px;
	background: #f5ebf1;
}
#current .details{
	padding: 15px 10px 0px 10px;
}
#current .dayTemp{
	font-size: 48px;
	font-weight: bold;
}
#current .dayTemp span{
	color: #6e6e6e;
}
#current .wind{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 4px 0px 7px 0px;
}
#current .seaTemp{
	cursor: pointer;
	background: #f5ebf1;
	text-align: center;
	padding: 5px 0px;
}
#current .dividor{
	background: #f5ebf1;
	text-align: center;
	padding: 5px 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	line-height: 18px;
}
#current .seaTemp:hover{
	background: #efe6ec;
}
#current .seaTemp a{
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	line-height: 18px;
}
#current .seaTemp a span{
	font-weight: bold;
}
#current .sunRise{
	display: inline;
	margin: 0px auto;
	font-size: 14px;
	background: url("/i/sunrise.png") left center no-repeat;
	line-height: 17px;
	padding-left: 30px;
}
#current .sunRise span{
	font-weight: bold;
}
#current .table{
	width: 100%;
}
#current .table td{
	text-align: left;
	font-size: 14px;
	height: 23px;
}
#current .table td.val{
	font-weight: bold;
	width: 1px;
	white-space: nowrap;
}
#current .table td.val span{
	font-size: 12px;
}
#current .averagesTitle{
	font-size: 16px;
	font-weight: bold;
	color: #b24d51;
	text-transform: uppercase;
}
#current .averages{
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0px;
}
#current .averages .day{
	padding-left: 25px;
	background: url("/i/day-icon.png") left center no-repeat;
	margin-left: 10px;
}
#current .averages .night{
	padding-left: 25px;
	background: url("/i/night-icon.png") left center no-repeat;
	margin-left: 10px;
}


#mainForecast{
	float: right;
	height: 496px;
	border: 1px solid #f5ebf1;
	border-top: 0px none;
}
#mainForecast .tabs{
	margin-bottom: 10px;
}
#mainForecast #tab{
	height: 72px;
	border: 1px solid #f5ebf1;
	float: left;
	width: 132px;
	cursor: pointer;
	padding-top: 4px;
	background: #f6f6f6;
}
#mainForecast #tab:hover{
	background: #f0f0f0;
}
#mainForecast #tab.first{
	border-left: 0px none;
}
#mainForecast #tab.last{
	border-right: 0px none;
}
#mainForecast #tab.selected{
	padding-top: 0px;
	height: 72px;
	border-top: 5px solid #fad14c;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	cursor: default;
}
#mainForecast .tabInfo{
	margin: 9px 10px 0px 8px;
	font-weight: bold;
}
#mainForecast .tabInfo img{
	width: 55px;
}
#mainForecast .date{
	margin-top: 8px;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
}
#mainForecast .temp{
	line-height: 22px;
	font-size: 14px;
	color: #b24d51;
}

.dayForecastPanel{
	padding: 0px 2px;
}
#dayForecast{
	width: 100%;
}
#dayForecast th{
	font-size: 10px;
	font-weight: 500;
	color: #6e6e6e;
	text-transform: uppercase;
	padding-bottom: 6px;
}
#dayForecast .sep{
	background: #a7c2dc;
	height: 1px;
	margin: 2px 0px;
}
#dayForecast .tod{
	font-size: 28px;
	font-weight: 500;
	color: #b24d51;
	text-transform: uppercase;
	text-align: left;
	padding-left: 8px;
	padding-right: 10px;
}
#dayForecast .icon{
	width: 90px;
}
#dayForecast .icon img{
	width: 80px;
}
#dayForecast .descr{
	width: 100px;
	font-size: 12px;
	padding: 0px 10px;
}
#dayForecast .temp{
	font-size: 28px;
	font-weight: bold;
	color: #b24d51;
	text-transform: uppercase;
	text-align: center;
}
#dayForecast .pressure, #dayForecast .humidity, #dayForecast .feels, #dayForecast .wind{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#dayForecast .wind{
	width: 55px;
}
#left700{
	padding-right: 25px;
	width: 675px;
	float: left;
}
#left760{
	padding-right: 25px;
	width: 735px;
	float: left;
}
#right300{
	width: 300px;
	float: right;
}
#right240{
	width: 240px;
	float: right;
}

#blockTitle{
	line-height: 24px;
	padding: 7px 10px;
	background: #fad14c;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
}
#blockTitle a{
	font-weight: 300;
	font-size: 20px;
	color: #333333;
}
#monthsPanel{
	padding: 10px 20px;
	border: 1px solid #fad14c;
	border: 1px solid #f5ebf1;
	border-top: 0px none;
}
#months{
	width: 100%;
}
#months td{
	height: 36px;
	font-size: 20px;
}
#months td.item{
	width: 1px;
}
#months a{
	padding-left: 28px;
	background: url("/i/month-lnk.png") left center no-repeat;
}
#topMonths{
	font-size: 14px;
	width: 100%;
}
#topMonths .title{
	color: #b24d51;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}
#topMonths .sep{
	background: #a7c2dc;
	height: 1px;
	margin: 10px 0px;
}
#topMonths td.icon{
	padding-top: 5px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
}
#topMonths td.txt{
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;
	text-transform: uppercase;
}
#topMonths.narrow  td.txt{
	padding-left: 5px;
}
#topMonths td.val{
	width: 70px;
	padding-top: 5px;
	padding-right: 15px;
	font-weight: 500;
	text-align: right;
}
#topMonths td.val span{
	color: #6e6e6e;
}
#topMonths td.txt div, #topMonths td.val div{
	line-height: 22px;
}
#years{
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
}
#years div{
	float: left;
}
#years div.year{
	display: inline-block;
	color: #2c5993;
	font-weight: bold;
	width: 55px;
	text-align: center;
	margin-left: 8px;
	background: #f6f6f6;
	cursor: pointer;
}
#years div:hover{
	background: #f3f3f3;
}
#years div.selected{
	background: #f5ebf1;
	color: #333333;
	font-weight: normal;
	cursor: default;
}
#leftMenuItem{
	background: #f5ebf1;
	padding: 8px 10px;
	margin-bottom: 1px;
	cursor: pointer;
}
#leftMenuItem:hover{
	background: #efe6ec;
}
#leftMenuItem a{
	font-size: 16px;
	font-weight: bold;
	color: #2c5993;
	padding-left: 18px;
	padding-left: 23px;
	background: url("/i/menu-lnk.png") left 9px no-repeat;
}

#footer{
	width: 1000px;
	margin: 0px auto;
}
#footer .line1{
	height: 1px;
	background: #fad14c;
}
#footer .line2{
	background: #f6f6f6;
	font-size: 36px;
	font-weight: 100;
	color: #000000;
	padding: 10px 20px;
}
#footer .line3{
	background: #a8a8a8;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 20px;
	letter-spacing: 1px;
}
.chartTxt{
	font-size: 13px;
	color: #444444;
	font-weight: 300;
}
.chartTxt span{
	color: #000000;
	font-weight: normal;
}
h1.title{
	color: #b24d51;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 3px;
}
h1.mb0 {margin-bottom: 0px;}
h1.mb10 {margin-bottom: 10px;}
.path{
	margin-bottom: 15px;
	color: #888888;
}
.path span{
	margin: 0px 5px;
}

#seaTemp{
	border: 1px solid #f6ebf3;
	border-bottom: 3px solid #f9d14d;
	padding: 10px 12px;
}
#seaTemp .current{
	font-size: 36px;
	font-weight: 100;
	background: #f5ebf1;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 15px;
}
#seaTemp .current .temp{
	font-weight: normal;
	font-size: 40px;
}
#seaTemp .current .temp span{
	color: #6e6e6e;
}
#seaTemp .tablePanel{
	padding: 0px 20px;
}
#seaTemp .table{
	width: 100%;
	font-size: 16px;
	line-height: 28px;
}
#calendar{
	width: 100%;
	border-collapse: collapse;
}
#calendar .month{
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0px 15px 0px;
}
#calendar .cell, #calendar .emptycell{
	border: 1px solid #f5ebf1;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

#calendar .day1{background: #f5e8bc;}
#calendar .day2{background: #ede7c4;}
#calendar .day3{background: #e3e6ce;}
#calendar .day4{background: #dee6d3;}
#calendar .day5{background: #d3e5de;}
#calendar .day6{background: #c6e4eb;}
#calendar .day7{background: #bfe4f2;}

#calendar .dow1, #calendar .dow2{
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
#calendar .dow2{
	color: #b24d51;
}

#calendar .emptycell{
	background: #f6f6f6;
}
#calendar .emptycell .date{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#calendar .cell{
}
#calendar .cell table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#calendar .cell table td{
	padding: 0px;
}
#calendar .cell .date1, #calendar .cell .date2{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #2c5993;
	line-height: 12px;
}
#calendar .cell .date2{
	color: #b24d51;
}

#calendar .cell .dayTemp{
	color: #b24d51;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	text-align: right;
	height: 35px;
}
#calendar .cell .nightTemp{
	vertical-align: top;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#calendar .cell table td.icon{
	text-align: left;
	width: 1px;
}
#calendar .cell .icon img{
	width: 70px;
}
#calendar .cell .precip{
	font-size: 12px;
	text-transform: uppercase;
}
#barForecast{
	border-collapse: collapse;
	width: 100%;
}
#barForecast td{
	padding: 0px;
}
#barForecast .bar{
	width: 1px;
}
#barForecast .sep{
}
#barW{
	width: 93px;
	border: 1px solid #f5ebf1;
	text-align: center;
	margin-bottom: 25px;
}
#barW img{
	width: 85px;
}
#barW .top{
	height: 4px;
	background: #fad14c;
}
#barW .date{
	font-size: 20px;
	line-height: 30px;
}
#barW .dow{
	font-weight: 500;
	font-size: 13px;
}
#barW .sep{
	height: 1px;
	background: #f5ebf1;
	margin: 8px 0px;
}
#barW .day{
	
}
#barW .night{
	background: #f5ebf1;
	padding-top: 10px;
	padding-bottom: 3px;
}
#barW .title{
	font-size: 24px;
	font-weight: 300;
}
#barW .icon{
}
#barW .temp{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 34px;
}
#barW .temp span{
	color: #6e6e6e;
}
#barW .wind{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}
#barW .precip{
	font-size: 12px;
	margin-bottom: 7px;
}
#barW .feels{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 8px;
}
#month-panel{
	border: 1px solid #f5ebf1;
	border-bottom: 3px solid #fad14c;
	border-top: 3px solid #fad14c;
	padding: 20px 25px;
}
#month{
	width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
	font-size: 16px;
}
#month td.sep{
	height: 5px;
}
#month td{
	height: 30px;
}
#month .img{
	text-align: center;
	text-align: left;
	width: 50px;
}
#month .val{
	line-height: 20px;
	width: 1px;
	font-weight: 500;
	padding-left: 8px;
}
#month .txt div{
	line-height: 20px;
	border-bottom: 1px solid #f6f6f6;
}
#month span{
	border-bottom: 1px solid #ffffff;
	padding-right: 8px;
}
#resortList .country img{
	width: 35px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	border: #eeeeee 1px solid;
}
#resortList .country div{
	line-height: 20px;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
#resortList .resorts{
	margin-bottom: 25px;
}
#resortList .resorts{
	font-size: 15px;
	line-height: 24px;
}
#resortList .resorts a:hover{
	text-decoration: underline;
}
#resortList .resorts span{
	margin-right: 5px;
}
.intro{
	line-height: 22px;
	font-size: 14px;
}
.intro div{
	margin-bottom: 10px;
}






.tal {text-align: left;}
.tar {text-align: right;}
.tac {text-align: center;}
.hidden {display: none;}
.ns{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.oh {overflow: hidden;}
.inline {display: inline-block;}
.mb1 {margin-bottom: 1px;}
.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.txtt {font-weight: 100;}
.txtl {font-weight: 300;}
.txtn {font-weight: normal;}
.txtb {font-weight: bold;}
.txtup {text-transform: uppercase;}
.txti {font-style: italic;}
.txt10 {font-size: 10px;}
.txt14 {font-size: 14px;}
.fl{float: left;}
.fr{float: right;}
.noWrap{white-space:nowrap;}
