a {
    cursor:pointer;
}

body{
    padding:5px;
    background-color:#f0f0f0;
}

.fontgreen{
    color:#339933 !important;
}

.fontred{
    color:#f00 !important;
}

.fontblue{
    color:#00f !important;
}

.fontwhite{
    color:#fff !important;
}

.fontblack{
    color:#000 !important;
}

.fontgold{
    color:#ffae00;
}

.font-12{
    font-size:12px;
}

.font-14{
    font-size:14px;
}
.font-16{
    font-size:16px;
}

.font-bold{
    font-weight:bold;
}

.uk-table{
    border-collapse:collapse;
}

.uk-table.uk-table-condensed td{
    font-size:12px;
    padding:2px;
}
.uk-table th{
    background-color: #009dd8;
    color: #fff;
    padding:2px;
    background-color:#2f2fa0;
    border-bottom:1px solid #e0e0e0;
    font-size:12px;
}

.uk-table tr:first-child th{
    border-top:1px solid #e0e0e0;
}
.uk-table tr th{
    border-left:1px solid #e0e0e0;
}
.uk-table tr th:last-child{
    border-right:1px solid #e0e0e0;
}
.uk-table tbody tr:nth-child(even){
    background-color:#f8f8f8;
}

.uk-table tbody tr:nth-child(odd){
    background-color:#f0f0f0;
}

.uk-table tbody td{
    border-left:1px solid #e0e0e0;
    background-color:#fff;
}

.uk-table tbody tr:hover td{
    background-color:#606060;
    color:#fff;
}

.uk-table tbody td:first-child{
    border-left:none;
}

iframe{
    border:none;
    padding:0px;
    background-color:transparent;
}

.uk-panel-box-normal{
    background-color:#f8f8f8;
}

.border-blur{
    border:1px solid #e0e0e0;
    background-color:#fff;
}
