/* Styles for item-view page */
.smallCalendar{
	margin-top:5px;
	//background-image:url(images/small_call_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
	padding-top:8px;
}

#calendar-container {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -opera-border-radius:5px;
}

.eventtitle{
	font-size:16px;
	font-weight:bold;
}

.eventdate{
	margin-top:4px;
	margin-bottom:4px;
	color:#666666;
}

.eventdetails{
	margin-top:6px;
	margin-bottom:12px;
}

.eventimage{
	float: right;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:4px;
	margin-left:4px;
}

.eventsmalltitle{
	font-weight:bold;
}

.dayname{
	font-weight:bold;
	font-size:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.leftcolumn {
	height: 38px;
	background-image:url(images/left_column_top.jpg);
	background-repeat:no-repeat;
	background-color: #D6DCEC;
}
.navtitles2 {
	background-color: #D6DCEC;
	font-size:13px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 4px;
	margin-top: 4px;
	
}
.navtitles {
	height:30px;

	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom: 1px;
	margin-top: 10px;
	padding-top:4px;
	padding-left:30px;
	background-image:url(images/title_background.jpg);
	background-repeat:no-repeat;
}
.navtitlesQuick{
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	margin-left:-40px;
}
.navtextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.navtitlearrow {
	padding: 3px;
	float: left;
}
.itemViewRight{
	background-image:url(images/right_column_top.jpg);
	background-repeat:no-repeat;
	background-color: #D6DCEC;
}
hr{
	border: 0px;
	border-top: 1px dashed #AAB5D2;
	background-color: none;
	width: 100%;
}.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

