﻿/* PRINT FIX FOR IE */
thead { display: table-header-group; }
tfoot { display: table-footer-group; }

table.primary_repeater {width:100%;background-color:white;clear:both;margin:3px 0px;}
            
table.primary_repeater thead {background-color:#005454; color:#fff; font-weight:bold;font-size:11px;
                              text-transform: uppercase;height:20px; padding: 2px 4px;}
                                                      
table.primary_repeater thead th.left {text-align: left; padding: 0px 3px;}
table.primary_repeater thead th.right {text-align: right; padding: 0px 3px;}

table.primary_repeater tbody {background-color:#efecca;color:#000;height:15px;padding: 0px 3px;}
table.primary_repeater tbody tr.odd {background-color:#e6e2af;color:#000;height:18px;}
table.primary_repeater tbody td {text-align: center;}
table.primary_repeater tbody td.right {text-align: right; padding: 0px 3px;}
table.primary_repeater tbody td.left {text-align: left; padding: 0px 3px;}

.hoverrow {background-color:#a7a37e;}



/*
#tabellformat table {
	color: #7F7F7F;
	font: 10px/20px "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}

#tabellformat table,caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}


#tabellformat caption,th,td {
	border-left: 0;
	padding: 10px
}


#tabellformat caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

#tabellformat thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}

#tabellformat tbody th {
	padding: 20px 10px
}

#tabellformat tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}

#tabellformat tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

#tabellformat tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

#tabellformat tbody tr:hover {
	background-color: #EEE;
	color: #333
}

#tabellformat tbody tr:hover a {
	background-color: #FFF
}

#tabellformat tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

#tabellformat tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}

#tabellformat tbody td a[href="http://www.rodcast.com.br/"] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url(http://www.rodcast.com.br/csstablegallery/i/logo.gif) no-repeat;
	text-indent: -999em;
	border-bottom: 0
}

#tabellformat tbody a:visited:after {
	font-family: Verdana,sans-serif;
	content: "\00A0\221A"
}
*/