/*------------------------------------------------------------

default.css
Default CSS styles used across all browsers.

notes:
Place your generic class rules here. These rules will be applied to ALL browsers.

------------------------------------------------------------*/
body
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/websiteBg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	line-height: 125%;
}


/*------------------------------------------------------------

sharepoint fixes for xhtml 1.0

------------------------------------------------------------*/

.ms-globalTitleArea .ms-sitetitle {
	text-align: left;
}

.ms-titlearealeft, .ms-titleareaframe, .ms-titlearearight {
	vertical-align: top;
}

.ms-pagetitleareaframe {
	text-align: left;
	width: 100%;
}




/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/


/* floats */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* float clears */

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}


/* text alignment */

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}





/*------------------------------------------------------------

special messaging

------------------------------------------------------------*/

/* browser upgrade message */
.upgrade {
	margin-top: 1em;
	color: #900;
	border: 2px solid #900;
}

/* print preview message */
.printPreview {
	display: none;
}





/*------------------------------------------------------------

Main Epcor.Ca CSS

------------------------------------------------------------*/

#bodyContentMain ul, #bodyContentMain ol
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

#bodyContentMain ol
{
	margin-left: 23px;
}

hr
{
	color: #99C54F;
	height: 1px;
}

#bodyContentMain p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#bodyContentMain a, #bodyContentMain a:link, #bodyContentMain a:visited
{
	color: #00F;
	text-decoration: none;
}

#bodyContentMain a:hover
{
	color: #00F;
	text-decoration: underline;
}

.ep-Container
{
	font-size: 0.7em;
	min-height: 100%;
	text-align: center;
	width: 960px;
	border-left: solid 1px #99C54F;
	border-right: solid 1px #99C54F;
}

.ep-ContentContainer
{
	border: solid 1px fuschia;
	background-color: #FFF;
	font-size: inherit;
	min-height: 400px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	width: 930px;
}

.ep-BodyContentContainer
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: inherit;
	vertical-align: top;
	width: 701px; 
}

.ep-BodyContentContainer td
{
	font-size: inherit;
}

.ep-BodyContent, .ep-BodyContentClean, .ep-BodyContentRight
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: inherit;
}

.ep-BodyContent, .ep-BodyContentClean
{
	border-left: dotted 1px #99C54F;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top; 
}

.ep-BodyContentClean
{
	border-left: none;
}

.ep-BodyContentRight
{
	border-left: dotted 1px #99C54F;
	padding-left: 15px;
	width: 150px;
	vertical-align: top; 
}

* html td.ep-BodyContentRight
{
	width: 155px;	
}

.ep-BodyContent div, .ep-BodyContentClean div, .ep-BodyContentRight div,
.ep-BodyContent td, .ep-BodyContentClean td, .ep-BodyContentRight td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: inherit;
}

/* also over-rides default MOSS styles */
h2, h2.double, h2.single, .ms-WPBody h2, .ms-TPBody h2
{
	color: #009BDB;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 4px 0px 2px 0px;
	text-transform: uppercase;
}

h2.double
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/chevronDoubleLarge.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
}

h2.single
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/chevronSingleLarge.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}

/* also over-rides default MOSS styles */
h4, .ms-WPBody h4, .ms-TPBody h4
{
	color: #009BDB; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 4px 0px 2px 0px;
}

/* also over-rides default MOSS styles */
h5, .ms-WPBody h5, .ms-TPBody h5
{
	color: #009BDB; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 4px 0px 2px 0px;
}

/* also over-rides default MOSS styles */
h6, .ms-WPBody h6, .ms-TPBody h6
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/chevronDoubleSmall.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #99C54F; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 4px 0px 2px 0px;
	padding-left: 18px;
}

.ep-Breadcrumb
{
	padding-left: 16px;
	vertical-align: middle;
	width: 550px;
}

.ep-Breadcrumb a, .ep-Breadcrumb span, .ep-Breadcrumb span span a
{
	color: #009BDB;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}

.ep-Breadcrumb a:hover, .ep-Breadcrumb span span a:hover
{
	color: #009BDB;
	text-decoration: underline;
}

.ep-FlashContent
{
	border: none;
	height: 304px;
	margin: none;
	padding: none;
	vertical-align: top;
	width: 930px;
}

.ep-Footer
{
	background-color: #CCCCC2;
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/footerBg.jpg);
	background-repeat: repeat-y;
	border: 0px;
	padding: 0px 0px 0px 27px;
	margin: 0px;
	vertical-align: middle;
	width: 960px;
}

.ep-Footer img
{
	border: 0px;
}

.ep-Header
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/headerBg1.jpg);
	background-repeat: repeat-x;
	height: 64px;/*73px;*/
	text-align: left;
	vertical-align: middle;
	width: 960px;
}

.ep-Header table 
{
	height: 64px;/*73px;*/
	vertical-align: top;
	width: 100%;
}

.ep-HeaderLeft
{
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 57px;
	text-decoration: none;
	vertical-align: middle;
	width: 200px;
}

