body
{
}

#headerTable
{
	width:800px;
	margin-top:10px;
	border-collapse:collapse;
}

td.headerLogo
{
	height:80px;
	background-color:#B4D3FA;
	text-align:right;
	vertical-align:text-bottom;
}

td.headerLowerSpace
{
	background-color:#B8C2CB;
	height:1px;
}

td.headerUpperSpace
{
	background-color:#B8C2CB;
	height:1px;
}

td.headerButton
{
	background-color:#CBD3DC;
	border-collapse:collapse;
	text-align:center;
	width:100px;
	
}

td.headerButtonVerticalSpace
{
	background-color:#B8C2CB;
	text-align:right;
	height:20px;
	width:1px;
}

td.headerButtonFill
{
	background-color:#CBD3DC;
	height:20px;
	text-align:right;
	padding-top:3px;
	padding-right:10px;
	width:397px;
}

.buttonPressed
{
	background-color:#DBE3EC;
	color:#000000;
}


