/**** Blog ****/
#blogContainer{
margin: 0 0 0 0px;
font-size: 1.1em;
}

#sendblogForm table{
margin: 10px;
border: 1px dotted;
}

#sendblogForm td{
border:none;
}

#sendblogForm input, #sendblogForm textarea{
border:none;
background: #e6e6e6;
padding: 3px;
}

#blogTable b{
color: #f1e3c3;
}

#blogTable li{
list-style-type: none;
margin-left: 10px;
}

#blogTable li a{
color: #fff;
}

/* --- Blog Calendar --- */
.blogcalendarPanel {
	height: 173px;
	position: relative;
	margin-left: 0px;
	color: #88807b;
	float: left;
	clear: left;
}
.blogcalendarBody {
font-size: 18px;
color: #88807b;
background: #1e1917;
}
.blogcalendarBody tr:hover {
background: #88807b;
color: #1e1917;
}

.hr{
margin-top: 10px;
height: 6px;
background: #8f5c5b;
}

.blogcalendarHeader {
	text-align: center;
	vertical-align: center;
	font: bold 18px arial, helvetica, sans;
        color: #f1e3ce;
	background-color: #0092cf;
}

.blogcalendarDays {
	text-align: center;
        padding: 10px 0 5px 0;
	vertical-align: center;
	font-weight: bolder;
}

.blogcalendarDays:hover {
background: none !important;
color:#1e1917;
}

.blogcalendarDates {
	text-align: center;
        color: #color: #1e1917;
	vertical-align: center;
	padding: 5px;
}

.blogcellevent {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #0092cf;
	color: #000000;
	cursor: hand;
	border: none;
}

