/* 
Stylesheet for general styles in the pages
created: 29 Dec 2004
by: Fabrice Pasquier
*/

td.cell
{
	border-bottom: 1px solid #440044;
	border-left: 1px  solid white;
	border-right: 1px  solid #440044;
	border-top: 1px  solid white;
	background-color: MediumSeaGreen;
	width: 50%;
	height: 20px;
	text-align: center;
	
}

.cellOver
{
	
	/*border-bottom: #ffcc66 thin solid;
	background-color: #aaffaa;
	border-left: #ffcc66 thin solid;*/
	/*width: 50px;*/
	height: 20px;
	background-color: SeaGreen;
	border-left: 1px solid #440044;
	border-top: 1px  solid #440044;
	border-bottom: 1px solid white;
	border-right: 1px  solid white;
	text-align: center;
}
.smallMenuFont
{
	color: White;
	font-size: 9px;
	text-decoration: none;
	/*width: 64px;*/
	
}
