/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  #jtabber .hiddencontent = after the tabber interface is set up
  --------------------------------------------------*/
#jtabber {
 margin: 0px 0px 10px 0px; padding: 0px 0px;
 width: 250px;
 display: block;
 float: right;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#nav
{
 margin:0;
 padding: 10px 0;
 font: 12px  Arial, Verdana, Arial;
}

#nav a
{
list-style: none;
margin: 0 3px 0 0; padding: 5px 0px;
display: inline;
text-decoration:none;
}

#nav a span
{
padding: 0px;
border-bottom: none;
font-size:25px;
font-family:calibri, Arial, Helvetica, sans-serif;
text-decoration:none;
}

#nav li a:hover
{
text-decoration:none;
}

#nav a.selected {
  text-decoration:none;
}
#nav a.selected span
{
  text-decoration:none;
}

#nav a.selected:hover
{
  text-decoration:none;
}

/*--------------------------------------------------
  #jtabber .hiddencontent = the tab content
  Add style only after the tabber interface is set up (#jtabber .hiddencontent)
  --------------------------------------------------*/
#jtabber .hiddencontent {
padding:0px;
border-top:0;
position:relative;
display: none;
 
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 min-height:150px;

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

 /* overflow:auto; */
}
* html #jtabber .hiddencontent {
	height: 200px;
}

#jtabber .hiddencontent h5  { margin: 10px 0px 10px 0 ;  padding-bottom: 0px;  font:bold 12px Arial, Helvetica, Sans-Serif; line-height: 11px; }
#jtabber .hiddencontent h5 a, h5 a:visited {color: #1c4f93;	text-decoration: none;}
#jtabber .hiddencontent h5 a:hover {color: #1c4f93;text-decoration: underline;}
#jtabber .hiddencontent p {
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #424242;
	margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px;
	line-height: 12px;
	border-bottom:1px solid #e0e0e0;
}
#jtabber .hiddencontent p a {
	text-decoration: none;
	color: #5b94c6;
}
#jtabber .hiddencontent p a:hover {
	text-decoration: none;
	color: #1c4f93;
}
#jtabber .hiddencontent ul {
list-style-type: none;
}
#jtabber .hiddencontent ul li {
list-style-type: none;
}
#tabber_sidebar {
	display: block;
	margin: 15px 0px 10px 0px; padding: 0px 25px;
	width: 250px;
	float: right;
}
