.tabnav {
/*	width: 720px; */ 
	width: 100%; 
   height: 18px;
   margin: 0px;
   padding-left: 10px;
   background: url(/images/tab_bottom.gif) repeat-x bottom; 
}

.directions li {
	margin-left: 13px;
	padding: 0px;
}

.tabnav li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}

.tabnav a:link, .tabnav a:visited {
   float: left;
   background: #ababab;
   background: url(/includes/assets/bgtitletable.gif) repeat-x bottom;
   font-size: 10px;
   line-height: 12px;
   font-weight: bold;
   padding: 2px 8px 2px 8px;
   margin-right: 6px;
   border: 1px solid #ccc;
   text-decoration: none;
	/*
   color: #666;
   color: #003366;
	*/
}

.tabnav a:link.active, .tabnav a:visited.active {
   border-bottom: 1px solid #fff;
/* background: #fff; */
   background: url(/includes/assets/bggradient.gif) repeat-x bottom;
/*   color: #000; */
/*   color: #003366; */
   color: #fff; 
}

.tabnav a:hover   {
   background: #fff;
   background: url(/includes/assets/bggradient.gif) repeat-x bottom;
   text-decoration: underline;
   color: #fff; 
}

.denied, table.disabled, td.disabled { 
	color: #808080;
}


#contents {
/*	background : #fff;  */
	width: 720px; 
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 4px;
}

.button{
	margin: 0;
}

.button>span.left{
	/*background: url(/includes/assets/b-l.png) no-repeat; */
	width: 6px;
	height: 26px;
	padding: 8px 6px 13px 0 !important; padding: 0;
}
.button>input.submit_button {
	background: url(/includes/assets/b-m.png) repeat-x;
	border: none;
	height: 26px;
	font-family: myriad, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
/*	font-variant: small-caps; */
	padding: 0; 
	margin: 0;
}

.button>input.entries {
	margin-bottom: -4px;
}

.button>span.right{
	/*background: url(/includes/assets/b-r.png) no-repeat; */
	width: 7px;
	height: 26px;
	padding: 8px 7px 13px 0 !important; padding: 0;
}
