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

DIV.tabs
{
   float            : left;
   width            : 100%;
   background       : url("tab_b.gif") repeat-x bottom;
   margin-bottom    : 4px;	/* space below */
}

DIV.tabs UL
{
   margin           : 1px;	/* space above tabs */
   padding-left     : 20px;	
   list-style       : none;
}

DIV.tabs LI, DIV.tabs FORM
{
   display          : inline;
   margin           : 2px;
   padding          : 2px;
}

DIV.tabs FORM
{
   float            : right;
}

DIV.tabs A
{
   float            : left;
   background       : url("tab_r.gif") no-repeat right top;
   font-size        : small;
   font-weight      : bold;
   text-decoration  : none;
   border-bottom    : 3px solid #84B0C7;	/* bottom line on unselected tabs */
}

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

DIV.tabs A:link, DIV.tabs A:visited, DIV.tabs A:active, DIV.tabs A:hover
{
       color: #1A419D;			/* color of tab text, unselected */
}

DIV.tabs SPAN
{
   float            : left;
   display          : block;
   background       : url("tab_l.gif") no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}


/* 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
{
   background-position: 100% -150px;
   border-width     : 0px;
    border-bottom    : 0px;
   color: #000000;
}

DIV.tabs LI#current SPAN
{
   background-position: 0% -150px;
   color: #000000;

   padding-bottom   : 6px;
}

DIV.edge
{	border-width     : 15px;
/*	margin : 5px; */
	padding : 5px;
	border    : 10px solid #99CCCC;
}

DIV.edge P
{	margin : 15px;
}

DIV.edge H1, DIV.edge H2, DIV.edge H3
{	margin : 5px;
}



