/* 
  -----------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Multicolor
  
  Additions, changes, alterations
  special css by Systems2win
  
  WARNING: DO NOT EDIT unless you
  know what you do !
  -----------------------------------
*/

/* -------------------- GENERAL --------------------- */

.p7EPM01 .p7epm_trigs {
	overflow: hidden;
	margin-bottom: 10px;
	background-image: none;
	/*background: #DDEEFF url(../../../images/components/tab-bg.jpg) center left repeat-x;*/
	/*border-radius: 10px; for IE*/ 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.p7EPM01 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
	height: 38px;/* 38 for IE6 so the menu does not overlap the top tab - auto 42px */
}
.p7EPM01 .p7epm_trigs li {
	list-style-type: none;
	float: left;
	margin: 6px 0px 6px 3px;
	border: 1px solid #333333; 
	/*border-radius: 6px; for IE*/ 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-box-shadow: 0 0 1em #333333;
	-webkit-box-shadow: 0 0 1em #333333;
}
.p7EPM01 .p7epm_trigs .t1 {
	margin: 6px 0px 6px 6px;
}
.p7EPM01 .p7epm_trigs a {
	float: left;
	display: block;
	padding: 6px 4px;
	font-family: Verdana,Arial,"Microsoft Sans Serif",Helvetica,Tahoma,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DDEEFF;/*light blue*/ 
	background: #000066 url(../../../images/tabs/tab-on.jpg) center left repeat-x;
	border: 1px solid #FFFFFF;
	/*border-radius: 6px; for IE*/ 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
}
.p7EPM01 .p7epm_trigs a:hover {
	color: #FFFFFF;/*can change hover color*/
	text-decoration: none;
	background-color: #000066;/*175AA0 dark blue*/ 
	background-image: none;
	border-color: #000000;
}
.p7EPM01 .p7epm_cwrapper {
	margin: 0px 4px 0px 4px;
	border: 0;
	/*border-radius: 10px; for IE*/ 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 0 0 1em #333333;
	-webkit-box-shadow: 0 0 1em #333333;
}
.p7EPM01 .p7epm_content {
	padding: 12px 12px;
	/* line-height: 1.5em; @@@ This is what caused the line height and br to be different within Elevator Panels */
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/*border-radius: 10px; for IE*/ 
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px; 
}

/* ----------------- DROPDOWNS ONLY ----------------- */

/* dropdown must show over elevator panel menu below */
/* and above everything else */
#dropdown {
	position: relative;
	z-index: 5000;
	display: block;
	height: 38px;
	/* filter:alpha(opacity=95);-moz-opacity:.95;-khtml-opacity:.95;opacity:.95; */ 
	/* @@@ Why does opacity mess up the z-index in IE? */
}

/* used for when action buttons are between 2 menus */
/* or when appear below dropdown menu @@@ Is this needed?*/
#dropdown {
	margin-bottom: 2px;
}

/* move drop menus up to tabs - no space */
#dropdown .p7EPM01 .p7epm_trigs {
	margin-bottom: -7px;
	background: #DDEEFF url(../../../images/tabs/tab-bg.jpg) center left repeat-x;
	/*border-radius: 10px; for IE*/ 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* links panels */
#dropdown ul.linklist {
	margin: 0px;
	padding: 0px;
	/* border-bottom: 1px dotted #000066; @@@ */
}
#dropdown .p7EPM01 .linklist,
#dropdown .p7EPM01 .linklist li {
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
}
#dropdown .linklist li {
	line-height: normal;
	/*padding: 2px 0 2px 0;*/
	/*border-top: 1px dotted #000066; @@@*/
}
#dropdown .p7EPM01 .linklist a {
	display: block; /* display: block; causes double white space in IE6, so use paragraphs instead */
	margin: 0px;
	padding: 2px 0 2px 5px;
	/*padding-left:5px;*/
	text-decoration: none;
	color: #000066;
}
#dropdown .p7EPM01 .linklist a:hover {
	/*text-decoration: none;
	color: #CC0000;*/
	color: #FFFFFF;
	background-color: #175AA0;
}
.panelColumn_50 {
	padding: 0px;
	/* background: yellow; */
}	

