/*
    (C) 2007 Arturo Mora Rioja
*/

body {
    color: #CC0000;
    background: #CC0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    margin-top: 10px;
}

a {
    color: #CC0000;
    background: white;
    text-decoration: none;
    border: solid 1px #CC0000;
    padding: 1px;
    padding-left: 5px; padding-right: 5px;
}
a:hover {
    color: white;
    background: #CC3333;
}

a.nostyle {
    color: #CC0000;
    background: #FFFFCC;
    border: solid 0px;
    padding: 0px;
}

a.menu {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #FEFF97;
    text-decoration: none;
    font-weight: bold;
}
a.menu:hover {
    color: #2D66A7;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}

a.submenu {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #FEFF97;
    text-decoration: none;
    font-weight: normal;
}
a.submenu:hover {
    color: #2D66A7;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}

a.extlnk {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #FEFF97;
    background: #2D66A7;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}
a.extlnk:hover {
    color: #2D66A7;
    background: #FEFF97;
    padding-left: 5px;
    padding-right: 5px;
}

.title {
    font-size: 26px;
    font-variant: small-caps;
    font-family: Garamond, Book Antiqua, Times New Roman, serif;
    font-weight: bold;
}

.selmenu {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border: solid thin white;
    padding-left: 5px; padding-right: 5px;
    padding-top: 1px; padding-bottom: 1px;
}

.month {
    text-indent: 40px;
    color: #2D66A7;
    background: #FEFF97;
    border-bottom: solid thick #ECE9FC;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Garamond, Book Antiqua, Times New Roman, serif;
}

.info {
    position: absolute;
    left: 200px;
    top: 90px;
    right: 10px;
    padding: 15px
}

.infoitem {
    color: #2D66A7;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
}