#page_content {
	border:solid 1px #d8e1ef;
	padding:10px;
	margin-bottom:20px;
	background:url(/cognoti_theme/img/field_bg.png);
	clear:both;
}

table.calendar_big {  
    width: 100%;
}

/* Day titles */
table.calendar_big th { 
    padding: 4px; 
	font-size: 14px;
	font-weight: bold;
}

/* Month table cells */
table.calendar_big td {   
    width: 14.28%;
	height: 85px;
    padding: 8px;
    vertical-align: top;
	color: #474747;
}

/* Day Number */
table.calendar_big td div.day {
	font-size: 15px;
}

table.calendar_big td.nonmonth {
    background-color: #c1c1c1;
}

table.calendar_big td.today {
    background-color: #b4d3f9;
}

table.calendar_big td.highlight {
    background-color: lightyellow;
}

table.calendar_big td.past {
    background-color: #dfdfdf;
}

table.calendar_big td.future {
    background-color: #eeeeee; 
}

table.calendar_big td div.daycontents {
	font-size: 11px;
}

table.calendar_big td div.daycontents div.event {
    padding-bottom: 4px;   
}

table.calendar_big td div.daycontents div.event div.title {  
	font-size: 12px;
}

table.calendar_big td div.daycontents div.highlight {
    color: red;
}

table.calendar_big td div.daycontents div.event div.title a {
}

.day_container {
	background-color: #eeeeee;
	margin-bottom: 8px;
}

.day_title {
	background-color: #dfdfdf;
	width: 200px;
	padding: 8px;
}

.day_name {
	font-size: 18px;
	font-weight: bold;
}

.day_number {
	font-size: 18px;
}

.event_title {
	font-size: 18px;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

.event_container {
	margin-left: 50px;
	padding-bottom: 8px;
}

.event_information {
	float: left;
	width: 200px;
}

.event_description {
	float: left;
	width: 600px;
	position: relative;
	top: -16px;
}

.event_value {
	font-size: 14px;
}
