/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    background-color:#ffffff;
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}	
.bodytext
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}	
A:link	
{	
	text-decoration: none;
	color: #3333cc;
	}			
A:visited
{	
	text-decoration: none;
	color: #333399;
	}			
A:hover	{	
	text-decoration: underline;
	color: #3333cc;
	}	
A:active	
{	
	text-decoration: none;
	color: #333399;
}
/* small top menu */
.smallBannerItem
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	color: #a61e29;
}
.smallAnchorItem
{
	font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
}
.smallAnchorItem a:link
{
   cursor: pointer;
	text-decoration: none;
	color: #a61e29;
}
.smallAnchorItem a:visited
{
   cursor: pointer;
	text-decoration: none;
	color: #a61e29;
}
.smallAnchorItem a:hover
{
   cursor: pointer;
	text-decoration: none;
	color: #a61e29;
}
.smallAnchorItem a:active
{
   cursor: pointer;
	text-decoration: none;
	color: #a61e29;
}
/* banner menu */
.bannerMenu
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color:#a61e29;
	padding-left: 5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 25;
}
.bannerItem
{
	cursor: pointer;
	background-color:#a61e29;
}
.bannerItemOver
{
   cursor: pointer;
   background-color: #bb6269;
}
/* side menu */	
.sideMenuImage
{
	width:169px;
}
.sideMenuSpacer
{
	background-color: #a61e29;
	width:5px;
}
.sideSubBlank
{
	background-color:#ffffff;
	height: 15;
}
.sideSubMenu
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color:#a61e29;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 25;
}
.sideSubItem
{
    cursor: pointer;
	background-color:#29449d;
}
.sideSubItemOver
{
    cursor: pointer;
	background-color:#7889c1;
}
/* copyright menu */
.copyrightFooter
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color: #bb6269;
	height: 26;
	text-align:center;
}
.copyright
{
   font-weight: bold;
   text-decoration: none;
   color: #ffffff;
}
/* pgMessage */
.MessageTable
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	color: Black;
}
.MessageTableHeader
{
	background-color: #b2dfee; /*lightblue;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a61e29;
}
.MessageError
{
	background-color: #eeeeee;
	color: red;
	height: 40px;
	text-align: center;
}
.MessageNormal
{
	color: black;
	text-align: center;
}
.GridTitle
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	color: Blue;
	width: 100%;
}
.Grid
{
	text-align: left;
	text-indent: 5px;
	background-color: #ffffff;
	color: #4169e1;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 3;
	width: 800px;
}
/* Locks table header */
.GridHeader
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #b2dfee;
	color: #a61e29;
	cursor: default;
}
/* DataGrid Item and AlternatingItem Style*/
.GridRow 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black; 
    background-color: #ffffff;
    height: 25px;
}
.GridAltRow 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black; 
    background-color: #cccccc; 
    height: 25px;
}
.button 
{
	border: 1px solid #a61e29;
	color: #000000;
	background-color: #cccccc;
}
.pagecomments
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Black;	
	text-align: left;
}	
.ReadOnlyData
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	font-style: italic;
	font-weight: bold;
	color: #a61e29;
}
.EntryData
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
}
.InfoHeader
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
.EntryPanel
{
	background-color: #bcd2ee;
}

