* {
    padding : 0;
    margin : 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

	        #calendar {
	width:340px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
            }
a.lnkCalendar:link, a.lnkCalendar:visited, a.lnkCalendar:hover, a.lnkCalendar:active {
	color: #926F45;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
.smoothcalendar {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	color : #000;
}

.smoothcalendar .navigations{
    overflow: hidden;
}

.smoothcalendar .navigations div {
	float: left;
	text-align: center;
}

.smoothcalendar .columns {
    float: left; 
    padding-left: 1px;
}

.smoothcalendar .weekDays{
    overflow: hidden;
}

.smoothcalendar .weekDays div {
    display : block;
    margin-bottom: 1px;
}

.smoothcalendar .dayNames {
	display : block;
	text-transform: uppercase;
	font-size : 10px;
	color : #000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 12px;
	font-weight: bold;
}

.smoothcalendar a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	outline: none;
}

.current_date {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color : #000;
}

.current_date_IE6 {
	font-size: 12px;
	font-weight: bold;
	color : #000;
	line-height: 12px;
}

.days_of_the_week div{
	text-transform: uppercase;
	padding: 10px 0px;
	font-size: 12px;
	color: #000;
	padding: 1px;
}

.day_content, .emptyBox {
	background-color: #FFF;
	border: 1px solid #C7BDA4;
	padding: 2px;
	display: block;
	overflow: hidden;
}

.emptyBox {
	padding: 2px;
	border: none;
	background-color: transparent;
}

.day_content_with_event {
	background-color: #C7BDA4;
	border: 1px solid #91754D;
	cursor : pointer;
	padding: 2px;
	z-index: 500;
	display: block;
	overflow: hidden;
}

.day_content_with_event_mouseover {
	background-color: #C7BDA4;
	border : 1px solid #C7BDA4;
	cursor : pointer;
	padding: 2px;
}

.day_number {
	color: #000;
	font-size: 12px;
	width : 100%;
}

.day_event_count {
	padding-top : 5px;
	font-size: 9px;
	text-align: right;
	color : #000;
	width : 100%;
}

.events_list_box {
	position : absolute;
	overflow : hidden;
	background-color: #C7BDA4;
	border: 1px solid #C7BDA4;
	padding: 4px;
}

.smoothcalendar #eventListContainer {
    margin-top : 10px;
    overflow: hidden;
    position : relative;
    top : 0px;
}

.smoothcalendar #eventDetailContainer {
	margin-top : 10px;
	overflow: hidden;
	position : relative;
	top : 0px;
	font-size: 9px;
}

.smoothcalendar_listItem {
	cursor : pointer;
	padding : 5px 5px;
	margin-bottom : 2px;
	background-color : #FFF;
	color : #000;
}

.smoothcalendar_listItem_mouseover {
	cursor : pointer;
	padding : 5px 5px;
	margin-bottom : 2px;
	background-color : #926F45;
	color : #000;
}

.smoothcalendar_listItem span, 
.smoothcalendar_listItem_mouseover span {
	font-size : 11px;
	margin-left : 10px;
	line-height: 16px;
}

.smoothcalendar #fullDateText, .smoothcalendar h2 {
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color : #926F45;
}

.smoothcalendar #fullDateText {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 11px;
	color : #000;
}

.smoothcalendar #smoothcalendargoBackLink, .smoothcalendar #smoothcalendarclose{
	color : #000;
	text-decoration: none;
	position : absolute;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.smoothcalendar #smoothcalendargoBackLink {
	font-size: 9px;
}

.smoothcalendar #smoothcalendarclose {
	font-size : 12px;
	text-decoration: none;
	right : 0px;
	top : 0px;
	font-weight: bold;
	margin: 5px;
}

.smoothcalendar a:hover, .smoothcalendar #smoothcalendarclose:hover, .smoothcalendar #smoothcalendargoBackLink:hover {
	color : #926F45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.smoothcalendar #previousMonth, .smoothcalendar #nextMonth, .smoothcalendar #nextYear, .smoothcalendar #previousYear {
	background-repeat: no-repeat;
	font-size: 11px;
	position: relative;
	display: inline-block;
	overflow : hidden;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
	width: 20px;
}

.smoothcalendar #nextMonth {
	background-image: url(../i/calendar/arrows.png);
	background-position: 0px -20px;
	width: 10px;
}

.smoothcalendar #previousMonth {
	background-image: url(../i/calendar/arrows.png);
	background-position: 0px 0px;
	width: 10px;
} 

.smoothcalendar #nextMonth:hover {
	background-image: url(../i/calendar/arrows.png);
	background-position: -20px -20px;
}

.smoothcalendar #previousMonth:hover {
	background-image: url(../i/calendar/arrows.png);
	background-position: -20px 0px;
} 

