

/* tables */
table.mytable{ border:0; background-color:#fff; padding:0;
/*margin: 0 auto 0 auto;*/
}
table.mytable th, div.mytabletit{ 
    background:#4A4A4A url(../images/bg_th.jpg) left top repeat-x; 
    border-left:1px solid #C7C7C7;
    padding-left:3px;
    color:#fff; height:25px; 
}
table.mytable td{ 
    border-top:0; border-left:0; border-right:0;
    border-bottom:1px solid #ccc; 
    padding: 7px 0px;
}
table.mytable a{
    text-decoration: none;
    color: #333333;
}
/*accordion*/

#basic-accordian{
    border:5px solid #EEE;
    padding:5px;
    width:920px;
    /*position:absolute;
    left:50%;
    top:50%;
    margin-left:-175px;
    z-index:2;
    margin-top:-100px;*/
}

.accordion_headings{
    padding:5px;
    background:#0254A6;
    color:#FFFFFF;
    border:1px solid #FFF;
    cursor:pointer;
    font-weight:bold;
}

.accordion_headings:hover{
    background:#00CCFF;
}

.accordion_child{
    padding:15px;
    background:#EEE;
}

.acc_header_highlight{
    background:#00CCFF;
}
div.tituloEdoBig {

background-color:#ffffff;
margin-bottom:3px;
position:relative;
}
div.tituloCdBig {

background-color:#ffffff;
margin-bottom:3px;
position: relative;
}
div.totheright {
position: absolute;
right: 17px;
top: 0px;
width: 35px;
padding: 0;
margin: 0;
font-size: 12px;
color: #4D4D4D;
text-align: right;
}
div.tituloCdBig div.totheright{
line-height: 30px;
}
div.tituloEdoBig div.totheright{
line-height: 50px;
}
.tituloEdoBig a {
font-size: 20px;
color: #787373;
display: block;
text-decoration: none;
padding: 15px;
}
.tituloCdBig a {
font-size: 17px;
color: #7F7F7F;
display: block;
text-decoration: none;
padding: 5px 5px 5px 25px;
}
.tituloCdBig a:hover, .tituloEdoBig a:hover {
background-color:#E8FBFF;
}