/* Styles to use when printing */

/* change the margin of the main content as we no longer have the sidebar */
#main {
	margin-right: 10px !important;
}

/* hide the sidebar */
#sidebar {
	display:none; 
}

#sidebarCol {
	width: 0;
}

/* make the content full width */
#content {
	width: 100%;
}

/* hide the navbar background */
#navBg {
	display:none; 
}

/* hide the navbar */
#nav { 
	display:none; 
}

/* hide the breadcrumb */
.crumb { 
	display:none; 
}

/* move the Met Office logo to the top-left corner */
.logo {
	position:absolute;
	left: 10px;
	top: 0px;
}

/* hide the big logos */
#BigLogo {
	display:none; 
}

/* show the small logos */
#SmallLogo {
            display:inline;
}

/* hide the accessibility */
#headerRight {
	 display:none;
}

/* hide things which should not be printed */
#DoNotPrint {
	 display:none;
}

#fc_table {
	width: 100% !important;
}

/* hide the wavy lines */
#wavylines {
	display:none;
}

/* hide the warning indicator */
#warningIndicator {
	display:none;
}

#wrldwx_lh_panel {
	display:none;
}

/* re-style the footer 
.footer {
	border-top: 1px solid gray;
	background-color: white !important; 
}

.footer a, .footer a:visited {
	font-weight: bold;
	color: black !important;
}
*/

/* hide the general links in the footer */
.footerLinks {
	display:none; 
}

.hp2_1, .hp2_2 {
	width: 200px !important;
}

/* style for 5-day UK warning summary */
.warning5day {
	border: 3px solid #FFF !important;
}
.warning5dayHighlight {
	border: 3px solid #D6E797 !important;
}

#sample {position:absolute!important;top:0px!important;left:0px!important;float:left;width:50;height:50%;}

/*FAQ additions*/
.centerImg {float:none;position:static;}
.faqAnswer{clear:both;background:#fff!important;}
.faqNum{clear:both;width:20px!important;}
.faqStatus{display:none;clear:both}
.returnToTop {display:none;}
