﻿#UpdateProgress1 
 {
   background-color:#CF4342;
   color:White;
   top: 0px;
   right: 0px;
   position:fixed;
 }
 
#UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 } 
body
{
    background-color: #FFFFFF;
    font-family: Arial;
}

td.activeTab, td.inactiveTab {
  text-align: center;
  vertical-align: top;
  color:#efefef;
}

td.inactiveTab {
  background-color:#efefef;
  cursor: pointer;
}

div.inactive1home {
  height: 4px;
  background: url(./images/ulborderhome.gif) no-repeat top left;
}

div.inactive1 {
  height: 4px;
  background: url(./images/ulborder.gif) no-repeat top left;
}

div.inactive2 {
  height: 4px;
  background: url(./images/urborder.gif) no-repeat top right;
  padding: 0 4px;
}

div.inactive3 {
  border-top: 1px solid #c6ced7;
}

div.inactiveTabText {
  border-left: 1px solid #c6ced7;
  border-right: 1px solid #c6ced7;
  padding: 0px 1em 2px;
  color: blue;
  white-space: nowrap;
}

div.inactiveTabText a {
  text-decoration: none;
  color: blue;
}

/* second level bar */
#subTabs div.subtab2 {
  height: 4px;
  background: url(./images/ur.gif) no-repeat top right;
  padding: 1 4px;
}

#subTabs td {
  color: #cbe5ff;
  padding: 4px;
  background: #3366CC;
  white-space: nowrap;
    font-size: 4px;
}

#subTabs span.activeText {
  font-weight: bold;
  color: #cbe5ff;
  display: inline;
}

#subTabs span.inactiveText {
  color: #fff;
  margin: 0 1px;
  display: inline;
}

#subTabs span.inactiveText a {
  color: #fff;
}

table.breadcrumbContainer {
  background:#E6F3FF;
  width: 100%;
}

table.breadcrumbContainer td {
  padding: 4px;
  padding-left: 8px;
}

#crumbs span.activeText {
  font-weight: bold;
}

.footer
{
    text-align:center;
    font-size:small;
}
