body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-color: #7B7B7B;
	padding: 10px 40px;
}

.header {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 110px;
	width: 900px;
	width: 100%;
	background: #ffbf00 url(header_top_right.gif) no-repeat right;
	text-align: center;
}

.redspacer {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 35px;
	width: 100%;
	background: #c50000;
}

.buttonbar {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	background: #c50000;
}

.buttonbar A:link { 
	color:#EEEEEE;
	text-decoration: underline; 
}

.buttonbar A:visited { 
	color:#FFBF00;
	text-decoration: underline; 
}
.buttonbar A:Hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Navigation tabs */
#navigation {
	font-size: 1.1em;
	padding-top: .6em;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 5px 0 4px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: .75em;
}

#navigation ul {
	padding: 5px 0 4px;
	text-align: center;
}
#navigation ul li.last {
	margin-right: 0px;
}

#navigation ul li a {
	background: url("button2-right.png") no-repeat 100% 0;
	color: white;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a span {
	background: url("button2-left.png") no-repeat;
	padding: 5px 1em;
}

#navigation ul li a:hover, #navigation ul li.here a {
	background: url("button2-on-right.png") no-repeat 100% 0;
	padding: 5px 0;
	text-decoration: underline;
}

#navigation ul li a:hover span, #navigation ul li.here span {
	background: url("button2-on-left.png") no-repeat;
	padding: 5px 1em;
	text-decoration: underline;
}


/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/

/* Alternative, float:-based navigation */
/*X
#navigation {
	float:left;
	width:100%;
	background:#C50000;
//	font-size:93%;
	font-size:1.1em;
	line-height:normal;
}
#navigation ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#navigation li {
	float:left;
	background:url("button2-left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#navigation a {
	float:left;
	display:block;
	background:url("button2-right.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:white;
}
X*/
/* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
/*X
#navigation a {float:none;}
X*/
/* End IE5-Mac hack */
/*X
#navigation a:hover {
	color:#333;
}
#navigation #here {
	background-image:url("button2-on-left.png");
}
#navigation #here a {
	background-image:url("button2-on-right.png");
	color:#333;
	padding-bottom:5px;
}

X*/

.title {
	background-color: #bebebe;
	vertical-align: middle;
	font-size: 18px; 
	font-weight: bolder; 
	color: #000000; 
	letter-spacing: 4px; 
	padding: 5px;
	white-space: nowrap;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}


.content {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	background: #FFFFFF;
}

.content .content {
	color: #000000;
	text-align: center;
	border-width: 0;
}

td.hinttext {
	font-size: smaller;
	width: 20em;
}

span.hinttext {
	font-size: small;
}

tr.hintrow {
	font-size: x-small;
}

.hintrow ul {
	list-style-position: inside;
	margin-left: -3em;
}

.footer {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 40px;
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

.blackspacer {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	height: 13px;
	background: #000000;
}

.footer A:link { 
	color:#FFBF00;
	text-decoration: underline; 
}
.footer A:visited { 
	color:#FFBF00;
	text-decoration: underline; 
}
.footer A:Hover {
	color: #FFFFFF;
	text-decoration: none;
}

A:link { 
	color:#C50000;
	text-decoration: underline; 
}
A:visited { 
	color:#C50000;
	text-decoration: underline; 
}
A:Hover {
	color: #FFBF00;
	text-decoration: none;
}

.mainaltrow {
	background-color: #E8E8E8;
}
.mainrow {
	background-color: #F7F7F7;
}
.logtable {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.logtableheader {
}

.redrow {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: blink; 
}
.redrow A:link { 
	color: #FFFFFF;
	text-decoration: underline;
}
.redrow A:visited { 
	color: #FFFFFF;
	text-decoration: underline;
}
.redrow A:Hover {
	color:#FFBF00;
	text-decoration: underline;
}
.greenrow {
	color: #FFFFFF;
	background-color: #00A000;
}
.greenrow A:link { 
	color: #FFFFFF;
	text-decoration: underline;
}
.greenrow A:visited { 
	color: #FFFFFF;
	text-decoration: underline;
}
.greenrow A:Hover {
	color:#0000FF;
	text-decoration: underline;
}
.yellowrow {
	color: #000000;
	background-color: #FFFF00;
}
.yellowrow A:link { 
	color: #000000;
	text-decoration: underline;
}
.yellowrow A:visited { 
	color: #000000;
	text-decoration: underline;
}
.yellowrow A:Hover {
	color:#0000FF;
	text-decoration: underline;
}
.mainlabel {
	text-align: right;
	font-weight: bolder;
	color: #000000;
}
.recordingrow {
}
.smallInput {
	font-size: 9px;
	border: 1px solid #666666;
}
.clockField {
	font-size: 9px;
	border: 0px solid #C50000;
	background: #C50000;
	color: #FFFFFF;
}
.lcdInput {
	font-size: 12px;
	border: 0px solid #666666;
	background-color: #207b2f;
	font-family: courier,sans-serif;
	font-weight:bold;
}
.osliInput {
	font-size: 12px;
	border: 0px solid #666666;
	background-color: #000000;
	color: #dcfd00;
	font-family: courier,sans-serif;
	z-index: 0;
}
.osliImage {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	z-index: 1;
	height: 0;
	width: 0;
}
.activecallrow {
	color: #FFFFFF;
	background-color: #00D0D0;
}

