/** Override JSF styles */
input, input[type="text"], input[type="password"], select, textarea, button, keygen, isindex, legend, a {
	font-family: OpenSans;
}
.rf-ac-itm-hdr, .rf-tt-cnt, .rf-ac-itm-cnt, .rf-ddm-itm-lbl, .rf-ddm-lbl, .rf-pp-hdr-cnt {
	font-family: OpenSans;
}

/** Generic styles */
.left-aligned {
	text-align: left;
}
.centered {
	text-align: center;
}
.invisible {
	display: none;
}

/** Styling of tooltips */
.rf-tt-cnt {
	font-size: 0.9em;
    color: #333333;
}
.rf-tt-cntr {
	font-size: 1em;
	font-family: OpenSans;
	border: 2px solid #A0A0A0;
    border-radius: 4px;
}

/** Styling of drop-down boxes */
.rf-sel-cntr {
    font-size: 1em;
    border-radius: 4px;
}
.rf-sel {
    margin: 0px 10px;
}
.rf-sel-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.rf-sel-btn-arrow {
    height: 20px;
    background-image: url("/javax.faces.resource/img/up_down_arrows_454545.png.jsf?ln=default");
}
.rf-sel-opt {
    font-size: 0.9em;
    color: #222222;
}
.rf-sel-sel {
    border: none;
}
.rf-sel-lst-cord {
    position: fixed;	
}
#timelineForm\3Apanel .rf-ddm-lbl, #gwlForm\3Apanel .rf-ddm-lbl {
	border: none;
    color: #222222;
	background-color: #FFFFFF;
	background-image: url("/javax.faces.resource/img/dropdownbackground.png.jsf?ln=default");
    border-radius: 4px; 
    font-size: 15px;
    margin: 0px 10px;
    padding: 0px;
}
#timelineForm\3Apanel .rf-ddm-lbl-dec, #gwlForm\3Apanel .rf-ddm-lbl-dec {
    border-radius: 4px; 
	font-weight: normal;
}
#timelineForm\3Apanel .rf-ddm-itm-lbl, #gwlForm\3Apanel .rf-ddm-itm-lbl {
	font-size: 13px;
	font-weight: normal;
}
#timelineForm\3Apanel .rf-ddm-itm,  #timelineForm\3Apanel .rf-ddm-itm-sel,
#gwlForm\3Apanel .rf-ddm-itm,  #gwlForm\3Apanel .rf-ddm-itm-sel {
	padding: 0px 10px 0px 0px;
}
.timeline-selected-category-item {
    vertical-align: bottom;
    background-color: #829696;
    margin-right: 7px;
    border-top-left-radius: 4px;	
    border-bottom-left-radius: 4px;    
}
.timeline-selectable-category-item {
	background-color: #909090;
}
.selectionbutton {
	background-image: url("/javax.faces.resource/img/selectionbutton.png.jsf?ln=default");
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	background-repeat: repeat-x;
    background-position: left top;
    background-color: #D4CFC7;
    border-left: 1px solid #C4C0B9;
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
}
.updownarrowbutton {
    background-image: url("/javax.faces.resource/img/up_down_arrows_454545_24px.png.jsf?ln=default");
    background-position: center center;
    display: inline-block;
    height: 24px;
    width: 16px;
}
/* TODO: remove dialog-header */
.rf-pp-hdr-cnt label, .dialog-header label {
    margin-left: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}
.rf-pp-hdr-cnt input[type="text"], .dialog-header input[type="text"] {
    font-size: 0.9em;
    border-radius: 4px;
    padding-left: 5px;
    color: #222222;
    height: 20px;
}


/* Styling of close button (used at several points in the webapp) */
a.button {
    width: 16px; 
    height: 16px; 
    background-color: #DDDDDD;
    border-radius: 4px;
    color: #BBBBBB; 
}
a.button-border {
    border: 1px solid #DDDDDD;
    padding: 1px; 
}
a.button span {
    width: 16px; 
    height: 16px;
    display: block; 
}
.close-button {
    background-position: -80px -128px;
    background-image: url("/javax.faces.resource/img/ui-icons_222222_256x240.png.jsf?ln=default");
}
.close-button-large {
    background-position: -96px -128px;
    background-image: url("/javax.faces.resource/img/ui-icons_454545_256x240.png.jsf?ln=default");
}


