@import url(/css/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: 3px;
	font-size: 12px;
	background: #d5eaf1;
	border: 0;
	text-align: left;
	cursor: pointer;
	filter: alpha(opacity=90);   	/* Internet Explorer       */    
	-moz-opacity: 0.9;           	/* Mozilla 1.6 and below   */    
	opacity: 0.9; 					/* newer Mozilla and CSS-3 */
}

.p7tbsub a:link, .p7tbsub a:visited {
	color: #1d566c;
}

.p7tbsub a:hover, .p7tbsub a:active  {
	background: #a1d5e6;
	color: #1d566c;
}

.p7tbdn {
	color: #ff6d03 !important;
}