.AlternatingItem {
	background-color: #DAD9D9;
}

.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}

.EditItem {
	background-color: #A19E9E;
	color: #3A362B;
}

.Header {
	background-color: #A19E9E;
	color: #3A362B;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.Item {
	
}
.MainMenuItem {
	color:#FFFFFF;
	font-size:10pt;
	text-decoration:none;
}

.MainMenuItemHover {
	color:#FDCA18;
	font-size:10pt;
	text-decoration:none;
}
.MenuItem {
	cursor: hand;
	width: 200px;
}
.Padding{
	padding: 10px;
}
.SelectedItem {
	background-color: #3A362B;
	color: #DAD9D9;
}

.Text_Date {
	font-weight: bold;
}

.Text_Error {
	color: #FF0000;
}

.Text_Normal {
	font-size: 9pt;
}
.Text_Title {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
.Text_Alternate {
	font-size: 9pt;
	color: #3A362B;
}
.ToolBox {
	background-color: #3A362B;
	color: #FFFFFF;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}
.Highlight {
	background-color: #FFFFE0;
	color: #483D8B;
	font-weight: bold;
}
a {
	color: #3A362B;
	text-decoration: none;
	border-bottom: dotted 1px #2E3453;
}

a:Active {
	color: #3A362B;
	border-bottom: dotted 1px #2E3453;
}

a:Hover {
	color: #3A362B;
	border-bottom: dotted 1px #2E3453;
}

a:Visited {
	color: #3A362B;
	text-decoration: none;
	border-bottom: dotted 1px #2E3453;
}
a.MenuLink {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dotted 1px #2E3453;
}
a.MenuLink:Active {
	color: #FFFFFF;
	border-bottom: dotted 1px #2E3453;
}
a.MenuLink:Hover {
	color: #FDCA18;
	border-bottom: dotted 1px #2E3453;
}
a.MenuLink:Visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dotted 1px #2E3453;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

H1 {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}

input.Btn_Normal {
	color: #3A362B;
	font-weight: bold;
	background-color: #DAD9D9;
	border: 1px #3A362B solid;
	width: 100px; 
}

input.Textbox_Normal {
	background-color: FFFFFF;
	border: 1px #3A362B solid;
	color: #3A362B;
	width: 200px; 
}

input.Textbox_Long {
	background-color: #FFFFFF;;
	border: 1px #003466 solid;
	color: #3A362B;
	width: 400px; 
}

select {
	border: 1px #3A362B solid;
	color: #3A362B;
}

select.Select_Normal {
	border: 1px #3A362B solid;
	color: #3A362B;
	width: 200px; 
}

table {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table.LeftColumn {
  background-color: #DAD9D9;
  background-image: url(../Pix/LeftColumnBackground.gif);
  height: 100%;
  text-align: center;
}

table.Header {
  background-color: #000000;
  background-image: url(../Pix/middleheaderbkgrnd.gif);
  height: 64px;
}

table.Footer {
  background-color: #000000;
}
td.Content {
	background-image: url(../Pix/CenterColumnTopBackground.gif);
	background-repeat: repeat-x;
}
TextArea.TextArea_Normal {
	background-color: #DAD9D9;
	border: 1px #3A362B solid;
	color: #3A362B;
	height: 200px;
	width: 100%;
}
img.Thumbnail {
	/* border-style: solid; */
	border-style: none;
	border-color: #000000;
	border-width: 2px;
	height: 100px;
	/* width: 72px; */
}