body {
    font-family: Tahoma,Geneva,Kalimati,sans-serif; font-size: 12px;
    /*background-color: #abd28e;*/
}

ul.menu{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a.menu {
    float: rigth;
    width: 6em;
    text-decoration: none;
    color: black;
    background-color: #CBE1EF;
    padding: 0.2em 0.8em;
    border: 1px solid black;
}

a.menu:hover {
    background-color: #eee;
    border: 1px solid white;
    color: black;
}
li {
    display: inline;
}

/* http://www.cssportal.com/css3-button-generator/ */
.button_vsetci {
  font-family: arial;
  font-weight: bold;
  color: #14396A !important;
  font-size: 12px;
  padding: 1px 3px;
  border: 1px solid #3866A3;
  background: #abd28e;
}
.button_vsetci:hover {
  color: #000000 !important;
  background: #bedda7;
}

.button_edit {
    font-family: arial;
    font-weight: bold;
    color: #14396A !important;
    font-size: 12px;
    padding: 1px 3px;
    border: 1px solid #3866A3;
    background: #abd28e;
}
.button_edit:hover {
    color: #000000 !important;
    background: #bedda7;
}

.table_edit {color:#333333; font-weight: 600;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
.table_edit th {font-size:14px;background-color:#abd28e;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;}
.table_edit tr {text-align:center;background-color:#bedda7;}
.table_edit td {font-size:14px;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;}

.table_vsetci {color:#333333; font-weight: 300;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
.table_vsetci th {font-size:14px;background-color:#abd28e;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;}
.table_vsetci tr {background-color:#bedda7;}
.table_vsetci td {font-size:14px;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;}

.table_vsetci_left {float:left;color:#333333; font-weight: 300;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
.table_vsetci_left th {font-size:14px;background-color:#abd28e;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;}
.table_vsetci_left tr {background-color:#bedda7;}
.table_vsetci_left td {font-size:14px;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;}

.button_no_style
{
    border: none;
}