/*--------------------------------------------------
  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 {
	width:300px;
	overflow:hidden;
	margin-top:5px;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#b1736c;
	border:1px solid #94605b;

}
.tabberlive {
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding:6px 0 0 0;
 font: 14px century gothic,Verdana, sans-serif;
 background:#6d745d;
 height:24px;
 border:1px solid #535847;
}

ul.tabbernav li
{
 list-style: none;
 margin:5px 0;
 display: inline;
 color:#ffffff;

}

ul.tabbernav li a
{
	padding: 4px 20px;
	margin-left: 5px;
	text-decoration: none;
	font-weight:bold;
}

ul.tabbernav li a:link { color:#ffffff; }
ul.tabbernav li a:visited { color:#ffffff; }

ul.tabbernav li a:hover
{
 color: #d1deb2;

}

ul.tabbernav li.tabberactive a
{
 color: #b1736c;
 width:90px;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #b1736c;

 
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabbertab {
	padding:5px 0 5px 0;
	background:#993333; /* #6d745d; */
	font: 13px Tahoma, century gothic,Verdana, sans-serif;
	color: #ffffff; /* #aa9f9b; */
	width:337px;
 border:1px solid #000000; 

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


.tabbertab p{
	margin:0px 4px 5px 4px;

}
.tabbertab a{
	color:#fff;

}

.tabbertab a:hover{
	color:#6AC9E9;

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

.tabbertab ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.tabbertab ul li {
	list-style:none;
	color:#aa9f9b;
	display:block;
	margin:2px 0px 2px 0px;
	width:auto;
	border-bottom:1px dotted #61696F;	
	}

.tabbertab ul li a {
	color:#ffffff;

	padding:5px 0px 5px 5px;
	display:block;
	}

.tabbertab ul li a:hover {
	color:#fff;
	display:block;

	
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabbertab h2 {
 display:none;
}
.tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


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

}

/*--------------------------------------------------
  .tabberbox = before the tabberbox interface is set up
  .tabberboxlive = after the tabberbox interface is set up
  --------------------------------------------------*/
.tabberbox {
	width:300px;
	overflow:hidden;
	margin-top:5px;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#fbf3cd;
	border:1px solid #94605b;

}
.tabberboxlive {
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
}

/*--------------------------------------------------
  ul.tabberboxnav = the tab navigation list
  li.tabberboxactive = the active tab
  --------------------------------------------------*/
ul.tabberboxnav
{
 margin:0;
 padding:6px 0 0 0;
 font: 14px century gothic,Verdana, sans-serif;
 background:#fbf3cd;
 height:24px;
 border:1px solid #535847;
}

ul.tabberboxnav li
{
 list-style: none;
 margin:5px 0;
 display: inline;
 color:#333;

}

ul.tabberboxnav li a
{
	padding: 4px 20px;
	margin-left: 5px;
	text-decoration: none;
	font-weight:bold;
}

ul.tabberboxnav li a:link { color:#990000; }
ul.tabberboxnav li a:visited { color:#990000; }

ul.tabberboxnav li a:hover
{
 color: #990000;

}

ul.tabberboxnav li.tabberboxactive a
{
 color: #ffffff;
 width:90px;
}

ul.tabberboxnav li.tabberboxactive a:hover
{
 color: #ffffff;

 
}

/*--------------------------------------------------
  .tabberboxtab = the tab content
  Add style only after the tabberbox interface is set up (.tabberboxlive)
  --------------------------------------------------*/
.tabberboxtab {
	padding:5px 0 5px 0;
	background:#fbf3cd; /* #6d745d; */
	font: 13px Tahoma, century gothic,Verdana, sans-serif;
	color: #333; /* #aa9f9b; */
	width:337px;
 border:1px solid #000000; 

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


.tabberboxtab p{
	margin:0px 4px 5px 4px;

}
.tabberboxtab a{
	color:#333;

}

.tabberboxtab a:hover{
	color:#990000;

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

.tabberboxtab ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.tabberboxtab ul li {
	list-style:none;
	color:#990000;
	display:block;
	margin:2px 0px 2px 0px;
	width:auto;
	border-bottom:1px dotted #61696F;	
	}

.tabberboxtab ul li a {
	color:#990000;

	padding:5px 0px 5px 5px;
	display:block;
	}

.tabberboxtab ul li a:hover {
	color:#990000;
	display:block;

	
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberboxtab h2 {
 display:none;
}
.tabberboxtab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberboxlive#tab1 {
}
.tabberboxlive#tab2 {
}
.tabberboxlive#tab2 .tabberboxtab {
 height:200px;
 overflow:auto;
}

.listo{	
	line-height:30px;
	font-size:14px;
	color:#333;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#fbf3cd; /* #6d745d; */
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #000; /* #535847; */
	width:330px;
	}
