/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
a:link,a:visited
{
	color:#003399;
	text-decoration:none;
}

a:hover,a:active,a:focus
{
	color:#003399;
	text-decoration:underline;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}

input:focus, textarea:focus {
	border:solid 1px #999999;
}

input, textarea, select
	{
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		border:solid 1px #cccccc;
	}
select,  .inputbox, option
{	
	/*padding:1px;*/
	padding:0px;
	margin:0px;
}

select, option
	{
		height:16px;
		padding-left:2px;
	}


fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:dotted 1px #ccc;
	margin:10px 0px;
	padding:10px 0px 20px 0px;
	/*background:#EFEFEF;*/
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	/*line-height:1.4em;*/
	margin:15px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;

}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 2px #fff;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:solid 2px #EFDEEA;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 2px;
	color:#000;
}

em
{
	font-weight:bold;
}

/* ###########  header content #############  */
#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
}

#logo img
{
	/*display:block;*/
}

#logo span
{
	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #666;
}

/* joomfish module */
#header .moduletable
	{
		float:left;
		padding-right:5px;
		/*width:200px;*/
	}
#header h3
	{
display:none;
	}


/*  Search box  */
#header form
{
	float:left;
	text-align:left;
}

* html #header form
{
	/*height:65px;*/
}

#header .toplinks
	{
		float:left;
	}

#header form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:6em;
}

#header form label
{
	color:#000;
	/*position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;*/
}

#header form .button
{
	background:#999999 none repeat scroll 0%;
	border:0;
	color:#ffffff;
	font-weight:bold;
	margin:0px 0px 0px 2px;
	padding:1px 1px 1px 1px;
	cursor:pointer;
	font-size:0.7em;
}

#header form .inputbox
{
	border:1px solid #999999;
	font-size:8px;
	text-transform:uppercase;
	padding: 1px 1px  1px 1px;
}

#header form .inputbox:focus
{
	border:solid 1px #000;
}


#header table, .menu_hori_default
	{
		float:left;
		/*width:115px;*/
		font-size:10px;
		margin-right:7px;
		padding:0px;
	}

#header table ul 
{
	list-style-type:none;
	display:block;
}

/*
#header ul li 
	{
		margin:0px;
		display:inline;
	}
*/
#header table a, .menu_hori_default a
	{
		padding:8px 0px 8px 0px;
		text-decoration:none;
	}

#header table a:link, #header table a:visited, #header .menu_hori_default a:link, #header .menu_hori_default a:visited
	{
		font-weight:normal;
		text-transform:uppercase;
	}

#header table a:hover,#header table ul li a:active,#header table ul li a:focus, #header .menu_hori_default a:hover,#header .menu_hori_default ul li a:active,#header .menu_hori_default ul li a:focus 
	{
		text-decoration:underline;
		text-transform:uppercase;
	}

.mainlevel
	{
		padding-left:3px;
		padding-right:3px;
	}


/* header Top-nav */
#header #active_menu-nav
{
	background:transparent;
	color:#fff;
}

#wrapper_menu ul
{
	background:transparent;
	display:block;
	margin:0;
	text-align:justify;
	padding: 18px 0px 10px 0px;
}

#wrapper_menu ul li
{
	display:inline;
	text-align:center;
	padding:0px 102px 0px 0px;
}

#wrapper_menu  a:link,#wrapper_menu  a:visited
{
	/*background:#fff;*/
	color:#595966;
	font-weight:bold;
	text-decoration:none;
	/*border-right:solid 1px #666;*/

	/*line-height:1.5em;*/
	text-transform:uppercase;
}

#wrapper_menu a:hover,#wrapper_menu a:active,#wrapper_menu a:focus
{
	/*background:#000;*/
	color:#595966;
	font-weight:bold;
	text-transform:uppercase;
}

#wrapper_menu .menu_top, #wrapper_menu .menu_top_last
	{
		float:left;
		padding-top:20px;
		/*background:#99FFFF;*/
	}
	
#wrapper_menu .menu_top_last
	{
		float:right;
		text-align:right;
	}	

/*  fontsize  */
#fontsize
{
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
background:#fff url(../images/lupe_larger.gif) no-repeat;
}

#fontsize p a.smaller {
background:#fff url(../images/lupe_smaller.gif) no-repeat;
}

#fontsize p a.reset {
background:#fff url(../images/lupe_reset.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#000 url(../images/lupe_larger_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#000 url(../images/lupe_smaller_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#000 url(../images/lupe_reset_black.gif) no-repeat;
color:#fff;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
	min-height:2em;
	padding:5px 0px 20px 0px;
	text-transform:uppercase;
}

#breadcrumbs p {
display:inline;
}

#breadcrumbs a 
	{
	}

#breadcrumbs a:link,#breadcrumbs a:visited 
	{
	}

#breadcrumbs span 
	{
		font-size:0.9em;
	}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus 
	{

	}

/* ################ left ######################## */
#left
	{
		text-transform:uppercase;
	}
#left .moduletable
	{
		padding:20px 30px 0px 40px;
	}

