.mainTitle {
    font-size: 19px;
    color: #930f00;
}

.mainText {
    color: #1e1e1e;
    text-align: justify;
}

.memberFlag {
    width: 80px;
    float: left; 
    padding: 10px; 
    margin-left: 10px; 
    margin-right:10px;
    height: 80px;
}

.memberFlag:hover {
    background-color: #103397;
    color: white;
}

/*************PRIKAZ VSAKE DRŽAVE POSEBI***************/
.backgroundMember {
    margin-left: -10px; 
    margin-right: -10px; 
    margin-top:-10px; 
    margin-bottom: -10px;
    padding: 10px; 
}


.memberLogo {
    height: auto;
    width: auto;
    margin-bottom: 10px;
    margin-left: -10px; 
    margin-right: -10px; 
    margin-top:-10px; 
    
}
.bannerLeft {
    width: 160px;
    float: left;
    margin-right: 10px;
    height: 500px;
    
}

.bannerRight{
    width: 160px;
    float: left;
}


/*************NOVICE****************/
.memberNews {
    width: 610px;
    height: auto;
    float: left;

    margin-right: 10px;
}
    
    .memberNewsWidth {
        width: 370px;
        height: auto;
        float: left;  
        
 
    }
    
    .newsTittle {
        width: auto;
        height: 23px;
        padding-top: 6px;
        padding-left:10px;
        background: url('../images/newsTittle.png') repeat-x;
        
        color: white;
        font-size: 15px;
        font-weight:bold;
    }
        
    .newsContent {
        height: auto;
        width: auto;
        border:1px solid #cccccc;
        border-top: none;
        border-bottom: none;
        
        background-color: #f0f2f5;
    }
    .news {
        padding: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #cccccc;
    }
    .news:hover {
        background-color: #fee7e4;
        cursor: pointer;
    }
    .imageNews {
        width: 88px;
        height: 58px;
        background-color: white;
        border: 1px solid #bcbcbc;
        float: left;
    }
    .memberNewsText {
        height: auto;
        margin-left: 10px;
        width: 235px;        
        
        font-size: 13px;
    }
    .datumNews {
        margin-left: 10px;
        color: #ababab;
        font-weight: normal;
        font-size: 12px;
    }
    .newsIcons {
        float: right;
        width: 55px;
        height: 24px;
    }
    
    .moreNews {
        border: 1px solid #cccccc;
        border-top: none;
        padding: 3px;
        text-align: right;
        background-color: #fbe3b2;
    }

    .eventData {
        font-size: 12px;
        color: black;
        font-weight: normal;
    }

.titleMember {
            color: #103397;
        font-weight: bold;
}

/***********************
************************
*****LONG AND COMMENT***
************************
***********************/

.author {
    margin-bottom: 20px;
    color: #9b9b9b;
}

.sent {
    margin-bottom: 10px;
}
.commentBackground {
    margin-top: 20px;
    border: 1px solid #dfdfdf; 
    padding: 10px; 
    background-color: #eeeeee; 
    
    font-size: 17px; 
    font-weight: bold; 
    color: #716f6f;
}
.noComments {
    border: 1px solid #dfdfdf; 
    padding: 20px; 
    background-color: #eeeeee; 
    text-align: center;
}


/******VIDEO******/
.videoDefault {
    width: 160px;
    padding: 10px; 
    float:left; 
    margin-left: 20px;
    min-height:210px; 
    margin-bottom: 10px; 
    text-align: justify;
}
.videoDefault:hover {
    background-color: #eeeeee;
}

/******aplications member*******/

.addText {
    padding-right: 10px;
    width: 150px; 
    text-align: right;
}