.ep-HeaderRight
{
	border: 0px;
	margin: 0px;
	padding: 0px 57px 0px 0px;
	text-decoration: none;
	vertical-align: middle;
}
/*
.ep-Logo
{
	border: none;
	padding-left: 60px;
	text-decoration: none;
	vertical-align: middle;
}
*/
.ep-Main
{
	background-color: #FFF;
	text-align: center;
}

.ep-NavFooter, .ep-NavFooter a
{
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.ep-NavFooter a:hover
{
	color: #FFF;
	text-decoration: underline;
}

.ep-NavPrimary
{
/*	height: 40px; */
	/*height: 90px; */
	vertical-align: top;
}

.ep-PageControls
{
	padding-right: 0px;
	vertical-align: middle;
	text-align: right;
	width: 160px;	
}

/* hack for IE */
* html td.ep-PageControls
{
	width: 190px;	
}

.ep-PageControls a, .ep-PageControls a:hover, .ep-PageControls a:link
{
	color: #99C54F;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.ep-PageControls a:hover
{
	color: #333;
	text-decoration: underline;
}

.ep-PageControls img
{
	border: 0px;
	vertical-align: text-top;
}

/* hack for IE */
* html td.ep-PageControls img
{
	margin-top: 2px;
	vertical-align: text-top;
}

.ep-PrimaryNav
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/primaryNavBg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 50px;
}

.ep-SearchBoxContainer
{
	border: none;
	margin-left: 490px;
	margin-top: -41px;
	position: relative;
}

.ep-SearchBg
{
	border: none;
	left: 460px;
	position: relative;
	top: 10px;
	vertical-align: middle;
	width: 185px;
}

.ep-SearchBox
{
	border: none;
	height: 16px;
	left: 0px;
	position: relative;
	top: 27px;
	width: 140px;
}

/* search box hack for IE6 */
* html div.ep-SearchBox
{
	left: 0px;
}

div.ep-RssNewsFeedHomePage
{
	position: relative;
	top: -6px;
}

.ep-HeaderImageLeft, ep-HeaderImageMiddle, .ep-HeaderImageRight
{
	border: none;
}

.ep-SpacerHorizontal
{
	height: 10px;
	width: 100%;
}

.ep-Van2010Footer
{
	text-align: right;
}


/*------------------------------------------------------------

Generic Results Styles                  
for use with results results lists             
(eg. staff directory search, my tickets, etc.) 

------------------------------------------------------------*/

/*** needed for misc buttons ***/
.clickMe
{
	cursor: hand;
}

.dataRowNormal
{
	background-color: #FFF;
	cursor:hand;
}

.dataRowActive
{
	background-color: #DEF;
	cursor:hand;
}

.genericResultsContainer
{
	border-top: solid 1px #FFF;
	display: block; 
	text-align:left;
	width: 100%; 
}

.genericResultsHeader
{
	background-color: #E6E6E6;
	color: #4D4D4D;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: inherit;
	font-weight: bold;
}

.genericResultRow, .genericResultRowAlternate, .genericResultLabel
{
	background-color: #EFF8FF;
	border-top: solid 2px #FFF;
	color: #0C59A7;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: inherit;
}

.genericResultLabel
{
	color: #333;
	font-weight: bold; 
}

.genericResultRowAlternate
{
	background-color: #FFF;
}


/*------------------------------------------------------------

Overridden MOSS Styles
(see also: Main Epcor.Ca CSS)

------------------------------------------------------------*/

.ms-propertysheet
{
	font-size: 1em;
}

.ep-bodyareaframe
{
	font-size: 1em;
}

.ms-WPBody, .ms-WPBody td
{
	font-size: 1em;
}

/* for positioning the search input box (header only) */
div.ep-SearchBox .ms-sbtable, 
div.ep-SearchBox .ms-sbtable tr, 
div.ep-SearchBox .ms-sbtable tr td, 
div.ep-SearchBox .ms-sbtable-ex, 
div.ep-SearchBox .ms-sbtable-ex tr, 
div.ep-SearchBox .ms-sbtable-ex tr td
{
	border: none;  /* uncomment this line to remove the border */
	padding: 0px;
	margin-top: -24px;
	margin-bottom: -26px;
}

/* for removing the border around the search box (header only) - IE */
div.ep-SearchBox .ms-sbplain
{
	border: 0px;
}

/* for setting the search font colour (header only) */
div.ep-SearchBox .ms-sbcell input
{
	color: #999;
}

/* site actions */
.ms-siteactionsmenu
{
	float: right;
	text-align: left;
	width: 95px;
}

.ms-siteactionsmenu span
{
	float: left;
}

/*------------------------------------------------------------

Styling for the Global Navigation

------------------------------------------------------------*/

#globalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#00305f;
	color:#fff;
	background-image:url('/_layouts/EpcorInternetPublishing/en-ca/images/epcormainmenu_nrm.gif');
	background-repeat:repeat-x;
	float:left;
	width:930px;
	margin-left: 0px;
	position:relative;
	z-index:1;
}

