/* begin body */
body {
  margin: 0.50em;
  padding: 0.50em;
  font-family: Verdana, Tahoma, Sans-Serif, Serif, Arial;
  font-size: 100%; /* basic font size */
  } /* end body */
table{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.small{
	font-size: 9px;
}

small{
	font-size: 9px;
}

.medium{
	font-size: 12px;
	font-weight: 600;
}

medium{
	font-size: 11pt;
	font-weight: 600;
}

.large{ 
	font-size: 13px;
}

big{
	font-size: 13pt;
}

.tiny{
	font-size: 7pt;
}

.error{
	color: #FF0000;
}

.highlight{
	background-color: #EEEEEE;
}

table.design{
	font-size: 11px;
	border-color: #678b3f;
	border-left-style: solid;
	border-left-width: 0.1;
	border-right-style: none;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 0.1;
	border-bottom-style: solid;
	border-bottom-width: 0.1;
}

table.design th{
	padding: 1px;
	background-color: #e0e0e0;
	font-size: 11px;
	color: #000000;
	border-color: #678b3f;
	border-left-style: none;
	border-left-width: 0;
	border-right-style: solid;
	border-right-width: 0.5;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-style: none;
	border-bottom-width: 0;
}

table.design td{
	padding: 3px;
	font-size: 11px;
	color: #000000;
}

table.auction{
	font-size: 11px;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: solid;
	border-left-width: 0.5;
	border-right-style: solid;
	border-right-width: 0.5;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-style: solid;
	border-bottom-width: 0.5;
}

table.empty{
	border: none;
	padding: 0px;
	border-width: 0px;
}

table.empty td{
	border: none;
	padding: 0px;
	border-width: 0px;
}

td.row1{
	background-color: #FFFFFF;
}

td.row2{
	background-color: #678b3f;
}

tr.row2{
	background-color: #FFFFFF;
}

tr.row1{
	background-color: #678b3f;
}

td.copy{
	background-color: #000000;
}

input{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

textarea{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

select{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

input.checkbox{
	border: none;
}

input.button{
	background-color: #EEEEEE;
	cursor: hand;
}

.open{
	color: #009000;
}

.frozen{
	color: #000000;
}

.closed{
	color: #900000;
}

.plus{
	color: #00A000;
}

.minus{
	color: #FF0000;
}

.number{
	color: #008000;
	font-weight: bold;
}

/* begin menu */
div.menu {
  margin: 0em;
  }
div.menu ul {
  margin: 0em;
  padding: 0em;
  line-height: 1.56em;
  }
div.menu li {
  display: inline;
  padding-right: 0px;
  right: 0px;
  left: 0px;	
  list-style-type: none;
  height: 1.56em;
  width: 9.18em;
  margin-bottom: 5px;
  text-align: center;
  font-family: Georgia, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", Arial;
  font-size: 1.25em;
  letter-spacing: 0.10em;
  color: #000080;
  background-color: transparent;
  }
div.menu li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu li a:link {
  background: url("glow_gray_up.gif") no-repeat center #8FB7CF;
  color: #000080;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.10em;
  }
div.menu li a:visited {
  background: url("glow_gray_up.gif") no-repeat center transparent;
  color: #000080;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.10em;
  }
div.menu li a:hover {
  background: url("glow_gray_down.png") no-repeat center #8FB7CF;
  color: #800000;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.10em;
  } /* end menu */