﻿
/* Menu */
.Menu
{
	color: #ffffff;
	height:26px;
	font-size:12px;
	width:162px;
}
.MenuFooter
{
	color: #ffffff;
	font-size:10px;
	height:40px;
	width:600px;
}
.Menu_StaticMenuStyle
{
}
.MenuFooter_StaticMenuItemStyle
{
	padding-left: 4px;
	color: #00593b;
	height: 26px;
	text-decoration:underline;
}
.Menu_StaticMenuItemStyle
{
	padding-left: 4px;
	color: #ffffff;
	height: 26px;
	border-top: #ffffff 1px solid;
}
.Menu_StaticMenuItemStyle A
{
	background-image: none;
    display:block;
    width:100%;
    height:100%;
}
.Menu_StaticSelectedStyle
{
	color: #76b29e;
	height:26px;
}
.Menu_StaticHoverStyle
{
	color: #76b29e;
	height: 26px;
	background-color: #ffffff;
}
.Menu_DynamicMenuStyle
{
	width:100px;
}
.Menu_DynamicMenuItemStyle
{
	height:26px;
	padding-left:4px;
	padding-right:4px;	
	border-top: #457a9a 1px solid;
	border-right: #457a9a 1px solid;
	border-left: #457a9a 1px solid;
	border-bottom: #457a9a 1px solid;
	width:100px;
	color: #356483;
}
.Menu_DynamicMenuItemStyle A
{
	background-image: none;
    display:block;
    width:100%;
    height:100%;
}
.Menu_DynamicSelectedStyle
{
	color: #d9ecf8;
	height:26px;
	width:100px;
}
.Menu_DynamicHoverStyle
{
	color: #cc0033;
	height:26px;
	width:100px;
}


/* Menu */
.MenuRight
{
	color: #ffffff;
	height:26px;
}
.MenuRight_StaticMenuStyle
{
}
.MenuRight_StaticMenuItemStyle
{
	height:26px;
	padding:4px;
	color: #356483;
}
.MenuRight_StaticMenuItemStyle A
{
	background-image: none;
    display:block;
    width:100%;
    height:100%;
}
.MenuRight_StaticSelectedStyle
{
	color: #cc0033;
	height:26px;
}
.MenuRight_StaticHoverStyle
{
	color: #cc0033;
	height:26px;
}







/* LeftSubMenu */
.LeftSubMenu
{
    text-align: left;
	color:#00008b;
	background-color:Transparent;	
}

.LeftSubMenuDynamicMenuStyle, .LeftSubMenuStaticMenuStyle
{
    text-align: left;
	color: #00008b;
	background-color: Transparent;
}

.LeftSubMenuStaticMenuItemStyle
{
	text-align: left;
	color: #00008b;
	background-color: Transparent;
}

.LeftSubMenuDynamicMenuItemStyle 
{
	text-align: left;
	color: #00008b;
	background-color: Transparent;
}

.LeftSubMenuDynamicSelectedStyle, .LeftSubMenuStaticSelectedStyle
{
	text-align: left;
	color: #ffffff;
	background-color: #00008b;
}

.LeftSubMenuDynamicHoverStyle, .LeftSubMenuStaticHoverStyle
{
	text-align: left;
	cursor: hand;
	color: #00008b;
	background-color: #ffff00;
}




/* Menu */
.TabMenu
{
	empty-cells: show;
	height:26px;
}

.TabMenuStaticMenuStyle
{
	border-bottom: solid #a9a9a9 1px ;
	border-bottom: none;
}
.TabMenuStaticMenuItemStyle
{
	text-align: center;
	height: 26px;
	background-image: url(images/TabMenuStaticMenuItemStyle.gif);
	background-repeat: repeat-x;
	color: #0875ad;
	font-weight:bold;
	border: solid 1px #a9a9a9;
	border-bottom: none;
	padding: 3px 3px 3px 3px;
}
.TabMenuStaticSelectedStyle
{
	text-align:center;  
	height:26px;
	background-image: url(images/TabMenuStaticSelectedStyle.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight:bold;
	border: solid 1px #a9a9a9;
	border-bottom: none;
	padding: 5px 3px 5px 3px;
}
.TabMenuStaticHoverStyle
{
	height:26px;
	background-image: url(images/TabMenuStaticHoverStyle.gif);
	background-repeat: repeat-x;
	background-color: #b5bed6;
	color: #ffffff;
	font-weight:bold;
	border: solid 1px #a9a9a9;
	border-bottom: none;
	padding: 5px 3px 5px 3px;
}