#left form {
/* background:#EFDEEA; */
margin:5px 0 20px 10px;
padding:20px 10px;
}

#left h3,#right h3 {
margin:0 0 5px 0px;
color:#666666;
}

#left ul 
	{
		list-style-type:none;
	}


#left ul li 
	{
		margin:0px;
	}

#left ul li a 
	{
	display:block;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	}

#left ul li a:link,#left ul li a:visited {
font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus 
	{
	text-decoration:underline;
	}

/* ################## Main Menue ################## */

#left ul li ul {
background:#fff;
border:solid 1px #E0C1E0;
border-bottom:solid 0 #93246F;
border-left:solid 4px #93246F;
border-top:0;
margin:0;
}

#left ul li ul li {
border:solid 1px #fff;
}

#left ul li ul li {
margin:0;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
background:#93246F;
color:#fff;
}

#right ul li ul li a:active {
background:#93246F;
color:#fff;
}

#left ul li ul li ul {
/*border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;*/
}

#left ul li.active a:link,#left ul li.active a:visited {
/*background:#93246F;
border-left:solid 4px #BE7CA9;
color:#fff;
border-bottom:solid 1px #93246F;
padding:3px 0 3px 6px;*/
}

#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:normal;
padding:3px 4px 3px 20px;
}

#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
margin:0 0 0 10px;
}

#left ul li.active ul li.active a:link,#left ul li.active ul li.active a:visited {
background:#fff;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:bold;
}

#left ul li.active ul li.active ul li a:link,#left ul li.active ul li.active ul li a:visited {
background:url(../images/arrow.gif) #fff no-repeat top left;
color:#000;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top left;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}

/* ###############  main * ########################### */
/* position */


/*COLUMN LAYOUT*/
.wrapper_2_column, #wrapper_2_column_3070
	{
		clear:both;
		margin-bottom:30px;
	}
	
/* used on contact page and sitestat / integration ao */	
#wrapper_2_column_7030
	{
		clear:both;
		margin-bottom:20px;
	}
	
#wrapper_2_column_6040	
	{
		clear:both;
		margin-bottom:20px;
	}
	
#wrapper_2_column_6040 .innerwrapper	
	{
		clear:both;
		/*height:85px;*/
		border-bottom:1px dotted #999999;
	}
	
.customcolumn1, .column_subheader1
	{
		float:left;
		width:50%;
		margin-bottom:20px;
	}	

#wrapper_2_column_6040_low
	{
		clear:both;
		margin:30px 0px 20px 0px;
	}
	
#wrapper_2_column_6040_low .innerwrapper	
	{
		clear:both;
		margin:10px 0px 10px 0px;
		height:25px;
		border-bottom:1px dotted #999999;
	}

#wrapper_2_column_6040_low .customcolumn2
	{ float:right;}

#wrapper_2_column_6040_low select
	{ float:left; width:90%;}
	
#wrapper_2_column_6040_low .submit
	{ float:right; width:4px; height:7px; border:0px; padding:4px 5px 0px 5px;}

.customcolumn2, .column_subheader2
	{ float:left; width:42%; margin-bottom:20px;}	
	
.customcolumn1_45
	{
		float:left;
		/*background:#FF3366;*/
		width:45%;
		margin-bottom:20px;
	}		
.customcolumn2_45
	{
		float:left;
		width:43%;
		margin-left:20px;
		margin-bottom:20px;		
	}	



.column_subheader1, .column_subheader2
	{
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
	}

form .wrapper_2_column
	{
	
	}
	
#wrapper_2_column_3070 .customcolumn1 
	{
		width:60px;
		float:left;
		margin-bottom:5px;	
		margin-right:15px;
		margin-left:20px;
		text-align:right;
	}

#wrapper_2_column_3070 .customcolumn2 
	{
		float:left;
		width:290px;
		padding-right:0px;
		text-align:left;
		vertical-align:top;
		margin-bottom:5px;	
	}	


#wrapper_2_column_6040 .customcolumn1 
	{
		width:63%;
		/*height:65px;*/
		padding: 13px 0px 10px 10px;
		margin:0px;
		float:left;
	}

#wrapper_2_column_6040 .customcolumn2 
	{
		/*background:#eeeeee url('/images/backgrounds/partner_background.png') bottom repeat-x;*/
		width:25%;
		padding: 13px 10px 15px 10px;
		margin:0px;
		height:60px;
		float:right;
	}	


#wrapper_2_column_6040 .customcolumn2_partners 
	{
		/*background:#FFFFFF url('/images/backgrounds/partner_background_layover.png') repeat-y scroll left bottom;*/
		width:30%;
		padding: 13px 0px 15px 0px;
		margin:0px;
		/*height:60px;*/
		float:right;
	}

/* used on contact page */
#wrapper_2_column_7030 .customcolumn1 
	{
		width:55%;
		float:left;
	}

#wrapper_2_column_7030 .customcolumn2 
	{
		width:34%;
		text-align:right;
		float:right;
		padding-right:44px;
	}	


#page .icon {float:left; margin:-6px 10px 0px 0px; border:1px solid #cccccc;} 

