﻿body	
{	
	background-color: #ff0000;
	background: url('images/back.gif') fixed;
	font-family: Tahoma,Arial,Verdana;
}

a:link	, a:active, a:visited
{
	text-decoration :none;
	color: #000060;
	font-style: italic ;		
}

a:hover
{
	color: #0000d0;
	text-decoration: underline;
}

.menubutt:link	, .menubutt:active, .menubutt:visited
{
	text-decoration :none;
	color: #303030;
	font-style:normal ;
}

.menubutt:hover
{
	font-style:normal ;
	color: #f00000;
	text-decoration: none;
}

input 
{	border:1px solid #404040;
	height:20px;
}

.tdbutoff
{	border:1px dotted #e0e0e0;
	vertical-align:top;
	text-align:center;
	/*width: 80px;*/
	cursor:pointer;
	color: #404040;
	font-size:9pt;
}

.tdbuton
{	border:1px solid #a0a0a0;
	vertical-align:top;
	text-align:center;
	/*width: 80px;*/
	cursor: pointer;
	color: #ff3000;
	font-size:9pt;
}

.ibutoff	
{	
	filter: alpha(opacity=30);
	opacity:.3;
}

.ibuton
{	
	filter: alpha(opacity=100);
	opacity:1;
}

.dvhead	
{
	border:0px solid #a0a0a0;
	height:20px;
	background: url('images/dvhead.gif');
	color:#f0f0f0;
	font-size:10pt;
}
	
	
.whitelink:link	, .whitelink:active, .whitelink:visited
{
	text-decoration :none;
	color: #f0f0f0;
	font-size:9pt;
}

.whitelink:hover
{
	text-decoration :underline;
	color: #f0f0f0;
	font-size:9pt;
}

.tbhead	
{
	background: #ffff00;
	font-size: 10pt;
}

/*clock style*/
.cc,.ccb,.ccm {
  font-size: 10pt;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: monospace;
}
.ccb {
  text-align: center;
  font-weight: bold;
}
.ccm {
  text-align:center;
}
