@charset "utf-8";
/* CSS Document */


/* $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!
  --------------------------------------------------*/
#rightcol .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#rightcol .tabber {margin:0;}
#rightcol #tabber {margin:0;}

#rightcol .tabberlive {margin-top:1em;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#rightcol ul.tabbernav
{ margin:1em 0 0 0;
 padding: .1em 0;
 border-bottom: 1px solid #999; /*border across top of box*/
 font-size: 95%;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
}

#rightcol ul.tabbernav li
{ list-style: none;
 margin: 0;
 display: inline;

}

#rightcol ul.tabbernav li a
{
	padding: .2em 1em;
	margin-left: 0.5em; /*affects all tabs - spacing between*/
	border: 1px solid #999;
	border-bottom: none;
	/*background: #DDE;*/
 	background-color: #CBA367; /*Background tab*/
	text-decoration: none;
}

#rightcol ul.tabbernav li a:link {color: #211F5D;}
#rightcol ul.tabbernav li a:visited {color: #667;}

#rightcol ul.tabbernav li a:hover
{
	color: #000;
	border-color: #663300;
	background-color: #D18316; /*Background tab hover*/
}

#rightcol ul.tabbernav li.tabberactive a
{ 
background-color:#F7EECE; /*active tab*/
}

#rightcol ul.tabbernav li.tabberactive a:hover
{ color: #000;
 background: white;
/* border-bottom: 1px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#rightcol .tabberlive .tabbertab {
	padding:1.2em .6em .3em .6em; /*full box padding for tabbertab*/
	border:1px solid #aaa;
	border-top:0;
	background-color:#F7EECE;
	 /* 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; */
}

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

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



#tabber p.all {padding:.3em 1em; margin:1.7em 0 .2em 0; font-size:.7em;}
#tabber .all {text-align:right; color:#FFF;  padding: .2em .8em;}
#tabber .all a {color:#FFF; font-weight:bold;}
#tabber .all a:hover {text-decoration:underline;color:#FFF;}

#tabber #topc p {margin:0; padding:.6em 0; font-size: .7em; line-height:1.2em; color:#606060; font-weight:bold; border-bottom:1px solid #CCC;}
#tabber #topc a, #mostp a {text-decoration:none;}
#tabber #topc a:hover, #mostp a:hover {text-decoration:underline;}
#tabber #topc .all, #tabber #mostp .all {text-align:right; color:#FFF; background-color:#D18316; padding: .2em .8em;}
#tabber #topc .all a, #tabber #mostp .all a {color:#FFF; font-weight:bold;}
#tabber #topc .all a:hover, #tabber #mostp .all a:hover {text-decoration:underline;color:#FFF;}
