/* Creating an Interactive Information Screen in a Browser: Is It Possible? */

body {
	font-family: "Tahoma,Arial,Helvetica,Sans-serif";
}

.header {
	font-size: 2.0em; 
}

.subheader {
	font-size: 1.6em; 
	color: #FFFFFF;
	font-weight: bold;
}

.small {
	font-size: 0.7em; 
	color: #333333;
}

hr {
	border: 1px dotted #666666;
}

.clock {
	font-size: 2.5em; 
	color: #000000;
}

.click {
	font-size: 2.0em; 
	color: #CC0000;
}

.clickoverview {
	font-size: 1.2em; 
	color: #000000;
}

.headerbackground {
	background-color: #639AF2;
}

.td_background_1 {
	background-color: #FF9966;
}

.td_background_2 {
	background-color: #E6E64C;
}

.td_background_3 {
	background-color: #FFFF66;
}

.save_class {
	background-color: #CCCC33;
	font-weight: bold;
}

.saveButton {
background-color:#e8e8e8;
border-left-color: #e8e8e8;
border-right-color: #404040;
border-top-color: #e8e8e8;
border-bottom-color: #404040;
border-style: solid;
border-width: 2px;
height:40px;
width:350px;
font-size:20px;
font-weight:bold;
}

