/**
 * Style sheet xElements
 */
/* calendar table */
.mod_calendar table
{
	width:680px;
	height:300px;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	text-align:center;
	border:2px solid #383737;
}

/* calendar table days */
.mod_calendar table th.label
{
	width:100px;
	height:20px;
	background-color:#383737;
	border:1px solid #ffffcc;
	color:#ffffff;
}

/* calendar table days */
.mod_calendar table td.days
{
	width:100px;
	height:60px;
	background-color:#ffffcc;
	border:1px dashed #474747;
	color:#474747;
}

/* calendar table days */
.mod_calendar table td.active
{
	width:100px;
	height:60px;
	background-color:#ffffff;
	border:1px dashed #474747;
	color:#474747;
}

/* .mod_calendar table forward back curent */
.mod_calendar table th.head
{
	height:30px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	background-color:#000000;
	border:1px solid #474747;
}

.ce_text
{
	line-height:1.5;
}

.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}

.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}

html>body .mime_icon
{
	top:-1px;
	position:relative;
}
