table.timeout	{
	border: solid gray 1px;
	width: 100%;
}

table.timeout th	{
	font-weight: normal;
	color: gray;
}

table.timeout td	{
	border: solid gray 1px;
	height: 60px;
	width: 100px;
}

table	{
	font-family: verdana;
	font-size: 12px;
}

.error	{
	color: red;
	font-weight: bold;
}

input.top-link	{
	background-color: #00a766;
	font-weight: bold;
	color: white;
	border: 0px;
}

input	{
	border: solid silver 1px;
}

input[type=text]	{
	padding-left: 2px;
}

input.buttonPressed {
	background-color: rgb(51,51,102);
	color: white;
}

input.buttonReleased {
	background-color: rgb(96,23,105);
	color: white;
}

span.required {
	color: #f3b338;
}

textarea	{
	border: solid black 1px;
	font-size: 12px;
	font-family: verdana;
}

select	{
	border: solid black 1px;
}

a	{
	color: #007346;
}

a:visited	{
	color: #004027;
}

a:hover	{
	color: #00a766;
}

.bgcol1 {
	background-color: rgb(49,136,65);
}

.bgcol2 {
      background-color: rgb(96,23,105);
}

.col1 {
	color: rgb(49,136,65);
}

.col2 {
      color: rgb(96,23,105);
}

.header {
      background-color: rgb(96,23,105);
      color: white;
}

.headerbold {
      background-color: rgb(96,23,105);
      color: white;
      font-weight: bold;
}

a.header         { color: violet; }
a.header:visited { color: grey;   }
a.header:hover   { color: white;  }


/* Not used */
.e4green {
	color: #e0eee0;
}

.e4greenbg {
	background-color: #e0eee0;
}

.e4yellow {
	color: #fffacd;
}

