@charset "UTF-8";
/* CSS Document */

div#ticker {
	margin:0px 0px 3px 0px;
	border-bottom:3px solid #E6E6E6;
}
div#tickerLeft {
	float:left;
	width:150px;
}
div#tickerRight {
	float:left;
	width:790px;
	height:31px;
}

div#midSection {
	padding:10px 0px;
}


div.colLeft {
	width:263px;
}
div.colMid {
	width:457px;
}

div#toolsArea {
	height:281px;
	width:190px;
	background-color:#E6E6E6;
	overflow:auto;
	overflow-y:auto;
	overflow-x:none;
}
div#toolsArea div#tableHolder div {
	background-color:#FFFFFF;
	margin:3px;
	padding:2px;
}
div#toolsArea div#tableHolder div table {
	width:160px;
}
div#toolsArea div#tableHolder div table td {
	padding-right:4px;
}


/**** TABBER ****/

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
	margin-bottom:20px;
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav {
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCCCCC;;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: -1px;
 border: 1px solid #CCCCCC;
 border-bottom: none;
 text-decoration: none;
 padding-left:42px;
 padding-right:42px;
 background-color:#EEEEEE;
}

ul.tabbernav li a:link { color:#000000; }
ul.tabbernav li a:visited { color:#000000; }

ul.tabbernav li a:hover
{
 border-color: #CCCCCC;
 background-color:#CCCCCC;
}

ul.tabbernav li.tabberactive a {
	font-weight:bold;
	color:#4C4C4C;
	background-color:#CCCCCC;
}



.tabberlive .tabbertab {
 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; */
}

/* 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 h4 {
 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:200px;
 overflow:auto;*/
}

.tabberHead {
	margin:2px 0px 5px 0px;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px 0px 3px 5px;
}
.tabberHead#one {
	background-color:#E06C02;
}
.tabberHead#two {
	background-color:#8F3935;
}
.tabberHead#three {
	background-color:#AD006C;
}
.tabberHead#four {
	background-color:#5A294D;
}
.tabberHead#five {
	background-color:#7532AA;
}
.tabberHead#six {
	background-color:#3771D3;
}
.tabberHead#seven {
	background-color:#074B85;
}
.tabberHead#eight {
	background-color:#326055;
}
.tabberHead#nine {
	background-color:#41A22C;
}
.tabberHead#ten {
	background-color:#FFB600;
}
.tabberContent {
	border:0px;
	background-image:url(../../oneplanetliving/images/backgrounds/index-tab.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:5px;
}
