﻿@charset "utf-8";
/* CSS Document */


/*------------------- Header ----------------------*/
.Banner-Top {
    /*background: url(../Img/header.jpg); */
    height: 160px;
    weight: 100%;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
}
/*------------------- Page Structur----------------------*/
.Body_background {
    /*margin-top:15px;*/
    /*background: #AB927D url('../img/bg.jpg') top left  fixed;	*/
    background: #FFFFFF;
    color: #FFFFFF;
}

.page_wrapper {
    width: 1250px;
    /*border:1px solid #000;*/
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: black;
}

.page_padding {
    margin: 15px;
    /*border: 1px solid #000;*/
}


.jumbotron_myStyle {
    border-radius: 21px;
    -moz-border-radius: 21px;
    ;
    2px;
    px;
    px;
    1px;
    800px;
    8px;
    8px;
    100px;
    1px;
    252px; /*Firefox 3.6 and earlier */
}


/*------------------- Table----------------------*/
.table_login {
    border-collapse: separate;
    border-spacing: 5px;
    max-width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border: 1px solid #92b7d0;
    padding: 10px 40px;
    background: #808080;
    width: 100%;
    border-radius: 12px;
    border-color: black;
    border-width: 2px;
    -moz-border-radius: 12px;
}

.table_news {
    border-collapse: separate;
    border-spacing: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .table_news td {
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
    }

.table_gridview {
    border-width: 1px;
    border-style: none;
    border-color: #004696;
    font-size: medium;
    vertical-align: central;
    align-content: center;
}

.table_gridview_header {
    background-color: #004696;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    border-width: 3px;
    border-color: black;
    font-size: large;
}

.table_gridview_rowstyle {
    height: 50px;
}

.table_cell_style {
    text-decoration: none;
    font-size: large;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
}

.table_multicol_cell_style {
    text-decoration: none;
    font-size: large;
    text-align: center;
}

.table_header_style {
    background-color: #004696;
    text-decoration: none;
    color: #FFF;
    font-size: large;
}
.table_gridview_header_right{
    background-color: #004696;
    text-decoration: none;
    color: #FFF;
    font-size: large;
    text-align:right;
}

.table_rowheader_style {
    background-color: #004696;
    text-decoration: none;
    color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    font-size: large;
    width: 20%;
    text-align: center;
}

.table_centring {
    border-collapse: separate;
    border-spacing: 10px;
    width: 75%;
    margin-left: 12%;
    margin-right: 13%;
}

    .table_centring td {
        text-align: start;
    }

/*------------------- Footer Structur----------------------*/
.newfooter a:hover {
    color: #FDE9AD;
    text-decoration: none;
    background: transparent;
}

.newfooter {
    clear: left;
    width: 100%;
    background: #004696;
    color: #FFF;
    text-align: center;
    /*padding: 4px 0;*/
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

    .newfooter p {
        text-align: center;
        margin: 0;
        padding: 10px;
    }
/*------------------- Add-on----------------------*/
.center-table {
    margin: 0 auto !important;
    float: none !important;
}

.btn_hf {
    background-color: #004696;
    font-size: large;
    border-radius: 5px;
    border-color: black;
    border-width: 1px;
    -moz-border-radius: 5px;
}

.fit_textbox_to_cell {
    width: 100%;
    height: 100%;
}
