/* -----------------------------------------------------------------------
   Driven Online, Frontpage/News layouts
    - styling by Elwix/Style
   ----------------------------------------------------------------------- */


#column_center a:link    {color: #0010f8; text-decoration: none; background: transparent;}
#column_center a:visited {color: #102080; text-decoration: none;}
#column_center a:hover   {text-decoration: none; background-color: #808080;}

#column_center P {
	margin: 0;
/*min-height: 88px;*/
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#column_center h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	background: #C0C0C4;
	border: 1px solid #102060;
	border-width: 2px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.12em;
}

#column_center h1 a {font-weight: bold; text-decoration: none; padding: 0 0 0 0;}
#column_center h1 a:hover {background: #808084;}

#column_center .pagination {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-right: 4px;
	background: #404048;
	color: #ffffff;
	width: auto;
	border: 1px dotted #c0c0f0;
	border-width: 1px 0 1px 0;
	height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
}

#column_center .pagination p {
	text-align: right;
}

#column_center .pagination p a:link    {color: #f0f0f8; text-decoration: none; background: transparent;}
#column_center .pagination a:visited {color: #c0c0d0; text-decoration: none;}
#column_center .pagination a:hover   {color: #202028; text-decoration: none; background-color: #c0c0c0;}

#column_center .news {
	margin: 0 0 32px 0;
	line-height: 125%;
}

#column_center .news .group {
	background: #CCC0C0;
	color: #000000;
	border: outset #A04040;
	border-width: 0px 1px 1px 1px;
	font: 11px sans-serif;
}

#column_center .news .scener {
	background: #C0C0CC;
	color: #000000;
	border: outset #4040C0;
	border-width: 0px 1px 1px 1px;
	font: 11px sans-serif;
}

#column_center .news .release {
	background: #C0CCC0;
	color: #000000;
	border: outset #40A040;
	border-width: 0px 1px 1px 1px;
	font: 11px sans-serif;
}


#column_center .news .news-extra {
	display: inline;
	width: 100%;

	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	background: #CACACA;
	color: #444B5D;
	border-color: #8C97B7;
	border: 1px dotted #607080;
	border-width: 1px 0 1px 0;
	font: 10px sans-serif;
	text-align: right;
}

#column_center .news img {
	float: right;
	width: 122px;
	border: 0;
	padding: 2 2 2 2;
	background: #CACACA;
	margin: 2px 2px -22px 2px;
	position: relative;
	top: -18px;
}

