/*Style for the main BODY tag*/
BODY
{
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr= '#C0CFE2' , startColorstr= '#FFFFFF' , gradientType= '0' );
	font-weight: normal;
	font-size: 7pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-family: Verdana;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Style for the HeaderFooterWebControl Header (Top) row section*/
.HeaderRow
{
	background-color: #3B5386;
	font-family: Arial;
	font-size: 20pt;
	color: White;
}

/* Style for the HeaderFooterWebControl Header (Top) Title section*/
.HeaderTitle
{
	background-color: #3B5386;
	font-family: Arial;
	font-size: 20pt;
	color: White;
}

/* Style for the HeaderFooterWebControl Header (Top) SubTitle section*/
.HeaderSubTitle
{
	background-color: #3B5386;
	font-family: Arial;
	font-size: 20pt;
	color: White;
}
/* Style for the HeaderFooterWebControl Content (Middle) section*/
.Content
{
	background-color: Transparent;
	font-family: Lucida Console;
	font-size: large;
	color: Black;
	border-color: #3B5386;
	border-width: 4;
	border-style: solid;
}
/* Style for the HeaderFooterWebControl Footer (Bottom) section*/
.FooterRow
{
	background-color: #3B5386;
	border-top: silver 1px solid;
	font-family: Arial;
	font-size: 7pt;
	color: White;
}

/* Style for the HeaderFooterWebControl Menu Row (Middle) section*/
.MenuRow
{
	border-top: silver 2px solid;
	border-bottom: silver 2px solid;
	background-color: #3b5386;
}

/* Style for the HeaderFooterWebControl Pendule Date:Time  section*/
.Pendule
{
	background-color: Transparent;
	color : White;
	font-family: Arial;
	font-size: 8pt;
	left: 680;
	top: 8;
}

/* Style for the HeaderFooterWebControl UserLogged section*/
.UserLogged
{
	background-color: Transparent;
	color : White;
	font-family: Arial;
	font-size: 8pt;
	left: 80;
	top: 8;
}

/* Style for the HeaderFooterWebControl Menu Control: CssClass & DefaultCssClass Properties*/
.Menu
{
	background-color: #3B5386;
	font-family: Lucida Console;
	font-size: 8pt;
	border: 1px;
	border-color: gray;
	border-style: ridge;
	color: white;
}

/* Style for the HeaderFooterWebControl Menu Control: SubMenuCssClass Property*/
.MenuItem
{
	background-color: #3B5386;
	color: white;
	font-family: Lucida Console;
	font-size: 8pt;
	padding: 2px;
	border:1px;
	border-color: gray;
	border-style: ridge;
}

/* Style for the HeaderFooterWebControl Menu Control: DefaultMouseUpCssClass Property*/
.MenuMouseUp
{
	background-color: silver;
	color: black;
	font-family: Lucida Console;
	font-size: 8pt;
	padding: 2px;
	border: 1px;
	border-color: #3F3F3F;
	border-style: ridge;
	cursor: hand;
}

/* Style for the HeaderFooterWebControl Menu Control: DefaultMouseOverpCssClass Property*/
.MenuMouseOver
{
	background-color: silver;
	color: black;
	font-family: Lucida Console;
	font-size: 8pt;
	padding: 2px;
	border: 1px;
	border-color: gray;
	border-style: ridge;
	cursor: hand;
}

/* Style for the HeaderFooterWebControl Menu Control: DefaultMouseDownCssClass Property*/
.MenuMouseDown
{
	background-color: #3B5386;
	color: white;
	font-family: Lucida Console;
	font-size: 8pt;
	padding: 2px;
	border: 1px;
	border-color: 3F3F3F;
	border-style: ridge;
	cursor: hand;
}

.Label
{
	font-size: 8pt;
	font-family: Lucida Console;
}

.TextBoxUpperCase
{
	font-size: 8pt;
	text-transform: uppercase;
	font-family: Lucida Console;
	text-align: left;
}

.TextBoxAllCases
{
	font-size: 8pt;
	font-family: Lucida Console;
	text-align: left;
}

.GridItemUpperCase
{
	font-size: 8pt;
	text-transform: uppercase;
	color: Black;
	font-family: Lucida Console;
	text-align: left;
}

.GridItemAllCases
{
	font-size: 8pt;
	color: Black;
	font-family: Lucida Console;
	text-align: left;
}

.ErrorLabel
{
	background-color: Red;
	color: White;
	font-family: Arial;
	font-size: 20pt;
}

.LabelSmallTitle
{
	background-color: #3B5386;
	font-family: Arial;
	font-size: 9pt;
	color: White;
}

