.navitems
{
	margin-bottom: 30px;
}

.navitem
{
font-family: Helvetica, Georgia, serif;
/* font-size:11px; */
}

.navitems a
{
text-align: center;
text-decoration: none;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
font-family: Helvetica, Georgia, serif !important;
display: inline-block;
text-shadow: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
}

.navitemhidden
{
	display:none !important;
}


.tooltips_content_wrap .tooltips_list
{
    padding: 4px 20px;
    margin-bottom: 10px;
	margin-top: 10px;
}


.tooltips_list
{
	margin-top: 4px;
}

.tooltips_content_wrap .tooltips_list span
{
text-decoration: none;
}

.tooltiplist_count {
vertical-align: super;
padding-left: 3px;
font-size: smaller;
}

.tooltips_table
{
	
}

.tooltips_directory
{

}

.tooltips_table span
{
text-decoration: none;
}
.tooltiplist_count {
vertical-align: super;
padding-left: 3px;
font-size: smaller;
}


/*---
css for tables
---*/
.tooltips_table_items
{
	width:100%;
	text-decoration: none;	
    padding: 0;
    margin: 0;    
}	


.tooltips_table_title
{
	width:40%;
	display:inline-block;
	text-transform: uppercase;
	padding-top:0px;
	padding-bottom:0px;
	/* padding: 0 6px 0 6px; */
	padding: 4px 6px 4px 6px;
	border-left: 1px;
	vertical-align: top;
}

.tooltips_table_content
{
/*	width:60%; */
	width:50%;
	display:inline-block;
	margin: 0;
/*    padding: 0 6px 0 6px;	 */
	padding: 4px 6px 4px 6px; 
}

/* start blue**/
.navitems a
{
border: #ddd solid 1px;
color: #007DBD !important;
}

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

.navitems .selecteddirectory
{
color:#eee !important;
}

.tooltips_content_wrap .tooltips_list span,
.tooltips_directory .tooltips_list .tooltips_table_title a
{
color: #1880d0;
}
/*
.tooltips_content_wrap .tooltips_list
{
	padding:1rem;
}

.tooltiplist_count {
color: #C0392B;
}
*/
.tooltips_table
{
display: table-row;
}


.tooltips_list:last-child
{
	
}


.tooltips_directory
{
	
}

.tooltips_table span
{
color: #1880d0;
}
.tooltiplist_count {
color: #C0392B;
}


/*---
css for tables
---*/
.tooltips_table_items
{
	color: #333;
    border-bottom: 1px solid #eee;
    display:table;
}	


.tooltips_table_title
{
	color: #666;
	width:40%;
	display: table-cell;
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
}

.tooltips_table_content
{
	color: #666;
    display: table-cell;
    width:60%;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
}

.tooltips_list {
	border: 1px solid #d8d8d8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
    margin-bottom: 2px;
    background: #f6f6f6;
}

@media only screen and (max-width: 768px) 
{
.tooltips_directory
{
width:auto !important;
}
}



