/* style sheet definition for reunion tc project */

body {
	background-color: #FEFEFE;	
	background-image: url("images/main-back.png");
	background-position: center;
	background-repeat: no-repeat;
}

table {
	border: 1px #5555A0 solid;
}

td {
	border: 1px #5555A0 solid;
	font-family: "Calibri";
}

td.mydate {
	border: 2px red solid;
	background-color: silver;	
}

td.totals {
	background-color: maroon;
	text-align: center;
	color: white;
	font-weight: bold;
}

th {
	background-color: #5555A0;
	color: white;	
	text-align: left;
	font-family: "Calibri";
}

th.overhead {
	background-color: black;	
}

p.center {
	font-family: "Calibri";
	text-align: center;
}

input {
	width: 200px;
}

a {
	font-family: 'Calibri';
	display: block;
	border: 1px silver dotted;
	text-align: center;
	font-weight: bold;	
}

a:link {
	text-decoration: none;	
	background-color: #a7b7eb;
	color: navy;
}			

a:visited {	
	text-decoration: none;
	background-color: #a7b7eb;
	color: navy;
}

a:hover {	
	text-decoration: none;	
	color: white;
	background-color: navy;
}

div.header {
	margin: auto;	
	width: 800px;
	height: 169px;
	background-image: url("images/header.png");	
}
