.dbem-calendar-full {
	padding:0;
	width:100%;
	background:url(images/calendarholder-bg.png);
	overflow:hidden;
}
.dbem-calendar-full .headings {
	height:1%;
	overflow:hidden;
	padding:0 0 0 27px;
	background:url(images/calendar-headings-bg.gif) repeat-x;
}
.dbem-calendar-full .headings span {
	float:left;
	width:134px;
	line-height:30px;
	font-size:13px;
	color:#69655d;
}
.dbem-calendar-full .dbem-calendar-table{
	padding:0;
	margin:0 0 0 22px;
	height:100%;
	overflow:hidden;
	position:relative;
	border-collapse:collapse;
	width:938px;
}
.dbem-calendar-full .dbem-calendar-table td {
	float:left;
	width:124px;
	height:100%;
	padding:0 5px 0px 5px;
	border-bottom:1px solid #e2ded2;
	vertical-align:top;
	color:#69655D;
	font-size:13px;
	margin: 0;
	min-height:110px;
	
}
.dbem-calendar-full .dbem-calendar-table tr {
	
	height:100%;
	
}

.dbem-calendar-full .dbem-calendar-table td:hover ,
.dbem-calendar-full .dbem-calendar-table td.hover ,
.dbem-calendar-full .dbem-calendar-table td.active {
	background:#f4f4f4;
}
.dbem-calendar-full .dbem-calendar-table .eventless-today,
.dbem-calendar-full .dbem-calendar-table .eventful-today{
	background:url(images/calendarholder-bg.png);
	
		
}

.dbem-calendar-full .dbem-calendar-table .eventless-pre,
.dbem-calendar-full .dbem-calendar-table .eventless-post,
.dbem-calendar-full .dbem-calendar-table .eventful-pre,
.dbem-calendar-full .dbem-calendar-table .eventful-post,
.dbem-calendar-full .dbem-calendar-table .eventful-pre a,
.dbem-calendar-full .dbem-calendar-table .eventful-post a{
	color:#b9b5ad;
}
.dbem-calendar-full .dbem-calendar-table a {
	font-size:13px;
	color:#69655d;
	display:inline-block;
	text-decoration:underline;
}
.dbem-calendar-full .dbem-calendar-table a:hover {
	text-decoration:none;
}
.dbem-calendar-full .dbem-calendar-table ul{
	list-style:none;
	margin:0;
	padding:5px 0 0;
}
.dbem-calendar-full .dbem-calendar-table ul a{
	font-size:9px;
	text-decoration:none;
}
.dbem-calendar-full .dbem-calendar-table ul a:hover{
	text-decoration:underline;
}
.dbem-calendar-full .dbem-calendar-table a.blue {
	color:#52a6cf;
}
.dbem-calendar-full .dbem-calendar-table a.yellow {
	color:#d69702;
}
.dbem-calendar-full .dbem-calendar-table a.green {
	color:#4d805c;
}
.dbem-calendar-full .dbem-calendar-table a.black {
	color:#35332e;
}
.dbem-calendar-full .dbem-calendar-table .eventful-pre a.blue,
.dbem-calendar-full .dbem-calendar-table .eventful-post a.blue{
	color:#a6cbdd;
}
.dbem-calendar-full .dbem-calendar-table .eventful-pre a.yellow,
.dbem-calendar-full .dbem-calendar-table .eventful-post a.yellow{
	color:#e5d09e;
}
.dbem-calendar-full .dbem-calendar-table .eventful-pre a.green,
.dbem-calendar-full .dbem-calendar-table .eventful-post a.green{
	color:#aad3b5;
}
.dbem-calendar-full .dbem-calendar-table .eventful-pre a.black,
.dbem-calendar-full .dbem-calendar-table .eventful-post a.black{
	color:#b3afa4;
}
.calendarcont .titlearea .btn{
	background:url(images/btn-go.gif);
	border:none;
	width:37px;
	height:21px;
	cursor:pointer;
}
.eventdetails .titleline div {
	font-size:10px;
	color:#9fa197;
	display: inline;
}
.eventdetails .titleline span {
	text-transform:uppercase;
}
.eventdetails .titleline span.green {
	color:#6ba37b;
}
.eventdetails .titleline span.blue {
	color:#52a6cf;
}
.eventdetails .titleline span.yellow {
	color:#f8bb29;
}
.btnline .submit{
	background:url(images/btn-submit.gif);
	border:none;
	width:114px;
	height:25px;
	cursor:pointer;
}
* html .postevent .formholder .btnline {padding-left:31px;}
.error, .updated{
	background-color:#FFEBE8;
	border:1px solid #CC0000;
	margin:5px 15px 20px;
	padding:0 0.6em;
	text-align:center;
}
.updated{
	background-color:#A7F8BA;
	border:1px solid #00CC00;
}
.row h3{
	font:bold 13px/14px Verdana,Arial,Helvetica,sans-serif;
}