#page .icon:hover, #page .icon:visited{float:left; margin:-6px 10px 0px 0px; border:1px solid #666666;} 

#wrapper_2_column_3070 .radio {width:15px;}
.customcolumn2 input, textarea, select { width:95%; }
.customcolumn2 .checkbox { width:15px; margin-bottom:-3px; border:0px; }
.customcolumn2 label {}

	
/*#right input, select*/
.right input, .right select
	{
		width:100%;
	}
#wrapper_2_column_3070 .submit
	{
		width:60px;
		cursor:pointer;	
		text-transform:uppercase;
		margin:2px 0px 2px 0px;	
		background:#999999;
		border:1px solid #999999;
		color:#FFFFFF;
	}

#wrapper_2_column_3070 .right
	{
		text-align:right;
		margin: 5px 11px 5px 0px;
	}
	
.required
	{
		float:left;
		text-align:left;
		width:120px;
	}
/* END COLUMN LAYOUT */


/* INTEGRATION PAGE PARTNER RING IMAGE */
#wrapper_integration_partners
	{
		background: url('/images/icons/integration_partners.gif') center no-repeat;
		height:160px;
		margin:30px 0px 20px 0px;
		font-size:0.9em;
	}

#wrapper_integration_partners a:hover, #wrapper_integration_partners a:active
	{text-decoration:none;}
	
.integration_partner
	{
		width:120px;
		left:50%;
		clear:both;
	}	

.partner_left
	{
		height:164px;
		float:left;
		width:48%;
		text-align:right;
		/*background:#00FF99;*/
	}
.partner_right
	{
		height:164px;
		float:right;
		width:48%;
	}	
	
#sem_seo, #data_collection, #user_experience, #affiliate_marketing, #crm, #mvt, #performance, #site_search, #content_management, #bid_management, #display_advertising, #online_panel, #email_marketing, #video_services
	{	
		/*background:#eeeeee; 
		padding:2px 3px; */
		text-align:center; 
		filter:alpha(opacity=75);
		-moz-opacity:.75;
		opacity:.75;	
		cursor:pointer;
	}


#sem_seo:hover, #data_collection:hover, #user_experience:hover, #affiliate_marketing:hover, #mvt:hover, #performance:hover, #site_search:hover, #content_management:hover, #bid_management:hover, #display_advertising:hover, #email_marketing:hover, #video_services:hover
	{	
		/*background:#cccccc; */
	}

/*RIGHT ITEMS*/	
#crm
	{
		float:left;
		margin-left:10px;
		margin-top:4px;
		width:65px;
	}

#performance
	{
		margin-top:5px;
		margin-left:45px;
		float:left;
		width:120px;
	}	

#mvt
	{
		float:left;
		margin-left:72px;
		margin-top:10px;
		width:130px;
	}	

#display_advertising 
	{
		float:right;
		margin-top:17px;
		margin-left:72px;
	}

#content_management
	{
		float:left;
		margin-top:18px;
		margin-left:80px;
		width:120px;
	}

	
#site_search
	{
		float:left;
		margin-top:15px;
		margin-left:40px;
		width:150px;
	}	

/*LEFT ITEMS*/
#sem_seo {	
		float:right;
		margin-right:0px;
		margin-top:4px;
		}

#data_collection {	
		float:right;
		margin-right:55px;
		margin-top:5px;
		}

#user_experience {	
		float:right;
		margin-right:76px;
		margin-top:10px;
		}
	
#email_marketing
	{
		float:right;
		margin-top:17px;
		margin-right:79px;
	}	
		
#affiliate_marketing{	
		float:right;
		margin-right:75px;
		margin-top:18px;
		}		
	
#video_services
	{	float:right;
		margin-top:25px;
		margin-right:53px;
		width:90px;
	}	
/* END INTEGRATION PAGE PARTNER RING IMAGE */

/* LIST LAYOUT */
.list_content
	{
		/*background:#FFFF33;*/
		border-bottom:1px dotted #CCCCCC;
		margin-top:80px;
		padding-bottom:80px;
	}
.list_content_logo{float:right; margin-top:-25px; margin-left:10px; margin-bottom:10px;}	
.list_content_logo_right_top {float:right; margin: 4px 10px 10px 10px; }
#page .title {font-style:italic;}
.top {float:right; padding-right:10px; background: url('/images/icons/top_medium.gif') right no-repeat;}	
.list_content_short	{ border-bottom:1px dotted #CCCCCC;	margin-top:30px; padding-bottom:20px;}
/* END LIST LAYOUT*/



.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main .leading h2,#main2 .leading h2 {
/* background:#EFDEEA; */
border-bottom:solid 0 #333;
/* color:#93246F;
font-family:trebuchet MS, sans-serif; */
font-size:1.2em;
font-weight:bold;
margin:0 0 0px;
/*text-transform:uppercase;*/
}

#main h2 a,#main2 h2 a {
text-decoration:none;
}

