/*========================================================================

Author= Arthur Santa Cruz
E-mail= arthurdezenove@yahoo.com.br
Date= March 2009

==========================================================================*/

#display h4 {
	color: #8c8c8c;
}

iframe#displaypartidas {
	border: 1px solid #000;
}

.boxpartidas {
	background: #333;
	border: 3px solid #0d0d0d;
	padding: 15px;
	margin: 0 0 13px;
	padding-bottom: 20px;
}

.boxpartidas h2 {
	color: #8c8c8c;
	line-height: 1.5em;
	border-bottom: 1px solid #737373;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
	
/*=================================Main Universal====================================*/

#display {
	background-color: #333;
}

#display #tablelinks td {
	padding-right: 25px;
}

#display h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 2em;
	border-bottom: 1px solid #434343;
}

#display #tablelinks a {
	display: block;
	color: #f0f0f0;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	padding-left: 10px;
	text-decoration: none;

}

#display #tablelinks a:hover {
	color: #fff;
	text-decoration: none;
	background: #4d4d4d;
}


