HTML, BODY
{
   border-right: 0px;
   border-top: 0px;
   font-weight: normal;
   font-size: 11px;
   margin: 0px;
   border-left: 0px;
   border-bottom: 0px;
   font-family: Verdana, Arial;
   background-color: White;
}
TABLE, .generic
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
	background-color: Transparent;
}

.LabelBold
{
	font-weight: bold;
}

.LabelLarge
{
   font-size: 13px;
}

.LabelSmall
{
   font-size: 9px;
}

.LabelError
{
   color: red;
}

.Info
{
   color: Blue;
}

.SectionHeaderLabel
{
   padding-left: 4px;
   font-weight: bold;
   font-size: 13px;
   padding-bottom: 4px;
   width: 100%;
   color: ghostwhite;
   padding-top: 4px;
   background-color: darkgray;
}

.PageHeaderLabel
{
   padding-left: 4px;
   font-weight: bold;
   font-size: 15px;
   padding-bottom: 0px;
   width: 100%;
   color: firebrick;
   padding-top: 4px;
   background-color: transparent;
}

.NavButton
{
   text-decoration: none;
   color: blue;
}

INPUT.Button
{
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border: 1px solid #7F9DB9;
*/
	font-size: 14px;
	cursor: hand;
	width: 100px;
	height: 25px;
}

.Hash
{
   color: Silver;
}


/*
 * Styles for toolbar
 *
 */
.ToolbarStyle
{
   border-style: solid;
   border-color: LightGrey;
   border-top-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
   background-image: url(/ig_common/WebToolbar2/ig_tb_back03.gif);
   /*background-image: none;*/
   height: 22px;
   cursor: default;
}
.ToolbarStyleDefault, .ToolbarStyleHover, .ToolbarStyleSelected, .ToolbarStyleHomeButtonDefault, .ToolbarStyleHomeButtonHover, .ToolbarStyleHomeButtonSelected
{
   font-family: Arial;
   font-size: 9pt;
   background-color: GhostWhite;
   background-image: url(/ig_common/WebToolbar2/ig_tb_back03.gif);
   /*background-image: none;*/
   border-style: solid;
   border-width: 0px;
   text-align: center;
   height: 22px;
}
.ToolbarStyleDefault
{
}
.ToolbarStyleHover
{       
   background-color: Gainsboro;
   background-image: none;
   border-color: DimGray;
   border-style: solid;
   border-width: 1px;
}
.ToolbarStyleSelected
{
}
.ToolbarStyleHomeButtonDefault
{
   text-align: left;
   padding-left: 1px;
}
.ToolbarStyleHomeButtonHover
{
   background-color: Gainsboro;
   background-image: none;
   border-color: DimGray;
   border-style: solid;
   border-width: 1px;
   text-align: left;
}
.ToolbarStyleHomeButtonSelected
{
   text-align: left;
}


.ListBullet
{
   color: darkgray;
   text-indent: 5pt;
   line-height: 20pt;
}

.ListItem
{
   list-style-position: outside;
   line-height: 20pt;
}

