.CMSimage {
	margin: 10px;
	padding: 10px;
}
.commentFrame {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
.clsCursor{
	cursor: pointer;
}
.attachmentHeader {
	font-size: small;
}
.noBorder{
	border: 0;
}

a img { bordeR: 0px none; }

body { background-color: #2C8BC1; margin: 0px; padding: 0px; }

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
input, select {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

img { border: 1px solid black; }
.boxTop{
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.boxContent {
	background-color: #E7E7E7;
	border: 1px solid black;
	padding: 10px;
}

.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0066;
	font-size: 14px;
	font-weight: bold;
}
.eventBox a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.eventTd {
	width: 40px;
}

#siteContainer { margin: 0px; padding: 0px; }
#menu { margin: 15px 0px; padding: 0px; }
#menu li {
	list-style: none outside;
	margin: 2px 0px;
	padding: 0px;
	background-color: #E3007B;
	width: 198px;
	text-align: left;
}
#menu li ul {
	margin: 0px;
	padding-left: 20px;
	display: block;
	background-color: white;
}
#menu li ul li {
	border-top:2px solid white;
	color:#E3007B;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin:0px;
	padding:0px;
	width:auto;
}
#logo { float: left; margin-right: 10px; margin-left: -10px; margin-top: -10px; }
#monthSelector { float: right; }

#galleryLinks ul { margin: 10px 0px; padding: 0px; width: 500px; overflow: hidden; }
	#galleryLinks li { list-style: none outside; float: left; margin-right: 5px; }
		#galleryLinks a { display: block; text-decoration: none; text-align: center; }
			#galleryLinks img { display: block; margin-bottom: 3px; }