/** General styling of modal dialogs **/
.rf-pp-cnt-scrlr {
	overflow: hidden;
}
.rf-pp-cnt {
	font-family: OpenSans;
	font-size: 1.0em;
	padding: 3px;
}
.rf-pp-cntr, .rf-pp-cnt-scrlr, .rf-pp-shdw {
   border-radius: 4px;
}
/* TODO: remove dialog-header */
.dialog-header {
    background: linear-gradient(#BBB 0px, #909090 73px) repeat scroll 0% 0% transparent;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
	color: #222222;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
    position: relative;
}
.rf-pp-hdr {
    background: linear-gradient(#BBB 0px, #909090 45px) repeat scroll 0% 0% transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #222222;
    padding: 10px;
    position: relative;
}
.rf-pp-hdr-cnt {
    color: #222222;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0px;
}
.dialog-content {
	overflow: auto;
}

/** Styling of accordion content in modal dialogs */
.dialog-content .rf-ac-itm {
	margin-top: 2px;
}
.dialog-content .rf-ac-itm-hdr {
	border: 1px solid #AAA;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6px;
}
.dialog-content .rf-ac-itm-hdr-act {
    background: url("/javax.faces.resource/img/ui-bg_glass_65_ffffff_1x400.png.jsf?ln=default") repeat-x scroll 50% 50% #FFF;
}
.dialog-content .rf-ac-itm-hdr-inact {
    background: url("/javax.faces.resource/img/ui-bg_glass_75_e6e6e6_1x400.png.jsf?ln=default") repeat-x scroll 50% 50% #E6E6E6;
}
.dialog-content .rf-ac-itm-hdr-inact:hover {
    background: url("/javax.faces.resource/img/ui-bg_glass_75_dadada_1x400.png.jsf?ln=default") repeat-x scroll 50% 50% #DADADA;
    border: 1px solid #999;
}
.dialog-content .rf-ac-itm-lbl-act, .dialog-content .rf-ac-itm-lbl-inact, .dialog-content .rf-ac-itm-cnt {
	font-size: 13px;
}
.dialog-content .rf-ac-itm-lbl-act {
    color: #222222;
}
.dialog-content .rf-ac-itm-lbl-inact {
    color: #555555;
}
.dialog-content .rf-ac-itm-cnt {
    background-color: #B5D0D0;
    padding: 1em;
    border-top: none;
    text-align: justify;
}

/** Styling of modal dialog for credits */
.credit-table {
	padding: 8px 0px 8px 10px;
	width: 100%;
}
.credit-table:nth-child(even) {
	background-color: #e8e8e8;
}
.credits_item_description {
	padding: 0px 10px 0px 15px;
	text-align: justify;
	font-size: 13px;
	color: #222222;
}
.credits_item_description a {
	font-size: 1.0em;
	color: #222222;
}

/** Styling of modal dialog for disclaimer */
.dialog-content p {
	padding-left: 15px;
	text-align: justify;
	color: #222222;
	font-size: 0.8em;
}
.dialog-content a {
    font-size: 1.0em;
    color: #222222;
}
#disclaimer_dialog_content {
	padding-right: 15px;
}
#disclaimer_dialog_content p {
	text-align: left;
}

/** Styling of modal dialog for release history */
.release_history_label {
	font-weight: bold;
	font-size: 0.8em;
	color: #222222;
	padding-left: 15px;
}
.release_history_item {
    font-size: 0.8em;
	color: #222222;
}
.dialog-content ul {
	list-style-image: url("/javax.faces.resource/img/list_icon.png.jsf?ln=default");
}
#selectionForm\3Arelease_history_dialog_container .dialog-content {
	text-align: left;
	padding-top: 15px; 
	line-height: 0.85em;
	color: #222222;
	height: 285px;
}

