﻿td.activeApp, td.inactiveApp {
  text-align:center;
  font-size:100%;
}

td.activeApp {
  font-weight:bold;
  background-color:#6699cc;
}

td.inactiveApp {
  background-color:#efefef;
  cursor: pointer;
  font-size:100%;
}

div.inactive1 {
  height: 4px;
  background: url(../../FWImages/ulborder.gif) no-repeat top left;
}

div.inactive2 {
  height: 4px;
  background: url(../../FWImages/urborder.gif) no-repeat top right;
  padding: 0 4px;
}

div.inactive3 {
  border-top: 1px solid #c6ced7;
}

div.inactiveAppText {
  border-left: 1px solid #c6ced7;
  border-right: 1px solid #c6ced7;
  padding: 0px 1em 2px;
  color: blue;
  white-space: nowrap;
}

div.inactiveAppText a {
  text-decoration: none;
  color: blue;
}

div.active1 {
  height: 4px;
  background: url(../../FWImages/ul.gif) no-repeat top left;
}

div.active2 {
  height: 4px;
  background: url(../../FWImages/ur.gif) no-repeat top right;
  padding: 1px 6px;
}

div.active3 {}

div.activeAppText {
  padding: 0px 1em 2px;
  color: #ffffff;
  white-space: nowrap;
}

tr.modulebg, td.modulebg {
	background-color:#6699cc;
}

td.activeModule
{
	text-align:center;
	white-space: nowrap;
}

div.moduleCornor 
{
  height: 20px;
  background: url(../../FWImages/ur.gif) no-repeat top right;
  padding: 1px 6px;
}

div.moduleSpacer
{
	color: #ffffff;	
}

div.activeModuleText 
{
	white-space: nowrap;
	color: #efefef;		
}

div.inactiveModuleText
{
	text-align:center;
	white-space: nowrap;
	color: #ffffff;		
}

div.inactiveModuleText a 
{
	text-align:center;
	white-space: nowrap;
	color: #ffffff;			
}