#main .leading .readon,#main2 .leading .readon {
/*
background:url(../images/pfeil.gif) #93246F no-repeat;
*/
border:solid 0;
bottom:0;
/*color:#FFF !important;*/
display:block !important;
margin-top:20px !important;
position:absolute;
right:0;
text-decoration:none;
padding:2px 28px 13px 30px;
}

#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
/* background:#EFDEEA; */
color:#93246F;
}

.article_column h2 {
background:#fff;
/*color:#000 !important;
font-family:trebuchet MS;
font-size:1.2em !important;*/
font-weight:bold !important;
padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
/*background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#000;
margin:0 0 10px;
padding:5px 5px 5px 0;*/
}

.article_row p.iteminfo {
background:#fff;
/*line-height:1em;*/
margin:0 -10px 5px;
padding:10px;
}

#main h3,#main2 h3 {
margin:20px 0 10px;
}

#main .blog_more h2,#main2 .blog_more h2 {
background:#fff;
/*color:#93246F;
font-family:trebuchet MS, sans-serif;*/
font-size:1.3em;
font-weight:normal;
margin:0;
/*text-transform:uppercase;*/
}

#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li,#main2 .blog_more li {
padding:4px;
}

#main .blog_more ul li a,#main2 .blog_more ul li a {
/*background:url(../images/pfeil.gif) no-repeat;*/
background:url(../images/read_more.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 20px;
text-decoration:none;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
background:url(../images/read_more_hover.gif) no-repeat !important;
font-weight:bold;
text-decoration:underline;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
background:url(../images/read_more_hover.gif) no-repeat !important;
font-weight:bold;
text-decoration:underline;
}

#main .blog_more ul,#main2 .blog_more ul {
background:#eee;
/*border:solid 1px #ccc;*/
color:#000;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 10px;
}

#main .blog_more,#main2 .blog_more {
padding-top:10px;
}

/* main general  */
#main a.readon,#main2 a.readon {
/*background:url(../images/pfeil.gif) no-repeat;*/
/*font-weight:bold;
padding:2px 2px 0 30px;*/
display:inline-block;
text-decoration:none;
}


#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
/*background:url(../images/pfeil.gif) #000 no-repeat;
color:#fff;
padding:2px 2px 0 30px;
text-decoration:underline;*/

}

#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {
/*text-decoration:underline;*/
}

#main a:hover,#main2 a:hover,#main a:active,#main2 a:active,#main a:focus,#main2 a:focus {
text-decoration:underline;
}

#main h1, #main2 h1, #wrapper_column12 h1, #wrapper_column34 h1, #terms h1
{
	color:#666666;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:15px;
}

#main h2,#main2 h2 {
color:#666666;
font-size:1em;
font-weight:bold;
}

#main ul li,#main2 ul li {
padding:0 0 0 10px;
line-height:1.4em;
/*margin:10px 0;*/
}

#main ul,#main2 ul {
list-style-position:outside;
list-style-type:circle;
padding:0 0 0 10px;
margin:0 0 0 20px;
}

#main ul,#main ol {
list-style-position:inside;
margin:10px 0 0px 20px;
padding:0 0 0 10px;
}


/* ugly fix for problem on event pages... leading too high*/
#page .leading {margin-top:27px;}

.small {
	border:solid 0;
	color:#666666;
	margin:0 0 20px;
	}

#trademark 
	{
		margin:20px 0px 0px 0px;
		color:#aaaaaa;
		font-size:0.85em;
	}

.contentdescription {
padding:0px 0px;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
color:#932467;
display:block;
font-size:0.85em;
}

.createdby {
color:#932467;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}

.modifydate {
color:#932467;
display:block;
font-size:0.85em;
padding:0;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
font-size:0.9em;
}

/* ############# pagination ###################### */

#navigation.pagination 
	{
		margin:0px 0px 20px 0px;
		padding:0px;
	}

#navigation
	{
		border-top:1px solid #cccccc;
		padding-top:10px;
		margin-left:30px;
	}

#navigation ul.pagination, #page ul.pagination {list-style-type:none; margin:0; padding:0; text-align:left; }

#navigation ul.pagination li, #page ul.pagination li {display:inline;padding:2px 5px 0px 0px ;text-align:left;}

#navigation ul.pagination li a, #page ul.pagination li a {padding:2px;}

/* ###############  right #################  */
#right .moduletable {
background:#fff;
color:#000;
margin:10px 0;
width:153px;
margin: 33px 0px 50px 0px;
/*padding:10px;*/
}

#right h3 {
/*border-bottom:solid 1px #D4A7C5;*/
text-transform:uppercase;
color:#666666;
margin:0 0 0 0px;
padding:0 5px 0 0;
font-size:1em;
}

#right .moduletable h3
	{
		margin-bottom:5px;
	}


#right h4 {
color:#000;
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}

#right select
	{
		border: 1px solid #CCCCCC;
		width:150px;
		height:18px;
	}
#right option
	{
		padding-left:5px;
	}	

#right ul {
border:solid 0 #ccc;
line-height:1.4em;
list-style-type:none;
margin:0;
padding:0;
position:relative;
}

#right ul li {
margin-bottom:0px;
}

