﻿body 
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: Navy;
}

.ErrorLabel
{
	font-size: 10pt;
    font-weight: bold;
    color: Red;
}

.RegularText
{
	font-size:10pt;
	color:Navy;
}
/*************************************************/
/* Tables */
/*************************************************/
.ContainerTable
{
	border-width: thin;
	border-style: solid;
	border-color: #A6C2FF;
	border-width: thin;
	font-size: 10pt;
	padding-left: auto;
	padding-right:auto;
	
}

.SideBar
{
	background-color: #D9E6FF;
	border-style: solid;
	
}

.MenuMainStyle
{
	border-width: thin;
	border-style: solid;
	border-color: #A6C2FF;

    background-color: #6666ff;
	width: 25%;
	font-size: 10pt;
	text-align: left;
	
}
.MenuStaticItemStyle
{
	color: White;
	font-size: 10pt;
	background-color: #6666ff;

}
.MenuStaticStyle
{
    border-color: Navy;
    font-size: 10pt;
    background-color: #6666ff;
}
.MenuHoverItemStyle
{
	background-color: #E1E1FF;
	color: Blue;
	font-size: 10pt;

}

.DynMenuMainStyle
{
	
    background-color: #6666ff;
	width: 150px;
	font-size: 10pt;	
	color: White;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #A6C2FF;
}
.DynMenuBaseStyle
{
	width: 150px;
	font-size: 10pt;	
	color: White;
	text-align: left;
}

.DynMenuHoverItemStyle
{
	background-color: #E1E1FF;
	color: Blue;
	font-size: 10pt;
}

