.bnaer {
    float: left;
    padding: 10px;
    width: 100%;
}
.bnaer img {
    border-radius: 10%;
    float: left;
    padding-right: 10px;
}
.bnaer a{
    text-decoration: none;
}


/*******************************Calendar Top Navigation*********************************/
div#calendar {
    margin: 0px auto;
    padding: 0px;
    /*width: 602px;*/
    font-family: Helvetica, "Times New Roman", Times, serif;
}

div#calendar div.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #2a1c73;
}

div#calendar div.header {
    line-height: 40px;
    vertical-align: middle;
    position: absolute;
    left: 11px;
    top: 0px;
    /*width:582px;*/
    width: 180px;
    height: 40px;
    text-align: center;
}

div#calendar div.header a.prev, div#calendar div.header a.next {
    position: absolute;
    top: 0px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}

div#calendar div.header span.title {
    color: #FFF;
    font-size: 18px;
}


div#calendar div.header a.prev {
    left: 0px;
}

div#calendar div.header a.next {
    right: 0px;
}


/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content {
    border: 1px solid #787878;
    border-top: none;
}


div#calendar ul.label {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
}

div#calendar ul.label li {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    float: left;
    list-style-type: none;
    /*width:80px;*/
    width: 22px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 15px;
    background-color: transparent;
}


div#calendar ul.dates {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/** overall width = width+padding-right**/
div#calendar ul.dates li {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 25px;
    /*line-height:80px;*/
    vertical-align: middle;
    float: left;
    list-style-type: none;
    width: 23px;
    /*width:80px;*/
    height: 23px;
    /*height:80px;*/
    font-size: 15px;
    /*font-size:25px;*/
    background-color: #DDD;
    color: #000;
    text-align: center;
}

:focus {
    outline: none;
}

div.clear {
    clear: both;
}

.active-date li {
    color: #fff !important;
    background: #2a1c73 !important;
}

.topmenu {
    width: 1025px;
    position: absolute;
    list-style-type: none;
    padding: 0;
    z-index: 1;
    margin-left: 4px;
    margin-top: -4px;
}

.topmenu .topli {
    margin-left: -8px;
    float: left;
    padding: 5px;
    width: 203px;
    z-index: 1;
    font-size: 16px;
}

.topmenu .topli div {
    background-color: #ccc;
    height: 30px;
    padding: 5px;
    border: 1px solid #fff;
}

.topmenu .topli a {
    text-decoration: none;
    font-weight: bold;
}

.topdammenu {
    margin-top: -4px;
    padding: 0;
    list-style-type: none;
}

.dammeniu div{
    height: 50px!important;
}

.topdammenu li {
    margin-top: 2px;
}

.topdammenu li div {
    border: 1px solid #fff;
    background-color: #ccc;
    height: 30px;
    padding: 5px;
    font-weight: normal;
    color: #000;
}

.topbaner {
    position: absolute;
    color: #000;
    margin-top: -98px;
    width: 1031px;
}

.topimg {
    width: 1028px;
    height: 193px;
    background-color: #366092;
    margin-top: 19px;
    position: absolute;
    margin-left: 9px;
}

.topsearch {
    margin-left: 796px;
    margin-top: -83px;
    position: absolute;
}

.topmeniu{
    width: 1027px;
    height: 44px;
    background-color: #cccccc;
    margin-top: -66px;
    margin-left: 10px;
}