/** Styling of modal dialog for GWL description */
.gwl-image-BM {	background: url("/javax.faces.resource/img/gwl/BM.png.jsf?ln=default"); }
.gwl-image-HB { background: url("/javax.faces.resource/img/gwl/HB.png.jsf?ln=default"); }
.gwl-image-HFA { background: url("/javax.faces.resource/img/gwl/HFA.png.jsf?ln=default"); }
.gwl-image-HFZ { background: url("/javax.faces.resource/img/gwl/HFZ.png.jsf?ln=default"); }
.gwl-image-HM { background: url("/javax.faces.resource/img/gwl/HM.png.jsf?ln=default"); }
.gwl-image-HNA { background: url("/javax.faces.resource/img/gwl/HNA.png.jsf?ln=default"); }
.gwl-image-HNFA { background: url("/javax.faces.resource/img/gwl/HNFA.png.jsf?ln=default"); }
.gwl-image-HNFZ { background: url("/javax.faces.resource/img/gwl/HNFZ.png.jsf?ln=default"); }
.gwl-image-HNZ { background: url("/javax.faces.resource/img/gwl/HNZ.png.jsf?ln=default"); }
.gwl-image-NA { background: url("/javax.faces.resource/img/gwl/NA.png.jsf?ln=default"); }
.gwl-image-NEA { background: url("/javax.faces.resource/img/gwl/NEA.png.jsf?ln=default"); }
.gwl-image-NEZ { background: url("/javax.faces.resource/img/gwl/NEZ.png.jsf?ln=default"); }
.gwl-image-NWA { background: url("/javax.faces.resource/img/gwl/NWA.png.jsf?ln=default"); }
.gwl-image-NWZ { background: url("/javax.faces.resource/img/gwl/NWZ.png.jsf?ln=default"); }
.gwl-image-NZ { background: url("/javax.faces.resource/img/gwl/NZ.png.jsf?ln=default"); }
.gwl-image-SA { background: url("/javax.faces.resource/img/gwl/SA.png.jsf?ln=default"); }
.gwl-image-SEA { background: url("/javax.faces.resource/img/gwl/SEA.png.jsf?ln=default"); }
.gwl-image-SEZ { background: url("/javax.faces.resource/img/gwl/SEZ.png.jsf?ln=default"); }
.gwl-image-SWA { background: url("/javax.faces.resource/img/gwl/SWA.png.jsf?ln=default"); }
.gwl-image-SWZ { background: url("/javax.faces.resource/img/gwl/SWZ.png.jsf?ln=default"); }
.gwl-image-SZ { background: url("/javax.faces.resource/img/gwl/SZ.png.jsf?ln=default"); }
.gwl-image-TB { background: url("/javax.faces.resource/img/gwl/TB.png.jsf?ln=default"); }
.gwl-image-TM { background: url("/javax.faces.resource/img/gwl/TM.png.jsf?ln=default"); }
.gwl-image-TRM { background: url("/javax.faces.resource/img/gwl/TRM.png.jsf?ln=default"); }
.gwl-image-TRW { background: url("/javax.faces.resource/img/gwl/TRW.png.jsf?ln=default"); }
.gwl-image-WA { background: url("/javax.faces.resource/img/gwl/WA.png.jsf?ln=default"); }
.gwl-image-WS { background: url("/javax.faces.resource/img/gwl/WS.png.jsf?ln=default"); }
.gwl-image-WW { background: url("/javax.faces.resource/img/gwl/WW.png.jsf?ln=default"); }
.gwl-image-WZ { background: url("/javax.faces.resource/img/gwl/WZ.png.jsf?ln=default"); }

#gwlForm\3Agwl_select, #gwlForm\3Agwl_timeline_select {
	width: 339px;
}


/** Styling of the main content */
body { 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1024px;
    font-family: OpenSans,Verdana,Arial,sans-serif;
}
.headline {
    text-align: left !important;
    position: absolute;
    padding-left: 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9em;
    text-shadow:black 0 0 5px;
}
.why {
    text-decoration: none !important;
}
.why, .external-link { 
	font-weight: bold;
	color: #333366 !important;
	font-family: monospace;
}
.external-link {
    text-decoration: underline !important;
    font-size: 13px; 
}
.hovertext { 
    background-color: #889C9C;
    position: absolute; 
    top: 5px; 
    padding: 3px; 
    display: none;
    text-align: center;
    text-color: #222222;
}
.dialog-link {
    border: none;
    color: #ffffff !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    position: absolute;
    text-decoration: none !important;
    text-shadow: black 0 0 5px;
}
.dialog-link:hover {
    color: #000000 !important;
    text-shadow: white 0 0 5px;
} 
.dialog-link:focus {
	outline-width: 0px;
}
td { padding: 0px; }