/* disabling radius and shadow in dropdown content wrapper */
#dropdown .p7EPM01 .p7epm_cwrapper { 
	margin: 0px;
	/*border-radius: 0px; for IE*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	-moz-box-shadow: 0 0 0 #333333;
	-webkit-box-shadow: 0 0 0 #333333;
}

/* dropdown content */
#dropdown .p7EPM01 .p7epm_content {	line-height: normal !important;/*dropdown's listings*/
	margin-bottom: 6px;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 1em #333333;
	-webkit-box-shadow: 0 0 1em #333333; 
}

/* default is fixed width menu tabs  */
/* if change from fixed width - must also change margins of p7epm_content.pan1... to lineup */
#dropdown .p7EPM01 .p7epm_trigs a {
	width: 100px; /* auto; */
	text-align: center;
}

#dropdown .p7EPM01 .p7epm_trigs .autowide a {
	width: auto;
	text-align: center;
}

/* -------------------------------------------------- */

/*  /////////// Tabbed menu in Portal is p7EPM_1 //////////// */
/* No special formatting */
/* -------------------------------------------------- */



/*  /////////// menuTopNav7 is p7EPM_2 //////////// */

#p7EPM_2.p7EPM01 .p7epm_trigs .t1 a,
#p7EPM_2.p7EPM01 .p7epm_trigs .t8 a {
	background-image: none;
}

/* special widths of tab buttons in menuTopNav */
#p7EPM_2.p7EPM01 .p7epm_trigs .t1 a {width: 110px;} /* Systems2win */
#p7EPM_2.p7EPM01 .p7epm_trigs .t2 a {width: 100px;} /* Lean Tools */
#p7EPM_2.p7EPM01 .p7epm_trigs .t3 a {width: 165px;} /* Value Stream Mapping */
#p7EPM_2.p7EPM01 .p7epm_trigs .t4 a {width: 90px;}  /* Kaizen */
#p7EPM_2.p7EPM01 .p7epm_trigs .t5 a {width: 125px;} /* Six Sigma Tools */
#p7EPM_2.p7EPM01 .p7epm_trigs .t6 a {width: 90px;}  /* Try Them */
#p7EPM_2.p7EPM01 .p7epm_trigs .t7 a {width: 90px;}  /* Buy Them */
#p7EPM_2.p7EPM01 .p7epm_trigs .t8 a {width: 110px;} /* Free Training */

/* special call to action tab buttons in dropdown menu - Try Them, Buy Them */
#p7EPM_2.p7EPM01 .p7epm_trigs .t6 a,
#p7EPM_2.p7EPM01 .p7epm_trigs .t7 a {
	color: #FFFFFF;
	background: #CC0000; 
}
#p7EPM_2.p7EPM01 .p7epm_trigs .t6 a:hover,
#p7EPM_2.p7EPM01 .p7epm_trigs .t7 a:hover {
	cursor: default; 
	/*color: #000000 !important;*/
}

/* fixed width menu dropdown panels */
/* you can adjust the dropdowns widths by increasing pixels */
/* if changing p7epm_trigs a to auto, adjust left margins also to lineup */
#p7EPM_2.p7EPM01 .p7epm_content.pan1 { /* Systems2win */
	width: 250px; 
	margin-left: 6px;
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan2 { /* Kaizen */
	width: 230px; 
	margin-left: 132px;
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan3 { /* Value Stream Mapping */
	width: 230px; 
	margin-left: 247px;
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan4 { /* Lean Tools */
	width: 240px; 
	margin-left: 427px;
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan5 { /* Six Sigma Tools */
	width: 200px; 
	margin-left: 532px;
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan6 { /* Try Them */
	width: 230px; 
	margin-left: 672px;
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan7 { /* Buy Them */
	width: 200px; 
	margin-left: 710px; 
	background-color:#FFEE99;
}
#p7EPM_2.p7EPM01 .p7epm_content.pan8 { /* Free Training */
	width: 200px; 
	margin-left: 780px; 
	background-color:#FFEE99;
}

/* open tab buttons of dropdown menu */
#p7EPM_2.p7EPM01 .p7epm_trigs .p7epm_open {
	background-color: #FFEE99 !important;
}
#p7EPM_2.p7EPM01 .p7epm_trigs .t6 .p7epm_open,
#p7EPM_2.p7EPM01 .p7epm_trigs .t7 .p7epm_open,
#p7EPM_2.p7EPM01 .p7epm_trigs .t8 .p7epm_open{
	cursor: default;
}



/* -------------- TABBED ELEVATORS are p7EPM_3 --------------- */

/* tabbed elevator - tab bar background */
#p7EPM_3.p7EPM01 .p7epm_trigs {
	margin-bottom: -0px !important; /* TAB POSITION VERTICAL */
	/*background: #CC0000;*/
}

/* tabbed elevator - round corner tabs - later IE9 */
#p7EPM_3.p7EPM01 .p7epm_trigs,
#p7EPM_3.p7EPM01 .p7epm_trigs li,
#p7EPM_3.p7EPM01 .p7epm_trigs a { 
	height: 42px !important; /* TAB HEIGHT */
	
	-moz-border-radius-topleft: 10px; /* round corner, fallback for Firefox 1-3.0 */
	-moz-border-radius-topleft: 10px 10px; /* elliptical border since Firefox 3.5 */
	-webkit-border-top-left-radius: 10px 10px; /* Safari/WebKit */
	border-top-left-radius: 10px 10px; /* future browsers with CSS3 support */
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px 0px;
	-webkit-border-bottom-right-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px 0px;
	-webkit-border-bottom-left-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
}

