/* MAIN BODY LAYOUT FOR GREENZONE */
body{
  background-color:#ccc;
}

a { color:  #144B5A; }

#bodyContainer {
  text-align:left;
  width:1024px;
  padding:0;
  margin:0 auto;
  background-color: #ffffff;
}

/* HEADER LAYOUT AND STYLE */
div#intro {
  position:relative;
  height:51px;
}
div#userInfo {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
div#searchBox {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
  display: none;
}
div#userInfo, div#userInfo a, div#userInfo a:visited{
  color: #fff;
}
#headerLeft {
  width: 170px;
  height: auto;
  position:absolute;
}
#logoMain {
  padding:0px 20px;
  width: auto;
  height: auto;
  float: left;
}
#headerRight {
	position:absolute;
  padding-top: 12px;
  right:0px; 
  background: url(../images/search-back.jpg) no-repeat right top;
  width:207px;
  height:93px;
}
#headerRight h3 {
  padding-top: 6px;
  padding-bottom: 4px;
  color:white;
}
#headerRight button {
	font-variant: small-caps;
	font-size:10px;
	margin-right: -7px;
}
li.topLevel a {
  font-size:11px;
  background:none;
  background-color:transparent;
}
li.topLevel {
  padding: 0px 9px;
  background-image:none;
  background-color:transparent;
}


#mainLeft {
  width: 600px;
  float: left;
}
#mainRight {
  width: 207px;
  float: right;
  height:375px;
  margin-left:600px;
}

div#newsArea{
  position: relative;
}
div#newsArea div.m{
  height: 80px;
}
div#newsArea div.m div{
  margin: 4px 6px;
}

div#news div.m div{
  width: 175px;
}

/* FOOTER LAYOUT AND STYLE */
div#footer {
  width: auto;
  clear:both;
  text-align: center;
  margin: 10px;
  background-color:transparent;
  padding-top:20px;
}


/* -[ PANEL STYLES ]------------------------------------------------------ */
div#volumePanel table tbody {
  color:#333333;
}

div#volumePanel table {
  width: 100%;
  border-bottom:1px solid #447115;
  border-right:1px solid #447115;
}

div#volumePanel table thead tr th {
  background:#7CB542 none repeat scroll 0%;
  border-left:1px solid #b7f17d;
  border-right:1px solid #447115;
  border-bottom:1px solid #447115;
  color:#FFFFFF;
}

#alertsHeader {
  background: url(/esuite/images/header_myalerts_left.gif) top left no-repeat;
}

#alertsHeader h3 {
  background: url(/esuite/images/header_myalerts_right.gif) top right no-repeat;
}

#alertsHeader h3 span, #pvHeader h3 span {
  color:#8f8f90;
} 

#pvHeader {
  background:#ebeef8 url(/esuite/images/header_myunit_left.gif) top left no-repeat;
}
#pvHeader h3 {
  background: url(/esuite/images/header_myunit_right.gif) top right no-repeat;
}
/* -[ END PANEL STYLES ]------------------------------------------------------ */


.calendarHeader {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
}
.calendarMagnetMonthDisplay {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
}
.calendarMagnetDay {
  font-sixe: 11px;
  padding: 2px;
}
.calendarMagnetDayNameDisplay {
  text-align: center;
  font-weight: bold;
}
#calendarFooter h5 {
  font-size: 12px;
  font-weight: bold;
}
#calendarFooter h6 {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 6px;
}
#calendarFooter li {
  font-size: 12px;
  padding-bottom: 2px;
}

ul.submenuL1 li {
  border-top:1px solid #505050;
}

#tabBar .cleanUp {
  clear: both;
}
#tabBar { border-top:0px thin transparent; }

table#reportTable th,
table#reportTable td{
  white-space:nowrap;
}


div#navWrapper1 {
  float:left;
  width:1024px;
  font-size:93%;
  margin-bottom:0px;
  line-height:normal;
  border-bottom:10px solid #404040;
}
  
div#navWrapper1 ul {
  margin:0;
  padding:10px 10px 0 198px;
  list-style:none;
  }
div#navWrapper1 li {
  float:left;
  height:33px;
  background:url("../images/portal-tabs-left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 18px;
  }
