body
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: small;
}

table
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: small;
}

table.threadlist td
{
	font-size: x-small;
	color: black;
	margin: 0px;
	padding: 0px;
}

table.threadlist td.t-header
{
	color: midnightblue;	
}

a.postlink, a.postlink:visited, a.postlink:link
{
	text-decoration: none;
	font-size: x-small;	
}

a.postlink:hover
{
	text-decoration: underline;	
}

table.menu
{
	background-color: Silver;
	font-size: 13px;
	font-weight: bold;
}

table.menufoot
{
	background-color: Silver;
	filter: alpha(opacity=100, finishopacity=10, style=1, startx=5, starty=5, finishx=145);
	border: solid 1px midnightblue;
}

td.menuitem
{
	background-color: Silver;
	border-bottom: solid 1px midnightblue;
	border-left: solid 1px midnightblue;
	border-top: solid 1px midnightblue;
	border-right: solid 1px midnightblue;
	text-align: left;
	/*margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	filter: alpha(opacity=90, finishopacity=10, style=3, startx=5, starty=5, finishx=145, finishy=20);*/
}

td.menuitem-s
{
	background-color: Silver;
	border-bottom: solid 1px midnightblue;
	border-left: solid 1px midnightblue;
	border-top: solid 1px midnightblue;
	border-right: solid 1px midnightblue;
	text-align: left;
}

td.menuitem-selected
{
	background-color: #FFFFFF;
	border-bottom: solid 1px midnightblue;
	border-left: solid 1px midnightblue;
	border-top: solid 1px midnightblue;
	border-right: solid 0px midnightblue;
	text-align: left;
}

td.listrow
{
	background-color: White;
	font-size: 12px;
}

td.altlistrow
{
	background-color: whitesmoke;
	font-size: 12px;
}

a, a:visited, a:link
{
	color: midnightblue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}	

a.headerlink, a.headerlink:visited, a.headerlink:link
{
	padding: 2px 2px 2px 2px;
}

a.headerlink:hover
{	
	background-color: Silver;
	text-decoration: none;
	color: midnightblue;
	padding: 2px 2px 2px 2px;
	border: solid 1px midnightblue;
}

a.menulink, a.menulink:visited, a.menulink:link
{
	font-weight: bold;
	font-size: 12px;
	color: midnightblue;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	/*padding: 2px 2px 2px 2px;*/
}

a.menulink:hover
{
	color: #006699;
	/*text-decoration: underline;*/
	width: 100%;
	background: whitesmoke;
}

a.submenulink, a.submenulink:visited, a.submenulink:link
{
	font-weight: bold;
	font-size: 12px;
	color: midnightblue;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

a.submenulink:hover
{
	color: #006699;
	/*text-decoration: underline;*/
	width: 100%;
	background: whitesmoke;
}

a.headerlink, a.headerlink:visited, a.headerlink:link
{
	font-weight: bold;
	font-size: 13px;
	color: midnightblue;
	text-decoration: none;
}

a.headerlink:hover
{
	color: #006699;
	text-decoration: underline;
}

td.header
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	background-color: Silver;
}

td.footer
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: Silver;
}

td.textboxlabel
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: whitesmoke;
	color: dimgray;
	font-size: 11px;
}

td.textboxcell
{
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}

.noborder
{
	border: solid 0px black;	
}

.label
{
	background-color: Silver;
	color: Black;
	border: solid 1px midnightblue;
}

.labelcontents
{
	border: solid 1px midnightblue;
}

.labelws
{
	background-color: whitesmoke;
	color: Black;
}

.labely
{
	background-color: #FFFF99;
	color: Black;
}

.listdetail
{
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.ELHidden
{
	display: none;
	visibility: hidden;
}

.ELShown
{
	display: block;
	visibility: visible;
}