/**
 * Style sheet xElements
 */
.ce_text
{
	margin-left:0px;
	line-height:1.3;
}

.ce_text h2
{
}

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

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

* html .ce_text
{
	zoom:1;
}

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

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

.ce_table table, table.all_records, table.single_record
{
	width:623px;
	border-left:1px solid #ECF1F1;
}

.ce_table td, .all_records td, .single_record td
{
	padding:2px 8px;
	border-right:1px solid #ECF1F1;
	border-bottom:1px solid #ECF1F1;
}

.ce_table th, .all_records th, .single_record th
{
	padding:2px 8px;
	background-color:#ECF1F1;
	border-top:1px solid #ECF1F1;
	border-right:1px solid #ECF1F1;
	border-bottom:1px solid #ECF1F1;
}

.ce_gallery table
{
	width:100%;
}

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

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