/* 
    Document   : tables
    Created on : 18/10/2010, 09:03:31 PM
    Author     : erick
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#listado {
		/*background:#D2EEFF;*/
		margin-bottom:30px;
		width:100%;
	}
#listado thead {
                background:#496FCB;
                color:#eff4f4;
                font-weight:bold;
                text-transform:uppercase;
                font-family:"Myriad Pro", Verdana, Arial;
                font-size:11px;
                letter-spacing:-1px;
                text-align:left;
                }

.thead {
    background:#496FCB !important;
    color:#eff4f4;
    font-weight:bold;
    text-transform:uppercase;
    font-family:"Myriad Pro", Verdana, Arial;
    font-size:11px;
    letter-spacing:-1px;
    text-align:left;
}
.thead-sub {
    background:#7895D8 !important;
    color:#eff4f4;
    font-weight:bold;
    text-transform:uppercase;
    font-family:"Myriad Pro", Verdana, Arial;
    font-size:11px;
    letter-spacing:-1px;
    text-align:left;
}


#listado th,
#listado td {
        padding:1px;
        padding-left:4px;
        padding-right:4px;
        }
#listado tbody td {
        border-bottom:1px solid  #99CCFF;
        vertical-align:text-top;
        }
#listado tbody tr {
        background:#D2EEFF;
        }
#listado tbody tr.over{
        background:#9DCEFF;
}

