/* $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!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {

 display:none;

}



/*--------------------------------------------------

  .tabber = before the tabber interface is set up

  .tabberlive = after the tabber interface is set up

  --------------------------------------------------*/

.tabber {

	float: right;
	margin: 0px 5px 0px 0px;

}

.tabberlive {

 margin-top:0px;

 width: 322px;

 float: right;

 height: 138px;
 margin: 0px 5px 0px 0px;
 
 background-color: #FFFFFF;
 

}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav

{

 	margin:0;

 	padding:0px;

 	font: normal 11px Arial, sans-serif;

 	height: 23px;

 	display: block;

 	width: 322px;
	
	float: right;
	
	text-transform: uppercase;

}



ul.tabbernav li

{

 	list-style: none;

 	margin: 0px;
	
	padding: 0px;

 	float: right;

 	height: 22px;

	line-height: 22px;

	text-align: center;
	
	display: inline;
	
	border-bottom: 1px solid #FFFFFF;

}



ul.tabbernav li a

{

	font-size: 10px;

 	border-bottom: none;

 	background-color: #292a86;

 	text-decoration: none;

 	height: 22px;

	line-height: 22px;

	display: block;

	margin-left: 0px;

	padding: 0px 10px 0px 11px;

	border-left: 1px solid #1b1c6b;

}



ul.tabbernav li a:link { color: #FFFFFF; }

ul.tabbernav li a:visited { color: #FFFFFF; }



ul.tabbernav li a:hover

{

 color: #FFFFFF;

 background: #2f91d2;


 border-left: 1px solid #2f91d2;

}



ul.tabbernav li.tabberactive a

{

 background-color: #2f91d2;

 border-left: 1px solid #2f91d2;

 color:#FFFFFF;

}



ul.tabbernav li.tabberactive a:hover

{

 color: #FFFFFF;

 background: #2f91d2;

  border-left: 1px solid #2f91d2;

}



/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {
 border: 1px solid #E6E6E6;
 height: 139px;
 padding: 0px 10px 0px 10px;
 width: 300px;
 background: url(../images/bgTabber.gif) right -18px no-repeat;
 float: right;
 color: #505050;
 font-size: 11px;
}
.tabberlive .tabbertab em {
	font-style: normal;
	color: #292A86;
	font-weight: bold;
}
p.clanstvo a, p.clanstvo a:active, p.clanstvo a:visited {
	background-color: #c8cbd5;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
}
p.clanstvo a:hover {
	background-color: #EDB96D;
	color: #FFFFFF;
}
.tabberlive .tabbertab ul {

	list-style: none;

	float: left;

	padding: 0px;

	margin: 3px 4px 2px 0px;

}



.tabberlive .tabbertab ul li {

	

	text-indent: 12px;

	font-size: 12px;
	
	margin: 2px 0px 2px 0px;

}

.tabberlive .tabbertab ul li a, .tabberlive .tabbertab ul li a:visited, .tabberlive .tabbertab ul li a:active {

	text-decoration: none;
	display: block;

	color: #505050;
	
	line-height: 20px;
	
	padding: 2px 2px 2px 2px;
	width: 295px;
	background: url(../images/arrowBlue.gif) left center no-repeat;
	

}

.tabberlive .tabbertab ul li a:hover

{



	color: #000000;

}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {

 display:none;
 float: left;

}

.tabberlive .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:190px;

 overflow:auto;

}
