﻿html { height: 100%; }
body { height: 100%; margin: 0px; font-family: Franklin Gothic Medium,Arial; font-size: 10pt; color: #8d8c8c;  }

.mainTable { background-color: #e4e2e3; width: 100%; height: 100%; text-align: center; padding: 0px; background-image: url(images/background.gif); background-repeat: repeat-x;}
.Frame { background-color: White; width: 790px; height: 550px; padding: 0px;}
.contentFrame { background-color: White; width: 775px; height: 100%; padding: 0px;}
.control { font-family: Franklin Gothic Medium; font-size: 10pt; color: #17703b; width: 180px; font-weight: bold; }

.header { color: #17703b; font-family: Franklin Gothic Medium; font-size: 14pt; margin-bottom: 4px; margin-top: 15px; }
.smallHeader { color: #17703b; font-family: Franklin Gothic Book; font-size: 12pt; font-weight: bold; }
.normal { color: #8d8c8c; font-family: Franklin Gothic Medium; font-size: 10pt; margin-top: 0px; }

a:link, a:visited {
	color: #17703b;
	text-decoration: underline;
	font-family: Franklin Gothic Medium; font-size: 10pt;
}

a:hover {
	text-decoration: none;
	font-family: Franklin Gothic Medium; font-size: 10pt;
}

a:active {
	color: #8d8c8c;
	text-decoration: underline;
	font-family: Franklin Gothic Medium; font-size: 10pt;
}
.ToolbuttonText
{
	font-weight: bold ;
	font-size: 8pt;
	text-transform: capitalize;
	color: black;
	text-align: center;
	vertical-align:middle;
	font-family: Arial, Verdana;
	border-top:solid 1px buttonhighlight;
	border-left:solid 1px buttonhighlight;
	border-right:solid 1px buttonshadow;
	border-bottom:solid 1px buttonshadow;
}

.drag
{
	cursor: pointer;
}