﻿body 
{
	background-color: Black ;
	
	color: White;
	margin-top: 0px;
	margin-left: 1px;
	font-family: Segoe UI,Helvetica,sans-serif; 
	margin-bottom: 0px;
}

.menutab
{
	height: 386px;
	width: 187px;
	margin-top: 0px;
	display: block;
	float: left;
}

.CustomTabStyle .ajax__tab_header
{
	line-height: 28px;
	font-family: Segoe UI,Helvetica,sans-serif;  
	font-size: 9pt;
	text-align: center ;
	cursor: pointer;

}


.CustomTabStyle .ajax__tab_tab
{
	width: 82px;
	font-family: Segoe UI,Helvetica,sans-serif;  
	font-size: 9pt;
	height: 28px;
	text-align: center ;
	cursor: pointer;
	
	background:url(../images/sidebar/tab.gif);
}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
	background:url(../images/sidebar/tab_on.gif);
	cursor: pointer;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_tab
{
	
	background:url(../images/sidebar/tab_over.gif);
	cursor: pointer;
}

.FeatureBody {
	font-weight: normal;font-style: normal;text-transform: none;text-align: left;font-size: 10pt;font-family: Segoe UI,Verdana;
}

.accordionHeader
{
	width: 185px;
}

.accordionContent
{
	background-color:#1f1f1f;
	border-right: solid 1px #0096d5;
	width: 185px;
	display: block;
	float: left;

}

.menuItem
{
    line-height: 20px;
    background-color: #1f1f1f;
    color: #8f8f8f;
    padding: 3px;
    font-size: 8pt;
    position:relative;
    font-family: tahoma,Helvetica,sans-serif;  
    cursor: pointer;

}

    
.menuItem:hover
{
    background-color: #0096d5;
    color: White;
    cursor: pointer;
    
    
}

.pillarItem
{
	padding: 5px;
	border-top: solid 1px #303030;
	border-bottom: solid 1px #303030;
	line-height: 33px; 

	display: block;
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Segoe UI,Helvetica,sans-serif; 
	color: white; 
	background-color:#1f1f1f; 
	width: 175px; 
	text-decoration: none; 
	cursor: pointer
}

.footer
{
	
	font-family: tahoma,Helvetica,sans-serif; 
	color: #8f8f8f;
	font-size: 7pt;
	height: 31px;
	margin-left: 5px;
	line-height: 18px;
	
	
}

.console-clocktext
{
	font-family: Segoe UI,Helvetica,sans-serif; 
	color: White;
	font-size: 9pt;
}