/* styling of timeline dialog */
.timeline-chart {
    height: 430px;
    width: 974px;
    font-size: 1.1em;
    padding-left: 10px;  
    border-width: 0px;
}
#timelineForm\3Acategories {
    width: 240px;
}
#timelineForm\3Atimeline_modeInput {
    width: 150px;
}
.timeline-chart-subtitle {
	font-size: 0.88em;
	color: #000000;
}
.chart {
	height: 100%; 
}
.flot-x-axis .flot-tick-label {
	display: none;
}


/* styling of years/decades menu (accordion) */ 
#selectionForm\3Ayears-accordion { 
    margin-top: 2px;
    border: none;
    border-radius: 4px;
}
#selectionForm\3Ayears-accordion .rf-ac-itm-hdr {
	font-size: 0.9em !important;
	font-family: OpenSans;
	background: url("/javax.faces.resource/img/ui-bg_glass_75_e6e6e6_1x400.png.jsf?ln=default") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #AAA;
}
#selectionForm\3Ayears-accordion .rf-ac-itm-hdr:hover {
    background: url("/javax.faces.resource/img/ui-bg_glass_75_dadada_1x400.png.jsf?ln=default") repeat-x scroll 50% 50% #DADADA;
}
#selectionForm\3Ayears-accordion .rf-ac-itm-hdr-act {
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
}
#selectionForm\3Ayears-accordion .rf-ac-itm-hdr-inact {
    border-radius: 4px; 
}
#selectionForm\3Ayears-accordion .rf-ac-itm-hdr div {
	text-align: center;
}
#selectionForm\3Ayears-accordion .rf-ac-itm-gr {
    font-size: 1.0em !important;
    color: #555555;
}
#selectionForm\3Ayears-accordion .rf-ac-itm-lbl:hover {
	color: #212121 !important;
}
#selectionForm\3Ayears-accordion .rf-ac-itm-cnt {
    background-color:#b5d0d0;
	font-size: 0.9em !important;
    padding: 14px 2px;
    text-align: center;
    border-right: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.year-button.selected {
    background: #FFFF80;
}
.year-button, .year-button:visited {
    color: #555555;
}
.year-button:hover {
	color: #0090FF;
}
.year-button:focus {
    outline-width: 0px;
}
.year-button {
	border: 1px solid #D3D3D3;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-family: OpenSans;
	font-size: 1.0em !important;
	margin: 1px 0px;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 105px;
    background: url("/javax.faces.resource/img/ui-bg_glass_75_e6e6e6_1x400.png.jsf?ln=default") repeat-x scroll 50% 50% #E6E6E6;
}


/* styling for categories bar */
#categories {
	border: 1px solid #AAA;
	margin: 2px 0px 0px 5px;
	width: 64px;
	height: 692px;
    border-radius: 4px;
    background: linear-gradient(#BBB 0px, #909090 73px) repeat scroll 0% 0% transparent;
}
#categories .rf-ddm-lst-bg {
    background: linear-gradient(#BBB 0px, #909090 200px) repeat scroll 0% 0% transparent;
	}
#categories .rf-ddm-unsel, #categories .rf-ddm-sel {
	border: none;
	background-color: inherit;
}
#categories .rf-ddm-sel {
    background-image: none;
}
#categories .rf-ddm-lbl {
	padding: 0px;
}
#categories .rf-ddm-itm, #categories .rf-ddm-lst, #categories .rf-ddm-lst-bg {
	border-radius: 4px;
}
#categories .rf-ddm-itm-lbl {
	font-size: 14px;
	font-weight: normal;
}
#categories .rf-ddm-itm-ic {
	background-color: #576464;
    border-radius: 4px;
}
#categories .rf-ddm-itm-sel, #categories .rf-ddm-itm-unsel {
	padding: 3px 10px 3px 5px;
	border: none;
}
#categories .rf-ddm-itm-sel {
    background: linear-gradient(#DDD 0px, #BBB 48px) repeat scroll 0% 0% transparent;
}
#categories a {
	font-size: 1.0em;
}
ul#categorygroup-buttons {
	padding: 0px 4px;
	margin-top: 3px;
}
#categorygroup-buttons li {
	height: 60px;
	list-style: none outside none;
}
#categorygroup-buttons img {
    border: 4px solid #D3D3D3;
    border-radius: 4px;
}
#categorygroup-buttons img.selected {
    border: 4px solid #FFFF80;
    margin-left: 0px;
}   
#categorygroup-buttons img:hover {
    border: 4px solid #00D8FF;
}
#categories .rf-ddm-itm img, #categories .rf-ddm-itm img:hover {
    border: none;
}


