/* STYLESHEET FOR CHOPPER'S DOMAIN */

body
{
  margin: 0px;
  height: 100%;
}

a 
{
  cursor: pointer;
  font-weight: bold; 
  text-decoration:none; 
  color: #0000FF;		/* blue */
}

a.linkLess:hover
{ 
  cursor: pointer;
  font-weight: bold; 
  text-decoration:none; 
  color: #0000FF;		/* blue */
}

a.menubar 
{ 
  font-weight: bold; 
  text-decoration:none; 
  font-size: 8pt; 
  font-family: aerial; 
  color: #FFFFFF;		/* white */ 
}

a.sidebar 
{
  font-weight: bold; 
  text-decoration:none;
  color: #FFFFFF;		/* white */
}

a.menubar:hover 
{ 
  color: #FFD700;	/* gold */ 
}

a.sidebar:hover 
{ 
  color: #FFD700;	/* gold */  
}

b.error 
{ 
  color: #FF0000;	/* red */ 
}

b.werror 
{ 
  color: #FFFFFF;	/* white */ 
}

table 
{ 
  font-size: 9pt; 
  font-family: aerial;
}

table.toptable
{
  width: 100%;
  height:800px;
}

table.menubar
{
  width: 180px;
  border: 0px;
  padding: 0px;
  background-color: #000000;	/* black */
}

td.menubar
{
  background-color: #FF0000;	/* red */
  margin: 1px;
  padding: 3px;
}

table.polltable
{
  width:128px; 
  color:black; 
  background:white; 
  border:0px; 
  border-collapse:collapse;
  font-weight:normal;
}

table.greyheader th
{
	background-color: #C0C0C0;
}

td.sidebar 
{ 
  width: 129px;
  vertical-align: top;
  font-weight: bold;
  background-color: #FF0000;	/* red */
  color: #FFFFFF;				/* white */
}

td.base
{
  height: 25px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  background-color: #FF0000;	/* red */
  color: #FFFFFF;				/* white */  
}

td.activemenubar
{
  background-color: #8B0000;	/* dark red */
  margin: 1px;
  padding: 3px;
}

div.hidden_menu
{
  width:0px;
  top:25px;
  border:#000000 1px;
  z-index:1000;
  visibility: hidden; 
  position: absolute;
}

.normal
{
  /* default style */
}

.readonly
{
	background-color: #aaccff;
	color: #000000;	
}

.invalid
{
  border: solid 2px #FF0000;
}


td.loanN { background-color: #FFFFFF; }
td.loanP { background-color: #CCFFCC; }
td.loanO { background-color: #B1C9DA; }
td.loanF { background-color: #FFCC66; }

table.pollResults { width: 350px; }
table.pollResults td.oddRow { background-color: #EAEAF7; }
table.pollResults td.evenRow { background-color: #D6D7E7; }
table.pollResults td table { border:0px; border-collapse: collapse; }
table.pollResults td.oddRow table td { background-color: #FF0000; }
table.pollResults td.evenRow table td { background-color: #FFFFFF; }

th.sortup 
{
	background-position: right center;
	background-image: url(images/sortup.gif);
	background-repeat: no-repeat;
}
	
th.sortdown 
{
	background-position: right center;
	background-image: url(images/sortdown.gif);
	background-repeat: no-repeat;
}

div.hidden_page
{
  width:100%;
  height:100%;
  border:#000000 1px;
  visibility: hidden; 
}

div.visible_page
{
  width:100%;
  height:100%;
  border:#000000 1px;
  visibility: visible; 
}

#myIframe
{
	position: absolute;
	height: 250px;
	width: 150px;
}