﻿body
{
    font-size: 10px;
    color: #000000;
    font-family: Verdana;
}

.btn
{
    font-size: 10px; 
    color: #FFFFFF;
    font-style:normal; 
    font-family: Verdana; 
    font-weight: bold;
    background-color: #192675; 
    font-variant: normal;
}

Select
{
    font-size: 10px;
    color: #000000;
    font-family: Verdana;
    vertical-align: middle;
    height: 18px;
    width: 130px;
}
.sel
{
    font-size: 10px;
    color: #716f64;
    font-family: Verdana;
    background-color: white;
    vertical-align: middle;
    height: 10px;
    width: 120px;
    text-align: left;
}

.StaticMenuStyle
{
	width: 150px;
	height: 22px;
	background-color: transparent;
	font-family: Tahoma;
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF;
}
.StaticMenuItemStyle
{
	width: 150px;
	height: 22px;
	background-color: transparent;
	font-family: Tahoma;
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF;
}
.StaticHoverStyle
{
	font-weight: bolder;
	color: #000000;
}
.StaticSelectedStyle
{
}

.DynamicMenuStyle
{
	width: 150px;
	height: 22px;
	background-color: #d3e2e9;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-bottom-style: none;
	border-left: #383736 0px solid;
	border-right: #383736 0px solid;
}
.DynamicMenuItemStyle
{
	width: 150px;
	height: 22px;
	background-color: #d3e2e9;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-bottom-style: none;
	border-left: #383736 1px solid;
	border-right: #383736 1px solid;
}
.DynamicHoverStyle
{
	font-weight: bolder;
	color: #000000;
}
.showContainer
{
	padding:7px;
	width:360px;
	height:180px;
	border:1px solid silver;
}