/* calendar.css - Used by CalMS auto-publish */
/* Author: Paul Masri, World Without Walls, www.worldwithoutwalls.co.uk */
/* Version: 1.0.1; Created: 22-Nov-2002; Updated: 23-Nov-2002 */
.noprint {
	visibility: visible;
}
body {
	background: url(../image/bkg.jpg) top left no-repeat scroll #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #222299;
}
p {
	font-size: 12px;
	color: #222299;
	padding: 2px 0px 2px 0px;
}
.div_MainContent {
	z-index: 1;
	position: relative;
	width: 100%;
}
.div_MenuLevel0 {
	z-index: 2;
	position: absolute;
	left: 400px;
	top: 45px;
	width: 160px;
	text-align: right;
	border-right: 1px solid #A6B5E9;
	padding-right: 3px;
}
.div_MenuLevel1_1 {
	z-index: 3;
	display: none;
	position: absolute;
	left: 564px;
	top: 45px;
	background: #FFF;
	text-align: left;
	padding-left: 4px;
}
/*
.div_MainContent {
	visibility: visible;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.div_MenuLevel0 {
	visibility: visible;
	z-index: 2;
	position: absolute;
	left: 360;
	top: 45;
	width: 200;
	text-align: right;
	border-right: 1px solid #A6B5E9;
	padding-right: 3px;
}
.div_MenuLevel1_1 {
	visibility: hidden;
	z-index: 3;
	position: absolute;
	left: 560;
	top: 45;
	background: #FFFFFF;
	text-align: left;
	padding: 0px 4px 4px 4px;
}
*/
.tablecontent {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-style: normal;
	text-decoration: none;
	color: #000033;
	background-color: #EEFAFC;
	vertical-align: top;
	text-align: left;
	border: 1px #B7BEFF solid;
	margin-top: 4px
}
.tablecontent td {
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top
}
.td_Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
a:link {text-decoration: none; color: #20186A}
a:visited {text-decoration: none; color: #20186A}
a:hover {text-decoration: none; color: #5D5FD1}
a:active {text-decoration: none; color: #20186a}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #998866;
}
.pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	color: #000099;
	padding: 8px 0px 3px 0px;
}

@media print {
body {
	background: #FFFFFF
}
.noprint {
	visibility: hidden;
}
.div_MenuLevel0 {
	visibility: hidden;
}
.div_MenuLevel1_1 {
	visibility: hidden;
}
.tablecontent {
	background-color: #FFFFFF;
}
}

