#cwrapper {
	background: url( ../../images/backgrounds/notebook_paper.png );
}

#content #notebooktop_bottom {
	background: #ffffff url( ../../images/backgrounds/notebooktop.png ) repeat-x;
	text-align: center;	
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #9ab5c2;
}

#content #notebooktop_top {
	background: #47b204;
	text-align: center;
}

#cwrap_inner {
	padding: 10px;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #9ab5c2;
}

.crow {
	margin-top: 7px;
	margin-bottom: 10px;
	overflow: auto;
}

.calimg {
	float: left;
	margin: 5px 15px 5px 17px;
}

.crow h2 {
	margin-bottom: 2px;
}

.cevents {
	margin: 13px 10px 10px 30px;
	float: left;
}

.cevents li {
	list-style: disc;
}

.cviewfull {
	margin-top: 5px;
}

.caltitle {
	margin-bottom: 15px;
}

.cdivider {
	margin-top: 10px;
	margin-bottom: 20px;
}

.cdividerbot {
	margin-top: 12px;
	margin-bottom: 12px;
}

.caltblwrap {
	background: #ffffff;
	padding: 6px;
	text-align: left;
	margin-bottom: 10px;
}

.calendartbl td {
	min-height: 150px;
	overflow: hidden;
	vertical-align: top;
	padding: 6px !important;
	border: none !important;
}

.calendartbl th {
	background: transparent;
	border: none;
}

.calendartbl td .calday {
	min-height: 150px;
	padding: 0px;
	font-size: 0.9em;
	position: relative;
}


.calendartbl td .noday {
	min-height: 150px;
	background: #e7e7e7;
	-webkit-border-radius: 12px;
}

.calendartbl td .calday .bullets {
	text-align: center;
	padding: 6px;
}

.caldayheader {
	padding: 0px;	
	margin: -7px 0px 3px 10px;	
	font-size: 3.0em;
	font-weight: bold;
	text-align: left;
}

.clrCyan .caldayheader {
	color: #9ee4f7;
}

.clrCyan .caldayheader a {
	color: #02c5f5;
}

.clrBlue .caldayheader {
	color: #a4c5f8;
}

.clrBlue .caldayheader a {
	color: #086aff;
}

.clrPurple .caldayheader {
	color: #d7a1fa;
}

.clrPurple .caldayheader a {
	color: #9e3fdb;
}

.clrPink .caldayheader {
	color: #fba0c4;
}

.clrPink .caldayheader a {
	color: #ff5497;
}

.clrOrange .caldayheader {
	color: #f9c191;
}

.clrOrange .caldayheader a {
	color: #fd7600;
}

.clrRed .caldayheader {
	color: #fba79f;
}

.clrRed .caldayheader a {
	color: #fc2310;
}

.calday .clrBrCornerBlue,
.calday .clrBrCornerCyan,
.calday .clrBrCornerPurple,
.calday .clrBrCornerPink,
.calday .clrBrCornerOrange,
.calday .clrBrCornerRed {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.cevent {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.eventcontent {
	margin-top: 10px;
}

.general_box {
	font-weight: bold;
}

.cnoevents {
	text-align: left;
	margin-bottom: 7px;
	margin-top: 10px;
	overflow: auto;
}

.cnoevents_wrap {
	padding: 10px 10px 0px 20px;
}

.cnoevents_wrap img {
	float: left;
	margin-right: 10px;
}
