﻿/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-color: #ffffff;
}

div.RootMenuBar
{
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #9CB6CE; /*#8EC2FE;*/
	border-bottom: #527DA5 2px solid; /*#8AA1B9 1px solid;*/
	border-top: #527DA5 /*#003366*/ 1px solid;
}


div.RootMenuBar A.RootMenuItemActive
{
	border-right: #FFFFFF 1px solid;
	border-top: #8AA1B9 1px solid;
	border-bottom-width: 1px;
	border-left: #8AA1B9 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
	background-color: #E5F3FF; /*#EBF2FE;*/
	padding-right: 12px;
	cursor: default;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 9px;
}

div.RootMenuBar A.RootMenuItem
{
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	padding-right: 12px;
	padding-left: 12px;
	margin-left:3px;
	margin-right:3px;
	border-left: /*#8EC2FE*/ #9CB6CE 1px solid;
	border-right: /*#8EC2FE*/ #9CB6CE 1px solid;
}

div.RootMenuBar A.RootMenuItem:Hover
{
	border-right: #6791BB 1px solid;
	padding-right: 12px;
	border-top: #ffffff 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	padding-bottom: 4px;
	border-left: #ffffff 1px solid;
	cursor: hand;
	color: #000000;
	padding-top: 2px;
	border-bottom: #6791BB 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	background-color: #CCDDF8;
	text-decoration: none;
}

div.ChildMenuBar
{
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 6px;
	background-color: #E5F3FF; /*#EBF2FE*/
	border-bottom: #9CB6CE /*#82B0FB*/ 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-size: 8pt;
}

div.ChildMenuBar A.ChildMenuItemActive
{
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 6px;
	background-color: #E5F3FF; /*#EBF2FE;*/
	border-bottom: #82B0FB 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	cursor: default;
	text-decoration: none;
}

div.ChildMenuBar A.ChildMenuItem
{
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #444444; /*#000000;*/
	padding-right: 12px;
	padding-left: 12px;
	margin-left:3px;
	margin-right:3px;
	border-left: #E5F3FF /*#EBF2FE*/ 1px solid;
	border-right: #E5F3FF /*#EBF2FE*/ 1px solid;

}

div.ChildMenuBar A.ChildMenuItem:Hover
{
	border-right: #7B958A 1px solid;
	padding-right: 12px;
	border-top: #ffffff 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	padding-bottom: 3px;
	border-left: #ffffff 1px solid;
	cursor: hand;
	color: #444444; /*#000000;*/
	padding-top: 3px;
	border-bottom: #7B958A 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	background-color: #CCDDF8;
	text-decoration: none;
}

