﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
    font-family: Arial;
    font-size: 8pt
}

.boldlabel
{
	font-weight:bold;
	border:none;
	background-color: Transparent;
	padding: 0 0 0 0;
    cursor:default;
}

.veryboldlabel
{
	font-size:large;
	font-weight:bold;
	border:none;
	background-color: Transparent;
	padding: 0 0 0 0;
    cursor:default;
}

select
{
    font-family: Arial;
    font-size: 8pt
	
}
input
{
    font-family: Arial;
    font-size: 8pt
	
}

center
{
	text-align:center
}

.percent
{
	border:none;
	padding: 2px 2px 2px 2px;
    width: 24px;
    cursor:default;
}
.xextralargelabel
{
	border:none;
	background-color: Transparent;
	padding: 0 0 0 0;
	width: 160px;
    cursor:default;
}

.extralargelabel
{
	border:none;
	background-color: Transparent;
	padding: 0 0 0 0;
	width: 102px;
    cursor:default;
}

.largelabel
{
	border:none;
	background-color: Transparent;
	padding: 0 0 0 0;
    cursor:default;
	width: 64px;
}

.smalllabel
{
	border:none;
	background-color: Transparent;
	padding: 0 0 0 0;
	width: 24px;
	text-align:center;
    cursor:default;
}



.glasspicker
{
	border: solid 1px gray;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
    cursor: pointer;
    width: 400px;
}

.moverelative
{
	position: relative;
	left: -16px;
	top: +4px;
}

.withhighlight
{
	border: solid 1px black;
	background-color: ButtonHighlight
}

.withouthighlight
{
	border: solid 1px gray;
	background-color: ButtonFace
}

.outputheaders
{
	background-color: #d8d8d8;
	border: solid 1px gray;
	text-align: center;
	font-weight: bold;
    padding: 2px 12px 2px 12px;
}
.outputvalues
{
	border: solid 1px gray;
	text-align: center;
	font-weight: normal;
	color: Black;
    padding: 2px 12px 2px 12px;
    background-color: White;
}

.boxborder
{
	border: solid 1px gray;
}

.bottomborder
{
	border-bottom: solid 1px gray;
}

.topborder
{
	border-top: solid 1px gray;
}
.standard_button
{
	height: 24px;
	width: 60px;
	font-size: 8pt;
}
.hidden
{
    DISPLAY: none;
    VISIBILITY: hidden
}
.visible
{
    border: solid 1px gray;
    VISIBILITY: visible
}

@media print {
  .noprint { display: none; }
}
