#hDivMain
{
	position: relative;
	border: none;
	width: 800px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-align: center;
}

#hDivStructure
{
	position: relative;
	border: none;
	width: 100%;
	text-align: center;
}

#hDivHeader
{
	position: relative;
	border: none;
	width: 760px;
	text-align: left; 
}

#hDivBody {
	text-align: left;
	position: relative;
	border: none;
	min-height: 470px;
	/*white-space: nowrap;*/
	width: 760px; 
	padding: 10px;
}

#hDivFooter
{
	text-align: center;
}

#hDivTitle
{
	position: relative;
	border: none;
	font-size: 19px;
	font-weight: bold;
	color: #0000CD;
	padding: 3px;
	white-space: nowrap;
	width: 100%;
}

#hDivMenu  {
	position: relative;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	border-top: 1px solid #B0E0E6;
	border-bottom: 1px solid #1E90FF;
	background-color: #F0F8FF;
	height: 28px;
	width: 750px
}

#hTableMenu
{
	border: none;
	padding: 2px;
}

#hDivErrorMessage {
	width: 100%;
	font-size: 13px;
	color: #DC143C;
	padding: 3px;
}

#hTdLockRegion {
	color: Navy;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

#hSelectTheme  {
	width: 200px;
}

#tblEventsFilter, #tblAuthoritiesFilter, #hFormFilterAuthorities, #hFormFilterEvents, #hFormFilterNews, #tblNewsFilter {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: Navy;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

#hTableEventsCalendar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid black;
	border-spacing: 1px;
	padding: 1px;
}

#hTableEventsCalendar TD{
	border: 1px solid #DCDCDC;
	border-spacing: 1px;
	padding: 3px;
	text-align: center;
}

#hTableEventsCalendar-MonthName {
	text-align: center;
}

#hDivNewsTableScroll {
	overflow: hidden;
	width: 214px; 
	height: 200px;
	position: fixed;
}

#hTableNewsScroll {
	width: 214px;
	font-size: 11px;
}

#hDivEventPopup {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	display: none;
	background-color: #E0FFFF;
	border: 2px solid Black;
	color: Black;
	padding: 6px;
	position: absolute;
	left:0;
	top:0;
	text-align: left;
}

#hDivEventPopup A{
	color: Black;
	width: 280px;
	text-decoration: none;
}

#hDivNews {
	position: relative;
}

#hDivEventPopup A:hover {
	color: Black;
	width: 280px;
	text-decoration: underline;
}

#hTableBodyStructure TR {
	vertical-align: top;
}


#hTdHPEventCalendar {
	height: 100px;
}

#hDivBreadCrumbs {
	text-align: left;
}

#hTableBreadCrumbs {
	text-align: left;
	margin-left: 23px;
}

#hTableBreadCrumbs A, #hTableBreadCrumbs TD {
	white-space: nowrap;
	font-size: 11px;
}

#hTdHPProjects {
	width: 520px;  
}