div#navWrapper1 a {
  font-weight:normal;
  white-space:nowrap;
  float:left;
  display:block;
  width:auto;
  background:url("../images/portal-tabs-right.png") no-repeat right top;
  padding:9px 10px 8px 11px;
  text-decoration:none;
  color:white;
}

div#navWrapper1 > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#navWrapper1 a {float:none;}
/* End IE5-Mac hack */
div#navWrapper1 a:hover {
  color:white;
}

div#navWrapper1 li.first { background-position:0% -99px; }
div#navWrapper1 li#currentNavItem { background-position:0% -66px; }
div#navWrapper1 li#currentNavItem.first { background-position:0% -132px; }
div#navWrapper1 li#followsCurrentNavItem { background-position:0% -33px; }

div#navWrapper1 li#currentNavItem a { background-position:100% -66px;padding-bottom:9px;padding-top:8px; }
div#navWrapper1 li#currentNavItem.last a { padding-right:29px; background-position:100% -99px; }
div#navWrapper1 li.last a { padding-right:23px; background-position:100% -33px; }

div#navWrapper1 li#currentNavItem ul.submenuL1 {
    margin-left:10px;
}

div#navWrapper1 ul.submenuL1 {
    margin-top:-3px;
    margin-left:20px;
    font-size:11px;
    visibility:    hidden;
    z-index:       20;
    white-space:   nowrap;
    border-left: #505050 solid 1px;
    border-right: #505050 solid 1px;
    border-top: #505050 solid 1px;
    border-bottom: #505050 solid 1px;
    padding:0px;
}

div#navWrapper1 ul.submenuL1 li a {
  color:white;
  font-weight:normal;
  text-decoration: none;
  float:none;
  display:inline;
  background-image:none;
  padding:0;
}

div#navWrapper1 ul.submenuL1 li a:hover {
  color: #ffffff;
  text-decoration: none;
}
div#navWrapper1 li#currentNavItem  ul.submenuL1 li {
  background-color:#373737;
}
div#navWrapper1 ul.submenuL1 li {
    float:none;
    background-color:#1B1B1B;
    z-index:    30;
    padding:    3px 15px;
    position:   relative;
    text-align: left;
    cursor:     pointer;
    height:21px;
    background-image:none;
    margin:auto;
}

div#navWrapper1 ul.submenuL1 li.first {
    border-top: none 0px;
}

div#navWrapper1 ul.submenuL1 li.hasSubmenu {
    background:#1B1B1B  url(/esuite/images/pointer-right.gif) right center no-repeat;
    padding-right: 24px;
}
div#navWrapper1 #tsNavigation li#currentNavItem ul.submenuL1 li.over {
  background-color:#6B6B6B; 
}
div#navWrapper1 #tsNavigation ul.submenuL1 li.over {
    background: #373737;
}