#right ul li a {
/*
color:#000;
font-weight:normal;
padding:2px;*/
}

#right ul li a:link,#right ul li a:visited {
/*color:#000;*/
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
/*background:#93246F;
color:#fff;*/
}

#right form.poll {
padding:10px 0 0;
}

#right form.poll fieldset {
line-height:1.6em;
}

#right form.poll fieldset label {
padding:0 0 0 4px;
}

#right form.poll .button {
font-size:0.9em;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}

#right form.poll .button:focus {
border:outset 1px #C39;
}

#right form.poll a {
text-decoration:none;
color:#000 !important;
padding:1px 2px !important;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
border:2px outset #C39;
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#000;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#93246F;
}

.polls_color_4 {
background:#000;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
background:#93246F;
}

/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
background:#93246F;
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 2px #000;
}

form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}

form.login .button {
background:url(../images/pfeil.gif) #C39 no-repeat;
font-size:0.9em;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}

form.login input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
font-size:0.9em;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #93246F;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #93246F;
/*margin:15px 10px 0;*/
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
background:#999999;
border:0px;
border-top:1px solid #999999;
color:#fff;
font-weight:bold;
margin:0px 0px 1px 0px;
padding:2px 5px 2px 5px;
cursor:pointer;
font-size:8px;
text-transform:uppercase;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */

#searchintro {
float:left;
}

#page .results
	{
		padding-left:0px;
	}	
	
.searchintro {
font-weight:normal;
margin:12px 0 10px;
}

.searchintro img {
display:inline; border:0px
}

.display {
text-align:right;
float:right;
margin:10px 0 10px;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 1px #999999;
}

button
	{
		background:#999999 none repeat scroll 0%;
		border:1px solid #999999;
		color:#FFFFFF;
		cursor:pointer;
		margin-top:3px;
		text-transform:uppercase;
		width:60px;
		font-size:0.9em;
	}

.highlight 
	{
		font-weight:bold;
	}

fieldset.word,fieldset.only 
	{
		border:solid 1px #ccc;
	}

.only 
	{
		border:solid 0;
		margin:10px 0 0 10px;
		padding:5px 10px;
		line-height:1.3em;
	}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 1px #cccccc;
width:150px;
/* font-weight:bold; */
/* margin:0 0 0 10px;*/
/*padding:2px;*/
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
/* background:#EFDEEA; */
border-bottom:solid 1px #333;
padding:2px;
}

#limit, #month, #year
	{
		width:60px;
	}
.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
/* background:#EFDEEA; */
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
font-size:0.9em;
}

.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#93246F;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}

#footer {
padding:5px;
text-align:center;
border-top:solid 1px #ccc;
}

p.syndicate {
float:left;
display:block;
text-align:left;
margin:0px;
}
/* ferry: added this to get rid of the border around the syndicate icon */
p.syndicate {
float:left;
text-decoration: none;
}

p.syndicate a img {
border: 0px none;
float:left;
width:14px;
height:14px;
}
/* end edit */ 
#footer ul
{
	background:transparent;
	display:block;
	margin:0;
	padding: 10px 0px 10px 0px;
}

#footer .menu_hori_default
{
	padding-top:10px;
	text-align:center;
	width:100%;
	font-size:1.0em;
}

#footer .menu_hori_item  a:link, #footer .menu_hori_item a:visited
{
	padding-right:40px;
	color:#aaaaaa;
	font-weight:bold;
	text-decoration:none;
}

#footer .menu_hori_item a:hover, #footer .menu_hori_item  a:active, #footer .menu_hori_item  a:focus 
{
	color:#aaaaaa;
	font-weight:bold;
	text-decoration:underline;
}

/* Error Message contact form */
p.error {
color:#93246F;
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}


/* right column */
.right_side
	{
		width:155px;
		/*background:#00FFCC;*/
		margin: 33px 0px 50px 0px;
		/*font-size:0.9em;
		padding: 0px 20px 0px 10px;*/
	}
	
	
.right_side_action, .right_side_banner, .right_side_certification, .right_side_factsheet, .right_side_quote
	{
		/*border:1px solid #FF6600;*/
	}
	
#right input
	{
		width:100%;
	}

#right .submit {width:50px; cursor:pointer; text-transform:uppercase; margin:2px 0px 2px 0px; background:#999999; border:1px solid #999999; color:#FFFFFF;}

#wrapper_form {text-transform:uppercase; font-size:0.9em;}

#wrapper_form .right {text-align:right;margin:10px 0px 0px 0px;}

#right .right_side_action {text-transform:uppercase;}

#action_call_return {margin-right:5px;  padding-right:3px;}
	
#right .action_header {background:#ffffff url('/images/backgrounds/cta_header.gif') bottom no-repeat;	padding:8px 5px 6px 8px; text-transform:uppercase;}

#right .action_footer {height:23px; background:#FFFFFF url('/images/backgrounds/cta_footer.gif') bottom right no-repeat;}

#right .action_item
	{
		background:#fff url('/images/backgrounds/cta_middle.gif') no-repeat;
		padding:7px 0px 6px 6px;
		text-transform:uppercase;
	}	

