body.workplace {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #15428b;	
	background-image: url(/images/workplaceBackground.png); 
	background-repeat:repeat-x;
}

td.workplace {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #15428b;	
	padding-left: 8px;
	vertical-align: middle;
	text-align: left;
	height: 27px;
	width: 100%;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
}

table.area {
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	text-align: left;
	table-layout: fixed;
	border-style: none;
}

table.areaItem {
	width: 100%;
	background-image: url(/images/areaButton.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

table.areaItemSelected {
	width: 100%;
	background-image: url(/images/selectedAreaButton.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

table.areaItemHighlighted {
	width: 100%;
	background-image: url(/images/highlightedAreaButton.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

td.area {
	width: 100%;
	vertical-align: middle;
	color: #15428b;
	font-weight: bold;
}

td.areaItem {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

table.subarea {
	height: 100%;
	width: 100%;
	text-align: left;
	table-layout: fixed;
}

table.subareaItemSelected {
	background-color: #FFE6A0;
	border-color: #FFB74C;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

table.subareaItemHighlight {
	background-image: url(/images/selectedSubArea.png);
	background-repeat: repeat-x;
	border-color: #FFB74C;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

table.subareaItem {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

td.subareaItem {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

tr.subarea {
	width: 100%;
}

td.subarea {
	width: 100%;
	vertical-align: middle;
	color: #000000;
	font-weight: normal;
}

td.subareaHeader {
	height: 20px;
	width: 100%;
	vertical-align: middle;
	color: #15428b;
	background-image: url(/images/subareaHeading.png);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 8px;
}


table.logoArea {
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	text-align: left;
	table-layout: fixed;
	border-style: none;
	border-spacing: 0px;
}

tr.logoArea {
	width: 100%;
}

td.logoArea {
	width: 100%;
	vertical-align: middle;
	color: #000000;
	font-weight: normal;
}
