/*--------------------------------------------------
  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:0;
}

.tabberlive img{
    margin:0 0 10px 21px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
 margin:7px 0 0 0;
 padding: 2px 2px 9px 2px;
 padding: 2px 2px 6px 2px\9;
 border-bottom: 1px solid #e0e0e0;
 font-size:13px;
 font-weight:bold;
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a {
 padding: 8px 21px 9px 21px;
 *padding: 10px 21px 8px 21px;
 margin: 0;
 border:0px solid #778;
 border-bottom: none;
 background:url(../images/list_bg02.jpg) no-repeat;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #333333; }
ul.tabbernav li a:visited { color: #333333; }
ul.tabbernav li a:hover { color:#f68319; border-color: #227;}

ul.tabbernav li.tabberactive a { color:#333333; background:url(../images/list_bg01.jpg) no-repeat;}
ul.tabbernav li.tabberactive a:hover { color: #333333;}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tab {width:229px;margin:0;}


.tabbertab {
    padding:15px 10px 0 10px;
    border-left:0px solid #e0e0e0;
    border-right:0px solid #e0e0e0;
    border-bottom:0px solid #e0e0e0;
    /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
    /* height:200px; 
	overflow:auto;*/
	overflow-x:hidden;
	overflow-y:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabbertab h2 {
        display:none;
}

.tabbertab ul {
    color:#333333;
	line-height:16px;
	font-size:12px;
	margin:0 0 20px 0;
	padding:0;
}

.tabbertab li {
	margin:0 0 10px 26px;
	padding:0;
	list-style:url(../images/arrow2.gif);
}

.tabbertab h6 {
	margin:0 0 10px 0;
	padding:0 0 0 26px;
        font-size:12px;
        font-weight:normal;
	background:url(../images/quiz_bg.jpg) no-repeat;
}

.dailybook {
        cursor:pointer;
        color:#346b91;
}

.dailybook:hover{ text-decoration:underline;}