td.ep-FlashContent {
position:absolute;
z-index:-5;
}

#epcorflashheader {
	position:absolute;
	z-index:-10;
	border:solid 1px #fc3;
	}

#globalNav ul {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	}

#globalNav LI {
	font-size: 12px;
	cursor: pointer;
	float: left;
}

#globalNav LI A {
	text-decoration: none;
	display: block;
	color: #fff;
}

#globalNav LI A:hover {
	color: #fff;
	background-color:#009bdb;
	background-image:url('/_layouts/EpcorInternetPublishing/en-ca/images/epcormainmenu_ovr.gif');
	background-repeat:repeat-x;
}

#globalNav LI UL LI A {
	color: #004990;
	padding:3px 8px;
}

#globalNav LI UL LI A:hover {
	text-decoration: underline;
	background: transparent;
	color: #004990;
}


#globalNav UL LI UL {
	position: absolute;
	display: none;
	color: #004990;
}

#globalNav UL LI UL.globalNav-showDefault1 {
	display: block;
}

.globalNav-submenu1  {
	width:930px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	left:0px;
	position:absolute;
	z-index:100;
	background-image:url('/_layouts/EpcorInternetPublishing/en-ca/images/mainmenusub_ovr-trans.png');
	background-repeat:no-repeat;
	}



ul.globalNav-submenu1  {
	}


#globalNav UL LI:hover UL, #globalNav div.globalNav-submenu1 UL LI A:hover UL, #globalNav LI.sfhover UL { display: block; }

.globalNav-item1 {
	background-image:url('/_layouts/EpcorInternetPublishing/en-ca/images/epcormainmenu_nrm.gif');
	background-repeat:repeat-x;
	padding:8px 15px;
	text-transform:uppercase;
	}



#globalNav a.globalNav-selected1, #globalNav a.globalNav-selected1:hover {
	color: #fff;
	padding:8px 15px;
	background-image:url('/_layouts/EpcorInternetPublishing/en-ca/images/epcormainmenu_ovr.gif');
	background-repeat:repeat-x;
	background-color:#009bdb;

}

#globalNav li.globalNav-selected2 a, #globalNav .globalNav-selected2:hover {
	background-image:url('/_layouts/EpcorInternetPublishing/en-ca/images/epcormainmenu_ovr.gif');
	background-repeat:repeat-x;
	background-color:#009bdb;
	color:#fff;
	}


#globalNav li.globalNav-separator1 {
	padding:7px 0px 0px 0px;
	}
	

#globalNav li.globalNav-separator2 {
	padding:3px 0px 0px 0px;
	}
	
	

/*------------------------------------------------------------

Styling for the Left Navigation

------------------------------------------------------------*/
.ep-LeftNavCell
{
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/leftNavBg.gif);
	background-repeat: repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-right: 6px;
	text-align: center;
	vertical-align: top; 
	width: 212px;
}

.ep-LeftNavContainer
{
	line-height: 135%;
	text-align: left;
	vertical-align: top; 
	width: 100%;
}

.ep-LeftNavNodeNormal
{
	background-color: transparent;
	border-bottom: groove 2px #E8E8E8;
	padding: 6px 0px 6px 0px;
	vertical-align: top;
}

.ep-LeftNavNodeNormal a, .ep-LeftNavNodeNormal a:hover
{
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

.ep-LeftNavNodeSelected
{
	background-color: #FFF;
	color: #F00;
	border-bottom: groove 2px #E8E8E8; /* groove inset outset ridge */
	padding: 6px 0px 6px 0px;
	vertical-align: top;
}

.ep-LeftNavNodeSelected a, .ep-LeftNavNodeSelected a:hover
{
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

.ep-LeftNavNodeTopLevel
{
	background-color: #FFF;
	background-image: url(/_layouts/EpcorInternetPublishing/en-ca/images/leftNavTopLevelBg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-top: solid 2px #99C54F;
	height: 30px;
}

.ep-LeftNavNodeTopLevel a, .ep-LeftNavNodeTopLevel a:hover
{
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

.ep-LeftNavIconCell
{
	vertical-align: top;
}

.ep-LeftNavIconCell img
{
	border: none;
	margin-top: 3px;
	vertical-align: text-top;
}

.ep-LeftNavLeftGutterNormal, .ep-LeftNavLeftGutterSelected, .ep-LeftNavRightGutterNormal
{
	background-color: transparent;
	width: 4px;
}

.ep-LeftNavRightGutterSelected
{
	background-color: #FFF;
	border-bottom: solid 2px transparent;
	color: #FFF;
	width: 4px;
}

/* overrides styling on the first navigational node  (eg. top border) */
.ep-LeftNavNodeFirst
{
	border-top: none;
}

.ep-LeftNavBottomSpacer
{
	 height: 100%;
}
div.ms-MenuUIPopupBody
{
 z-index:1500;	
}