.block{
    width: 128px;
    margin: 4px 5px 12px 5px;
    font-size: 10px;
}
.blockH{
    background-color: #000000;
    color: #FFFFFF;
    border-top: 1px solid #999999;
    border-right: 1px solid #333333;
    border-top: 1px solid #999999;

    padding: 2px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
.blockC{
    color: #000000;
}
html>body .blockC{
    border-right: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    border-left: 1px dotted #000000;
}

.blockT{
    background-color: #DDDDDD;
}

* .blockR, .blockL{
    background-image: url(/images/dot-vert.gif);
    background-repeat: repeat-y;
}
* html .blockR{ background-position: top right; }
* html .blockL{ background-position: top left; }
* html .blockB{
    background: url(/images/dot-horz.gif) repeat-x bottom;
}

.blockC ul{ list-style-type: none; margin: 0px; padding: 0px; }
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li a{
    display: block;
    padding: 1px 2px;
    margin: 1px;
    text-decoration: none;
    font-size: 9px;
    font-weight: normal;
    color: #000762;
    width: 118px;
}
html>body .blockC ul li a{
    padding: 2px 3px;
    margin: 0px;
    width: auto;
}
.blockC ul li a:hover{
    color: #000762;
    background-color: #8da6cf;
}

.blockText{
    padding: 0px 2px;
    font-size: 10px;
    color: #000000;
}

.blockText a{
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    color: #000762;
}
.blockText a:hover{
    color: #000762;
    background-color: #8da6cf;
}

.blockText div{
    padding: 2px 0px;
    font-size: 10px;
}
.blockText .blockSpacer{
    font-size: 1px;
}
html>body .blockSpacer{
    border-bottom: 1px dotted #000000;
}
* html .blockSpacer{
    background: url(/images/dot-horz.gif) repeat-x bottom;
    border-bottom: 0px solid #000000;
}

.blockText .button, .blockText .buttonOver{
    height: 16px;
    font-size: 10px;
    margin: 2px;
}
.blockText .radio{
    background-color: transparent;
    border: 0px solid #000000;
}

#newsForm{ text-align: center; }
#newsForm div{ padding: 2px; }
#newsForm .ntext{
    font-size: 10px;
    width: 120px;
    height: 12px;
}
#newsContain #newsForm .button, #newsContain #newsForm .buttonOver{
    width: 80px;
}

/* ############# For the calendar ############# */

.cal{ }
.cal table{
    width: 100%;
}
.cal table td{
    border: 1px solid #000000;
    padding: 1px;
    text-align: center;
}
.cal table .calHeadL{
    border-right: 0px solid #000000;
    padding: 1px 2px;
    text-align: left;
}
.cal table .calHead{
    text-align: center;
    padding: 1px 0px;
    font-weight: bold;
    font-size: 9px;
    border-right: 0px solid #000000;
    border-left: 0px solid #000000;
}
.cal table .calHeadR{
    border-left: 0px solid #000000;
    padding: 1px 2px;
    text-align: right;
}