body{
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    font-size: 12px;
    padding: 0px 0px 40px 0px;
    margin: 0px;
    text-align: center;
    background: #efefef;
    width: 100%;

}

.all  {
    margin: auto;
    width: 773px;
    background: white;
    text-align: left;
    border: 1px solid black;
    border-top: 1px solid #d20808;
}

img {
    border: 0px;
    text-decoration: none;
}

.cl {
    clear: both;
    height: 1px;
}


.header {
    position: relative;
    width: 773px;
    height: 125px;
    background-color: #d20808;

}

.greytab {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 773px;
    height: 25px;
    font-size: 11px;
    font-family: sans-serif;
    background-color: #cfcfcf;
}


.header #rojaboy img {
    position:absolute;
    left:0px;
    top:-5px;
    z-index: 1;
}

.header #rojalogo img {
    position:absolute;
    right: 65px;
    top: 15px;
    z-index: 1;
}

.gtext {
    position: relative;
    float: right;
    display:inline-block;
    height: 15px;
    padding: 5px;
    padding-right: 20px;
    float: right;
    font-family: sans-serif;
    font-size: 11px;
    z-index: 2;
}

.gtext a {
    color: #555555;;
}

.gtext a:hover {
    color: #d20808;
}

.content {
    width: 773px;
    background-color: white;
}

.left {
    position: relative;
    float: left;
    margin-top: 4px;
    margin-left: 7px;
    width: 423px;
    height: 481px;
    background-color: white;
}

.leftred {
    position: relative;
    width: 421px;
    height: 73px;
    background-color: #d20808;
}

.today {
    position: relative;
    float: left;
    display: block;
    width: 180px;
    height: 73px;
    color: white;
    background-color: #d20808;
}

#internet {
    position: absolute;
    top: 25px;
    height: 20px;
    width: 175px;
    font-size: 16px;
    color: white;
    text-align: left;
    text-indent: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.rightside {
    position: relative;
    float: right;
    display: block;
    color: white;
    padding-top: 6px;
    width: 235px;
    height: 67px;
}

.rightside .utc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.rightside a {
    color: white;
}

#search {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.scroller {
    width: 415px;
    height: 372px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px;
    border: 1px outset #d5d8e0;
    background-color: white;
}

.leftfoot {
    width: 411px;
    height: 14px;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #555555;
    background-color: #e7e8ed;
}

.right {
    position: relative;
    float: right;
    margin-top: 3px;
    margin-right: 6px;
    width: 328px;
    height: 481px;
}


table.hightable {
    width: 100%;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0px;
    border-color: gray;
    line-height: 15px;
    padding: 1px;
    margin-bottom: 20px;
}

table.hightable a {
    font-weight: bold;
    color: #555555;
}

table.hightable a:hover {
    color: #D20808;
}

table.hightable tr:nth-child(even) {
    text-indent: 1px;
    font: 12px Verdana, Arial;
    background-color: #d5d8e0;
}

table.hightable tr:nth-child(odd) {
    text-indent: 1px;
    font: 12px Verdana, Arial;
    background-color: #e7e8ed;
}

table.hightable tr:first-child{
    color: white;
    font: 12px Verdana, Arial;
    line-height: 20px;
    text-indent: 15px;
    font-weight: normal;
    background-color: #d20808;
}



.footer {
    width: 762px;
    height: 70px;
    margin: auto;
    margin-bottom: 4px;
    color: #555555;;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #cfcfcf;
}


.footer a {
    color: #555555;
}

.footer a:hover {
    color: #D20808;
}


/*new STYLY*/


.masterdiv {
    margin-top: 5px;
    margin-left: 5px;
    background-color: green;
}


/*SWITCH MENU*/

.menutitle{
    cursor:pointer;
    margin: 0px;
    background-color: #e7e8ed;
    color:#000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width:394px;
    padding:1px;
    text-align:left;
    border: 1px outset #d5d8e0;
}

.menutitle:hover {
    background-color: #d5d8e0;
}


.submenu{
    font: 11px Verdana,Arial;
    width: 399px;
    text-align: left;
    border: 0px solid #ccc;
    border-bottom: none;

}

table.linktable {
    width: 100%;
}

table.linktable a {
    font-weight: bold;
    color: #555555;
}

table.linktable a:hover {
    color: #D20808;
}

table.linktable tr:nth-child(even) {
    text-indent: 5px;
    background-color: #eddedc;
}

table.linktable tr:first-child{
    color: white;
    font: 11px Verdana,Arial;
    text-indent: 5px;
    font-weight: normal;
    background-color: #d20808;
}

