/**
 * Style sheet xElements
 */
.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;
}

.ce_form .text, .ce_form textarea
{
	width:350px;
	margin-top:2px;
	margin-bottom:2px;
	padding:2px;
	border:1px solid #cccccc;
}

.ce_form .captcha
{
	width:80px;
	margin-top:2px;
	margin-bottom:2px;
	padding:2px;
	border:1px solid #cccccc;
}



/* Fix textbox alignment in IE */
* html .ce_form .text, * html .ce_form .captcha, * html .ce_form textarea
{
	margin-top:1px;
	margin-bottom:1px;
}

/* Fix textbox alignment in IE */
*:first-child+html .ce_form .text, *:first-child+html .ce_form .captcha, *:first-child+html .ce_form textarea
{
	margin-top:1px;
	margin-bottom:1px;
}

.ce_form textarea
{
	height:120px;
}

.ce_form .text:focus, .ce_form textarea:focus
{
	background-color:#ebfdd7;
}

.ce_form span.mandatory
{
	display:none;
	color:#ff0000;
}

.ce_form .error
{
	padding-top:5px;
	font-size:11px;
	color:#ff0000;
}

.ce_form .col_first
{
	padding-top:5px;
	padding-right:9px;
	padding-left:1px;
	text-align:right;
	vertical-align:top;
}

.mod_newsmenu ul
{width:200px;margin:0;padding:0;list-style-type:none;}

