/* 
    Document   : table-styles
    Created on : Nov 23, 2009, 11:16:42 PM
    Author     : Mark Edwards
    Description:
        Default table styles.
*/



#myrp_comparison_table table {
	color: #7F7F7F;
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse;
     
}

#myrp_comparison_table table {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
     
}

#myrp_comparison_table
{
	border-bottom: 1px dotted #CCC;
	margin: 6px 0px 20px 0px;
}


#myrp_comparison_table th,#myrp_comparison_table td {
	border-left: 0;
	padding: 10px
}

#myrp_comparison_table thead th,#myrp_comparison_table tfoot th,#myrp_comparison_table tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

#myrp_comparison_table thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center;
	padding: 20px 10px;
}

#myrp_comparison_table tbody tr.alt_row {
	background-color: #F7F7F7;
	color: #666
}

#myrp_comparison_table tbody td { text-align:center; font-size:10pt; }
#myrp_comparison_table tbody a.post_name { font-size:12pt; font-weight:bolder; }
#myrp_comparison_table .rating_column { width:70px; text-align:center; }
#myrp_comparison_table .rating_column div { margin: 0 auto !important;; border:1px solid #aaa !important; }
#myrp_comparison_table tbody a {
	padding: 1px 2px;
	color: #333;
}

#myrp_comparison_table tbody tr:hover {
	background-color: #EEE;
	color: #333
}

.myrp_primary_col, .myrp_primary_alt_col
{
	vertical-align: middle;
}

a.myrp_review_link, a.myrp_visit_link
{
	text-decoration: underline;
}

.myrp_comparison_header_row th
{
	background-color: #666666 !important;
	color: #FFFFFF !important;
	padding: 5px 0px !important;
	border-bottom: 1px dotted white;
}

th.myrp_rank, th.myrp_name, th.myrp_rating_column, th.myrp_info
{
	background-color: #666666 !important;
	color: #FFFFFF !important;
	padding: 5px 0px !important;
}

a.myrp_visit_link
{
	font-weight: bold;
}

th.myrp_name, td.myrp_name
{
	width: 260px;
}
