/*
Theme: inphecthyuz
Author: Infected-FX
URL: www.infectedfx.net
Country: Mexico
*/

table {
	width: 100%;
    border-spacing:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    background-color:#7a827d;
    color: #2c2c2c;
}

table.noBorderTable  {
	width: 100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #2c2c2c;
    border-collapse: collapse;
    border: 1px solid #7a827d;
}

table.noBorderTable  td {
	border-bottom: 1px solid #7a827d;
}

table.noBorderTable thead td, th {
	background-color: #7a827d;
	color: white;
}

td.borderLeft {
	border-left:  1px solid #7a827d;
}

td.borderRight {
	border-right:  1px solid #7a827d;
}

.margeLeft {
	padding-left: 10px;
}

.margeRight {
	padding-right: 10px;
}

caption {
    font-weight: bold;
    background: #50ADEA;
    border-bottom:2px solid #242e41;
    color: #FFF;
    text-transform:uppercase;
    padding:10px;
}

td, th {
    padding: 1px 2px;
}

thead th {
    text-align: center;
    background: #F5F5F5;
    color: #666;
    border: 1px solid #FFF;
    text-transform:uppercase;
}

tbody th {
    font-weight: bold;
}

tbody tr        {
    background-color:#FFF; 
    text-align:left;
    }
tbody tr.odd    {
    background: #f9f9f9;
    border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
    color:#96D030;
    padding:3px 0px 0px 10px;
    }
tbody th a:hover{
    color:#FF8601;
    }

tbody tr td { 
    background: #FFF;
    border: 1px solid #FFF;
    }

tbody tr.odd td{ 
    background: #f9f9f9;
    border-top:1px solid #FFF;
    }

table td a:link, table td a:visited {
    color: #1975D7;
    text-decoration: none;
}

table td a:hover {
    color: #50ADEA;
    text-decoration: none ;
}

table a[title^="Download"] { 
    padding:10px 0px 0px 5px;
    text-decoration: none;
}

tfoot th, tfoot td {
    background-color:#E7E7E7; 
    padding:5px;
    text-align:center; 
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:22px; 
    font-weight:bold; 
    font-style:italic;
    border-bottom:3px solid #242e41;
    border-top:1px solid #242e41;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

