.windowNews {
    height: 180px;
    float: left; 
    padding: 0px;
    border-right: 1px solid #b5b5b5;
}
.windowNews:hover {
    background: #eeeeee;
    cursor: pointer;
}

.newsImage {
    width: 90px;
    height: 90px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    background: white;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsImageBig {
    width: 250px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    background: white;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.windowNewsData {
    width: 190px;
    height: auto;
    float: left;
}

.windowNewsTitle {
    font-size: 15px;
    color: #135299;
}
.windowsNewsDatum {
    font-size:  11px;
    color: #b3b3b3;
    margin-top:2px;
}

.windowNewsLocation {
    font-size:  11px;
    color: #5d5d5d;
    margin-top: 3px;
    margin-bottom:3px;
}

.windowNewsShort {
    text-align: justify;
}

.windowNewsAdmins {
    height: 16px;
    padding: 3px;
    background: #eeeeee;
}
.windowNewsAdmins:hover {
    background: white;
}

/**************************
***************************
******** GALLERY **********
***************************
**************************/

.newsImageGallery {
    width: 90px;
    height: 70px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    background: white;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsImageGallery:hover {
    border: 1px solid #135299;
    background: #135299;
    cursor: pointer;
}
.newsImageGallerySelected {
    width: 90px;
    height: 70px;
    padding: 3px;
    border: 1px solid #135299;
    background: #135299;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.newsImageGalleryBig {
    padding: 7px;
    border: 1px solid #b5b5b5;
    background: white;
    margin-top: 5px;
    margin-bottom: 10px;
}

/**************************
***************************
******** COMMENTS *********
***************************
**************************/

.windowNewsLongComments {
    padding: 5px;
    height: auto;
    text-align: justify;
    border: 1px solid #b5b5b5;
    border-top: none;
}

.windowNewsLongComments:hover {
    background: #d7eaff;
}

.windowNewsComments {
    height: 16px;
    padding: 3px;
    background: #135299;
    color: white;
}

textarea.commentText {
    width: 610px;
    height: 100px;
    border:1px solid #b5b5b5;
    margin-top: 5px;
    
    font-size: 13px;
    color: #4d4d4d;
    font-family: arial;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}












