/* $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 {
	display: none;
}
.tabberlive {
	display: block;
}

/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav {
	margin: 0;
	padding: 0;
}

ul.tabbernav li {
	margin: 0;
	padding: 4px 5px 4px 0;
	display: inline;
}

ul.tabbernav li a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 10px;
	padding: 3px 11px 3px 11px;
	margin:  0;
	text-decoration: none;
 	border: 1px solid #d2d2d2;
	background-image: url(/images/tab_dark_mid.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

ul.tabbernav li a:link { 
	color: #dddddd;
	text-transform: uppercase; 
}
ul.tabbernav li a:visited { color: #eeeeee; }

ul.tabbernav li a:hover {
	color: #ffffff;
}


ul.tabbernav li.tabberactive {
	
}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #fff;
	color: #010100;
	background-image: url(/images/tab_white_mid.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-decoration: none;
 	border-left, border-top, border-right,: 1px solid #d2d2d2;
}



/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 0; margin:  3px 0 0 0;
	border-top:1px solid #e5e5e5;

 /* 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 */
.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
}


.tabberlive {

}

.tabcontent {
	padding: 19px 0 0 5px;
}
.smtext { font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
a.smtext:hover, visited, link { color: Black; font-weight: normal; text-decoration: none; }
a.smtext:active { color: Black; font-weight: normal; text-decoration: none; }