/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 5px;
	font-size: 12px;
	margin-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
}
a:visited
{
	font-size: 10pt; /*COLOR: blue;*/
	text-decoration: none;
}
a:active
{
	font-size: 10pt;
	color: red;
	text-decoration: none;
}
a:hover
{
	font-size: 10pt; /*COLOR: blue;*/
	text-decoration: underline;
}
a:link
{
	font-size: 10pt; /*COLOR: blue;*/
	text-decoration: none;
}
SMALL
{
	font-size: 10px;
}
TABLE
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.Title
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.LeftBarTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #cc6700;
}
.LeftBarSubTitle
{
	font-size: 12px;
	color: white;
	font-weight: bolder;
	background-color: #0099cc;
}
.SideBarTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #cc6700;
}
.SideBarSubTitle
{
	font-size: 12px;
	color: white;
	font-weight: bolder;
	background-color: #0099cc;
}
.PageTitle
{
	font-weight: bolder;
	font-size: 11pt;
	color: saddlebrown;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.LeftBarLinks
{
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.MenuBarLinks
{
	font-size: 12px;
	font-weight: bolder;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.SubMenuBarLinks
{
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.GrayText
{
	color: Gray;
}
.TitleText
{
	color: #0080c0;
	font-weight: bold;
}

TD
{
	font-size: 12px;
	vertical-align: top;
}
.LightGray
{
	color: Gray;
}
.GridTitle
{
	background-color: #006699;
	font-weight: bold;
	color: White;
}
.GridItem
{
	background-color: white;
	color: Black;
}
.GridAlternateItem
{
	background-color: Gainsboro;
	color: Black;
}
.Error
{
	color: Red;
	font-weight: bold;
}
.ButtonStyle
{
	border-right: #ff8000 1px solid;
	border-top: #ff8000 1px solid;
	font-weight: bold;
	border-left: #ff8000 1px solid;
	color: mediumblue;
	border-bottom: #ff8000 1px solid;
	background-color: skyblue;
}
.BoxTitleText
{
	color: #0080c0;
	font-weight: bold;
}
.BoxTitleBackGround
{
	background-color: #E2E2E2;
}
.BoxBackGround
{
	background-color:FFFFFF;
}
