/* $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;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	width: 180px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	height: 19px;
	
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
	
}

ul.tabbernav li a
{
 border-bottom: none;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #cccccc;
}

ul.tabbernav li.tabberactive a#undefinednav1 {
	background-image: url(/assets/images/left-selected.gif);
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9172A;
	display: block;
	float: left;
	width: 76px;
	padding-left: 8px;
	line-height: 22px;
	color: #ffffff;
	}
	
ul.tabbernav li a#undefinednav1 {
	background-image: url(/assets/images/left-notselected.gif);
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9172A;
	display: block;
	float: left;
	width: 76px;
	padding-left: 8px;
	line-height: 22px;
	color: #8CBFD1;
	}	
ul.tabbernav li.tabberactive a#undefinednav2 {
	background-image: url(/assets/images/right-selected.gif);
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9172A;
	display: block;
	float: left;
	width: 88px;
	padding-left: 8px;
	line-height: 22px;
	color: #ffffff;
	}
	
ul.tabbernav li a#undefinednav2 {
	background-image: url(/assets/images/right-notselected.gif);
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9172A;
	display: block;
	float: left;
	width: 88px;
	padding-left: 8px;
	line-height: 22px;
	color: #8CBFD1;
	}
	

	
ul.tabbernav li a
{ 
/* margin-left: 4px; */
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	background-color: #f4f3ee;
	background-image: url(/assets/images/elementbackground.jpg);
	background-repeat: repeat-x;
	width: 168px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9172A;
	border-right-color: #C9172A;
	border-bottom-color: #C9172A;
	border-left-color: #C9172A;
    

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
	height: 230px;
	overflow: auto;

 /* 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;
}

/* 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;
}

.eventshere {
	font-size: 90%;
	width: 150px;
	margin-top: 2px;
	}
.thisdetails{
	font-size: 86%;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
	}