#right .action_item:hover
	{
		background:url('/images/backgrounds/cta_middle_hover.gif') no-repeat;
		/*cursor:pointer;*/
	}


#right .icon
	{
		margin:0px 5px -3px 0px;
	}
	
	
#return_call_form	
	{
		/*
		background:#fff url('../images/backgrounds/action_hover.gif') no-repeat;
		*/
	}
	
.return_call_form_active
	{
		background: #ffffff url('/images/backgrounds/cta_middle_hover_form.gif') repeat-y;
		padding: 7px 0px 6px 6px;
		border-bottom:1px dotted #CCCCCC;
		/*border-bottom:1px dotted #cccccc;*/
	}	
	
.return_call_form_open {padding: 15px 10px 5px 10px;}						
.action_item a:hover {text-decoration:none; }
.factsheet_content, .whitepaper_content, .rss_content{margin-top:8px;}	
.right_side_factsheet{padding: 8px 0px 0px 8px; background:transparent url('/images/backgrounds/factsheet.gif') no-repeat;}
.banner_status{padding: 8px 0px 10px 8px; background:transparent url('/images/backgrounds/system_status.gif') no-repeat;}
.right_side_quote{color: #777777;}
.factsheet_icon a, .whitepaper_icon a, .rss_icon a,.banner_status a	{text-transform:uppercase; color:#666666; text-decoration:none; font-weight:bold;}
.right_side_whitepaper{	padding: 8px 0px 0px 8px; background:transparent url('/images/backgrounds/whitepaper.gif') no-repeat;}	

.right_side_rss {padding: 8px 0px 0px 8px; background:transparent url('/images/backgrounds/rss.gif') no-repeat;	height:20px;}
#wrapper_right_side_list {width:155px; height:175px;}
#wrapper_right_side_list ul	{ border:0 solid #CCCCCC; line-height:1.4em; list-style-type:circle; margin:0px 0px 0px 23px; padding:23px 15px 10px 0; position:relative;}
#wrapper_right_side_list ul li {text-align:left; padding:0px 0px 0px 0px; list-style-image:url('/images/icons/bullet_grey.gif');}

.icon_right_side {margin:15px 0px 0px 8px;}
.right_side_list_header {background:transparent url('/images/backgrounds/rsl_header.gif') no-repeat; padding-bottom:0px; height:21px;}
.right_side_list_content {margin-top:0px; background:transparent url('/images/backgrounds/rsl_middle.gif') repeat-y;}
.right_side_list_bottom {background:transparent url('/images/backgrounds/rsl_bottom.gif') no-repeat; padding:0px 15px 20px 0px;	height:20px; text-align:right;}
.right_side_link {text-align:right; margin:5px 25px 0px 0px;}	
.quote_icon {float:left; margin:4px 10px 5px 0px;}	
.quote_title {text-align:right;}	
/* end right column */


/* FOOTER AND CUSTOMER LOGOS */	
#footer_border{border-top:1px solid #cccccc; padding-top:12px;}
#customer_logos {/*background:#00FFFF;*/}
.customer_logo_front{margin:5px 50px 0px 25px;	/*border:1px ridge #66FF00;*/}	
#customer_logos_next, #customer_logos_prev{	float:left;	margin-top:14px;}	
/* END CUSTOMER LOGOS */


#wrapper_monitoring
	{
		margin:20px 0px 0px 0px;
	}

#wrapper_icon1, #wrapper_icon2, #wrapper_icon3, #wrapper_icon4 
	{
		width:220px;
		float:left;
		margin-bottom:8px;
	}
#icon_image1, #icon_image2, #icon_image3, #icon_image4
	{
		float:left;
		width:40px;
	}
	
#icon_text1, #icon_text2, #icon_text3, #icon_text4 
	{
		float:left;
		margin:0px 0px 0px 0px;
		width:175px;
		padding-top:5px;
	}

/* END ICONS MONITOR PAGE*/


/* ICONS MONITOR PAGE*/
/*
#wrapper_monitoring
	{
		margin:20px 0px 0px 0px;
	}

#wrapper_icon1, #wrapper_icon2, #wrapper_icon3, #wrapper_icon4 
	{
		width:220px;
		float:left;
	}
	
#wrapper_icon1, #wrapper_icon4
	{
		float:right;
		margin-right:10px;
	}	
	
#wrapper_icon1
	{
		padding-left:50px;
		margin-left:-75px;
	}	
	
#wrapper_icon2
	{
		margin-top:40px;
		width:200px;
	}	

#wrapper_icon3
	{
		margin-left:60px;
	}		
	
#wrapper_icon4
	{
		margin:15px 90px 0px 0px;
		width:210px;
	}
		
#icon1, #icon4
	{
		float:right;
	}	
	
#icon_text1
	{
		text-align:right;
	}
	
#icon_image1
	{
		text-align:right;
		float:right;
		width:40px;
		vertical-align:middle;
		height:60px;
		padding-left:10px;
	}	

#icon_text2
	{
		float:left;
		margin:0px 0px 0px 10px;
		width:120px;
	}
	
#icon_image2
	{
			float:left;
	}

#icon_text3
	{
		float:left;
		margin: 0px 0px 5px 10px;
		width:150px;
	}
	
#icon_image3
	{
			float:left;
			vertical-align:middle;
			height:60px;
	}

#icon_text4
	{
		width:145px;	
		float:right;
		text-align:right;
	}
	
#icon_image4
	{
		width:40px;
		float:right;
		padding-left:10px;
	}
	
	*/
/* END ICONS MONITOR PAGE*/


/* ICONS MEASURE PAGE */
#wrapper_icons
	{
		clear:both;
		background:#00CCFF;
	}
	
#wrapper_icon_streaming
	{
		float:left;
		width:50%;
	}	
	
#wrapper_icon_mobile
	{
		float:right;
		width:40%;
	}	

.icon_image
	{
		float:left;
		width:40px;
		margin-right:10px;
	}

.icon_text
	{
		width:120px;
		float:left;
	}		
/* END ICONS MEASURE PAGE */




/* SCREENSHOT AND THUMBS */
.thumb_wrapper
	{
		margin-top: 15px; 
		padding-right: 20px; 
		height: 100px;
	}

.thumb
	{
		float:left;
		width:132px;
		/*border:1px dashed #00FF33;*/
	}	
/* END SCREENSHOT AND THUMBS */


/*	 QUOTES */
.quote_wrapper
	{
		margin-top:20px; 
		margin-bottom:20px;
		text-align:left;
		/*font-weight:bold;*/
		color:#777777;
		font-size:1.2em;
	}
.quote
	{
		float:left;
		width:2%;
		font-size:1.1em;
		vertical-align:bottom;
		color:#999999;
	}
.quote_text
	{
		float:right;
		width:97%;
		margin-bottom:5px;
		font-style:italic;
	}	
.quote_content
	{
		border-top:1px dotted #cccccc;
		border-bottom:1px dotted #cccccc;
		padding:10px 0px 10px 0px;
		font-style:italic;
	}	
.quote_name
	{
		margin-top:5px;
		text-align:right;
		font-size:10px;
		font-style:normal;
		clear:both;
	}		

/* END QUOTES */


/* HOMEPAGE LAYOUT */
#wrapper_column34 .leading
	{
		padding:0px;
		margin:0px;
		background:#FFFFFF;
	}
#wrapper_column34 h2
	{
		font-weight:bold;
		font-size:11px;
		color:#444444;
	}
	
#wrapper_column34	.article_row, #wrapper_column34	.article_column 
	{
		margin:0px 0px 10px 0px;
		padding:0px;
	}

#wrapper_column34 .blog
	{
		/*background:#ff6600;*/
	}
/* END HOMEPAGE */



/* SITEMAP */
#wrapper_sitemap .wrap
	{
		height:30px;
	}
#wrapper_sitemap ul
	{
		margin:0px 0px 10px 0px;
		padding:0px;
	}
#wrapper_sitemap li
	{
		margin:0px;
		padding:0px;
		list-style:none;
		list-style-type:none;
		text-transform:uppercase;
	}

#wrapper_sitemap h2
	{
		text-transform:uppercase;
		margin-bottom:10px;
		color:#666666;
	}
	
#wrapper_sitemap h3
	{
		color:#777777;
		text-transform:uppercase;
		border-bottom:solid 0 #666666;
		font-weight:bold;
		margin:0 0 0px 10px;
		font-size:1.0em;
	}	
/* END SITEMAP */


/* FERRY LANGUAGE SWITCH */
#wrapper_language_switch
	{
		margin-top:35px;
		float:left;
		width:100px;
		background:#00CC66;
	}
#language_div
	{
		background-color:#ffffff;
		border:1px solid #999;
		padding:5px 10px 0px 5px;
		position:absolute;
		top:0px;
		margin-top:52px;
		margin-left:-8px;
		z-index:2;
		width:200px;
		/*margin:15px 0px 0px -23px;*/
	}
.flag
	{
		height:18px;
		padding-left:2px;
	}	
.flags
	{
		margin-bottom:-1px; 
		padding-right:3px;
	}	
	
#language_link, #language_link_top
	{
		padding-left:2px;
	}		
	
	
.toplink, .toplink a:link, .toplink a:visited,
.language_link, .language_link a:link, .language_link a:visited  {
	font-weight: normal;
	text-transform: uppercase;
	color:#003399;
	font-size: 10px;
}	
/* FERRY END LANGUAGE SWITCH */


/* FEATURES ON HOMEPAGE */
#wrapper_features h2{color:#666666; font-size:1.3em; font-weight:bold;	margin-bottom:8px; }
#wrapper_features a, #wrapper_features a:hover, #wrapper_features a:active, #wrapper_features a:focus	{color:#444444; text-decoration:none;}
#wrapper_features span {color:#003399; text-decoration:none;}
#wrapper_features span:hover {color:#003399; text-decoration:underline;}
/* END FEATURES ON HOMEPAGE */


/* MAPS ON CONTACT PAGE */
.wrapper_maps
	{
		
	}
.img_maps
	{
		border:1px solid #CCCCCC;
	}
	
.img_maps:hover,.img_maps:active,.img_maps:focus 
	{	
		border:1px solid #999999;
	}	
.text_maps
	{
		margin-top:5px;
	}		
/* END MAPS OF CONTACT PAGE */

/* PARTNER LOGOS ON INTEGRATION PAGE */
.partner_logo_wrapper
	{
		background:#ffffff;
		position:absolute;
		z-index:2;
		margin:9px 0px 0px 0px;
		width:150px;	
	}

.partner_logo
	{
		float:left;
		text-align:center;
		margin:10px 0px 0px 30px;
		cursor:pointer;
	}

.partner_logo_overlay, .partner_logo_overlay_first, .partner_logo_overlay_last
	{
		background:#ffffff;
		float:left;
		text-align:center;
		border-bottom:1px dotted #cccccc;
		width:125px;
		cursor:pointer;
		padding-right:10px;
	}

.partner_logo_overlay_first
	{
		background:#ffffff;
		border-top:1px solid #cccccc;
	}	

.partner_logo_overlay_last {background:#FFFFFF url('/images/backgrounds/partner_background_layover_bottom.png') repeat-x left bottom; border:0px;margin-top:-1px;height:44px;}
.partner_logo_overlay:hover, .partner_logo_overlay:active{background:#eeeeee;}
.partner_logo_overlay_last:hover, .partner_logo_overlay_last:active{background:#eeeeee url('/images/backgrounds/partner_background_layover_bottom_grey.png') repeat-x left bottom;}
.partner_logo_overlay_first:hover, .partner_logo_overlay_first:active {background:#eeeeee;}
.partner_logo_left{background:#FFFFFF url('/images/backgrounds/partner_background_layover_left.png') repeat-y; width:5px; float:left; height:40px; margin:0px; padding:0px;}
.partner_logo_right {background:#FFFFFF url('/images/backgrounds/partner_background_layover_right.png') left repeat-y; width:10px;float:left; height:40px; margin:0px; padding:0px;}
.partner_logo_selecter{float:left; text-align:center; width:135px; border:0px;}
.partner_logo_prev{width:5px; float:left; margin:24px 0px 0px 0px; background: url('/images/icons/previous_mini.gif') no-repeat; cursor:pointer;}	
.partner_logo_next{width:20px; float:right; padding:24px 0px 0px 0px; margin:10px 0px 0px 0px; background:url('/images/icons/next_medium.gif') center right no-repeat; cursor:pointer;}	
.partner_logo_foldout{width:20px; float:right; padding:20px 0px 0px 0px; margin:15px 0px 0px 105px; background:url('/images/icons/fold_out_medium.gif') center right no-repeat; cursor:pointer; z-index:3; position:absolute;}	
.partner_logo_foldout_inactive{width:20px; float:right; padding:20px 0px 0px 0px; margin:15px 0px 0px 105px; background:url('/images/icons/fold_out_medium.gif') center right no-repeat; cursor:pointer; z-index:1; position:absolute;}	
.partner_logo_close{width:20px; float:right; padding:25px 0px 0px 0px;	margin:10px 0px 0px 105px; background:url('/images/icons/close_medium.gif') center right no-repeat; cursor:pointer; z-index:3; position:absolute;}		
.partner_logo_prev_inactive	{width:5px; float:left;	margin:24px 0px 0px 0px;}
.partner_logo_next_inactive	{width:5px; float:left;	margin:24px 0px 0px 0px;}			
/* END PARTNER LOGOS*/

/* NEWS ARCHIVE PAGE */
.intro {margin-bottom:20px;}
/* END NEWS ARCHIVE PAGE */

.small_icon	{margin-bottom:-2px;}

/* TERMS OF PARTICIPATION */
#terms {padding:10px; margin:5px 0px 0px 0px; font-size:0.8em; text-align:left;}
#terms ul {margin:0px 0px 20px 15px; list-style-image:url(/images/icons/li_min.gif);}
#terms ul li {margin:0px;}

/* MANAGEMENT THUMBS */
#image_thumbs{}
.image_thumb{float:left; margin-right:4px; margin-bottom:4px;}
.thumb_man {border:1px solid #cccccc;}
.thumb_man:hover, .thumb_man:active, .thumb_man:focus {border:1px solid #999999;}


/* MENU ON RIGHT SIDE OF CUSTOMISATION AND REPORTING CLASS SUFIX MENU*/
#right .menucustom {}
.menucustom li
	{
		padding:0px 0px 0px 0px;
		/*margin-left:12px;
		list-style-image:url('/images/icons/bullet_grey.gif');*/
	}

/* CURRENT ITEM IN SUB MENU OF RIGHT SIDE */
/*	
#current{}
#current  a:link, #current  a:visited  {color:#444444; cursor:text; text-decoration:none;}
#current a:hover, #current a:active, a:focus {color:#444444; cursor:text; text-decoration:none;}
*/