@CHARSET "UTF-8";
.drag {
	position: relative;
}
div#eventruler {
	background-color: #f4f4f4;
	vertical-align: middle;
	font-size: 11px;
	line-height: 16px;
	height: 69px;
	padding-left: 10px;
	background-image:url(../image/bg-eventyear.gif);
	background-repeat: repeat-x;
}
div#eventruler-zone.medium div#eventruler {
	width: 485px;
}
div#eventruler div.eventCalMon {
	background-color: #f4f4f4;
	border-right: 1px solid #f4f4f4;
	float:left;
	height: 69px;
	width: 42px;
}
div#eventruler div.eventCalMon div.eventCalItemHolder {
	height: 21px;
	font-size: 11px;
	line-height: 16px;
	width: 42px;
	/*background-color: #fff; */
}
div.eventCalItemTop {
	height: 26px;
}
div.eventCalItemBottom {
	height: 22px;
	display: none;
}
div.eventCalMon.leftYearBorder, div.eventCalItemBottom.leftYearBorder {
	border-left: 1px solid #ccc;
}
span.eventCalItemYear	{
	line-height: 23px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 6px;
}
div#eventruler div.eventCalMon div.eventCalItemHolder.active span {
	display: none;
}
div#eventruler div.eventCalMon div.eventCalItemHolder.active {
	background-color: #900;
}
div#eventruler div.eventCalMon a.eventCalItem {
	background-color: #fff;
	border: 1px solid #fff;
	width: 20px;
	height: 19px;
	padding: 0pt 10px;
	float: left;
	border-left: 1px solid #f4f4f4;
}
div#eventruler div.eventCalMon a.eventCalItem.active {
	border: 1px solid #900;
}
div#eventslider {
	width:44px;
	border:1px solid #900;
}
div#eventsliderpanel {
	/*float:left;*/
	width:42px;
	height:20px;
}
#eventsliderpanel img {
	border: 0px;
}
div#eventsliderpanelleft {
	float:left;
	cursor: pointer;
	background: url('../image/slider_left.gif') no-repeat;
	width: 8px;
	height: 16px;
}
div#eventsliderpanelright {
	float:right;
	cursor: pointer;
	background: url('../image/slider_right.gif') no-repeat;
	width: 8px;
	height: 16px;
}
div#eventslider_drag {
	float:left;
	cursor: e-resize;
	width: 26px;
	height: 16px;
	background-color: #900;
}
div#eventruler-zone {
	/*height: 65px;*/
}
div#eventruler-zone.small {
	width: 276px;
}
div#eventruler-zone.medium {
	/*width: 503px;*/
	width: 485px;
}
div.activeEvent {
	background-color: #ddd;
	color: #900;
	min-height: 18px;
}
div.activeEvent p, div.activeEvent p a {
	color: #900;
}
div.event {
	padding-left: 8px;
	padding-right: 15px;
	min-height: 18px;
}
div#eventcontainer {
/*	width: 727px;
	min-height: 340px;
	margin: 0px;
	padding:0px;
	height: 100%;
*/
}
div#eventcontent.small {
	width: 276px;
	float: left;
	padding-top: 8px;
}
div#eventcontent.medium {
	width: 503px;
	float: left;
	padding-top: 8px;
}

div#showeventcontent {
	width: 343px;
	float: right;
	padding-left: 10px;
	padding-top: 8px;
	min-height: 340px;
}
div#eventheadline {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	min-height: 18px;
	padding-left: 8px;
	padding-right: 15px;
}
div.eventdate {
	float:left;
	width: 105px;
	line-height: 18px;
}
div.eventhead {
	float:left;
	width: 244px;
	line-height: 18px;
}
div.eventhead a.link {
	background:none;
	padding:0px;
}

div.showeventheadline, div.showeventheadline a {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
div.showeventbody {
	font-size: 11px;
	line-height: 16px;
	padding-top:5px;
	padding-bottom:9px;
}
div.eventbody {
	font-size: 11px;
	line-height: 16px;
	padding-top:5px;
	padding-bottom:9px;
}
div.left-content div.p {
	padding: 0px;
	padding-top: 1px;
}
div#eventbodycontent p.eventline a.ir_collapsed,div#eventbodycontent p.eventline a.ir_expanded {
	cursor: pointer;
}
/* IE 7 noscript fix */
/*
div.eventbody div	{ 

	display: inline;
}
*/
div.eventfooter {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}
div.remindMeForm {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
div.remindMeForm form {
	display: block;
	padding: 5px 0pt;
	
}
form.remindevent div.first, form.remindevent div.second, form.remindevent div.third {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
}
form.remindevent div.first {
	clear: both;
	float: left;
	width: 185px;
	padding: 5px 0pt 5px 5px;
}
form.remindevent div.second {
	float: left;
	width: 200px;
	padding: 5px 0pt 5px 10px;
}
form.remindevent div.third {
	float: left;
	width: 200px;
	padding: 5px 0pt 5px 10px;
}

form.remindevent div.first span.target, form.remindevent div.second span.target {
	padding-right: 10px;
}
input#emailaddress {
	width: 138px;
}
select#daysbefore {
	width: 70px;
}
.p p,
.eventline{
	padding:0 0 5px!important;
}
a.ir_collapsed {
	background-image:url(../image/icoListClose.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	color:#333333!important;
	display:block;
	padding:0 0 0 15px;
}
