.navitem
{
font-family: Helvetica, Georgia, serif;
}

.navitems a
{
text-align: center;
border: #ddd solid 1px;
text-decoration: none;

color: #1880d0;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
font-family: Helvetica, Georgia, serif !important;
display: inline-block;
text-shadow: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
}

.navitems a:hover
{
color: white !important;
background: #007DBD !important; 
}

.tooltips_list
{
margin-bottom: 16px;
margin-top: 16px;
}

.tooltips_list span
{
color: #1880d0;
text-decoration: none;
}
.tooltiplist_count {
color: #C0392B;
vertical-align: super;
padding-left: 3px;
font-size: smaller;
}


/*---
css for tables
---*/
.tooltips_table_items
{
	width:100%;
	color: #333;
	text-decoration: none;	
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
}	


.tooltips_table_title
{
	width:40%;
	color: #666;
	display:inline-block;
	text-transform: uppercase;
	
}

.tooltips_table_content
{
	color: #666;
	width:60%;
	display:inline-block;
}