.td_gtable { font-size:12px; width:480px; text-align:left; border-collapse:collapse; margin:0 0 35px 0;}
.td_gtable a:link {
/* unvisited link */
font-weight: none;
color: #111;
text-decoration: none
}
.td_gtable a:visited {
/* visited link */
font-weight: none;
color: #111;
text-decoration: none
  }
.td_gtable a:hover {
/* mouse over link */
font-weight: none;
color: #333;
text-decoration: none
  }






.td_gtable th { 

	text-align:left;
	font-size:13px; 
	font-weight:normal; 
	padding:8px; 
	background:#ccc; 
	border:1px dotted #ccc; 
	border-bottom:2px solid #fff; 
	color:#333;
	/*
	    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.20, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(201,201,201) 20%,
        rgb(231,231,231) 80%
        );
		
		*/
		
	background-color:rgba(150, 150, 150, 0.5);
	background-image:url(images/titlerepeat.png);
	background-repeat:repeat; 
		
	}
.td_gtable td { border-bottom:1px solid #FFF; color:#EEE; background-color:rgba(0, 0, 0, 0.5); background-image:url(images/titlerepeat2.png); background-repeat:repeat; border-top:1px solid transparent; padding: 10px 10px 10px 10px;}
.td_gtable a:link {
/* unvisited link */
font-weight: none;
color: #EEE;
text-decoration: none
}
.td_gtable a:visited {
/* visited link */
font-weight: none;
color: #EEE;
text-decoration: none
  }
.td_gtable a:hover {
/* mouse over link */
font-weight: none;
color: #FFF;
text-decoration: none
  }



.td_gtable tbody tr:hover td { color:#FFF; background-color:rgba(100, 100, 100, 0.5); border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding: 10px 10px 10px 10px;}


a:link.td_gtable {
/* unvisited link */
font-weight: none;
color: #000;
text-decoration: none
}
a:visited.td_gtable {
/* visited link */
font-weight: none;
color: #000;
text-decoration: none
  }
a:hover.td_gtable {
/* mouse over link */
font-weight: none;
color: #000;
text-decoration: none
  }