/* #########################################################
BLOCKS
######################################################### */

.blockOuter{
    position: relative;
    margin: 0px 0px 4px 0px;
}

.block{
    position: relative;
    border: 1px solid #9099bd;
    text-align: left;
}

.blockH{
    background-color: #e2e4ed;
}
.blockH h5{
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 4px 5px 4px 5px;
    text-transform: uppercase;
}

.blockC{
    background-color: #e2e4ed;
    color: #5c6581;
    padding: 1px 5px 4px 5px;
    text-align: left;
}
.blockC div{ margin: 2px 0px 2px 0px; }

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li.block_even{
    background-color: #eff2fb;
}
.blockC ul li em{
    font-size: 9px;
}
.blockC ul li a{
    display: block;
    margin: 0px;
    padding: 4px 3px 3px 3px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    width: auto;
}

.blockSpacer{
    font-size: 1px;
}

#columnLeft .block ul li a{
    text-decoration: none;
    border-bottom: 1px solid #9099bd;
}

#columnLeft .block ul li a:hover{
    background-color: #fbffff;
    border-bottom: 1px solid #354276;
}

#columnRight .block{
    border: 0px solid #ffffff;
}
#columnRight .blockH{
    background: transparent url(/images/block_header_right.jpg) no-repeat top left;
    height: 22px !important;
}
#columnRight .blockH h5{
    padding: 5px 5px 0px 5px;
}
#columnRight .blockC{
    background-color: #ffffff;
    padding: 1px 0px; /* this is a gap hack */
    margin: 0px;
    border-right: 1px solid #9099bd;
    border-bottom: 1px solid #9099bd;
    border-left: 1px solid #9099bd;
}

#columnRight .block_scroll .blockC{
    height: 192px;
    overflow: auto;
}

#columnLeft .block_scroll .blockC{
    height: 192px;
    overflow: auto;
}

#columnRight .block ul li{
    padding: 4px;
}

#columnRight .block a{
    color: #6388fe;
    font-weight: bold;
}
#columnRight .block a:hover{
    color: #2d448a;
    font-weight: bold;
}

/* Search */

.searchFormInput{
    width: 120px;
}

/* News Letter */
#newsForm{
    border: 1px solid #9099bd;

}
#newsForm div{
    white-space: nowrap;
    padding: 4px 5px;
}
.newEmailInput{
    width: 104px;
}

/* no style */
.no_padding .block{
    border: 0px solid #FFF;
    padding: 0px;
}
.no_padding .blockH{
    display: none;
    visibility: hidden;
}
.no_padding .blockC{
    background: none;
    padding: 0px;
}

/* calendar */

#cal{ padding: 3px 5px 5px 5px; }
.calTop table{ width: 100%; }
.calTop table td{
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #66729c;
}
.calHeadL, .calHeadR{
    width: 15px;
}
.calHeadL a, .calHeadR a{
    display: block;
    border: 1px solid #b7c5ec;
    background-color: #edf2eb;
    padding: 0px 4px 3px 4px;
    font-size: 12px;
    text-decoration: none;
}
.calHeadL a{ margin-right: 2px; }
.calHeadR a{ margin-left: 2px; }
.calHeadL a:hover, .calHeadR a:hover{
    background-color: #b6c4e9;
}
.calHead{
    border: 1px solid #b7c5ec;
    color: #657694;
}

.calContent table{
    width: 100%;
    border-collapse: collapse;
}
.calContent table td{
    padding: 0px;
    border: 1px solid #ffffff;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 13%;
}
.calContent table td div{
    margin: 0px;
    padding: 0px;
}
.calContent table .calHeadDOW td{
    background: url(/images/half_gradient.jpg) repeat-x center center;
    color: #ffffff;
    padding: 3px;
}
.calContent .calBlank{
    /* background-color: #e1e5f1; */
    background-color: #dddddd;
}
.calContent table td a{
    display: block;
    background-color: #e1e5f1;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #2e4c6e;
}
.calContent table td a:hover{
    background-color: #eaecf5;
    color: #6c8199;
}
.calContent table td.calToday a{
    background: #9da6df url(/images/calender_cur_day.jpg) repeat-x top left;
}
.calContent table td.calToday a:hover{
    opacity: .7;
}

.calContent table td.calEvent a{
    background-color: #c3e2d1;
}
.calContent table td.calEvent a:hover{
    background-color: #d5ebdf;
    color: #6c8199;
}


/* end calendar */

/* events */
.moreEvents{
    text-align: center;
}
.moreEvents a{

}

/* END SPECIAL BLOCKS */

.adBlockC .adsLabel{
    text-align: center;

    font-size: 10px;
    text-transform: uppercase;
    color: #646565;
}

.block_login_form td{ font-size: 11px; padding: 2px; }
.block_login_form .login_inputs{ width: 100px; }