
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0;
 background-color: #000000
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin: 1px 0 0 0;
 padding: 3px 0 2px 0;
 border-bottom: 1px solid #000000;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#adminTab {

}

table.routing tr td {
	font-size: 90%;
	padding: 2px;
}

img.routingIcon {
	border: 0px;
	padding: 0px 6px 0px 3px;
}

.lineColorBox {
	width: 10px;
	height: 10px;
	margin: 0 0 10px 0;
	display: inline;
	border: 1px solid black;
}

div.object_detail_category {
	display: block;
	margin-bottom: 5px;
}

img.object_detail_icon {
	border: 0;
	margin: 5px;
}

li.s {
	background: url(../_images/geo/s.gif) no-repeat 0 2px;
}

li.p {
	background: url(../_images/geo/p.gif) no-repeat 0 2px;
}

li.c {
	background: url(../_images/geo/c.gif) no-repeat 0 2px;
}

li.cp {
	background: url(../_images/geo/cp.gif) no-repeat 0 2px;
}

