@import url(d_basicv5.css);
/* This is only read by newer v5+ browsers which then link to the linked style sheet */
/* The linked sheet contains extra information supported by newer browsers */

.p7tbsub {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 0;
	text-align: left;
	cursor: pointer;
	background: #F7F7F7;
	border: 1px solid #C4C4C4;
	filter: alpha(opacity=95);   	/* Internet Explorer       */    
	-moz-opacity: 0.95;           	/* Mozilla 1.6 and below   */    
	opacity: 0.95; 					/* newer Mozilla and CSS-3 */
}

.p7tbsub a:link, .p7tbsub a:visited {
	background-color:#F7F7F7;
	color: #828282;
	font-weight: bold;
}

.p7tbsub a:hover, .p7tbsub a:active  {
	background-color: #A7A9AC;
	color: #fff;
	font-weight: bold;
}

.p7tbdn {
	color: #ff6d03 !important;
}
