/*
	Tab Control CSS
	by System Professionals, Corporation
*/

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 7px;
 font: normal 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding:7px 2em;
 margin-left: 1px;
 color:#000;
 border-bottom: none; 
 background:url(../../../../App_Images/UserImage/tab.png);
 /*Oceanic.png*/
 text-decoration:none;
}

ul.tabbernav li a:hover
{
 color:#000;
 background:url(../../../../App_Images/UserImage/tab-hover.png);
 /*Oceanic.png*/
 border-color:#000;
}

ul.tabbernav li.tabberactive a
{
 color:#000;
 font-weight:bold;
 background:url(../../../../App_Images/UserImage/tab.png);
 /*OceanicFade.png*/
 border-bottom: 1px solid #E3C791;
}

ul.tabbernav li.tabberactive a:hover
{
 color:#000;
 font-weight:bold;
 background:url(../../../../App_Images/UserImage/tab-hover.png);
 /*OceanicFade.png*/
 border-bottom: 1px solid #E3C791;
}

.tabberlive .tabbertab {
 padding:7px;
 /*border:1px solid #C2C2C2;
 background-color :#E3C791;*/
 border-top:0;
 color:#000;
}

.tabberlive .tabbertab h2 
{
 display: none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabbertitle 
{
 text-align:center; 
 font: bold 14px Verdana; 
 color:#000;
}
/* Using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
 width:200px; 
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.calender
{
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
}
.calender tr
{
	border-bottom:1px solid #eee;
}
.calender td
{
	padding:5px 0px;
	border-left:1px solid #eee;
}
.calender-selected
{
	background:#b2b2b2;
	font-weight:bold;
	color:#000000;
}
.calender th
{
	background:#ebebeb;
	padding:5px 0;
}