/* Normal Web Controls */
.NormalButton {
	cursor: pointer; 
	cursor: hand;
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.NormalLabel {
	font-weight: bold;
	font-size: 8.5pt;
	color: #666666;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.NormalLink {
	font-weight: bold;
	font-size: 8.5pt;
	color: #267FE3;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.NormalListBox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* Other Web Controls */
.ReadOnlyTextBox
{
	color: #888888;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.ImportantLabel
{
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	height:16;
	background-color: Transparent;
}
.MainMenu_TableCell {
	background-image: url(mainmenu.jpg);
}

.MainMenu_StaticMenu {
	background-color: Transparent;
}
.MainMenu_StaticMenuItem {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	height:16;
	color: black; 
	background-color: Transparent;
}
.MainMenu_StaticHover {
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #316AC5;
}
.MainMenu_DynamicMenu {
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_DynamicMenuItem {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 5pt;
	color: black; 
	background-color: Transparent;
	width: 100%;
}
.MainMenu_DynamicHover {
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #316AC5;
}

/* RecordList */
.RecordList_DataGrid {
	font-size: 9pt;
}
.RecordList_Header {
	background-image: url(recordlist.jpg);
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
	white-space: nowrap;
	border-left: 0px solid; 
	border-right: 0px solid; 
	border-bottom: white 2px solid; 
	border-top: white 2px solid;
	text-align: center;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}
.RecordList_Footer {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 8.5pt;
	font-family: verdana,arial,sans-serif;
	border-left: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 4px solid; 
	border-top: #FFFFFF 4px solid;
}
.RecordList_Item {
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 8.5pt;
	font-family: verdana,arial,sans-serif;
	border-left: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 4px solid; 
	border-top: #FFFFFF 4px solid;
}

.RecordList_Header_FreezeCol {
	background-image: url(recordlist.jpg);
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
	white-space: nowrap;
	border-left: 0px solid; 
	border-right: 0px solid; 
	border-bottom: white 2px solid; 
	border-top: white 2px solid;
	text-align: center;
	position: relative;
	z-index: 10;
	top: expression(this.offsetParent.scrollTop);
	left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
}
.RecordList_Item_FreezeCol {
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 8.5pt;
	font-family: verdana,arial,sans-serif;
	border-left: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 4px solid; 
	border-top: #FFFFFF 4px solid;
	position: relative;
	left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
}

/* MessageList */
.MessageList_DataGrid {
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
}
.MessageList_Item {
}