/* -[ TERTIARY MENU ]-------------------------------------------------------- */
div#navWrapper1 ul.submenuL2 {
    z-index: 30;
  white-space:   nowrap;
  margin-left:       3px;
  border-left: #505050 solid 1px;
  border-right: #505050 solid 1px;
  border-top: #505050 solid 1px;
  border-bottom: #505050 solid 1px;
  margin:0px;
  padding:0px;
}  
  
  
div#navWrapper1 ul.submenuL2 li,  div#navWrapper1 ul.submenuL2 li.hasSubmenu   {
  background-color:#373737; 
}
div#navWrapper1 li#currentNavItem ul.submenuL2 li {
  background-color:#6B6B6B; 
}
div#navWrapper1 #tsNavigation ul.submenuL2 li.over  {
  background-color:#6B6B6B; 
}
div#navWrapper1 #tsNavigation li#currentNavItem ul.submenuL2 li.over {
  background-color:#828282; 
}
  
  #myGoal, div.miniCalendar {
    background-color:#001d25;
    height:189px;
    overflow: auto;
    color:white;
  }
  div.miniCalendar h2 {
    background-color:#001d25
  }
  #myGoal, #news { float:right;width:207px; border-left:1px solid white;}
  

  #news { background:#001d25 url(../images/portal-magnet-back.png) no-repeat right top; border-top:1px solid white; height:186px;}
  /* RESET original magnet colors */
  #news div.nw, #news div.ne, #news div.n, #news div.w, #news div.e, #news div.m, #news div.sw, #news div.se, #news div.s { background:none; background-color:transparent;  color:white;}

  
  #todayAtAGlance {width:316px; }
  #todayAtAGlance ul {padding-top:20px; }
  #companyTV {width:496px;}
  
  #todayAtAGlance, #companyTV { 
    color:white;
    float:left;
    background:#515151 url(../images/portal-magnet2-back.png); 
    border-left:1px solid white;
    border-top:1px solid white;
    border-bottom:1px solid white;
  }
  
  #todayAtAGlance li a {
    color:white;
  }
  
  #todayAtAGlance, #companyTV, #magnet-miniCalendar {
    height:200px;
  }
  
  div.nw div.ne div.n span {font-size:16px; font-variant:small-caps; display:block; padding:5px 0px 5px 0px;}
  div.nw div.ne div.n span a {font-size:11px; font-variant:normal; }
  div.w div.e div.m { padding:0 20px; }
  
  #loginFormMagnet div.nw, 
  #loginFormMagnet div.ne, 
  #loginFormMagnet div.w, 
  #loginFormMagnet div.e,
  #companyTV div.nw, 
  #companyTV div.ne, 
  #companyTV div.w, 
  #companyTV div.e,
  #todayAtAGlance div.nw, 
  #todayAtAGlance div.ne, 
  #todayAtAGlance div.w, 
  #todayAtAGlance div.e,
  #todayAtAGlance div.se, #companyTV div.se, #loginFormMagnet div.se,
  #todayAtAGlance div.sw, #companyTV div.sw, #loginFormMagnet div.sw { background: url(../images/portal-magnet2-back-shadow.png) no-repeat left top; }
  #todayAtAGlance div.ne, #companyTV div.ne, #loginFormMagnet div.ne { background-position:right top; }
  #todayAtAGlance div.w, #companyTV div.w, #loginFormMagnet div.w { background-position:0% -20px; }
  #todayAtAGlance div.e,#companyTV div.e,#loginFormMagnet div.e { background-position:100% -20px; }
  #todayAtAGlance div.sw, #companyTV div.sw, #loginFormMagnet div.sw { background-position:left bottom; background-color:transparent;}
  #todayAtAGlance div.se, #companyTV div.se, #loginFormMagnet div.se { background-position:right bottom; background-color:transparent;}
  #todayAtAGlance div.s, #companyTV div.s, #loginFormMagnet div.s  { background-color:transparent;}

  div.n { padding:6px 20px; }
  div.m { padding:20px; }

  #mainContentPane {
    clear:left;
    border-top:1px solid white;
  }

  #magnet-miniCalendar,#alertsMagnet2, #alertsMagnet4 {
    float:left;
    color:white;
  }
  #alertsMagnet2{
    border-left:1px solid white;
    width:250px;
  }
  #alertsMagnet4{
    border-left:1px solid white;
    width:450px; 
  }
  
  #magnet-miniCalendar { 
    border-top:1px solid white;
    border-bottom:1px solid white;
    clear:both;
  }
  #magnet-miniCalendar, #secondarNav {
    width: 179px;
  }
  div.miniCalendar table thead th, div.miniCalendar table td.weekend, div.miniCalendar h2 {background-color:transparent; border-size:0;  width:170px; margin:10px auto 5px auto;}
  div.miniCalendar table td.weekend, #magnet-miniCalendar h2 a {
    white-space: nowrap;
    font-variant:small-caps;
    text-decoration:none;
  }
  
  div.miniCalendar h2 a.previous { background-image:url(../images/pointer-left.gif); }
  div.miniCalendar h2 a.next { background-image:url(../images/pointer-right.gif); }
  div.miniCalendar table td.today { background-color:transparent; border:1px solid #3BD0DD; }
  div.miniCalendar table td.today a { color:#3BD0DD; }
  div.miniCalendar table thead th { color: #9B9B9B; font-size:10px; font-weight: normal;padding-bottom:5px;padding-top:5px; }
  div.miniCalendar table tbody td a {
    color:white;
    font-weight:bold;
    font-size:10px;
  }
  div.miniCalendar table tbody td.disabled a {
    color:#001D25;
  }
  div.miniCalendar table { border-bottom: 0px none transparent; width:170px; } 
  div.miniCalendar table thead th {border-width: 0px; }
  
  #mainLeft {
    position:relative;
    color:#144B5A;
  }
  
  #mainLeft ul {
    list-style-type:circle;
    list-style-image:url(../images/bullet-green-blue-arrow.gif);
  }
  li {
    line-height: 16px;
    text-decoration:none;
  }
  
/**************************************
/     Styles for Module Tabs below    /
**************************************/
div#mainContentPane div#tabBar {
  float:left;
  font-size:93%;
  line-height:normal;
  border-bottom:16px solid #4F4F4F;
}
  
