﻿/* RootPanel Look */ 

.topMenu
{	
	font-family: Verdana;
	border-left: solid 2px white;
	border-top:0px;
	padding-top: 0px;
	font-size: 10px;
	color: #ffffff;
	text-align:left;
}

.topMenuLevel2Static
{
	font-family: Verdana;
	border-top:0px;
	padding-top: 0px;
	font-size: 10px;
	color: #ffffff;
	text-align:left;
}

.level1TopMenu
{
	background-color: #004880;
	cursor: pointer;
	height: 20px;
}

.level2TopMenu
{
	background-color: #d21b65;
	cursor: pointer;
	border-left: solid 2px white;
	height: 20px;
}


.level2TopMenuStatic
{
	background-color: #d21b65;
	cursor: pointer;
	height: 20px;
}

.Buffer_ItemCSS
{
	/* border-right: solid 2px #FDB913; */
	border-right: solid 2px #d21b65;
	color: #d21b65;
	background-color: #d21b65;
	height:20px;
}

.Default_ItemCSSLevel2FirstItem
{
	height: 20px;
	border-right: solid 2px white;
	border-left: solid 2px white;
}

.Hover_ItemCSSLevel2FirstItem
{
	height: 20px;
	color: #d21b65;
	background-color: #ffffff;
	border-right: solid 2px white;
	border-left: solid 2px white;
}

.Default_ItemCSS
{
	height: 20px;
	border-right: solid 2px white;
}

.Selected_ItemCSS
{
	color: black;
	background-color: white;
	border-right: solid 2px green;
	height: 20px
}
.Hover_ItemCSS
{
	height: 20px;
	color: #d21b65;
	background-color: white;
	border-right: solid 2px white;
}

.Default_TextCell 
{ 
	padding-bottom:0px; 
	height:16px;	
	width: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
} 

.DefaultImageContainer
{
	width: 0px;
	background-color: Lime;
}

