@charset "utf-8";
/* CSS Document */
/* Inicio propiedades tablas hosting y reseller*/

table.shared_table {
width: 100%;
padding: 0px 30px 0px 30px;
}

table.shared_table thead {
color: #FFFFFF;
background-color: #00679a;
background-position: top;
background-repeat: repeat-x;
border: 1px solid #407500;
}
table.shared_table thead th {
padding: 2px;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

table.shared_table thead th.side {
text-align: right;
}

table.shared_table tbody tr.odd {
background-position: top;
background-repeat: repeat-x;
background-color: #FAFAFA;
}

table.shared_table tbody tr.even {
background-position: top;
background-repeat: repeat-x;
background-color: #FFFFFF;
}

table.shared_table tbody th {
text-align: right;
padding: 5px;
}

table.shared_table tbody th.nbl {
text-align: right;
padding: 5px;
border-bottom: 0px solid #CCCCCC;
}

table.shared_table tbody td {
padding: 5px;
text-align: center;
font-size: 14px;
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody td.nbl {
padding: 5px;
text-align: center;
font-size: 14px;
border-bottom: 0px solid #CCCCCC;
}

table.shared_table tbody th {
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody tr.odd td.check div {
height: 20px;
background-image: url(images/check-yes.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table tbody tr.even td.check div{
height: 20px;
background-image: url(images/check-yes.gif);
background-position: center;
background-repeat: no-repeat;
}


table.shared_table tbody tr.odd td.x div{
height: 20px;
background-image: url(images/check-yes.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table tbody tr.even td.x div{
height: 20px;
background-image: url(images/check-yes.gif);
background-position: center;
background-repeat: no-repeat;
}

/* Fin propiedades generales para tablas hosting y reseller*/