﻿body {
}

.content_area {
    text-align: left;
    background-color: #C9E0FC;
    border: 1px solid green;
    width: 98%;
}


/**-------------------------------------News & Event-----------------------------**/
.news_area {
    display: block;
    text-align: start;
    float: none;
    position: relative; /*     top: auto;     right: auto;     bottom: auto;     left: auto; */
    z-index: auto;
    width: 100%;
    height: 400px;
    margin: 0px;
    overflow: hidden;
    cursor: move;
    padding: 5px;
}


.news_list {
    text-align: justify;
    float: none;
    position: absolute; /*         top: auto;          right: auto;          bottom: auto;          left: 0px;         */
    margin: 0 5px 0 5px;
    width: 92%;
    z-index: auto;
    margin: 0 0 0 0;
}


.news_box {
    /*background: #A6CCE0; sharif */
    box-sizing: border-box;
    font-family: 'Century Gothic', 'open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.42857143;
    color: #333; /*border:2px solid #ffffff;*/
    border-radius: 10px;
}




/*.news_label {
    width: 100%;*/ /*92%;*/
    /*text-align: center;
    padding: 4%;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;*/ /*border-bottom: 2px solid yellow;*/
    /*background-color: #cccccc;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #ffffff;
}*/


.news_label {
    width: 100%; /*92%;*/
    text-align: left;
    /*padding: 4%;*/
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal; /*border-bottom: 2px solid yellow;*/
    /*background-color: #cccccc;*/
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid gray;
    height:26px;
}

.news_type {
    color: #000000;
}

.news_title {
    color: #000000;
}


/**-----------------------------------Gallery--------------------------**/


.gallery_box {
    background: #A6CCE0;
    box-sizing: border-box;
    font-family:'Century Gothic', 'open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.42857143;
    color: #333; /*border:2px solid #ffffff;*/

    border-radius: 10px;
}


.gallery_label {
    width: 100%; /*92%;*/
    text-align: center;
    padding: 4%;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #cccccc;
    border-radius: 10px 10px 0px 0px;
}


.gallery_photo_area {
    float: left;
    height: 200px;
    width: 200px; /*border: 1px solid red;*/
    padding: 10px;
}

.gallery_photo {
    height: 100%;
    width: 100%;
}


.gallery_photo_title {
    text-align: left;
}



