.link_green  a:link 			{color: #8BCE3B;}
.link_green  a:visited 		{color: #8BCE3B;}
.link_green  a:active	 	{color: #8BCE3B;}
.link_green  a:hover 			{color: #ffffff;}

.link_red  a:link 	{color: #BB4640;}
.link_red  a:visited 	{color: #BB4640;}
.link_red  a:active 	{color: #BB4640;}
.link_red  a:hover 	{color: #ffffff;}

.link_blue  a:link 	{color: 	#6066dd;}
.link_blue  a:visited 	{color: #6066dd;}
.link_blue  a:active 	{color: 	#6066dd;}
.link_blue  a:hover 	{color: 	#ffffff;}

.link_yellow  a:link 	{color: 		#D5C90D;font-weight:bold;}
.link_yellow  a:visited 	{color: 	#D5C90D;font-weight:bold;}
.link_yellow  a:active 	{color: 	#D5C90D;font-weight:bold;}
.link_yellow  a:hover 	{color: 	#ffffff;}

.link_bold  a     {border:none;}
.link_bold  a:link     {font-weight:bold;text-decoration:underline;border:none;}
.link_bold  a:visited  {font-weight:bold;text-decoration:underline;border:none;}
.link_bold  a:active   {font-weight:bold;text-decoration:underline;border:none;}
.link_bold  a:hover    {color:     #ffffff;border:none;}

.td_act {
	border-color:#333;
	border-style:none solid none none;
	border-width:1px;
	padding:3px;
}

.td_center{
	text-align:center;
}
ul#detectab{list-style: none;margin:3px 0px -2px 10px;padding:5px 15px;
  font-weight: bold;
  text-align: left;white-space: nowrap}
ul#detectab li{display: inline;margin: 0px 0px;}
ul#detectab a{
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding: 3px 10px 3px 10px;
	border-left: 1px solid #8899aa;
	border-right: 1px solid #8899aa;
	border-top: 1px solid #8899aa;
	background-color:#111133;
	color: #555}
ul#detectab a#current{
	font-weight: bold;
	border-left: 2px solid #8899aa;
	border-right: 2px solid #8899aa;
	border-top: 2px solid #8899aa;
	border-bottom: 2px solid #111133;
	color: #FFF;
	background-color:#111133;
}
ul#detectab a:hover{
border-color: #FFD200;
color: #FFF
}

