body
{
	/* font-family:Gill Sans MT; */
	font-family:Verdana;
	font-size:8pt;
	background-color:whitesmoke;
}
#logoDiv
{
	background-color:White;
	border:1px solid #D9D9D9;
	margin-bottom:3px;
	font-size:12pt;
	letter-spacing:2px;
	
}
#menuDiv
{
	background-color:White;
	color:#C00000;
	border:1px solid #C00000;
	margin-bottom:3px;
	padding:2px;
	height:20px;	
}

.menuButton
{
	background-color:#e0e0e0;
	color:#c00000;
	font-size:8pt;
	font-weight:bolder;
	width:95px;
	border:1px solid gray;
}
.loadTargetOption
{
	padding:2px;
	background-color:gainsboro;
	vertical-align:top;
}
.loadTargetLabel
{
	color:#C00000;
}
.loadFromTextBox
{
	width:285px;
}
#masterTable
{
	width:100%;
}

#helpTable
{
	width:220px;
}
#usefulTable
{
	width:310px;
}
#usefulTable .helpSection
{
	text-align:center;
	color:whitesmoke;
	background-color:gray;
	font-weight:bolder;
}
#usefulTable .usefulLabel
{
	background-color:whitesmoke;
	color:#C00000;
	/*width:220px;*/
	font-size:8pt;
}
#usefulTable .usefulButton
{
	width:15px;
}
#usefulTable tr td
{
	color:gray;
	background-color:white;
	text-align:right;
}
#helpTable .helpSection
{
	background-color:#C00000;
	text-align:center;
	color:white;	
	margin-bottom:2px;
	font-weight:bolder;
} 
#helpTable tr td
{
	background-color:White;
	text-align:center;
}
.saveToBookmarkSites
{
	margin-top:4px;
	margin-right:4px;
	width:180px;
	background-color:gainsboro;
	border:1px solid black;
	font-size:10pt;
	height:20px;
	text-align:center;
	display:inline;
	
}
.copyHelp
{
	font-family:"Lucida Grande", Geneva, Tahoma, Verdana, sans-serif;
	font-size:0.5em;
	color:#efefef;
	background-color:#C00000;	
	border:1px solid gray;
}
#helperDiv table tr td
{
	font-size:8pt;
	background-color:#efefef;
} 
#controlTable
{
	width:100%;
	border:1px solid #D9D9D9;
	background-color:whitesmoke;
}

#controlTable TD
{
	font-size:8pt;
	color:#d70536;
}

#matchGroupTable
{
	width:100%;
}
.entryBox
{
	width:100%;
}
.textArea
{
	height:275px;
}
.dispResult
{
	height:100px;
	font-size:8pt;
	border:1px solid gray;
	padding:5px;
	font-family:Courier New;
	overflow:auto;
}
.match
{
	border:1px solid red;
	background-color:gray;
	color:White;
	width:6px;
}
.matchGroup
{
	display:block;
	background-color:#d70536;
	font-size:10pt;
	font-family:Courier;
	color:White;
}
.matchLink
{
	text-decoration:none;
}
.matchLink:hover
{
	color:#d70536;
}
.matchIndex
{
	margin-right:1px;
	background-color:gray;
	width:5px;
	color:white;
}
.optionBoxSpan
{
	/* border:1px solid #d70536; */
	border:1px solid gray;
	width:100%;
	color:gray;
	background-color:#ececec;
	height:22px;
}
.optionDivider
{
	margin-right:3px;
}
.spanButton
{
	font-size:8pt;
	border:1px solid red;
	background-color:#d70536;
	color:white;
	margin-left:10px;
	width:175px;
}

/* feedback form */
.entryControl
{
	width:300px;
	font-family:Verdana;
	font-size:8pt;
	background-color:white;	
}
.commentBox
{
	height:200px;
}
.entryLabel
{
	text-align:right;
	vertical-align:top;
	font-size:8pt;
	font-weight:bolder;
	color:#C00000;
}
.infoLabel
{
	color:Navy;
	font-weight:bolder;	
	font-size:10pt;
}
#uploadTargetForm
{
	display:inline;
}
#bookmarkletLink
{
	border-top:1px solid red;
	border-bottom:1px solid red;
	background-color:#C00000;
	height:18px;
	color:white;
	font-weight:bolder;
	/* width:95px; */
	text-decoration:none;
	vertical-align:bottom;
	padding:2px;
}
/*
#panel1
{
	position:absolute;
	top:200px;
	left:200px;
	z-index:1000;
}
*/