.reg_num {
    width: 32px;
    vertical-align: top;
    padding-top: 2px;
}

.reg_title_off {
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border-bottom: 2px solid #D6D6D6;
    padding-left: 5px;
}

.reg_title_on {
    color: #0071db;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border-bottom: 2px solid #0071db;
    padding-left: 5px;
}

.reg_title_red {
    color: #db0000;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border-bottom: 2px solid #db0000;
    padding-left: 5px;
}

.reg_data {
    padding: 5px;
    font-size: 12px;
}

.totoplink {
    font-size: 10px;
    font-weight: normal;
    float: right;
    padding-left: 13px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
    margin: 2px 2px 0 0;
}

.reg_title_off .totoplink {
    color: #D6D6D6;
    background-image: url(images/totop_off.gif);
}
.reg_title_on .totoplink {
    color: #0071db;
    background-image: url(images/totop_on.gif);
}
.reg_title_red .totoplink {
    color: #db0000;
    background-image: url(images/totop_red.gif);
}

.form_title {
    color: #0071db;
    font-weight: bold;
    border-bottom: 1px dotted #0071db;
    padding-bottom: 2px;
    margin-bottom: 2px;
}


.enaplo_report_list {
    width: 100%;
    border-top: 2px solid #ffffff;
}
.enaplo_report_list td {
    height: 56px;
    padding: 5px;
    border-bottom: 2px solid #ffffff;
}
.enaplo_report_list tr.odd td {
    background: #f2f2f2;
}
.enaplo_report_list tr.even td {
    background: #ffffff;
}

.enaplo_report_list .en_title_mezo {
    font-size: 11px;
    width: 185px;
    padding: 3px;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.enaplo_report_list .en_title_mezo a {
    color: #000000;
}

.enaplo_report_list .en_temp_mezo {
    width: 45px;
    vertical-align: top;
    padding-right: 0;
}
.enaplo_report_list .en_idokep_mezo {
    width: 45px;
    vertical-align: top;
    padding-right: 0;
    padding-left: 0;
}
.enaplo_report_list .en_idokep_mezo .blue_box,
.enaplo_report_list .en_idokep_mezo .white_box {
    height: 42px;
    width: 42px;
    padding: 1px 0px 2px 1px;
}
.enaplo_report_list .en_idokep_mezo .blue_box img,
.enaplo_report_list .en_idokep_mezo .white_box img {
    width: 40px;
    height: 42px;
}
.enaplo_report_list .en_idokep_mezo .white_box {
    background-image: none;
}

.enaplo_report_list .en_wind_mezo {
    width: 45px;
    text-align: center;
    padding-left: 0;
}
.enaplo_report_list .en_message_mezo {
    font-size: 10px;
    vertical-align: top;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#blog_menu_header {
    background: #2b87e3;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
#blog_menu_header span {
    color: #95c3f1;
}

#blog_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 25px;
}
#blog_menu li {
    float: left;
    height: 15px;
}
#blog_menu li a {
    font-size: 12px;
    color: #000000;
    display: inline-block;
    padding: 5px 10px;
    height: 15px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-left: 3px;
    text-decoration: none;
    background: #60a5ea;
    color: #fff;
    font-weight: bold;
}
#blog_menu li a:hover {
    background: #cae1f8;
    color: #000;
}
#blog_menu li.on a {
    background: #fff;
    color: #000;
}

#enaplo_body {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    padding: 10px;
    border: 3px solid #2b87e3;
    border-top: 0;
    margin-bottom: 10px;
}
