body {
	background-color : #cbc9c9;
}

td.header {
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	color : #FFFFFF;
	font-weight : normal;
	font-smooth : always;
}

td.spacer {
	font-family : Arial;
	font-size : 18px;
	font-style : normal;
	color : #555555;
	font-weight : normal;
	text-shadow: 1px 1px #CBC9C9;
	text-transform: uppercase;
	background-color : #ececec;
}

td.bg {
	background-image: url("img/background/events_shadow_box.gif");
    background-repeat: no-repeat;
}

td.feature {
	font-family : Arial;
	font-size : 17px;
	font-style : normal;
	color : #464646;
	font-weight : bold;
	font-smooth : always;
}

td.feature_desc {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : #555555;
	font-weight : normal;
	font-smooth : always;
}

td.event_desc {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : #555555;
	font-weight : normal;
	font-smooth : always;
	line-height: 145%;
}

td.copyright {
	font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color : #555555;
	font-weight : normal;
	font-smooth : always;
	line-height: 145%;
}

b.contact {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : #555555;
	font-weight : normal;
	font-smooth : always;
	line-height: 145%;
}

b.bold_contact {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : #555555;
	font-weight : bold;
	font-smooth : always;
	line-height: 145%;
}

b.bold_contact2 {
	font-family : Arial;
	font-size : 15px;
	font-style : normal;
	color : #004d71;
	font-weight : bold;
	font-smooth : always;
	line-height: 145%;
}

/* li {
    list-style-type: square;
	color: #004d71;
} */

li.secondary {
    list-style-type: disc;
	color: #004d71;
}

/* li.objectives {
    font-family: Arial;
    color: #000000;
} */

A:HOVER.header {
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	color : #FFFFFF;
	font-weight : normal;
	font-smooth : always;
	text-decoration : underline;
	vertical-align : middle;
}

A.header {
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	color : #FFFFFF;
	font-weight : normal;
	font-smooth : always;
	text-decoration : none;
	vertical-align : middle;
}

A:HOVER.event_desc {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : #004d71;
	font-weight : normal;
	font-smooth : always;
	text-decoration : none;
}

A.event_desc {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : #004d71;
	font-weight : normal;
	font-smooth : always;
	text-decoration : underline;
}

A:HOVER.copyright {
	font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color : #004d71;
	font-weight : normal;
	font-smooth : always;
	text-decoration : none;
}

A.copyright {
	font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color : #004d71;
	font-weight : normal;
	font-smooth : always;
	text-decoration : underline;
}

A:HOVER.legal {
	font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color : #004d71;
	font-weight : normal;
	font-smooth : always;
	text-decoration : underline;
}

A.legal {
	font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color : #004d71;
	font-weight : normal;
	font-smooth : always;
	text-decoration : none;
}

.modalDialog {
	position: fixed;
	overflow: auto;
	font-family: Arial;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(55,55,55,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 700px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background-color: #ffffff;
}

.close {
	background: #01709B;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { 
	background: #004d71; 
}
