/* Remove the default margin set by the grid.css */

/* apply this class to center an element within the width of its parent */
/* width needs to be applied to the element separately */
.span-center {
	margin: 0 auto;
	display: block;
	float: none;
/*	width: 700px;*/
}
/*
img {
	margin-left: 0px ;
	margin-right: 0px ;
}

.margin-auto {
	margin: auto;
}	
*/
abbr {border:none}

.span-1 img, .span-2 img, .span-3 img, .span-4 img, .span-5 img, .span-6 img, .span-7 img, .span-8 img, .span-9 img, .span-10 img, .span-11 img, .span-12 img, #cn-aside img, img {
    height: auto;
    width: auto;
}

/*
input[type="submit"], input[type="reset"], input[type="button"] {
	margin-top: 0px;
}

input[disabled], input[disabled]:hover, input[disabled]:focus, input[disabled]:active {
	background: #ccc none !important;
	color:gray;
	border-color: transparent;
	box-shadow: none !important ;
	text-shadow:none;
}

.cn-left-col-default h3,.cn-left-col-default .toplevel {line-height: 1.5}

.indicator {
    float: right;
    padding-right: 3px;
}

.scrolllist {
    height: 25em;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

.float-right, .float-left{
	background-color: transparent; 
}

.black { 
	color: rgb(0, 0, 0); 
	background-color: transparent;
}
*/

table caption{
	text-align: left;
	font-weight: bold;
}
/*
caption p{
	font-weight: normal;
}
*/
/*
ul.inline-nav li {
	display: inline;
}
*/
/* style div to look like fieldset for fieldsets that previously had no legend */

div.fieldset{ 
	border: 1px solid #CCC;
	*border:0 !important;
	padding: 10px;
	margin: 10px 0 10px 0;
	border-radius: 2px;
}

/* used be saisons/index_e.html */
.inlinemenu {
	margin: 0 1em 0 0;
	float: left;
}

.inlinemenu label{
	margin-bottom: 0;
}

