﻿/* hyperlinklist */
.MarginHyperlinkList 
{
	width:182px;
}
.MarginHyperlinkList td 
{
	border:#959FBC solid 1px;border-collapse:collapse;border-width:1px 0px;
}
.MarginHyperlinkList a,
.MarginHyperlinkList a:link,
.MarginHyperlinkList a:visited,
.MarginHyperlinkList div
{
	color:#ffffff;
	display:block;
	padding:4px 5px 4px 10px;
	text-decoration:none;
}
.MarginHyperlinkList div
{
	background:#3156CF;
}
.MarginHyperlinkList a:hover 
{
	background:#2C4692;
}
/* event detail */

.eventWrap 
{
	position:relative;
}

.EventTitle {
	color:#666666;
	margin:.5em 0.01em;
	font-size:1.8em;
	font-weight:normal;
	padding:0px;
	line-height:1em;
	font-family:Denmark, Impact, Arial Black;
	text-transform:uppercase;
	/*position:relative;*/
}
.EventDate {
	color:#F66013;
	font-size:1.3em;
	position:absolute;
	top:30px;
	width:300px;
}
.EventDescription 
{
	position:relative;
	top:30px;
}


/* calendar */
.calendar
{
  border:none;
}

.day
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #666666;
}
.day a,
.day a:link,
.day a:visited,
.day a:hover 
{
	text-align:left;
	float:left;
}
.othermonthday
{
  background-color:#eeeeee;
}

.month
{
  border-collapse:collapse;
  border:solid 1px black;
}

.dayheader
{
  background-color:#000000;
  color:#eeeeee;
  font-size:10px;
  text-transform:uppercase;
  text-align:center;
  border-top:solid 1px #888888;
  border-left:solid 1px #88888;
  border-bottom:solid 1px #666666;
  border-right:solid 1px #666666;
  padding: 0px;
}

.title
{
text-transform:uppercase;
  background-color:#F66013;
  border: 1px solid black;
  border-bottom-width: 0px;
}

.title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor:pointer;
  padding:5px;
}
