
a{
    outline: 0;
}
a:link, a:hover, a:visited, a:active{
    display: inline-block;
    color: inherit !important;
    text-decoration: none !important;
    border-style:none;
    border:0px;
}
a:active, a:focus{ 
    outline-style: none; 
    border-style:none;
    -moz-outline-style:none; 
}

body{
    background: #F0F0F0;
    font-family: arial, verdana, helvetica;
    height: 100%;
 }

.central-holder table{		
    border: 1px solid #538234;
    border-radius: 10px;
    vertical-align:middle;
    margin-left: auto;
    margin-right: auto;
 }
.central-holder th{
    background: #538234;
    font-family: arial, verdana, helvetica;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
.central-holder tbody tr td{
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    position: relative;
}

.noborder-holder table{		
    width: 100%;
}
.noborder-holder tbody tr td{
    vertical-align: top;
    position: relative;
}

.contents-holder table{		
    width: 100%;
    border: 1px solid #538234;
    border-radius: 6px;
}

.contents-holder th{
    background: #538234;
    font-family: arial, verdana, helvetica;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.contents-holder tbody tr td{
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    position: relative;
}

.contents-holder tr:hover{
    background:#cae4b9;
   }

body img.action-button{
    border: 2px;
    height: 16px;
    width: 16px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #538234;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

textarea {
    font-family: arial, verdana, helvetica;
    font-size: 12px;    
}