/* tabbed elevator - tab bar list container */
#p7EPM_3.p7EPM01 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
	height: 32px;
}

/* tabbed elevator - tab lists */
#p7EPM_3.p7EPM01 .p7epm_trigs li {
	margin: 6px 0px 6px 0px;
	border: none;
	-moz-box-shadow: 0 0 .6em #333333;
	-webkit-box-shadow: 0 0 .6em #333333;
}

/* tabbed elevator - first tab */
#p7EPM_3.p7EPM01 .p7epm_trigs .t1 {
	margin: 6px 0px 6px 15px;
}

/* tabbed elevator - tab links */
#p7EPM_3.p7EPM01 .p7epm_trigs a {
	float: left;
	display: block;
	padding: 13px 12px 7px 8px;
	/*height: 38px;*/
	text-decoration: none;
	color: #FFFFFF;
	/*background-color: #DDEEFF;light blue*/
	background: #000066 url(../../../images/tabs/tab-lightblue.jpg) 100% -1px no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none; 
	border-left: none; /*5px solid #000000; */
	-moz-box-shadow: 0 0 0 #333333;
	-webkit-box-shadow: 0 0 0 #333333;
}

/* tabbed elevator - tab link hovers */
#p7EPM_3.p7EPM01 .p7epm_trigs a:hover {	
	text-decoration: none;
	color: #FFFFFF;
	background: #000099 url(../../../images/tabs/tab-darkblue.jpg) 100% -1px no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none; 
	border-left: none; /*5px solid #000000; */
}

/* tabbed elevator - content container */
#p7EPM_3.p7EPM01 .p7epm_content {
	border: 2px solid #000066;
}

/* tabbed elevator - tabs on open */
#p7EPM_3.p7EPM01 .p7epm_trigs .p7epm_open {
	cursor: default; 
	color: #000000;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none; 
	border-left: none; /*5px solid #000000; */ 
}

/* tabbed elevator - tabs when open */
#p7EPM_3.p7EPM01 .p7epm_trigs .t1 .p7epm_open,
#p7EPM_3.p7EPM01 .p7epm_trigs .t2 .p7epm_open,
#p7EPM_3.p7EPM01 .p7epm_trigs .t3 .p7epm_open,
#p7EPM_3.p7EPM01 .p7epm_trigs .t4 .p7epm_open,
#p7EPM_3.p7EPM01 .p7epm_trigs .t5 .p7epm_open,
#p7EPM_3.p7EPM01 .p7epm_trigs .t6 .p7epm_open, 
#p7EPM_3.p7EPM01 .p7epm_trigs .t7 .p7epm_open, 
#p7EPM_3.p7EPM01 .p7epm_trigs .t8 .p7epm_open {
	text-decoration: none;
	color: #FFFFFF !important;
	background-color: #FFEE99;/*yellowish for 1st tab on rotation*/
	background: #CC0000 url(../../../images/tabs/tab-darkred.jpg) 100% -1px no-repeat;
}


/* -------------------------------------------------- */

/*  /////////// menuTrialPortal is p7EPM_4 //////////// */

#p7EPM_4.p7EPM01 .p7epm_trigs .t1 a {
	background-image: none;
}

