/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.Oca.2015, 12:26:16
    Author     : adnan
*/

.Pagetitle {
    background-color: #F5F5F5;
    height: 40px;
    font-weight: 20px;
    padding-top: 1px;
}
.PageFrame {
    border-color: #686565;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}

.disabledclicks {
    pointer-events: none;
    opacity: 0.4;
}