div#mainContentPane div#tabBar ul {
  margin:0;
  padding:10px 10px 0 140px;
  list-style:none;
  }
div#mainContentPane div#tabBar li {
  float:left;
  height:20px;
  background:url("../images/module-tabs.png") no-repeat 0% -20px;
  margin:0;
  padding:0 0 0 13px;
  }
div#mainContentPane div#tabBar a {
  font-weight:normal;
  white-space:nowrap;
  float:left;
  display:block;
  width:auto;
  background:url("../images/module-tabs.png") no-repeat 100% -20px;
  padding:2px 16px 1px 0px;
  text-decoration:none;
  color:white;
}

div#navWrapper1 > ul a {width:auto;}


div#mainContentPane div#tabBar ul#viewTabs li#selectedTab { background: url("../images/module-tabs.png") left top; }
div#mainContentPane div#tabBar ul#viewTabs li#selectedTab a  { background:url("../images/module-tabs.png") right top;padding-right:18px;padding-bottom:1px;padding-top:3px; color:white; }

div#mainContentPane ul#actionTabs li { background:url("../images/module-tabs.png") no-repeat 0% -60px;margin-left:2px; }
div#mainContentPane ul#actionTabs a { background:url("../images/module-tabs.png") no-repeat 100% -60px; }

div#mainContentPane div#tabBar ul#actionTabs li#selectedTab { background: url("../images/module-tabs.png") 0% -40px; }
div#mainContentPane div#tabBar ul#actionTabs li#selectedTab a  { background: url("../images/module-tabs.png") 100% -40px;padding-right:18px;padding-bottom:1px;padding-top:3px; color:white; }

#tabbedContent h1 {
  display:none;
}
.title, .title a, th.title a, td.title, a.title, a.title:link, a.title:visited, a.title:active, body.title {
  background-color:#e2f2f8; 
  color:#144B5A;
}

#tabbedContent td.title {
  border-bottom:1px solid black;
}

#mainContentPane {
  padding:0 15px 15px 0px;
}
fieldset span.error {
  display:block;
  white-space: nowrap;  
}


button {
  cursor:pointer;
  background-image:none;
  background-color:transparent;
  border:0;
  vertical-align: middle;
  padding-left: 0;
  color:black;
}

button div {
  background: url(../images/button.png) no-repeat;
}

button div div {
  margin-left:7px;
  padding-right:20px;
  white-space:nowrap;
  background: url(../images/button.png) top right no-repeat;
  height:19px;
}

button span {
  line-height:12px;
  height:16px;
  padding-top:1px;
  font-size:10px; 
  font-weight:bold;
  white-space:nowrap;
  display:block;
  text-transform: uppercase;
}

button img{
  display: none;
}

table#mainTable{
  width: 100%;
}

#headerRight input {
	padding-left:5px;
  width: 60px;
  height:10px;
  font-size:10px;
  valign:top;
  margin-left:10px;
}

#sideNav {
	vertical-align:top;
  background: #001D25 url(../images/side-nav-back.png) no-repeat left bottom;
  width:155px;
  min-height: 335px;
  padding:20px 15px;
  color:white;
  float:left;
}

#sideNav a { 
	color:white;
	white-space: normal;
}
#sideNav ul {
	margin-left:15px;
  list-style-type: disc;
  list-style-image: url(../images/arrow-on-green.gif);
}

#centerContent {
  vertical-align: top;
}
#mainLeft {
  width:580px;
}
div#mainContentPane div#tabBar li img { 
  margin-top:-2px;
}

div#sidebarMagnet li.selected{
  background: none;
}

div.calendarNavigation{
  text-align: center;
}

#loginError {
  position: absolute;
  top: 130px;
  right: 10px;
}
div.notSubscribed p {
  font-size: 18px;
}

div.notSubscribed li {
  font-size: 14px;
  margin-left: 10px;
}