@charset "utf-8";

/* Layout */

#HEADER, #TAB {
  background-color: #666;
}

#TAB { background: url(sidebar.gif) top right repeat-y #666; 
overflow: none;}
#TOC{
background: url(sidebar_left.gif) top right repeat-y #333; 
background-attachment: fixed;
scrollbar-base-color: #333;
}

#TOC table tr td {white-space:nowrap}

#bodycontent
{
 width: 100%;
  background: url(WhatsUpGold.png) no-repeat scroll;
  padding-top: 85px;
}

#MAIN
{
  background: url(corner.gif) top left no-repeat fixed;
  margin:25px 25px 50px
}

/* Tables */

table
{
  margin-top: 10px;

}

#MAIN table tr td {
   border: 1px solid #ccc; 
   vertical-align:text-top;
   padding: 3px;
   margin: 2px;
}

.tablenarrow
{
  width:300px;
}

.tablewide
{
  width:99%
}

.tablewide img
{
  width: auto;
}

#toolbar
{
  clear:left;
  float:right;
  margin-right:0;
  padding-right:0
}

#sth_legend
{
  margin-bottom:5px
}

html
{
  margin: 0;
  padding: 0;
}

/* Graphics */

.graphiccenter
{
  text-align: center;
}

.graphicright
{
  text-align: right;
}

.graphicleft
{
  text-align: left;
}

/* Hidden classes */
.licenseMessageHide,
.hidethis,
#TOC H1
{
  display:none;
  visibility:hidden
}


/* Tab bar */
#tabbar {
  list-style: none;
  padding:0;
  margin:0;
position: absolute;
top: 10px;
}
#tabbar li
{
  padding: 3px 3px 3px 3px;
	display: inline;
	margin: 0 3px 0 0;
 background: #545454;
  height:30px;
}
#tabbar li a 
{
	padding: 0 1em 0 1em;
  text-decoration: none;
  color: white;
}

#tabbar li.tab_on {
   background: #333;
}

table.relatedtopics {
   border-top: 3px solid #060; 
 }
table.relatedtopics tr td {
   padding: 10px!important;
   margin: 10px!important;
   background-color: #eee;
   border: 1px solid #ccc!important;
}
