/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */

DIV.tabs
{
	border-bottom:1px solid #ddd;

   float            : left;
   width            : 100%;
/*   background       : url("tab_b.gif") repeat-x bottom;
*/   
   margin-top    : 15px;
   margin-bottom    : 15px;
}

DIV.tabs UL
{
   margin           : 0px;
   padding-left     : 0px;
   list-style       : none;
}

DIV.tabs LI, DIV.tabs FORM
{
 	float:left;
	margin-bottom:-1px
}

DIV.tabs FORM
{
   float            : right;
}

DIV.tabs A
{
 	color : #4b4b4b; 
   float            : left;
	font-family : Verdana, Helvetica;
	font-size: 14px;
	text-decoration  : none;
	line-height: 30px;
	text-align: center;
   border-radius:4px 4px 0 0
}

DIV.tabs A:hover
{
   /*background-position: 100% -150px;*/
}

DIV.tabs A:link, DIV.tabs A:visited,
DIV.tabs A:active, DIV.tabs A:hover
{
	cursor:default;
	background-color:#E7E7E7;
	border:1px solid #ddd;
	border-bottom-color:transparent

}

DIV.tabs SPAN
{
   float            : left;
   display          : block;
   padding          : 4px 9px;
   white-space      : nowrap;
   cursor	: pointer;
}

DIV.tabs INPUT
{
   float            : right;
   display          : inline;
   font-size        : 1em;
}

DIV.tabs TD
{
   font-size        : x-small;
   text-decoration  : none;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.tabs SPAN {float : none;}
/* End IE5-Mac hack */

DIV.tabs A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.tabs LI.current A
{
	color : #4b4b4b;
	cursor:default;
	font-weight : bold;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent
}

DIV.tabs LI.current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 5px;
}

DIV.nav
{
   background       : none;
   border           : none;
/*   border-bottom    : 1px solid #84B0C7;*/
}
