/*
    Author     : Mark Edwards
*/

/*
h3.myrp_comparison_table_title { margin-top:0; }
table#myrp_comparison_table {
	border-collapse: collapse;
        border:0;
}

#myrp_comparison_table table {
	margin: 0 auto;
}

#myrp_comparison_table th,#myrp_comparison_table td {
	padding: 4px;
        border: 1px solid #ffffff;
        border-left: none;
}
#myrp_comparison_table th { border-bottom:none; }

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

#myrp_comparison_table thead th span h3 { margin:0; padding:0; }

#myrp_comparison_table thead th {
       
        text-align:center; 
        background: url(colored/rightnew.png) no-repeat 100% 0%;
        padding:0; margin:0; outline:0;
        z-index:10;
}
#myrp_comparison_table thead th span {
    display:block;
    background: url(colored/leftnew.png) no-repeat 0% 0%;
    width:100%;
    height:100%;
    text-align: center;
    z-index:100;
    padding: 12px 0px 6px 0px;
}

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

#myrp_comparison_table tbody tr.alt_row td.myrp_primary_col {
	background-color: #DADFE9;
	color: #333
}

#myrp_comparison_table tbody tr {
	background-color: #B2C3E6;
	color: #666;
}

#myrp_comparison_table tbody tr td.myrp_primary_col {
	background-color: #DADFE9;
	color: #333

}
#myrp_comparison_table tbody tr td.myrp_rank {
    background-color:white;
    background-image:url("colored/side.png");
    background-repeat:repeat-y;
    
    border: 0;

}

#myrp_comparison_table thead th.myrp_rank, #myrp_comparison_table thead th.myrp_info { color: #C30000; }

#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;}
#myrp_comparison_table tbody a {
	padding: 1px 2px;
	color: #333;
}
*/
h3.myrp_comparison_table_title {
margin-top:0;
}

table#myrp_comparison_table {
border-collapse:collapse;
border:0;
}

#myrp_comparison_table table {
margin:0 auto;
}

#myrp_comparison_table th,#myrp_comparison_table td {
border:1px solid #fff;
border-left:none;
padding:4px;
}

#myrp_comparison_table th {
border-bottom:none;
}

#myrp_comparison_table thead th,#myrp_comparison_table tfoot th,#myrp_comparison_table tfoot td {
font-weight:700;
text-transform:uppercase;
}

#myrp_comparison_table thead th span h3 {
margin:0;
padding:0;
}

#myrp_comparison_table thead th {
text-align:center;
background:url(includes/comparison-table-themes/colored/rightnew.png) no-repeat 100% 0;
outline:0;
z-index:10;
margin:0;
padding:0;
}

#myrp_comparison_table thead th span {
display:block;
background:url(includes/comparison-table-themes/colored/leftnew.png) no-repeat 0 0;
width:100%;
height:100%;
text-align:center;
z-index:100;
padding:12px 0 6px;
}

#myrp_comparison_table tbody tr td.myrp_rank {
background-color:#FFF !important;
background-image:url("includes/comparison-table-themes/colored/side.png");
background-repeat:repeat-y;
border:0;
}

#myrp_comparison_table thead th.myrp_rank,#myrp_comparison_table thead th.myrp_info {
color:#C30000;
}

#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;
}

#myrp_comparison_table tbody a {
color:#333;
padding:1px 2px;
}

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

#myrp_comparison_table tbody tr.alt_row td.myrp_primary_col,#myrp_comparison_table tbody tr td.myrp_primary_col {
background-color:#DADFE9;
color:#333;
}

