/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.adderlive .addertabhide {
 display:none;

}

/*--------------------------------------------------
  .adder = before the adder interface is set up
  .adderlive = after the adder interface is set up
  --------------------------------------------------*/
.adder {
background:#333;

}
.adderlive {
 margin-top:6px;
 margin-left:0px;
 margin-right:5px;
}

/*--------------------------------------------------
  ul.addernav = the tab navigation list
  li.adderactive = the active tab
  --------------------------------------------------*/
ul.addernav
{
 margin:0;
 padding:5px;
 font: 13px century gothic,Verdana, sans-serif;
 background:#767a8a;
 border-top:3px solid #767a8a;
}

ul.addernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 color:#5AB7D8;
}

ul.addernav li a
{
 padding: 5px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 background: url(images/taba.jpg) repeat-x;
 text-decoration: none;
}

ul.addernav li a:link { color:#ddd; }
ul.addernav li a:visited { color:#ddd; }

ul.addernav li a:hover
{
 color: #0f1633;
 background:url(images/tabh.jpg) repeat-x;

}

ul.addernav li.adderactive a
{
color: #0f1633;
 background-color: #125F7D;
 background:url(images/tabh.jpg) repeat-x;
}

ul.addernav li.adderactive a:hover
{
 color: #767a8a;
 background:url(images/tabh.jpg) repeat-x;
 
}

/*--------------------------------------------------
  .addertab = the tab content
  Add style only after the adder interface is set up (.adderlive)
  --------------------------------------------------*/
.adderlive .addertab {
	padding: 10px 5px 25px 25px;
	background:#0f1633;
	font: 13px century gothic,Verdana, sans-serif;
	color:#499fbd;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.adderlive .addertab a{
	color:#374554;

}
.adderlive .addertab p{
	margin:0px 0;

}
.adderlive .addertab a:hover{
	color:#B11B1A;

}
.adderlive .addertab li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.adderlive .addertab ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

.adderlive .addertab ul li {
	list-style:none;
	padding:5px 0px 5px 5px;
	color:#9F8663;
	background:#767a8a;
	margin-top:1px;
	}
.adderlive .addertab ul li:hover{
	list-style:none;
	padding:5px 0px 5px 5px;
	color:#fff;
	background:#5F4F3B;
	margin-top:1px;
	}

.adderlive .addertab ul li a {
	color:#9F8663;
	padding:0px 0px 0px 5px;
	}

.adderlive .addertab ul li a:hover {
	color:#eee;
	padding:0px 0px 0px 5px;
	
}
/* If desired, hide the heading since a heading is provided by the tab */
.adderlive .addertab h2 {
 display:none;
}
.adderlive .addertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.adderlive#tab1 {
}
.adderlive#tab2 {
}
.adderlive#tab2 .addertab {
 height:200px;
 overflow:auto;
}
.adderlive#tab3 {
}
.adderlive#tab3 .addertab {
 padding: 10px 5px 5px 25px;
 background:#0f1633;
 font: 13px century gothic,Verdana, sans-serif;
 color:#499fbd;
}
.adderlive#tab3 .addertab a{
	color:#374554;

}
.adderlive#tab3 .addertab p{
	margin:0px 0;

}
.adderlive#tab3 .addertab a:hover{
	color:#B11B1A;

}
.adderlive#tab3 .addertab li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.adderlive#tab3 .addertab ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

.adderlive#tab3 .addertab ul li {
	list-style:none;
	padding:5px 0px 5px 5px;
	color:#9F8663;
	background:#767a8a;
	margin-top:1px;
	}
.adderlive#tab3 .addertab ul li:hover{
	list-style:none;
	padding:5px 0px 5px 5px;
	color:#fff;
	background:#5F4F3B;
	margin-top:1px;
	}

.adderlive#tab3 .addertab ul li a {
	color:#9F8663;
	padding:0px 0px 0px 5px;
	}

.adderlive#tab3 .addertab ul li a:hover {
	color:#eee;
	padding:0px 0px 0px 5px;
	
}
/* If desired, hide the heading since a heading is provided by the tab */
.adderlive#tab3 .addertab h2 {
 display:none;
}
.adderlive#tab3 .addertab h3 {
 display:none;
}