/* styling for "main" (climate data or GWL) image */
.main-image-small, .main-image-large {
    background-color:#b5d0d0;
    margin: 2px 5px 0px 5px;
    border-radius: 4px;
}
.main-image-small {
	margin: 2px 0px 0px 5px;
}
.main-image-small > img:first-of-type, .main-image-large > img:first-of-type, 
#selectionForm\3Agwl-rose-small\3Agwl-rose-div, #selectionForm\3Agwl-rose-large\3Agwl-rose-div {
	border: 2px solid #000000;
	border-radius: 4px;
}
.main-image-small > img:first-of-type, .main-image-large > img:first-of-type {
    padding: 5px;
}
.station-link-main-image-small {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 13px;
    height: 13px;
}
.station-link-main-image-large {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 26px;
    height: 26px;
}
img.centered { 
    padding-left: 0px; 
    border-width: 2px; 
    border-color: #000000; 
    border-style: solid;
    border-radius: 4px;
}
.maximize {
    position: absolute; 
}
.maximize.image {
    top: 9px; 
    right: 9px;
}
.maximize.gwl {
    top: 5px; 
    right: 5px;
}
#station-popup {
    padding: 5px;
    border-radius: 4px;
    font-size: 0.8em;
    background: #a3a3a3;
    background: linear-gradient(#bbbbbb 0, #909090 73px);
    background: -o-linear-gradient(#bbbbbb 0, #909090 73px);
    background: -ms-linear-gradient(#bbbbbb 0, #909090 73px);
    background: -moz-linear-gradient(#bbbbbb 0, #909090 73px);
    background: -webkit-linear-gradient(#bbbbbb 0, #909090 73px);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#station-popup * {
    color: #222222;
    font-size: 1.0em;
    text-align: center;
}
#station-popup-link-icon {
    width: 16px; 
    height: 16px; 
    display: inline-block;
    background-image: url("/javax.faces.resource/img/ui-icons_222222_256x240.png.jsf?ln=default");
    background-position: -28px -60px;
}
.gwl-name, .gwl-header, .gwl-teaser {
    color: #222222;
    text-align: center;
}
.gwl-name, .gwl-header {
    height: 35px;
    background-color: #AAAAAA;
}
.gwl-teaser {
    height: 49px;
    background: transparent linear-gradient(#AAAAAA 40px, #B5D0D0 50px) repeat scroll 0% 0%;
    padding: 0px 10px;
}
.gwl-links {
	height: 60px;
	padding-left: 10px;
	background: transparent linear-gradient(#B5D0D0 0px, #909090 10px) repeat scroll 0% 0%;
}
.gwl-header {
    font-size: 1.5em;
}
.gwl-name {
    font-size: 1.3em;
}
.gwl-name, .gwl-header {
	font-weight: bold;
}
.gwl-teaser {
    font-size: 0.9em;
}
#gwl-rose-placeholder {
	background-color: #B5D0D0;
}
.no-data {
    position: absolute; 
    width: 400px; 
    text-align: center; 
    font-weight: bold; 
    font-size: 20px; 
    text-shadow: 0px 0px 3px #ffffff;
}

/* styling of the sidetext which describes the main image content */
.sidetext {
    background-color:#b5d0d0;
    margin: 2px 0px 0px 5px;
    padding: 15px 20px;
    height: 664px;
    border-radius: 4px;
    font-size: 13px;
    color: #222222;
}
.sidetext.sparse {
    padding: 15px 10px;
    font-size: 12px;
    height: 664px;
}
.sidetext p:first-of-type {
	margin-top: 0px;
}
.colorbartext span {
    font-size: 14px; 
    font-weight: bold;
}
.colorbar-label-SUNSHINE_CATEGORIES, .colorbar-label-STORM_CATEGORIES {
    text-shadow: 1px 1px 0px #444444;
}
.colorbar-label-SNOW_CATEGORIES {
    text-shadow: 0px 0px 3px #000000;
}
.colorbar-spacer {
    height: 16px;
}
