﻿/******************************
Standard components
******************************/
html, body {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;	
}
body {
}
h1 {
	font-family: "Neo Sans Regular", Arial, Sans-Serif;
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 0.4em 0;
	padding: 0;
}
h2 {
	font-size: 125%; /*16px*/
	font-weight: normal;
	margin: 0 0 0.3em 0;
	padding: 0;
}
h3, h4, h5, h6 {
	font-size: 100%;	
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
}
p {
	margin: 0 0 0.8em 0;
}
img {
	border: none;
}
q,
blockquote {
	color: #9EA78F;
	display: block;
	font-style: italic;
    margin-bottom: 12px;
    text-align: center;
}
form {
	margin: 0;
	padding: 0;	
}
label 
{
	font-weight: normal;
	margin: 4px 0;
}
select {
	padding: 2px;
}
input[type=text], 
select,
textarea
{
	border: solid 1px #DCDCDC;
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

input[type=text]
{	
	height: 16px;
}

input[type=text], textarea
{
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #8e8e3d;
}
a:visited {
	color: #8e8e3d;
	/*color: #606029;*/
}
ul, ol {
	margin: 0 0 1em 2em;	
	padding: 0;
}
ul li {
	padding: 0;
}
blockquote {
	color: #9ea78f;	
	margin: 0 0 1em 0;
	padding: 0 5em;
}

/******************************
Layout
******************************/
#root {
	padding: 3px;
}
#head {
	background: url(../images/bg/mobiletop.jpg) 0 100% no-repeat;
	height: 70px;
	margin-bottom: 5px;	
}
.primary {
	padding-bottom: 20px;
}

.tertiary 
{
	margin-bottom:12px;
}

.bottomBar {
	padding: 3px;
	text-align:right;
}

span.miniNav
{
	display:none;
}

/******************************
Classes, components
******************************/
.mobileDisclaimer {
	background-color: #FFEAB0;
	border: solid 1px #6B624A;
	padding: 0.5em;
}
.mobileDisclaimer p {
	margin: 0;
}

.logo {
	float: left;
	margin: 4px 0 0 0;
}
.quickNav {
	font-size: small;
	float: right;
	margin: 10px 5px 0 0;
}
.quickNav a:link,
.quickNav a:visited {
	color: #767676;
}
/*Searchform*/
.searchForm {
	display: none;
	float: right;
	width: 50%;
	text-align: right;
}
.searchForm * {
	vertical-align: top;
}
.searchForm input {
	margin: 0;
}
.searchForm input.text {
	color: #767676;
	height: 21px;
	padding: 4px 4px 0 4px;
	width: 70%;
}
.searchForm input.submit {
	margin: 0 0 0 -3px;
}

/* Top menu */
.topNav {
	display: none;
}

.openErrands
{
    background: none repeat scroll 0 0 #E9E8E2;
    margin-bottom: 12px;
}

.openErrands h2 
{
    background: url("../images/bg/formbg.gif") no-repeat scroll 5px -135px transparent;
    display: block;
	font-size:12px;
    padding-bottom: 8px;
    padding-left: 29px;
    padding-top: 6px;
}

.openErrands .openErrandsWrap
{
	height:inherit !important;
	width:inherit !important;
}

.openErrandsWrap .errandsList li 
{
	display:block !important;
	margin:2px 0 4px 0 !important;
	white-space:normal !important;
}

.openErrands ul
{
	margin:0;
}

div.acuteWrap
{
    background: none repeat scroll 0 0 #FAB632;
    padding: 5px;
}

a.acuteMessage
{
	color:#FFF;
	text-shadow: 2px 2px 2px #A86F05;
}


/*Alarm messages*/
.alarmMessages {
	padding: 10px 0 20px 0;
}

.alarmMessages h3 {
	background-color: #F6F7F3;
	border-left: solid 7px #7F8575;
	margin: 4px 0 0 0;
	padding: 10px;
}

.alarmMessages > div {
	margin: 0;
	padding: 4px 0 0 10px;
}

.alarmMessages ul {
	margin: 0;
    padding: 2px 0 8px 7px;
}

.alarmMessages li {
	list-style-type: none;
}

.alarmMessages h3.open {
	border-color: #FDA907;
}

.alarmMessages h4
{
    margin: 0;
    padding-top: 4px;
}


div.tmTabStripWrap
{
	position:absolute;
	bottom:0px;
}

.form .xformvalidator {
	background-color: #FDA907;
	border: solid 1px #AF7405;
	color: #FFF;
}

/* Listtype1 */
.listType1 .item {
	background-color: #F6F7F3;
	clear: both;
	margin: 0 0 5px 0;
    min-height: 70px;
	padding: 5px;
}
.listType1 .item:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
}
@media only screen and (max-width: 300px) {  
	.listType1 .item > img {
		margin-right: 12px;
		margin-bottom: 12px;
	}

	.listType1 .item .itemContent {
		max-width: 300px;
	}
	.listType1 .item .itemContent h2 {
		font-size: 100%;
		font-weight: bold;
	}
}

@media only screen and (min-width: 300px) {  
	.listType1 .item > img 
	{
		margin-right: 12px;
		margin-bottom: 12px;
		position:absolute;
	}

	.listType1 .item .itemContent 
	{		
		margin-left: 110px;
    }
    
	.listType1 .item .itemContent h2 {
		font-size: 100%;
		font-weight: bold;
	}
}

/*Flash*/
.flash {
	display: none;	
}

/*Video*/
a.video,
a.wideScreen {
	display: none;
}