/*div.myTopPage {
	float: left;
	text-align: center;
	clear: both;
}

img.myTop {
	float: left; 
	width: 19px; 
	height: 12px; 
	text-align: center;
}
*/
ul.pipelist { list-style: none; margin: 0 0; padding: .9em 1em 0; padding-left: 0; font-size:90%; line-height:1.2}
ul.pipelist li { display:inline; margin: 0 0 0 .7em; padding:0 0 0 .8em; border-left: 1px solid #888 }
ul.pipelist li:first-child { border: none; margin: 0; padding: 0 0  }

/* 	removes always-underline for city page subheader links (24 hours, radar, satellite, aqhi, record values, statistics) 
	(default link style is always underline, may be changed in future WET version */
ul.pipelist li a:link{ text-decoration:none !important}
ul.pipelist li a:hover{ text-decoration:underline !important}

/*ul.pipelist { margin: 0 auto; width: 40em }*/
ul.pipelist li {display:block; float:left}
/*
ul.columnlist { list-style: none; margin: 0; padding: 0; }
ul.columnlist li { margin: 0; padding: .4em 1%; float:left; width: 31%; line-height: 1.5; border: 1px solid #eee;}
ul.columnlist li a { display:block }
*/
/*
ul.bulletedList li {margin: 0; padding-right:5px; padding-bottom:10px; float:left; width:22%; text-align: center;}

#provsummary tr.oddrow { background-color: #eee}
#provsummary tr.evenrow { background-color: #fff}
#provsummary tr th {
  background-color: #555555;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  padding: 8px;
  text-align: center;
}
*/
/*
#provsummary tr th a {color: #A9D0F5;}
*/
/* Zebra themed tables */
/*
table.zebra tr:nth-child(odd) {
	background-color: #EEEEEE;
}

table.zebra tr:nth-child(even) {
	background-color: #FFFFFF;

}

table.zebra th {
	background-color: #555555;
	color: #FFFFFF;
}

table.zebra th.date {
	text-align:left;
}

table.zebra td {
	border: 1px solid #CCCCCC;
}
*/
/*table.zebra th a {
	color: #A9D0F5;
}

table.zebra th a[href]:hover, table.zebra th a[href]:active, table.zebra th a[href]:focus {
	color: #FFCCCC;
}

table.zebra th a:visited {
	color: #CCCCFF;
}*/
td.trackLegend{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:0px;
	border-top:0px;
	border-style:none;
	text-align:left;
	   background:#FFFFFF;
}
table thead.trackLegendHead{
	text-align:left;
	background:#FFFFFF;

}

.hurr_c {
	position:relative;
	left:550px;
	top:-60px;
	z-index:100;
	width:35px;
	height:40px;
}

.hurr_s {
	position:relative;
	left:550px;
	top:-40px;
	z-index:100;
	width:35px;
	height:40px;
}

.hurr_w {
	position:relative;
	left:800px;
	top:-90px;
	z-index:100;
	width:35px;
	height:40px;
}

.hurr {
	position:relative;
	left:280px;
	top:-15px;
	z-index:100;
	width:35px;
	height:40px;
} 


/*  mega menu */
/*
	.mb-menu h4 a:link, .mb-menu h4 a:visited, .mb-menu h4 a.hover, .mb-menu h4 a:focus, mb-menu h4 a.active   { 
	cursor: default;
	text-decoration: none;		  
}
*/

/* Custom css file for the top and bottom banner */
@media print {
.banner{ display:none; }
} 

/* msc (top) pco (bottom) banner */
/*
.mscbanner {
	height: 70px;
	width : 220px;
	text-align: center;
	font-weight: bold;
}
*/

/* width */
.width-5 { width: 5%;}
.width-6 { width: 6%;}
.width-7 { width: 7%;}
.width-11 { width: 11%;}
.width-12 { width: 12%;}
.width-18 { width: 18%;}
.width-24 { width: 24%;}
.width-25 { width: 25%;}
.width-75 { width: 75%;}

.formInline label, .formInline input[type="button"], .formInline input[type="reset"], .formInline input[type="submit"]{
	display: inline-block !important;
}

.formInline p, .formInline input{
	margin: 0;
}

.formInline select{
	margin-top: 1px;
	margin-bottom: 1px;
}

.formInline.space input, .formInline.space select{
	margin-left: 2px;
	margin-right: 2px;
}

.formInline.space p{
	margin: 2px;
}

.formInline.space img{
	margin-bottom: 0px;
}

/* aqfm, astro, etc. ui controls inside table */
table#mainTable{
	margin: 0 0 20px 0;
}
	
#mainTable td{
	text-align: center;
	margin: 0;
}

#mainTable form{
	margin-bottom: 0;
}

#mainTable input{
	margin: 0;
	padding: 0;
	border: #FFF 0 none;
	color: #000;
	box-shadow: none;
	text-align: center;
}

#mainTable img{
	margin-bottom: 0;
}

.inlineLinks li{
	display: inline;
}

/* for megamenu spacing */
div .mb-sm-open{
font-size:85%;
}
div .mb-sm-open a{
padding-bottom:0.35em !important;
padding-top:0.35em !important;
}

/*remove link styling on menu subheaders*/
.mb-menu h4 a:link {
	text-decoration:none !important;
	cursor:default;
}

/*fix for fieldset not displaying in IE7*/
.ie7 legend{
	border-bottom:1px solid #CCC;
	display:inline-block !important;
}

/*temporary fix for disabling link styling on expand/collapse classes with JS off (WET bug), to be removed after updgrade to latest WET version*/
.no-js summary:hover, .no-js  summary:focus, .no-js  summary:active {
	background: none !important;
	cursor:default !important;
}

/*temporary fix for adding underline to site title (Weather/Météo) (WET bug), to be removed after update to upgrade WET version*/
#gcwu-title-in a:focus, #gcwu-title-in a:hover, #gcwu-title-in a:active{
		text-decoration:underline;
}

