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;
}