/*Teasers*/
.teaser {
	margin-bottom: 20px;
}
.teaser .mainBody {
	color: #767676;
}
.teaser ul,
.teaser li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.teaser ul,
.teaser ul a {
	border-color: #dddeda;
	border-width: 1px;
}
.teaser ul {
	border-top-style: solid;
	margin-bottom: 1em;
}
.teaser ul a {
	border-bottom-style: solid;
	display: block;
	padding: 4px 0;
}
.teaser li .date {
	display: block;
	font-size: x-small;
}

.teaserType2,
.teaserType3,
.teaserType4,
.teaserType5,
.teaserType6,
.teaserType7
{
	background-image: url(../images/bg/sprite4.gif);
	background-repeat: no-repeat;
	padding: 20px 10px;
}
.teaserType4,
.teaserType5
{
	margin-bottom: 10px;
	padding-bottom: 32px;
}
.teaserType2 {
	background-color: #F6F7F3;
	background-position: 0 100%;
}
.teaserType3 {
	background-color: #7F8575;
	background-position: -800px 100%;
}
.teaserType3 ul,
.teaserType3 li a {
	border-color: #A0A895;
}
.teaserType4 {
	background-color: #FFEAB0;
	background-position: -1600px 100%;
}
.teaserType4 ul,
.teaserType4 li a {
	border-color: #D3CAB6;
}
.teaserType4 .mainBody {
	color: #000;
}

.teaserType5 {
	background-color: #B1B9A4;
	background-position: -2400px 100%;
}
.teaserType6 {
	background-color: #4F9CAF;
	background-position: -3200px 100%;
}
.teaserType6 ul,
.teaserType6 li a {
	border-color: #75ADB2;
}
.teaserType7 {
	background-color: #746843;
	background-position: -4000px 100%;
	color: #FFFDD3;
}
.teaserType7 ul,
.teaserType7 li a {
	border-color: #8C7C51;
}
.teaser .teaserImage {
	display: block;
	margin: 0 auto 1em auto;
	padding: 0;
}

/*teaser file list*/
ul.fileList a {
	background: url(../images/bg/icons1.gif) 0 5px no-repeat;
	padding: 6px 0 6px 21px;
}
ul.fileList .pdf a {
	background-position: 0 -45px;
}
ul.fileList .doc a,
ul.fileList .docx a {
	background-position: 0 -95px;
}
ul.fileList .xls a,
ul.fileList .xlsx a {
	background-position: 0 -145px;
}
ul.fileList .ppt a,
ul.fileList .pptx a {
	background-position: 0 -195px;
}
ul.fileList .zip a,
ul.fileList .rar a {
	background-position: 0 -245px;
}
ul.fileList .jpg a,
ul.fileList .gif a,
ul.fileList .bmp a,
ul.fileList .png a {
	background-position: 0 -295px;
}
ul.fileList .avi a,
ul.fileList .wmv a {
	background-position: 0 -345px;
}
ul.fileList span.size {
	color: #000;
}

/*Dark teasers*/
.dark,
.dark * {
	color: #FFF;
}
.dark a:link {
	color: #fffed3;
}
.dark a:visited {
	color: #efeec6;
}
.dark ul.fileList span.size {
	color: #FFF;
}

/* Main content styles */
.mainContent img {
    margin: 0 8px 8px 0;
}

.mainContent .imageSection 
{
	font-style:italic;
    margin-bottom: 8px;
}

/*Navigation*/

ul.footerNav,
ul.subNav, 
ul.subNav ul
{
    background-color: #EBEBE4;
    list-style-type:none;
	margin:0;
    padding: 1px 8px;
}

.footerNav a
{
	font-weight:bold;
}

.footerNav a,
.subNav a
{
	display:block;
	font-size:110%;
    padding: 5px 0;
}

.footerNav a,
.subNav a,
.footerNav a:visited,
.subNav a:visited
{
    color:#555;
}

.subNav ul a
{
	font-size:100%;
	padding-left:20px;
}

.footerNav li,
.subNav li
{
    padding-left:0;
}

.footerNav .wrap,
.subNav .wrap
{
    width: 1000px;
}

.subNav .startPage a
{
	font-weight:bold;	
}
.subNav .startPage
{
	border-bottom:2px solid #D3D3CD;
}

/* Rss List */
.rssList
{
	list-style-type:none;
	margin:0;
	padding: 12px 0 0;
}
.rssList li {
	margin: 0 0 16px 0;
}

.rssList .author
{
	font-style: italic;
}

.rssFeedList,
.rssFeedList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rssFeedList li a, .feedLink {
    background: url("../images/bg/feed-icon-28x28.png") no-repeat scroll 0 4px transparent;
    display: block;
    margin: 0;
    padding: 3px 0 3px 33px;
}

.rssFeedList li a span, .feedLink span {
    color: #000000;
    display: block;
}

/*SIFR*/
.sIFR-replaced {
	margin-bottom: 0.3em;
}
.sIFR-alternate {
	display:block;
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
}

/* map components to hide by default */
#tmDisclaimer,
#tmSearchResult,
#tmStationDetailsWrapper,
#tmTemplates,
.tmAdditionalInfo,
#tmActiveAlarmsInfo,
div.tmActiveAlarms,
#tmNetMessageInfo,
div.tmNetMessage
{
	display: none;
}

.twitterUpdate
{
	display:none;
}


/*Js enabled styles*/

.faq
{
	display:block !important;
}

div.jsEnabled {
	display: block;
}
.jsEnabled h2 {
	background-position: -2px -3px;
}
.activeCategory h2 {
	background-position: -2px -42px;
}
