﻿@import url("../safemanitoba/style.css");

.featureSelector
{
	height:33px;
	line-height:33px;
	list-style-type:none;
	padding:0; margin:0;
	position:absolute;
	bottom:0; left:0;
	
	display: none;
}

.featureSelector li
{
	display:inline;	
	float:left;
	margin:0 !important;
}


.featureSelector li a
{
	display:block;
	font-weight:bold;
	float:left;
	height:26px;
	line-height:26px;
	margin-top:3px;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	width:26px;
}

.featureSelector li a.selected
{
	background: url(../safemanitoba/images/feature_selector_selected.gif) left top no-repeat;
	color:#ffffff;
}

.featureSelector li.backButton a
{
	background: url(../safemanitoba/images/icon_arrow_back.gif) 6px 6px no-repeat;
}

.featureSelector li.forwardButton a
{
	background: url(../safemanitoba/images/icon_arrow_forward.gif) 6px 6px no-repeat;
}

.hazardAlertsBox
{
	background: #DCD9D3 url(../safemanitoba/images/hazard-alerts-title-bar.png) left top no-repeat;
	margin-top:6px;
	padding:0 0 .5em 0;
}

.hazardAlertsBox h2
{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	height:58px !important;
	text-indent:-1000em;
}

.hazardAlertsBox .contentList li
{
	background:none;
}

.hazardAlertsBox .moreInfo
{
	margin-left:0 !important;
}

.popup
{
	background-color: Transparent;
	border-style: none;
	color: inherit;
	height: 100%;
	left: 0px;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

.popupSelect
{
	background-color: #FFF;
	border-style: none;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.popupShadow
{
	background: #000;
	color: #FFF;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0px;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}

.popupWindow
{
	left: 50%;
	margin: -155px 0 0 -136px;
	padding: 24px 0 0 0;
	position: absolute;
	top: 50%;
	width: 310px;
	z-index: 3;
}

.popupWindow .popupClose
{
	background: #FF0204;
	color: #000;
	height: 24px;
	left: 0px;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 310px;
}

.popupWindow .popupClose a,
.popupWindow .popupClose a:link
{
	background: Transparent;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.quickLinksBox ul
{
	margin:0;
	padding:0;	
}

.quickLinksBox ul li
{
	background: url(images/icon_quick_link.gif) 5px center no-repeat;
	list-style-type: none;
	
	padding: .25em 0 .25em 26px;
}

.quickLinksBox ul li.altrow
{
	background-color:#F0EFED;
}

.quickLinksBox ul li.altrow a
{
	
}

#Content
{
	width:637px;
	padding:0;		
}

#Feature
{
	height: 262px;
	overflow: hidden;
	position: relative;
}

#FeatureSlideshow
{
	height: 254px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 637px;
}

#FeatureSlideshow li
{
	list-style-type:none;
	left: 0px;
	margin:0;
	padding:0;
	position: absolute;
	top: 0px;
}

#Sidebar p
{
	margin-left:14px;
}
