@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: 0;
	font-size: 12px;
	background: #0d3363;
	border: 0;
	text-align: left;
	cursor: pointer;
	filter: alpha(opacity=80);   	/* Internet Explorer       */    
	-moz-opacity: 0.8;           	/* Mozilla 1.6 and below   */    
	opacity: 0.8; 					/* newer Mozilla and CSS-3 */
}

.p7tbsub a:link, .p7tbsub a:visited {
	background: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #0d3363;
	color: #fff;
}

.p7tbsub a:hover, .p7tbsub a:active  {
	background: #1F8F9C;
	border: 1px solid #1F8F9C;
	border-top: 1px solid #fff;
	color: #fff;
}

.p7tbdn {
	color: #ff6d03 !important;
}
