td.elements_standard
{
    padding-left:6px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:#E9E9E9;
    color:steelblue;
    font-family:lucida grande,tahoma,verdana,arial,sans-serif;
}

td.headeremptybox_standard
{
   background-color:#f1f4f8;
}

td.box_at_left_of_headers
{
    background-color::#f1f4f8;
    height:20px;
    width:20px;

    border-radius:6px; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

td.box_at_top_left
{
    background-color::#f1f4f8;
    height:20px;
    width:20px;

    border-radius:6px; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

td.entries_amount_header
{
    padding:6px;
    background-color:#f1f4f8;

    border-radius:6px; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

td.columnheader_standard
{
    padding:6px;
    background-color:#f1f4f8;
    font-weight:bold;
    font-family:lucida grande,tahoma,verdana,arial,sans-serif;

    border-radius:6px; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

td.entry_standard
{
    padding:6px;
	
    color:#323232;
    font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	cursor:pointer;
}

td.entry_standard:hover
{
	background-color:#cfd9e2;
	cursor:pointer;
}

.list_row_highlight
{
    background-color:#F7F7F7;
    cursor:pointer;
}

.list_row_highlight:hover
{
    background-color:#dde7ff;
}

.service_iconbox
{
   background-color:transparent;
   padding:6px;
   border-radius:6px; 
   -moz-border-radius:6px; 
   -webkit-border-radius:6px;
   text-align:center;
}

.service_iconbox:hover
{
    background-color:#eff2f5;
}