/* special widths of tab buttons in menuTrialPortal */
 /* Systems2win */
 /* Templates */
 /* Training */
 /* Support */
 /* Buy Now */
#p7EPM_4.p7EPM01 .p7epm_trigs .t6 a {width:auto;}  /* Attend Free Live Webinar */

/* special call to action tab buttons in dropdown menu - in red */
#p7EPM_4.p7EPM01 .p7epm_trigs .t5 a,
#p7EPM_4.p7EPM01 .p7epm_trigs .t6 a {
	color: #FFFFFF;
	background: #CC0000; 
}
#p7EPM_4.p7EPM01 .p7epm_trigs .t5 a:hover,
#p7EPM_4.p7EPM01 .p7epm_trigs .t6 a:hover {
	cursor: default; 
	/*color: #000000 !important;*/
}

/* fixed width menu dropdowns */
/* if changing p7epm_trigs a to auto adjust left margins also to lineup */
#p7EPM_4.p7EPM01 .p7epm_content.pan1 {
	width: 170px; 
	margin-left: 6px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan2 {
	width: 170px; 
	margin-left: 122px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan3 {
	width: 180px; 
	margin-left: 237px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan4 {
	width: 170px; 
	margin-left: 352px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan5 {
	width: 170px; 
	margin-left: 467px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan6 {
	width: 210px; 
	margin-left: 582px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan7 {
	width: 170px; 
	margin-left: 697px;
	background-color:#FFEE99;
}
#p7EPM_4.p7EPM01 .p7epm_content.pan8 {
	width: 170px; 
	margin-left: 812px;
	background-color:#FFEE99;
}

/* -------------------------------------------------- */



/*  /////////// menuPortal is p7EPM_5 //////////// */

/* special widths of tab buttons in menuTrialPortal */
 /* Portal Home */
 /* Templates */
#p7EPM_5.p7EPM01 .p7epm_trigs .t3 a {width: 150px;}  /* Training & Support */
 /* Customize */
#p7EPM_5.p7EPM01 .p7epm_trigs .t5 a {width:auto;}  /* Upgrades and Annual Maintenance */

/* special call to action tab buttons in dropdown menu - in red */
#p7EPM_5.p7EPM01 .p7epm_trigs .t2 a {
	color: #FFFFFF;
	background: #CC0000; 
}
#p7EPM_5.p7EPM01 .p7epm_trigs .t2 a:hover {
	cursor: default; 
	/*color: #000000 !important;*/
}

/* fixed width menu dropdowns */
/* if changing p7epm_trigs a to auto adjust left margins also to lineup */
#p7EPM_5.p7EPM01 .p7epm_content.pan1 {
	width: 200px; 
	margin-left: 6px;
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan2 {
	width: 280px; 
	margin-left: 122px;
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan3 {
	width: 200px;
	margin-left: 237px; 
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan4 {
	width: 200px; 
	margin-left: 402px; /*352px;*/
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan5 {
	width: 200px; 
	margin-left: 517px; /*467px;*/
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan6 {
	width: 170px; 
	margin-left: 582px;
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan7 {
	width: 170px; 
	margin-left: 697px;
	background-color:#FFEE99;
}
#p7EPM_5.p7EPM01 .p7epm_content.pan8 {
	width: 170px; 
	margin-left: 812px;
	background-color:#FFEE99;
}
/* -------------------------------------------------- */




/* --------------- GENERAL CONTINUED ---------------- */

.p7EPM01 .p7epm_content.pan1 {
	color: #000000;
	background-color: #FFFFFF;/*FFEE99 yellowish - can change to individual colors*/
}
.p7EPM01 .p7epm_content.pan2 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan3 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan4 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan5 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan6 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan7 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan8 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan9 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan10 {
	color: #000000;
	background-color: #FFFFFF;
}
.p7EPM01 .p7epm_content.pan11 {
	color: #000000;
	background-color: #FFFFFF;
}

.p7EPM01 .p7epm_trigs .p7epm_open {cursor:default; 
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
}
.p7EPM01 .p7epm_trigs .t1 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;/*yellowish for open tabs*/
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t2 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t3 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t4 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t5 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t6 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t7 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t8 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t9 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t10 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .t11 .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_trigs .autowide .p7epm_open {background: url(none);
	color: #000000 !important;
	background-color: #FFEE99;
	text-decoration: none;
}
.p7EPM01 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}
