/* $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 {
}
.tabberlive {
 margin-top:1em;
 margin:0px;
 padding:0px;
 margin-lefT:10px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/


div.care li.tabberactive a{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF !important;
	text-decoration:none;
}

div.care ul.tabbernav a{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF !important;
	text-decoration:none;
}

ul.tabbernav
{
 margin:0;
 padding: 0px 0;
 font: bold 12px Verdana, sans-serif;
 height:25px;
 border-bottom:1px solid #B2B2B2;
 padding-left:10px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a{
	background-color: #5B961D;
	line-height:26px;
	height:26px;
	display:block;
	width:131px;
	text-align:center;
	float:left;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	filter:alpha(opacity=100);
	-moz-opacity:.100;
	opacity:.99;
	color:#DB2289;
	border:0px;
	background-image:url("/assets/img/tabberNotSelected.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:0px;

}

ul.tabbernav li a:link {
/*	color: #448;*/
}
ul.tabbernav li a:visited {
/*	color: #667;*/
}

ul.tabbernav li a:hover
{
 /*color: #000;
 background: #FFFFFF;
 border-color: #227;*/
}

ul.tabbernav li.tabberactive a{
	line-height:26px;
	height:26px;
	display:block;
	width:132px !important;
	float:left;
 	filter:alpha(opacity=100) ;
	-moz-opacity:.100 ;
	opacity:.99 ;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#DB2289;
	background-image:url("/assets/img/tabberSelected.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	padding-left:0px;
	border:0px !important;
}

ul.tabbernav li.tabberactive a:hover
{
/* color: #000;
 background: white;
 border: 0px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
div.care p{
	margin-top:0px;
	padding-left:10px;
	padding-top:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
div.care .tabberlive .tabbertab {
 padding:0px;
 border:0px solid #aaa;
 border-top:0;
 background-color:#F0F0F0;

 /* 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; */
}


.tabberlive .tabbertab {
 padding:0px;
 border:0px solid #aaa;
 border-top:0;

 /* 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; */
}

.tabberlive .tabbertab p{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:14px;
	text-align:left;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive .tabbertab ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.tabberlive .tabbertab li{
	line-height:20px;

	border-bottom:1px solid white;
/* 	filter:alpha(opacity=70) ;
	-moz-opacity:.70 ;
	opacity:.70 ;*/
/*	background-image:url("assets/img/whiteLine.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;*/
}

.tabberlive .tabbertab li.selected{
	border-bottom:1px solid #5B961D !important;
}




.tabberlive .tabbertab a.sel{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FF00C0;
	text-decoration:none;
 	filter:alpha(opacity=100) ;
	-moz-opacity:.100 ;
	opacity:.99 ;
	line-height:20px;
	height:20px;
	background-color:#FFFFFF;
	display:block;
	padding-left:12px;
}

.tabberlive .tabbertab li.sel ul{
	margin:0px;
	padding:0px;
	list-style:none;
}


.tabberlive .tabbertab li.sel li{
	line-height:20px;
	height:20px;
	border:0px !important;

}

.tabberlive .tabbertab li.sel a{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
 	filter:alpha(opacity=80) ;
	-moz-opacity:.80 ;
	opacity:.80 ;
	line-height:20px;
	height:20px;
	background-color:#FFFFFF;
	display:block;
	padding-left:12px;
}

.tabberlive .tabbertab li.sel a.sele{
	color:#FF00C0 !important;
	background-color:#FFFFFF !important;
 	filter:alpha(opacity=100) ;
	-moz-opacity:.100 ;
	opacity:.99 ;
}

.tabberlive .tabbertab a.red{
	background-color:#990000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
 	filter:alpha(opacity=100) ;
	-moz-opacity:.100 ;
	opacity:.99 ;
}


/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
display:none;
}
.tabberlive#tab2 {
display:none;
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

