/**
 * Style sheet xElements
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Text
 */
.ce_text
{
	
}


/**
 * Listing
 */
.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;
}
/* lista */
.ce_text ul{
	
}
.ce_text ul li{
	
}

/**
 * Table
 */
.ce_table table
{
	/*border-left:1px solid #cccccc;*/
	width: 98%;
}
.ce_table tr.even
{
	background-color: #F2F2F2;
	/*border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
}
.ce_table td
{
	padding:2px 8px;
	/*border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
}
.ce_table td.col_0
{
	width: 25%;
}


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


/**
 * Image gallery
 */
.ce_gallery table
{
	width:100%;
}

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


/**
 * Download
 */
html>body .mime_icon
{
	top:-1px;
	position:relative;
}
/**
 * Nyhetslista simple
 */
 .newsListSimple .layout_short{
 	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
 }
.newsListSimple .last{
 	border-bottom: 0;
	margin-bottom: 0;
 } 
.newsListSimple h2{
	display: inline;
 	font-size: 10px;
	color: #999999;
	line-height: normal;
 }
.newsListSimple p.info{
	display: inline;
 	font-size: 10px;
	color: #999999;
 }
.newsListSimple p.more a{
	float: right; 	
 }