/* @group generics */
a {
	color: #96a3ab;
	text-decoration: none;
}
legend {
	display: none;
}
.noscript {
	background: #FFFFE1 url(../_img/static/warningNoScript.png) no-repeat 5px 2px;
	color: #000;
	font-size: 13px;
	line-height: 25px;
	padding: 0 40px;
	text-align: left;
}
.centerWrapper {
	margin: 0 auto;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.clearing {
	clear: both;
	height: 0;
}
.cRight {
	clear: right;
}
.hide {
	display: none !important;
}
.show {
	display: block !IMPORTANT;
}
.right {
    float: right !IMPORTANT;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.moreGreen, .moreBlue, .weatherNextDays {
	padding: 0 0 0 20px;
	display: block;
	height: 14px;
	position: relative;
}
.moreGreen span, .moreBlue span, .weatherNextDays span {
	width: 15px;
	height: 14px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
.moreGreen span {
	background-position: -15px -123px;
}
.moreBlue span {
	background-position: 0 -123px;
}
.weatherNextDays span {
	background-position: 0 -93px;
}
div.intro {
	color: #6b7c87;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 20px;
}
/* @end */
/* @group tooltip */
.fc-tbx p {
	font-family: Trebuchet MS !important;
	font-size: 11px !important;
	line-height: 13px !important;
}
.fc-field-error {
	border: 2px solid #ff4f4f !important;
}
/* @end */
