﻿html, body {
	background: white none repeat scroll 0 0;
	font-family: Arial Narrow,Arial,Helvetica;
	height: 100%;
	margin: 0;
	padding: 0;
    color : #033E7C;
}

div#container {
	position: relative;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
}

div#header {
	position: relative;
	background-image: url('../images/header.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 105px;
}

div#logoImage {
	position: absolute;
	bottom: 5px;
}

div#logoImage, div#buttonbar {
	margin-left: 25px;
}

div#content {
	padding: 10px 10px 120px 10px;
}

div#footer {
	position: absolute;
	background-image: url('../images/footer.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 120px;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
}

div#buttonbar {
	position: relative;
	background-image: url('../images/buttonbar.jpg');
	background-repeat: repeat-x;
	height: 36px;
	right: 0px;
	padding-top: 5px;
	white-space: nowrap;
	color: White;
	font-size: 12.8px;
	font-weight: bold;
}

span.button, span.selected-button {
	border: solid 1px white;
	height: 26px;
	width: 150px;
	text-align:justify;
	font-size: small;
	white-space: nowrap;
}

td.button, td.selected-button, td.over-button {
	text-align: center;
	padding: 1px;
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	min-width: 125px;
	white-space: nowrap;
	cursor: pointer;
}

td.selected-button {
	background-color: Orange;
}

td.over-button {
	background-color: Red;
}

span.selected-button {
	background-color: Orange;
}

table.buttonbar {
	height: 26px;
	border-right: solid 1px white;
}

a.ButtonBarButton {
	text-decoration: none;
	color: White;
}

div#logoImage {
	background-image: url('../images/ecsc.png');
	background-repeat: no-repeat;
	height: 75px;
	width: 299px;
}

.subTitle
{
    color : #FFA312;
}
