body 
{
  background-color:#ffffff; 
  padding:0px 0px 0px 0px; 
  margin:0px 0px 0px 0px; 
  color:#000000
}

body,div,span,p,ul,input,li,td,select,textarea,button
{
  font-family:Geneva, Verdana, Arial, sans-serif;
  font-size:8pt;  
}

a
{
  text-decoration: none;
}

#infoText
{
	margin-left: 2px;
	font-weight: bold;
}

/* For table tabs */
table.layout
{ /*  cellspacing="0" cellpadding="0" width="100%" border="0" */
  border-collapse: collapse;
  border: none 0px #000000;
  left:auto;
  right:auto;
  padding: 2px 0px 0px 0px;
  margin: 2px 0px 0px 0px;
  width: 100%;
  
}

#tableNavigator
{
  background-color: Transparent;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0em 0em 0em 0.5em;
  padding: 0em 0em 0em 0em;
  white-space: nowrap;
}

.tabSpacer
{
  background-color: Transparent;
  border-color: #2b6da7;
  border-style: none none solid none;
  border-width: 1px;
  width: 1px;
}

.tabFiller
{
  background-color: Transparent;
  border-color: #2b6da7;
  border-style: none none solid none;
  border-width: 1px;
  width: auto;
}

.tabNormal, .tabSelected,.tabHover, .tabHighlighted
{
  background-color: Transparent;
  border-color: #2b6da7;
  border-style: solid solid solid solid;
  border-width: 1px;
  color: #1c588e;
  height: auto;
  margin-right: 0.1em;
  padding: 0.1em 0.1em;
  width: 16px;
}

.tabSelected, .tabHover
{
  background-color: #a7cbeb;
  border-style: solid solid none solid;
}

.tabHighlighted
{
	background-color: Yellow;
	border-style: solid solid none solid;	
}

.tabText
{
  font-size: 7pt;
}

.tabImage
{
  width: 16px;
}

.bottomLine
{
  background-color: #a7cbeb;
}

/*
.topLine
{
  top: 0px;
  background-color: #ffffff;
}
*/

/* For list navigation*/
li
{
  margin-bottom: 1em;
}

ul
{
  line-height: 1.5em;
  list-style-type: square;
  margin: 0.1em 0 0 0.1em;
  padding: 0;
}

.hiddenStructure 
{
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}



#tab-navigator
{
  background-color: Transparent;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0em 0em 0em 0.5em;
  padding: 0em 0em 0em 0em;
  white-space: nowrap;
}

#tab-navigator li
{
  display: inline;
}

#tab-navigator li a
{
  background-color: Transparent;
  border-color: #2b6da7;
  border-style: solid solid none solid;
  border-width: 1px;
  color: #1c588e;
  height: auto;
  margin-right: 0.25em;
  padding: 0em 0.25em;
}

#tab-navigator li.selected a
{
  background-color: #a7cbeb;
  border: 1px solid #2b6da7;
  border-bottom: #a7cbeb 1px solid;
  color: #1c588e;
}
#tab-navigator li a:hover
{
  background-color: #a7cbeb;
  border-color: #2b6da7;
  border-bottom-color: #a7cbeb;
  border-bottom-style: solid;
  color: #1c588e;
}

#colorBar
{
  /* Bar with personalized menu (user preferences, favorites etc) */
  background-color: #a7cbeb;
  border-top-color: #2b6da7;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #2b6da7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.3em;
  color: Black;
  padding: 0em 3em 0em 3em;
  margin: 0;
  text-align: right;
  text-transform: lowercase;
  list-style: none;
}



#portal-breadcrumbs 
{
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #2b6da7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}

