body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	color: #006699;
 	font-size: 10pt;
}

html, body, #contents, #main_layout { 
	min-height: 100%;
	width:100%;
	height:100%;
}
html>body, html>body #contents, html>body #main_layout {
	height: auto;
}
#contents {
	width: 100%;
	/* margin: 0px auto; */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#header_table {
	width: 768px;
	margin: 0px auto;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

#menu {
	width: 768px;
	margin: 0px auto;
	height: 24px;
	padding-top: 2px;
	color: #005279;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #EEF6FF;
}
#menu ul {
	
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-top: 4px;
}
#menu li {
	/* padding-left: 5px; */
	display: inline;
	
}
#menu a:link, #menu a:visited {
	padding: 3px 10px 2px 10px;
	text-decoration: none;
	color: #005279;
	border: 1px solid #9DCCF7;
	text-align: center;
	background-color: #DCEEFC;
	border: 1px solid #9DCCF7;
	border-collapse: collapse;
}
#menu a:hover {
	color: white;
	background-color: #678DB2;
	border: 1px solid white;
}
#organisations #menu a:link  {
	background-color: #678DB2;
}

#main_layout {
	position: absolute;
	top: 100px;
	width: 768px;
	margin: 0px auto;
	background-color: #F5FAFE;
	color: #333333;
	padding: 0px;
	text-align: justify;
}
#main_layout_table {
	position: relative;
	top: 5px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: #F5FAFE;
	color: #333333;
}
td#main_layout_table {
	width: 100%;
	padding: 1em;
	text-align: justify;
	min-height: 100%;
	height: 100%;
}
#footer_table {
	position: absolute;
	bottom: 0;
	width: 768px;
	height: 20px;
	background-color: #DCEEFC;
	color: #333333;
	font-size: 8pt;
	border: 1px solid #9DCCF7;
}
#footer_table td {
	vertical-align: bottom;
	text-align: center;
}

#outline {
	width: 768px;
	background-color: #EEF6FF;
	margin: 0px auto;
	min-height: 100%;
	height: auto;

}

a#page_menu  {
	text-decoration: none;
	color: #005279;
}

/* Object formatting */

#email_img {
	padding: 1px;
	vertical-align: bottom;
}

/* Textual Formatting */

.twi {
	color: #005279;
	font-style: italic;
}


/* Calendar Formatting --- Start */

#cal {
    /* background-color: #999999; */
    font-family: Arial, Helvetica, sans-serif;
    
}
#cal td { } 
table#cal {
	width: 763px;
	/* margin: 0 auto; */
	border-collapse:collapse;
	/* border: 1px solid #999999; */
}
/* table#cal a:hover { display: block; background-color:#336699; } */
td#cal ul { }
#cal td { padding:0px; margin:0px; }
#cal_nav {
	color: #005279;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
} 
#cal_now {
    font-size: 9pt;
    font-weight: bold;
    color: #333333;
}
#cal_top {
    background-color: #678DB2;
}
#cal_week {
    color: white;
	border: 1px solid #999999;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	width: 109px;
}
#cal_row {
    background-color: #F5FAFE;
	border: 1px solid #999999;
} 
	#cal_row td  { 
		border: 1px solid #999999; 
		/* width: 40px; */
		height: 80px;
		font-size: 8pt; 
	} 
#cal_row_alt {
    background-color: #E4F1FC;
	border: 1px solid #999999;
}
	#cal_row_alt td { 
		border: 1px solid #999999;
		/* width: 40px; */
		height: 80px;
		font-size: 8pt; 
	}
.cal_entry {
	color: #000000;
	font-size: 9pt; 
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
} 
#cal_current {
    background-color: #85ADD6;
}
.hilite { background-color: #85ADD6; }
.hilite a { color: white; }
#hilite { background-color: #336699; }
table#sch {
	width: 350px; 
	border-collapse:collapse;
	border: 1px solid #999999;
}
/* table#sch a:hover { display: block; background-color:#336699; } */
td#sch_left { width: 50px; }
#sch td { border: 1px solid #999999; }
#sch_row {
    background-color: #CCCCCC;
	border: 1px solid #999999;
} 
	#sch_row td { 
		border: 1px solid #999999; 
	}
#sch_row_alt {
    background-color: #DBDBDB;
	border: 1px solid #999999;
}
	#sch_row_alt td { 
		border: 1px solid #999999;
	}
#sch_entry {
	color: #000000;
	font-size: 8pt; 
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
}
#sch_current {
    background-color: #85ADD6;

}


/* Calendar Formatting --- End */

/* Events Layout CSS */

table#events_layout td {
	/* margin: 0px auto; */
	vertical-align: top;
}

#events_bar_title {
	text-align: center;
	font-weight: bold;
	margin: 0px auto;	
}

#event_details {
	border: 1px solid #336699;
	margin: 5px;
	padding: 5px;
	text-align: justify;
	position: relative;
	width: 250px;
	/*top: 500px;
	left: 100px;*/ 
	visibility: hidden; 
	z-index: 30;
} #event_details div span { margin: 0px 0px 5px 0px; padding: 5px; }

.cal_event_link { 
	color: blue;
	text-decoration: none;
}
.cal_event_container {
	padding:0px 5px 0px 5px;
}

#layerPopup {
	position: absolute;
	top: 0;
	left: 0;
	background: #13323F;
	border-color: #65d0e7;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	visibility: hidden;
}

.layerPopupTD {
	color: white;
	font-family: verdana;
	font-size: 11px;
} 