/* TABS - CSS Document */

div.tabBox
{
	/*background-image:url(images/tab_shadow.gif);
	background-color:#bab8b2;
	background-repeat: repeat-x;*/
}

#tabActive
{
	background-image:url(images/tab_active.gif);
	background-repeat: repeat-y;
	background-color:#FFF;
	border-top: 1px solid #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: 1px solid white;
	cursor:pointer;
}


	
#tabActiveDots
{
	background-image:url(images/tab_active_dots.gif);
}


#tabActive a
{
	color: #4B010B;
 }

#tabActive a:hover, #tabActive a:active, #tabInactive  a:hover, #tabInactive a:active
{ color:#000; }

#tabInactive
{
	background-image:url(images/tab_inactive.gif);
	background-repeat: repeat-y;
	background-color: #f2f2ee;
	border-top: 1px solid #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	cursor:pointer;
}

#tabDisabled
{
	background-image: url(images/tab_inactive.gif);
	background-repeat: repeat-y;
	background-color: #f2f2ee;
	border-top: 1px solid #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	color:Silver;
}



	
#tabInactiveDots
{
	background-image:url(images/tab_inactive_dots.gif);
}

#tabInactive a
{
	color: #494A42;
}



