body {
    margin: 0px;
    padding: 0px 0px;
    border: 0px none;
    border-spacing: 0px;
    border-collapse: collapse;
    height: 100%; 
    width: 100%; 
    position: absolute;
    overflow: auto;
    background: #FFFFFF;
    font-family: arial, tahoma, verdana, sans-serif;
    font-style: normal; /*	normal | italic | oblique */
    font-variant: normal; /* normal | small-caps | inherit */
    font-weight: normal; /* normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 */
    font-size: 14px;
    color:  #10253f;
}

img {
    border: 0px none;
}

p {
    text-indent: 50px;
    text-align: justify;
}
/*=======================*/
.main{
    position: relative;
    display: table;
    margin: 0px auto; 
    max-width: 1024px;
    min-width: 640px;
    height: 100%;
}
.main_header{
    position: relative;
    display: table-cell;
    width: 100%; 
    border-bottom-width: 3px; 
    border-bottom-color: #0072bd; 
    border-bottom-style: solid;
    margin-bottom: 10px;
}
.main_content{
    position: relative;
    display: block;
    width: -webkit-calc(100% - 1px);
    width:    -moz-calc(100% - 1px);
    width:         calc(100% - 1px);
    border-color: #0072bd;
    border-width: 2px;
    border-style: solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main_footer{
    position: relative; 
    display: table-cell;
    border-top-width: 3px;
    border-top-color: #0072bd;
    border-top-style: solid;
    padding: 10px;
    font-size: 12px;

}
.nav{

    display: table; 
    position: relative; 
    width: 100%; 
    height: 20px; 
    padding-top: 5px;
}

.nav_act{
    float: left;
    width: 100%;
    background-color: #0072bd;
    border-radius: 10px 10px 0 0;
    border-color: #0072bd;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.nav_dis{
    float: left;
    width: 100%;
    background-color: #dddddd;
    border-radius: 10px 10px 0 0;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

/*=======================*/

.date_tree{
    vertical-align: top;
    border-width: 1px;
    border-color: #0072bd;
    border-radius: 5px;
    border-style: solid;
    padding: 10px;
    margin: 10px;
}

.date_tree_year{
    margin-left: 4px; 
    padding-left: 4px;
    margin-right: 4px; 
    padding-right: 4px;
}

.date_tree_month{
    margin-left: 8px; 
    padding-left: 8px;
    margin-right: 0px; 
    padding-right: 0px;
}

.date_tree_date_:nth-of-type(odd) {
    background-color:#dddddd;
    margin-right: 0px; 
    cursor: pointer;
}
.date_tree_date_:nth-of-type(even) {
    background-color:#ffffff;
    margin-right: 0px; 
    cursor: pointer;
}

.date_tree_date {
    cursor: pointer;
}

.date_tree_date_hi {
    background-color: #0072bd;
    color: #FFFFFF;
    cursor: pointer;
}

.nota_date_tree_date_hi {
    background-color: #0072bd;
    color: #FFFFFF;
    cursor: pointer;
}

.news_date_tree_date_hi {
    background-color: #0072bd;
    color: #FFFFFF;
    cursor: pointer;
}

.round_body{
    width: auto;
    vertical-align: top;

    border-width: 1px;
    border-color: #0072bd;
    border-radius: 5px;
    border-style: solid;
    padding: 10px;
    margin: 10px;
}

.res_table {
    display: table;
    border-color: #dddddd;    
    border-width: 2px;
    border-style: solid;
}

.res_tr{
    display: table-row;
}
.res_tr:nth-of-type(odd) {
    background-color:#dddddd;
}

.res_tr:nth-of-type(even) {
    background-color:#ffffff;
}

.res_tdc{
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
    text-align: center;
}

.res_tdr{
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
    text-align: right;
}

.res_tdl{
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
    text-align: left;
}

.res_tdj{
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
    text-align: justify;
}

/*-------------------*/

.text_heder{
    font-style: normal; 
    font-weight: bold; 
    color: #0072bd;
    font-size: 24px;
}

.text_sub_heder{
    font-style: normal; 
    font-weight: bold; 
    color: #0072bd;
    font-size: 18px;
}

.text_nav{
    font-style: normal; 
    font-weight: bold; 
    color: #ffffff;
    font-size: 18px;
}

.text_news_heder{
    font-style: normal; 
    font-weight: bold; 
    color: #0072bd;
    font-size: 16px;
}

.text_{
    font-style: normal; 
    color: #10253f;
    font-size: 14px;
}

.text_b{
    font-style: normal; 
    font-weight: bold;
    color: #10253f;
    font-size: 14px;
}

.text_i{
    font-style: italic; 
    color: #10253f;
    font-size: 14px;
}
.text_bi{
    font-style: italic; 
    font-weight: bold;
    color: #10253f;
    font-size: 14px;
}

.text_16{
    font-style: normal; 
    color: #10253f;
    font-size: 16px;
}

.text_16b{
    font-style: normal; 
    font-weight: bold;
    color: #10253f;
    font-size: 16px;
}
.text_16i{
    font-style: italic; 
    color: #10253f;
    font-size: 16px;
}

.text_16bi{
    font-style: italic; 
    font-weight: bold;
    color: #10253f;
    font-size: 16px;
}

.text_12{
    font-style: normal; 
    color: #10253f;
    font-size: 12px;
}

.text_12b{
    font-style: normal; 
    font-weight: bold;
    color: #10253f;
    font-size: 12px;
}
.text_12i{
    font-style: italic; 
    color: #10253f;
    font-size: 12px;
}

.text_12bi{
    font-style: italic; 
    font-weight: bold;
    color: #10253f;
    font-size: 12px;
}

/*-------------------*/

.form_submit {
    vertical-align: middle;
    border-width: 1px;
    border-color: #0072bd;
    font-weight: bold; 
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0072bd;
    padding-left:30px;
    padding-right:30px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius:8px;
    cursor: pointer;
}

.from_input{
    vertical-align: middle;
    border-width: 1px;
    border-color: #0072bd;
    border-radius:6px;
    font-size: 16px;
    font-weight: initial;
    color: #10253f;
    text-align: center;
    background-color: #ffffff;
    padding-left:16px;
    padding-right:16px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
