body {
	background: white;
	margin: 0;
}

button {
	margin: 5px;
}

#ecToolTip {
	text-align: left;
	z-index: 1000000;
}

#ecToolTip div {
	position: relative;
}

#ecToolTip p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#ecToolTip .ecToolTipArrow {
	background-image: url('arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ecToolTip .ecToolTipContent {
	background-color: #FFF;
	border: 2px solid #317082;
	height: auto;
	left: 18px;
	overflow: auto;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 250px;
	z-index: 1000001;
}

#bottomDiv,
#topDiv {
	text-align: center;
	width: 725px;
}

#content {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 700px;
}

#eventsCalendar {
	background: #EEEEEE;
	border: 2px solid black;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#eventCalendarControls {
	background: #F0FFFF;
	border: 2px solid black;
	margin: 10px 10px -2px 10px;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 100%;
}

.ecCalendar {
	background: transparent;
	border-collapse: collapse;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	margin: 0 -1px 0 -1px;
	padding: 0
}

.ecCalendar td {
	border: 1px solid #808080;
	width: 14%;
}

.ecEvent {
	border: 1px solid #808080;
	background: #F3F8FD;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 15px;
}

.ecEventContact {
	font-style: italic;
	text-align: center;
}

.ecEventDetails {
	border: 1px solid #808080;
	background: #F3F8FD;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 10px 10px 10px;
	padding: 15px;
}

.ecEventDetails td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.ecEventDetails th {
	padding: 4px;
	text-align: right;
}

.ecParentConf {
	text-align: center;
}

.ecEventDetails h2 {
	color: red;
	font-size: 10pt;
	text-align: center;
}

.ecEventDetails h3 {
	font-size: 10pt;
	text-align: center;
}

.ecEventDesc {
	text-align: justify;
}

.ecEventDailyList {
	margin: 10px;
}

.ecEventList {
	cursor: default;
	list-style: circle;
	margin: 5px;
	padding: 0;
}

.ecEventLocation {
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

.ecEventShortTitle {
	cursor: default;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	text-decoration: none;
}

.ecEventShortTitleHover {
	cursor: pointer;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	text-decoration: underline;
}

.ecEventTitle {
	text-align: center;
	font-size: 12pt;
}

.ecGoBack {
	text-align: right;
}

.ecHeader {
	background: #000080;
	border: 1px solid black;
}

.ecHeader th {
	border: 1px solid #000080;
	background: #000080;
	color: white;
    font-weight : bold;
	text-align: center;
	width: 14%;
}

.ecDay, .ecDaySelected {
	list-style-position: inside;
	padding-left: 3px;
}

.ecDay {
	background: #F3F8FD;
	color: #366AB3;
	width: 14%;
}

.ecDaySelected {
	background: #FFFFCC;
	color: #366AB3;
	width: 14%;
}

.ecEmpty {
	background: white;
	width: 14%;
}

.ecRow {
	height: 150px;
}

.ecDay a,
.ecDay a:hover,
.ecDaySelected a,
.ecDaySelected a:hover {
	text-decoration: none;
}

.ecDayNumber {
	color: black;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin: -1px;
	text-align: center;
	width: 1.5em;
}

.ecMore {
	color: red;
	cursor: default;
	font-size: 8pt;
	margin-left: 5px;
	text-decoration: none;
}

.ecMoreHover {
	color: red;
	cursor: pointer;
	font-size: 8pt;
	margin-left: 5px;
	text-decoration: underline;
}


