/* CSS for class news */

/* News */

#news_container {
    width: 500px;
    height: 65px;
    margin-top: -65px;
    z-index: 10;
    overflow: hidden;
    position: relative;
    /*border: 1px solid red;*/
}

.news_bg_tab {
    width: 500px;
    height: 65px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    overflow: hidden;
    background: url('../img/bg-map.png') top left repeat;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}

.news_content {
    /*width: 930px;*/
    /*margin: 10px 0px 30px 10px;*/
    /*border: 1px solid blue;*/
}

.news_content_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* News > item */

/* News > item > list*/

.news_item {
    width: 460px;
    margin: 5px 0px 5px 0px;
    display: none;
    /*border: 1px solid rosybrown;*/
}

.news_item_date {
    width: 90px;
    float: left;
    margin: 10px 10px 0px 10px;
    /*border: 1px solid green;*/
}

.news_item_right {
    float: left;
    text-align: left;
    /*border: 1px solid blueviolet;*/
}

.news_item_right_title {
    width: 350px;
    height: 16px;
    /*font-weight: bold;*/
    color: #f9c428;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border: 1px solid green;*/
}

.news_item_right_title:hover {
    text-overflow: inherit;
    overflow: visible;
}

.news_item_right_text {
    width: 350px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border: 1px solid blueviolet;*/
}

.news_item_right_text:hover {
    text-overflow: inherit;
    overflow: visible;
}


/* News > Add news */

.news_add_content {
    width: 250px;
    height: 200px;
    float: left;
    margin: 0px 0px 0px 0px;
    text-align: left;
    /*border: 1px solid green;*/
}

.news_add_message {
    width: 100%;
    text-align: center;
}

.news_label_part {
    margin: 5px 5px 0px 5px;
    color: #f9c428;
}

.news_form_part {
    margin: 5px 5px 5px 5px;
}

.news_form_part  input, textarea, select{
    width: 220px;
    color: #29abe6;
    border: 0px;
    font-weight: bold;
}

.news_add {
    text-align: right;
    margin: 5px 10px 5px 0px;
    /*border: 1px solid green;*/
}

/* News > list */

.news_list {
    width: 800px;
    margin: 25px 0px 0px 30px;
    text-align: center;
    /*border: 1px solid red;*/
}

.news_list_table {
    /*margin: 0 auto;*/
}

.news_list_table td {
    width: 100px;
    padding: 3px 3px 3px 3px;
    border: 1px solid black;
}

/* News > list */

.news_results_count {
    text-align: left;
    margin: 5px 0px 0px 5px;
}

.news_gray_line {
    width: 250px;
    height: 1px;
}

.news_line_top {
    width: 250px;
    height: 1px;
}

.news_line_bottom {
    width: 250px;
    height: 1px;
}

.news_list_content {
    width: 270px;
    float: left;
    margin: 10px 0px 0px 0px;
    text-align: left;
    overflow: hidden;
    /*border: 1px solid green;*/
}

#news_part_list {
    height: 400px;
}

.news_list_message {
    width: 100%;
}

.news_list_content_visible {
    height: 360px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid green;*/
}

.news_no_requests {
    margin: 10px 0px 10px 0px;
    text-align: center;
}

/* News > List item > list */

.news_list_item {
    width: 250px;
    height: 60px;
    /*border: 1px solid red;*/
}

.news_list_text_part {
    width: 230px;
    float: left;
    margin: 5px 0px 0px 0px;
}

.news_list_title {
    width: 220px;
    margin: 0px 0px 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border: 1px solid green;*/
}

.news_list_title:hover
{
    text-overflow: inherit;
    overflow: visible;
}

.news_list_text {
    width: 220px;
    margin: 0px 0px 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border: 1px solid green;*/
}

.news_list_text:hover
{
    text-overflow: inherit;
    overflow: visible;
}

.news_list_delete {
    width: 15px;
    float: right;
    margin: 23px 0px 0px 0px;
    /*border: 1px solid green;*/
}

