


/* content of html.20.css*/


/**
 * The main styles
 * Most of the HTML-Tags and the main framework are defined here
 *
 * ----------------------------------------------------------------------
 *	                        HANDLE WITH CARE!
 * ----------------------------------------------------------------------
 */


html {
  	height:100%;
	padding:0;
	margin:0;
	cursor:default;
	overflow-y:scroll;
}

body {
  	height:100%;
	padding:0;
	margin:0;
}

/**
 * Define the basic font style 
 */ 
body {
 	color:#404040;
 	font-family:Verdana, Geneva, Arial, Helvetica, Swiss, sans-serif;
	font-size:11px;
	font-weight:100;
	line-height:18px;
	text-decoration:none;
}

#modal_bg {
	position:absolute;
	display:none;
	z-index:1000;
	height:100%;
	width:100%;
	background-color:#fff;
	opacity:.70;
	-moz-opacity:.70;
}

#modal {
	position:absolute;
	display:none;
	z-index:1001;
	height:100%;
	width:100%;
}

#modal_table {
	height:100%;
	width:980px;
}

input, select, textarea, button {
	font-family:Verdana, Geneva, Arial, Helvetica, Swiss, sans-serif;
	font-size:11px;
}

a {
	/*color:#8459A1;*/
	color:#333333;
	text-decoration:none;
}

a:hover {
	/*color:#8459A1;*/
	color:#333333;
	text-decoration:underline;
}

.headerLink a:hover {
	text-decoration:underline;
}

.footer_item a {
	/*color:#8459A1;*/
	color:#333333;
	text-decoration:none;
}

.footer_item a:hover {
	/*color:#8459A1;*/
	color:#333333;
	text-decoration:underline;
}

hr {
	background:0;
	border:0;
	border-bottom:1px solid #CCCCCC;
	height:1px;
	margin:2px;
	padding:0;
}


h1 {
	color:#6B8852;
	font-size:2.0em;
	font-weight:100;
	line-height:25px;
	margin:0;
	padding:10px 0 5px 0;
}

h2 {
	color:#6B9E52;
	font-size:1.3em;
	font-weight:100;
	margin:0;
	padding:20px 0 5px 0;
}


/**
h1 {
	color:#404040;
	background-color:#E0E0E0;
	font-family:times new roman;
	font-size:2.0em;
	font-weight:100;
	line-height:25px;
	margin:0;
	padding:6px 0 6px 10px;
}

h2 {
	color:#404040;
	background-color:#F0F0F0;
	font-family:times new roman;
	font-size:1.5em;
	font-weight:100;
	margin:15px 0 5px 0;
	padding:6px 0 6px 10px;
}
*/

h3 {
	color:#6B9E52;
	font-size:1.2em;
	font-weight:100;
	margin:20px 0 5px 0;
}

h1.landingpage {
	color:#404040;
	
	/*
	font-family:georgia;
	*/ 
	font-size:16px;
	font-weight: bold;
	line-height:25px;
}

h3.landingpage {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
}

em {
	color:#6B9E52;
	/*font-weight:900;*/
	font-style:normal; 
}

ul {
	/* list-style:none; */
	margin:5px 0 5px 25px;
	padding:0;
}

ol {
	margin:5px 0 5px 25px;
	padding:0;
}

li {
	margin:0 0 5px 0;
	padding:0;
}

img {
	border:0;
}

blockquote {
  	background-color:#EEF5E9;  
  	border:1px solid #CAE0B8;
	margin:15px 0;
	padding:5px;
}

acronym {
	background-image:url(/images/page_elements/questionmark_green_10x10.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted;
	cursor:help;
	margin:0;
	padding:0 12px 0 0;
}


/* content of global.20.css*/


/**
 * Global styles for elements everywere on the site
 *
 */
 
 
 
 
 
 
 
 
 
 
/**
 * busy box - loading div
 */

.highlight { background-color: yellow }



#busy {
	width:250px;
	height:55px;
	background:url(/images/page_elements/ajaxindicator.png) no-repeat bottom left;
	
	z-index:2000;
	position:fixed;
	left: 50%;
	
	margin: -5px 0 0 -125px;
	-moz-opacity:0.90;
	opacity:0.90;
	
	text-align:center;
}

#busy_message {
	margin: 0 7px 0 5px;
	background-color: #ffffff;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #999999;
}

/*
#busy {
	position:fixed;
	top:0px;
	left:0px;
	z-index:200000;
	text-align:center;
	-moz-opacity:0.60;
	opacity:0.60;
	background-color:#ff0000;
	color:#ffffff;
}
*/


.link_underline {
	text-decoration:none;
}

.link_underline:hover {
	text-decoration:underline;
}



/**
 * Default item. SIZE MEDIUM
 * This can be used in any <div class="default-box"> <div class="default-box-content"> container.
 */

.item-default-medium {
	border-bottom:1px solid #E0E0E0;
	position:relative;
	padding:3px 0;
	margin:2px 0;
	cursor:pointer;
}

.item-default-medium-no-pointer {
	cursor:default;
}
.item-default-medium .item-default-medium-image {
	float:left;
}

.item-default-medium .item-default-medium-image img {
	border:1px solid #E0E0E0;
}

.item-default-medium .item-default-medium-data {
	margin:0 0 0 10px;
	float:left;
	line-height:1.4em;
	font-size:0.9em;
}





/**
 * Default item. SIZE LAGRE
 * This can be used in any <div class="default-box"> <div class="default-box-content"> container.
 */


.item-default-large {
	border:1px solid #e0e0e0;
	height:60px;
	margin:0 0 10px 0;
}

/**
 * Status icon
 */

.item-default-large .item-default-large-status-box {
	float:left;
	border-right:1px solid #e0e0e0;
	height:100%;
	width:35px;
}


.item-default-large-status-box img {
	margin:22px 0 0 10px;
}

/**
 * Main content
 */ 

.item-default-large .item-default-large-content-box {
	float:left;
	width:557px;
}

.item-default-large-content-box .item-default-large-content-image-box {
	float:left;
	width:150px;
	margin:10px 0 0 5px;
}

.item-default-large-content-box .item-default-large-content-image-box img {
	border:1px solid #e0e0e0;
}



.item-default-large-content-box .item-default-large-content-text-box {
	float:left;
	width:420px;
	height:100%;
	padding:7px 0 0 9px;
}

.item-default-large-content-text-box .text-box-line-one, 
.item-default-large-content-text-box .text-box-line-one a {
	font-weight:900;
	color:#404040;
}

.item-default-large-content-text-box .text-box-line-two {
	font-size:9px;
	line-height:11px;
}

.item-default-large-content-text-box .text-box-line-three {
	font-size:9px;
	text-transform:uppercase;
	color:#808080;
}

/**
 * Action buttons
 */
 
.item-default-large-content-box .item-default-large-content-actions-box {
	float:right;
	margin:0 3px 0 0;
}

.item-default-large-content-actions-box .item-default-large-content-actions-box-mouseover-text {
	padding:0 0 0 5px;
	height:18px;
	font-size:9px;
	text-transform:uppercase;
	color:#808080;
}

.item-default-large-content-actions-box .item-default-large-content-actions-box-buttons {
	padding:3px 0;
	border:1px solid #e0e0e0;
	background-color:#f5f5f5;
	margin:0;
}

.item-default-large-content-actions-box-buttons .item-default-large-content-action-button  {
	float:left;
	margin:0 9px;
}

.item-default-large-content-actions-box-buttons .item-default-large-content-action-button img {
	cursor:pointer;
}





/**
 * Common page content header !!!!!!!!! OLD (but in use) !!!!!!!!!!
 * ----------------------------------------------------------------------
 */

.content-header {

}

.content-header-picture {
	float:left;
	width:80px;
}

.content-header-headline {
	float:left;
	margin:7px 0;
	width:510px;
}

.content-header-text {
	clear:both;
}


.page-start-box {
	margin:20px 0 0 0;
}

/**
 * Quick buttons
 * ----------------------------------------------------------------------
 */
 
 
.quick-button {
	background-color:#FFFFFF;
	border:1px solid #CAE0B8;
	margin:10px 0;
	padding:0;
}

.quick-button-one-function {
	background-color:#FFFFFF;
	border:1px solid #CAE0B8;
	margin:10px 0;
	padding:0;
	cursor:pointer;
}

.quick-button:hover {
	/* HINT!!! not all gifs are transparent !!! */
	background-color:#E6DEED;
	border:1px solid #8459A1;
}

.quick-button-one-function:hover {
	/* HINT!!! not all gifs are transparent !!! */
	background-color:#E6DEED;
	border:1px solid #8459A1;
}

.quick-button-icon {
	float:left;
	padding:2px 0 0 4px;	
	width:48px;
}

.quick-button-text {
	float:left;
	padding:3px 0 0 0;
}

.quick-button-text a {
	color:#404040;
}

.quick-button-text span,
.quick-button-text span a {
	color:#808080;
}



/**
 * Varius items
 * ----------------------------------------------------------------------
 */

.mini-info-box {
	background-color:#6B9E52;
	color:#FFFFFF;
	font-weight:900;
	margin:1px 0;
	padding:5px;
	text-align:center;
	
}

.mini-info-box-text {
	margin:1px 0;
	padding:5px 10px;
	text-align:center;
}

.left20 {
	float:left;
}

.right20 {
	float:right;
}

.no-border {
/*  	border:none; */
	border:1px solid #FFFFFF;
}

.width-half {
	width:49%;
}

.no-list-style {
	list-style:none;
}

.italic {
	font-style: italic;
}

.cursor-default {
	cursor: default !important;
	
}

.no-clear {
	clear: none !important;
}
	

/**
 * Message boxes
 * ----------------------------------------------------------------------
 */
 
 
.messagebox {
	margin:15px 0;
	min-height:60px;
	padding:5px 20px 5px 70px;
	vertical-align:middle;	
}

.messagebox-text {
	margin:20px 0;
}

.messagebox-success {
	background-color:#EEF5E9; 
	background-image:url(/images/page_elements/50x50ok.png);
	background-position:5px 50%;
	background-repeat:no-repeat;
	border:1px solid #6B9E52;

}

.messagebox-warning {
	background-color:#FFFFCA;
	background-image:url(/images/page_elements/50x50warn.png);
	background-position:5px 50%;
	background-repeat:no-repeat;
	border:1px solid #555;
}

.messagebox-error {
	background-color:#FEE;
	background-image:url(/images/page_elements/50x50error.png);
	background-position:5px 50%;
	background-repeat:no-repeat;
	border:1px solid #F00;
}





/**
 * ads
 * ----------------------------------------------------------------------
 */

.content-area-ads {
	border:1px solid #CCCCCC;
	margin:20px 0;
	padding:0 5px 10px 5px;
	width:100%;		
}



/**
 * team page
 * ----------------------------------------------------------------------
 */


.team-pictures {
	padding:15px 0;
}

.team-pictures .img {
	float:left;
	width:130px;
	text-align:center;
}

.team-pictures .img-left-side {
	margin:0 0 0 -23px;
}

.team-pictures .img img {
	border:1px solid #808080;
}

.team-pictures .text {
	width:350px;
	float:left;
}

.team-pictures .shorttext {
	width:150px;
}

.shorttext h2 {
	padding-top: 5px;
}

.team-small-size-text {
	margin-top: 15px;
	font-size: 9px;
	clear: both;
}

/**
 * download lists
 * ----------------------------------------------------------------------
 */


.download-list {
	
}

.download-list-item {
	border-top:1px solid #CCC;
	clear:both;
	margin:0;
	padding:5px 0;
}

.download-list-item-first {
	border-top:none;
}

.download-list-item:hover {
	background-color:#E6DEED;
		
}
.download-list-item-date {
	float:left;
	padding:0 5px;
	width:65px;	
}

.download-list-item-link {
	float:left;
	padding:0 5px;	
}

div.pressAndDownload ul.tools li div.link {
	width:225px;
}

div.pressAndDownload ul.images li div.left {
	width:232px;
}

div.pressAndDownload ul.images li div.link {
	width:360px;
}



/**
 * Partner page
 * ----------------------------------------------------------------------
 */

.partner-logo {
	float:left;
	padding:4px 0 0 15px;
}

.partner-text {
	float:left;
	padding:0 0 0 15px;
	width:450px;
}	



/**
 * text styling things
 * ----------------------------------------------------------------------
 */

.text {
	color:#404040;
	font-weight:normal;	
}

.text-disabled {
	color:#808080;
	font-weight:normal;	
}

.small {
	font-size:0.9em;	
}

.xsmall {
	font-size:0.8em;
}

.hint {
	color:#808080;
}

.errortext {
	color:#EE0000;	
}

.text-positive {
	color:#6B9E52;
}

.text-negative {
	color:#EE0000;	
}



/**
 * The suggestuion styles
 * ----------------------------------------------------------------------
 */

.autocompleter
{
	width: 375px;
	border:1px solid #cccccc;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px;
	margin:25px 0 0 0;
	height:150px;
	z-index:300;
	background-color:#FFFFFF;
}

.autocompleter li
{
	background-color:#FFFFFF;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.autocompleter li:hover
{
	background-color:#CAE0B8;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.autocompleter li.selected
{
	background-color:#CAE0B8;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

/**
 * services-page
 * ----------------------------------------------------------------------
 */

.services-left{
	
	position:relative;
	
	clear:both;
	float:left;
	margin:0 0 0 -120px;

}

.services-right{
	position:relative;
	float:right;
	width:50px;
	margin:0 -20px 0 40px;
}


/**
 * Alert box (The "new" Message boxes)
 * ----------------------------------------------------------------------
 */
.alert-box {
	margin:10px 0;
	min-height:42px;
	padding:12px 20px 12px 66px;
	vertical-align:middle;
	font-size:10px;
	line-height:14px;
	background-position:12px 50%;
	background-repeat:no-repeat;
	background-color:#E5DDEC;
}

.alert-box-wide {
	width: 714px;
}

.alert-box .alert-box-headline {
	font-weight:900;
}

.alert-box .alert-box-headline-one-line {
	padding:10px 0 0 0;
}

.alert-box .alert-box-text {
	width:auto;
	background:none;
	color:#333333;
}

.alert-box-big .alert-box-headline {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

.alert-box-big .alert-box-text {
	font-size: 1.1em;
}


.alert-box-success {
	background-image:url(/images/page_elements/main/icon-alert-ok.png);
	color:#006600;
	border:1px solid #dadada;
	background-color:#AAF2A9;
}

.alert-box-success-premium {
	background-image:url(/images/page_elements/main/icon-alert-premium.png);
	color:#006600;
	border:1px solid #dadada;
	background-color:#AAF2A9;
}

.alert-box-success-expert {
	background-image:url(/images/page_elements/main/icon-alert-expert.png);
	color:#006600;
	border:1px solid #dadada;
	background-color:#AAF2A9;
}

.alert-box-hint {
	background-image:url(/images/page_elements/main/icon-alert-hint.png);
	color:#333333;
	border:1px solid #dadada;
	background-color:#FEFFC6;
}

.alert-box-hint-big {
	margin:10px 0;
	min-height:63px;
	padding:12px 20px 12px 86px;
	background-image:url(/images/page_elements/main/icon-alert-hint-big.png);
}
.alert-box-hint-big .alert-box-headline {
	font-size:1.3em; 
	margin:5px 0 10px 0;
}
.alert-box-hint-big .alert-box-text {
	font-size:1.1em;
}

.alert-box-error {
	background-image:url(/images/page_elements/main/icon-alert-error.png);
	border:1px solid #dadada;
	background-color:#FFB7B7;
}

.alert-box-error-red-link {
	color: #ff0000 !important;
	text-decoration: underline;
}

.alert-box-question {
	background-image:url(/images/page_elements/main/icon-alert-question.png);
	color:#333333;
	border:1px solid #dadada;
	background-color:#fafafa;
}

.alert-box-info {
	background-image:url(/images/page_elements/main/icon-alert-info.png);
	border:1px solid #dadada;
	color:#333333;
}

.alert-box-info-premium {
	background-image:url(/images/page_elements/main/icon-alert-premium.png);
	border:1px solid #dadada;
	color:#333333;
}

.alert-box-info-expert {
	background-image:url(/images/page_elements/main/icon-alert-expert.png);
	border:1px solid #dadada;
	color:#333333;
}

/**
 * global div styles
 * ----------------------------------------------------------------------
 */
 
.inactive {
	opacity:0.5;
	-moz-opacity:0.5;
	z-index:80;
}

.bold {
	font-weight: 900;
}

.normal {
	font-weight: 400;
}

.underline {
	text-decoration: underline !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.center {
	text-align: center !important;
}

.padding-3 {
	padding: 3px !important;
}

.padding-5 {
	padding: 5px !important;
}

.text-left {
	text-align: left !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.inherit {
	text-decoration:inherit;
}

.seperator {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

.mark-link {
	text-decoration: underline;
}


.linkUnderline {
	cursor:pointer;
	text-decoration:none;
}
.linkUnderline:hover {
	cursor:pointer;
	text-decoration:underline;
}

.selectParentCategory {
	font-weight:bold;
}

.ads-container {
	float: right;
	/*left:810px;*/
	/*top:122px;*/
}

.color-grey {
	color: #707070;
}

.no-border {
	border: none;
}

.no-clear {
	clear: none !important;
}

.no-text-decoration {
	text-decoration: none !important;
}

.auto-width {
	width: auto !important;
}

.line-through {
	text-decoration: line-through !important;
}

.hint-color {
	color: #808080;
}


.pointer:hover {
	cursor: pointer;
}

.background-color-text {
	background-color: #404040 !important;
}

.background-color-purple {
	background-color: #8459A1 !important;
}

.background-color-white {
	background-color: #FFFFFF !important;
}


.color-white {
	color: #FFFFFF !important;
}

.color-purple {
	color: #8459A1 !important;
}

.font-size08 {
	font-size: 0.8em !important;
}

.font-size09 {
	font-size: 0.9em !important;
}

.font-size11 {
	font-size: 1.1em !important;
}

.font-size12 {
	font-size: 1.2em !important;
}

.font-size13 {
	font-size: 1.3em !important;
}

.font-size14 {
	font-size: 1.4em !important;
}

.font-size15 {
	font-size: 1.5em !important;
}



/* content of layout.20.css*/




/**
 * Main style for the inner content
 * ----------------------------------------------------------------------
 */
 
/**
 * The header with a background image
 */
 
.content-header-box {
	background:url("/images/page_elements/main/header/620x100/banner_newsletter_new.png");
	width:618px;
	height:100px;
	margin:10px 0 14px 1px;
	border: 1px solid #cccccc;
}

.content-header-box-contego {
	background:url("/images/page_elements/main/header/banner_contego.png");
	width:790px;
}

.content-header-box-wide {
	background:url("/images/page_elements/main/header/default_banner_wide.jpg");
	width:790px;
}

.content-header-box-availability {
	background:url("/images/page_elements/main/header/banner_availability.png");
	width:790px;
}



.content-header-box .black-box {
	float:right;
	margin:30px 0 0 0;
	padding:4px 12px 8px 12px;
	background-color:#313131;
	font-family:georgia;
	color:#FFFFFF;
}
 
.content-header-box .black-box .name {
	font-size:1.7em;
	line-height:1.6em;
}

.content-header-box .black-box .name h1 {
	font-size:1.0em;
	line-height:1.0em;
	color: #fff;
}

.content-header-box .black-box .informations {
	font-size:1.0em;
}

.content-header-box .black-box .informations h2 {
	padding: 0;
	color: #fff;
}

.content-header-box .black-box .informations a {
	color:#94cb77;
}

.content-header-box .black-box .positive {
	color: #94CB77;
}
 
/**
 * The main container
 */
 
.content-box {
	/*margin:15px 0 0 5px;*/
	margin:0px;
	padding:0px;
		
	width:621px;
}

.content-box-wide {
	margin:0px;
	padding:0px;
		
	width:806px;
}

.box-wide {		
	width:800px;
}
 
.content-box .content-box-left-side {
	float:left;
	width:390px;
	margin:0 20px 0 0;
}

.content-box .content-box-right-side {
	float:right;
	width:185px;
}
 
 
/**
  *---------------------------------------------------------------------------------
  *
  * Boxes after version 2.2
  *
  *---------------------------------------------------------------------------------
  */
 
.content-box .text-box {
	margin:5px 0;
	padding:0;
}
 
 
.default-box {
	border:1px solid #E0E0E0;
	margin:0 0 20px 0;
}

.default-box h1, 
.default-box h2 {
	background-color:#E0E0E0;
	color:#404040;
	
	/*
	font-family:georgia;
	*/ 
	font-size:16px;
	line-height:25px;
	margin:0;
	padding:3px 10px;
}

.default-box .default-box-content {
	padding:10px;
}

.default-box .default-box-content a {
	/* color:#404040; */
}

.default-box .default-box-footer {
	background-color:#F5F5F5;
	border-top:1px solid #E0E0E0;
	clear:both;
	color:#808080;
	font-size:0.9em;
	margin:0;
	padding:1px 10px;
	text-transform:uppercase;
}

.default-box .default-box-footer a {
	color:#808080;
}

.landingpage-image-box {
	margin:0 0 20px 0;
	padding: 20px;
	font-size: 1.2em;
}







/**
  *---------------------------------------------------------------------------------
  *
  * References
  *
  *---------------------------------------------------------------------------------
  */

.references-description {
	margin:10px 0;
}

.references-description .line {
	clear:both;
	margin:10px 0;
}

.references-description .line .left {
	float:left;
	margin:5px;
	padding:10px 0 0 0;
	width:20px;
}

.references-description .line .right {
	float:left;
	margin:5px;
	width:570px;
}

.extend-content-image {
	float: right;
	padding-top: 5px;
}


/* content of page.20.css*/


/* 
	The main page layout
*/



/**
 * Main frame
 * ----------------------------------------------------------------------
 */
 
.page-wrapper {
	width:995px;
	margin:0 auto;
}
 
#page {
	width:810px;
	position:relative;
	min-height:100%;
	background-color:#FFFFFF;
	width: 100%;
}



* html #page
{
	height:100%;
}

/**
 * Page header (logo, slogan, navi)
 * ----------------------------------------------------------------------
 */
 
 
.page-header {
	background-image:url(/images/page_elements/head_bg.png);
	height:123px;
	width: 100%;
}

.page-header-box {
	width:995px;
	margin:0px auto;
}

.page-header .logo {
	float:left;
	margin:0 0 0 10px;
}

.page-header .slogan {
	float:right;
	font-size:2.0em;
	line-height:1.5em;
	margin:15px 0 0 0;
}
.page-header .status {
	border-bottom:1px solid #CCCCCC;
	width:580px;
	text-align:right;
	float:right;
	font-size:0.8em;
}


/* content of form.20.css*/


/**
 * Style for content boxes
 *
 */

.display-div {
	border: 1px solid #CCCCCC;
	/*border-top:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC;*/ 
	background-color:#F5F5F5;
	margin:5px 0 30px 0;
	padding:15px 10px;
	width:590px;
	overflow:hidden;
}

.application-big-download .display-div {
	margin:5px 0 30px 20px;
	width:570px;
}

/**
.display-div-headline {
	font-size:14px;
	color:#6B9E52;
	margin:15px 0 0 0;
	padding:0;
}
*/

.display-div-headline {
}

.display-div .field-element {
	position:relative;
	clear:both;
	min-height:18px;
	padding:5px 0;
	margin:0;
}

.display-div .field-title {
	width:150px;
	float:left;
	font-weight:700;
}

.display-div .field-text {
	float:left;
}

.icon-settings {
	width:18px;
	margin:1px 8px 0 0;
	float:left;	
}

.text-settings {
	float:left;
	width:370px;
}














/* REFERENCES!!!!!!!!!!!!!!!!!!!!! CHANGE THIS!!!!!!!!!!! */













/**
 *
 * THIS IS A SMALL FORM. 
 *
 */

.new-form-SMALL {
	width:380px;
}

/* a form field */
.new-form-SMALL .form-field {
	margin-top:10px;	
	clear:both;
}

/* an error message for a form field */
.new-form-SMALL .field-error {
	margin-left:135px;
	padding:5px;
	width:230px;
	border:1px solid #d42400;
	background-color:#f5f5f5;
	color:#000000;
}

/* the name (identifier) of the form field */
.new-form-SMALL .form-field .field-name {
	width:120px;
	margin-right:10px;
	float:left;
}

/* the form field itself (input, textarea, select etc.) */
.new-form-SMALL .form-field .field {
	width:250px;
	float:left;
}

.new-form-SMALL .text-field-long {
	width:220px;	
}

.new-form-SMALL .text-area-big {
	width:220px;
	height:120px;	
}

.new-form-SMALL .checkbox {
	position:relative;
	top:3px;	
}

.new-form-SMALL .selectbox {
	position:relative;
	top:3px;	
}

.new-form-SMALL .selectbox-90 {
	position:relative;
	top:3px;	
	width:90px;
}


/**
 *
 * THIS IS A BIG FORM
 *
 */
 
 .new-form-BIG {
	width:580px;
}

/* a form field */
.new-form-BIG .form-field {
	margin-top:10px;	
	clear:both;
}

/* an error message for a form field */
.new-form-BIG .field-error {
	margin-left:135px;
	padding:5px;
	width:230px;
	border:1px solid #a3a3a3;
	background-color:#f5f5f5;
	color:#ff9900;
}

/* the name (identifier) of the form field */
.new-form-BIG .form-field .field-name {
	width:150px;
	margin-right:10px;
	float:left;
}

/* the form field itself (input, textarea, select etc.) */
.new-form-BIG .form-field .field {
	width:400px;
	float:left;
}

.new-form-BIG .text-field-long {
	width:240px;	
}

.new-form-BIG .text-area-big {
	width:390px;
	height:120px;	
}

.new-form-BIG .checkbox {
	position:relative;
	top:3px;	
}

.new-form-BIG .selectbox {
	position:relative;
	top:3px;	
}


/*
 * default form
 * ----------------------------------------------------------------------
 */
 
.default-form {
	margin:0;
	padding:0;
}

.default-form fieldset {
	border:1px solid #ccc;
	margin:0 0 30px 0;
	padding:5px;
}

.default-form fieldset legend {
	color:#404040;
	font-size:1.5em;
	font-weight:100;
	line-height:20px;
	padding:0 0 0 2px;	
}

.default-form fieldset .one-line {
	border-bottom:1px solid #ccc;
	padding:5px;
}

.default-form fieldset .colored-background {
	background-color:#eef5e9;
}

.default-form fieldset .last-line {
	border-bottom:none;
}

.default-form fieldset .one-line .center {
	text-align:center;
	width:100%;
}

.default-form fieldset .one-line .left-side {
	float:left;
	margin:5px 3px 0 0;
	text-align:left;
	width:250px;
}

.default-form fieldset .one-line .right-side {
	float:left;
}

/* if the left-side text is two lines high, use this additional class in 
	the right-side div! */ 
.default-form fieldset .one-line .two-lines-center {
	padding:0.75em 0 0 0;
}

.default-form fieldset .one-line .right-side input.text, 
.default-form fieldset .one-line .right-side input.password, 
.default-form fieldset .one-line .right-side textarea, 
.default-form fieldset .one-line .right-side select {
	background-color:white;
	background-image:url(/images/page_elements/formular/input.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:1px solid #ccc;
	color:#404040;
	padding:2px 0 2px 2px;
	width:200px;
}










/**
 *
 * Form design (Release 2.3)
 * 
 */


.form-box {
	border:1px solid #e0e0e0;
	background-color:#fafafa;
	margin:0 0 20px 0;
	padding:0;
	
}

.form-box .form-box {
	border: none;
}

.form-box-show-containing-items .form-box {
	border:1px solid #e0e0e0;
}

.form-box a {
	/*background:url("/images/page_elements/items/link-visualisation-icon.gif") no-repeat;*/
	padding:0 0 0 0px;	
}

.form-box a.no-link-icon {
	background:none;
	padding:0;	
}

.form-box-transparent {
	border:none;
	background-color:transparent;
}

.form-box-header {	
	background-color:#313131;	
	margin:0;
	padding:3px;
	padding-left:7px;
	padding-top:6px;
	padding-bottom:6px;
	
	/*
	width:575px;
	*/
}

.form-box-header-big {
	margin:0;
	padding:3px;
	padding-left:7px;
	padding-top:6px;
	padding-bottom:6px;
	
	height:24px;
	background-color:#383838;
	border-bottom:1px solid #dadada;
	background-image:url(/images/page_elements/headline_bg_dark.png);
	background-repeat:repeat-x;
}

.form-box-header h1, .form-box-header h2, .form-box-header .box-header  {
	color:#FFFFFF;
	font-size:15px;
	line-height:25px;
	margin:0;
	padding:0;	
	font-weight:bold;
}



.form-box-form {
	margin:0;
	padding:0;
	background-color:#fff;
}

.form-box-input-area {
	float:left;
	margin:0;
	padding:5px 0 0 8px;
	width:382px;
	width:402px;
	background-color:#fff;
	/*width:407px;*/
}

.form-box-input-area-wide {
	width:600px;
}

.form-box .form-box-hint-area {
	width:190px;
}

.form-box-form-wide .form-box-hint-area {
	width:180px;
}



/**
 * Form below or in items
 */

.item-form-box {
	margin:0px 0 40px 0;
		
}

.item-form-box .form-box-header {
	
	
	
}

.item-form-box .form-box-header h1, 
.item-form-box .form-box-header h2 {
	float:left;
	width:500px;
}

.item-form-box .form-box-header .form-box-header-image {
	float:right;
	margin:6px 5px 0 0;
	width:14px;
	height:14px;
	cursor:pointer;
}

.form-box-header-application h2 {
	float:left;
	width:500px;
}

.form-box-header-application .form-box-header-image {
	float:right;
	margin:6px 5px 0 0;
	width:14px;
	height:14px;
	cursor:pointer;
}

/* 
 * We dont need that anymore I (I = TZ) think! 2010-02-18
 
.item-form-box .form-box-input-area {
	width:390px;
}

 */

.item-form-box .form-box-hint-area {
	width:180px;
}



/**
 * Form areas
 */


/*
 * -------------------------------------------------------
 * INPUT AREA (no style for input elements (it's bellow)
 * -------------------------------------------------------
 */

.form-box-input-area .form-box-element {
	margin:2px 0;
	padding:0;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */

.form-box-input-area-wide .form-box-element {
	/* margin:0 8px 0 8px; */
	padding:5px 0;
	border-bottom:1px solid #e0e0e0;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.form-box-input-area .form-box-element-no-border {
	border:none;
	padding-bottom:0; 
}

.form-box-input-area .form-box-element-input-zipcode {
	float:left;
	width:70px;
}

.form-box-input-area .form-box-element-input-city {
	float:left;
	width:280px;
	margin-left:20px;
}



.form-box-element .title-box {
	color:#686868;
	font-size:0.8em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

.form-box-element .title-box .title-box-hint {
	float:right;
	margin:2px 5px 0 0;
	cursor:help;
}

.form-box-element .clear-in-short-version {
	clear:both;
	height:0px;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */

.form-box-input-area-wide .clear-in-short-version {
	float:left;
	height:0px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.form-box-element .title-box-hint-text-box {
	position:absolute;
	margin:0 0 0 187px;
	z-index:3;
}

.form-box-element .title-box-hint-text-box img {
	position:absolute;
	margin:0 0 0 176px;
	z-index:3;
}

.form-box-element .title-box-hint-text-box-below {

}

.form-box-element .title-box-hint-text-box-below .title-box-hint-text-box-img-top {
	position:absolute;
	margin:0 0 0 176px;
	z-index:3;
}

.form-box-element .title-box-hint-text-box-below .title-box-hint-text-box-img-bottom {
	display:none;
}

.form-box-element .title-box-hint-text-box-above {

}

.form-box-element .title-box-hint-text-box-above .title-box-hint-text-box-img-top {
	display:none;
}

.form-box-element .title-box-hint-text-box-above .title-box-hint-text-box-img-bottom {
	position:absolute;
	margin:-11px 0 0 176px;
	z-index:3;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */

.form-box-input-area-wide .title-box-hint-text-box {
	margin:16px 0 0 0px;
}

.form-box-input-area-wide .title-box-hint-text-box img {
	margin:0 0 0 176px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */




.form-box-element .input-box {
	float:left;
	margin:0;
	padding:0;
}


.do_not_break_visible_hint .hint {
	clear:none;
	display:inline;
	width:auto;	
}


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */

.form-box-input-area-wide .form-box-element .title-box {
	float:left;
	width:195px;
}

.form-box-input-area-wide .form-box-element .hint {
	clear:both;
	display:block;
	width:370px;	
}

.form-box-input-area-wide .form-box-element .textareaelement-wide.hint {

	width:370px;	
}

.form-box-input-area-wide .do_not_break_visible_hint .hint {
	clear:none;
	display:inline;
	width:auto;	
}

.form-box-input-area-wide .form-box-element .input-box-description-hidden {
	margin:0 0 0 195px;
	padding:0;
	float:left;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */




.form-box-element .js-error-box {
	margin:3px 0 0 0;
	padding:0;
}

.form-box-element .input-error-box {
	margin:2px 0 15px 0;
    padding:0;
}

.form-box-element .input-error-box .input-error-box-arrow-image-box {
	margin:0 0 -1px 0;
	padding:0;
}

.form-box-element .input-error-box .input-error-box-arrow {
	float:left;
	margin:0 3px 0 0;
	padding:6px 0 6px 3px;
	background:#ff3333;
    color:#ffffff;
	width:8px;
	height:100%;
	font-weight:900;
}

.form-box-element .input-error-box .input-error-box-text {
	float:left;
	margin:0;
	padding:6px 5px;
	background:#ff3333;
    color:#ffffff;
	width:auto;
}

.input-box-checkbox-radiobutton {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	width:403px;
}

.input-box-checkbox-radiobutton-text-one-row {
	padding: 1px 4px 0 4px !important;
}

.input-box-checkbox-radiobutton-hide-border {
	border:none;
}

.input-box-checkbox-radiobutton p {
	margin:5px 10px;
	padding:0;
}

.input-box-outer-group .input-box-checkbox-radiobutton {
	width:355px;
}

.input-box-blank {
	background-color:transparent ;
	border:none;
}

.form-box-input-area .input-box-zipcode {
	width:70px;
}

.form-box-input-area .input-box-city {
	width:280px;
}

.form-box-input-area .input-box-city {
	width:110px;
}

.input-box .checkbox-radiobutton-icon {
	clear:both;
	float:left;
	margin:0;
	padding:3px 0 0 4px;
	width:18px;
	height:16px;
}

.input-box .checkbox-radiobutton-icon-text {
	float:left;
	margin:0;
	padding:0;
	width: 365px;
}



.driving-license-box .checkbox-radiobutton-icon {
	clear:none;	
}

.driving-license-box .checkbox-radiobutton-icon-text {
	width:35px;	
}

.search-type-box .checkbox-radiobutton-icon {
	clear:none;	
}

.search-type-box .checkbox-radiobutton-icon-text {
	width:75px;	
}

.project-sort-box .checkbox-radiobutton-icon-text {
	width:220px;	
}






.input-box .checkbox-radiobutton-icon img {
	margin:-1px 0 0 -1px;
	width:16px;
	height:16px;
}

.form-box-input-area h2 {
	background-color:#e0e0e0;
	color:#404040;
	
	margin:30px 0 10px 0;
	padding:5px 10px;
	font-size:1.1em;
	line-height: 1.8em;
	font-weight: 700;
	
	overflow: hidden;
	width: 580px;
}

.form-box-input-area h2 button {
	line-height: 1.0em;	
}



/*
 * -------------------------------------------------------
 * HINT AREA
 * -------------------------------------------------------
 */

.form-box-hint-area {
	float:left;
	margin:0;
	padding:0 0 0 6px;
	width:200px;
}
.form-box-hint-shadow {
	margin:0 0 0 -6px;
	padding:0 0 10px 6px;
	background-image:url('/images/page_elements/form/hint-area-box-shadow.png');
	background-repeat:no-repeat;
	background-position:0% 100%;
}

.form-box-hint {
	width: 187px;
	border:1px solid #888888;
	background-color:#ffffff;
	font-size:10px;
	line-height:13px;
	margin:20px 0 0 0;
	padding:0;
}

.form-box-form-wide .form-box-hint {
	width: 177px;
}

.title-box-hint-text-box .form-box-hint {
	margin:6px 0 0 0;
} 

.form-box-hint h2, 
.form-box-hint a {
	font-family:georgia, serif;
	font-size:14px;
	margin:0;
	padding:0;
	line-height:25px;
	height:25px;
	width: auto;
}

.form-box-hint h2 {
	padding:0 0 0 7px;
}

.form-box-hint .form-box-hint-content {
	padding:7px;
}

.form-box-hint .form-box-hint-content p {
	margin:0;
	padding:0;
}


/* ########
 * GREEN BOX  
 */

.form-box-hint-green {
	border:1px solid #a7da8b;
}

.form-box-hint-green h2 {
	background-color:#dbeed2;
	color:#2c5417;
}

.form-box-hint-green a {
	color:#2c5417;
}


/* ########
 * PURPLE BOX  
 */

.form-box-hint-purple {
	border:1px solid #C992DB;
}

.form-box-hint-purple h2 {
	background-color:#e6ddec;
	color:#400764;
}

.form-box-hint-purple a {
	color:#400764;
}


/* ########
 * BLUE BOX  
 */

.form-box-hint-blue {
	border:1px solid #C992DB;
}

.form-box-hint-blue h2 {
	background-color:#e6ddec;
	color:#00045E;
}

.form-box-hint-blue a {
	color:#666666;
}

/* ########
 * GREY BOX  
 */

.form-box-hint-grey {
	border:1px solid #999999;
}

.form-box-hint-grey h2 {
	background-color:#f2f2f2;
	color:#333333;
}

.form-box-hint-grey a {
	color:#666666;
}



/*
 * -------------------------------------------------------
 * SUBMIT AREA
 * -------------------------------------------------------
 */
 
.form-box-submit-area {
	clear:both;
	margin:20px 0 0 0;
	padding:5px 0px 0px 0px;
	width:100%;
}



/*
 * -------------------------------------------------------
 * INPUT AREA CONTENT and INPUT ELEMENTS
 * -------------------------------------------------------
 */
 
.form-box .form-box-input-area-no-info {
	width:565px;
	padding:10px;
	margin:0;
}

.form-box .form-box-input-area-show .displayfield {
	background-color:#ffffff;
	padding:0px 0 0 80px;
	width:295px;
	height:19px;
	margin:0 0 3px 0;
}

.form-box .form-box-input-area-no-info .displayfield {
	width:495px;	
}

.input-box-no-border {
	border:none;
}

.input-box-no-background {
	background:transparent;
}
 

/* ########
 * FILE  
 */
 
.form-box input.file {
	color:#404040;
	width:370px;
	height:19px;
}

.error-marker input.file {
	color:#404040;
	width:370px;
	height:19px;
}

/* ########
 * TEXTFIELD and PASSWORD
 */

.form-box input.textfield, 
.form-box input.passwordfield {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:3px 0 3px 5px;
	width:398px;
	
	margin:0;
}

.form-box input.textfield-350, 
.form-box input.passwordfield-350 {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:3px 0 3px 5px;
	width:350px;
	
	margin:0;
}

.form-box input.textfield-300, 
.form-box input.passwordfield-300 {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:3px 0 3px 5px;
	width:300px;
	
	margin:0;
}

.form-box input.textfield-75, 
.form-box input.passwordfield-75 {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:3px 0 3px 5px;
	width:75px;
	
	margin:0;
}

.form-box .input-box-outer-group input.textfield, 
.form-box .input-box-outer-group input.passwordfield {
	width:350px;
}

.form-box-element-input-zipcode input.textfield,
.form-box-element-input-zipcode input.passwordfield {
	width:70px;
}

.form-box-element-input-city input.textfield,
.form-box-element-input-city input.passwordfield {
	width:280px;
}




.input-box-zipcode input.textfield,
.input-box-zipcode input.passwordfield {
	width:70px;
}

.input-box-city input.textfield,
.input-box-city input.passwordfield {
	width:280px;
	margin:0 0 0 20px;
}

.input-box-name-one-row input.textfield,
.input-box-name-one-row input.passwordfield {
	width:135px;
	margin:0 0 0 10px;
}

.input-box-small input.textfield,
.input-box-small input.passwordfield {
	width:103px;
	margin:0 7px 0 0;	
}

.error-marker input.textfield,
.error-marker input.passwordfield {
	border-color:#ff3333;
}


/* ########
 * SELECT and MULTILINE-SELECT
 */

.form-box select.selectarea {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:2px;
	width:404px;
	height:24px;
}

.form-box select.selectarea-category {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:2px;
	height:24px;
}

.form-box select.selectarea-name-one-row {
	width:100px;
	height:22px;
}

.form-box select.select-zipcode {
	width:70px;
}

.form-box select.select-day {
	width:50px;
}

.form-box select.select-month {
	width:130px;
}
.form-box select.select-month-small {
	width:100px;
}

.form-box select.select-year, 
.form-box select.select-vacancy {
	width:110px;
	margin:0 7px 0 0;	
}

.form-box select.select-year-small {
	width:71px;
	margin:0;	
}


.form-box select.select-range {
	width:120px;
}

.form-box select.multiple-selectarea {
	height:100px;
}

.form-box select.select-language {
	width:160px;
}

.error-marker select.selectarea, 
.error-marker select.multiple-selectarea {
	border-color:#ff3333;
}


/* ########
 * CHECKBOX and RADIOBOX
 */

.form-box input.checkboxelement {
	background:none;
	padding:0;
	margin:0;

}		

.form-box input.radioelement {
	background:none;
	padding:0;
	margin:0 0 0 2px;

}

.error-marker input.checkboxelement, 
.error-marker input.radioelement {	
	border-color:#ff3333;
}


/* ########
 * TEXTAREA
 */
 
.form-box textarea.textareaelement {
	background:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding:3px 0 0 5px;
	/*width:370px;*/
	width:398px;
	height:200px;
}

.form-box textarea.textareaelement-wide {
	background: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #404040;
	padding: 3px 0 0 5px;
	margin: 5px 0 0 0px;
	width: 595px;
	height: 250px;
}

.form-box .input-box-outer-group textarea.textareaelement {
	width:350px;
}

.error-marker textarea.textareaelement {	
	border-color:#ff3333;
}



/*
 * -------------------------------------------------------
 * BUTTONS
 * -------------------------------------------------------
 */

/* ########
 * SMALL WHITE BUTTON
 */

.form-box button.buttonelement, 
.form-box input.buttonelement {
	background:none;
	margin:0px 13px 10px 0px;
	padding:0 15px;
	min-width:160px;
	overflow:visible;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #cccccc;
	height:23px;
}

.form-box button.buttonelement-big, 
.form-box input.buttonelement-big {
	font-size:1.4em;
	background-image:url("/images/page_elements/form/button-background-41px-normal.png");
	height:41px;
}

.buttonelement {
	background:none;
	margin:0px 13px 10px 0px;
	padding:0 15px;
	min-width:160px;
	overflow:visible;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #cccccc;
	height:23px;
	cursor:pointer;
}

.buttonelement.buttonelement-100 {
	min-width:100px !important;
}
.buttonelement.text-size-medium {
	font-size: 1.1em;
}

.buttonelement-disabled {
	color:#cccccc;
	cursor:default;
}

.buttonelement-big {
	font-size:1.4em;
	background-image:url("/images/page_elements/form/button-background-41px-normal.png");
	height:41px;
}

.form-box button.buttonelement-with-no-margin, 
.form-box input.buttonelement-with-no-margin {
	margin: 0;
}

.buttonelement-with-no-margin {
	margin:0;
}



.input_button {
	background:none;
	margin:0px 13px 10px 1px;
	padding:0 15px;
	overflow:visible;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #cccccc;
	height:23px;
	cursor:pointer;
}

.input_button:hover {
	background:none;
	margin:0px 13px 10px 1px;
	padding:0 15px;
	overflow:visible;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #999999;
	height:23px;
	cursor:pointer;
}

.form-box button.buttonelement:hover, 
.form-box input.buttonelement:hover, 
.form-box button.buttonelement:focus, 
.form-box input.buttonelement:focus {
	background-image:url("/images/page_elements/form/button-background-23px-hover.png");
}

.form-box button.buttonelement:active, 
.form-box input.buttonelement:active {
	background-image:url("/images/page_elements/form/button-background-23px-down.png");
	color:#ffffff;
}

.form-box button.buttonelement:disabled, 
.form-box input.buttonelement:disabled {
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
	color:#cccccc;
}


.form-box button.buttonelement-big:hover, 
.form-box input.buttonelement-big:hover, 
.form-box button.buttonelement-big:focus, 
.form-box input.buttonelement-big:focus {
	background-image:url("/images/page_elements/form/button-background-41px-hover.png");
}

.form-box button.buttonelement-big:active, 
.form-box input.buttonelement-big:active {
	background-image:url("/images/page_elements/form/button-background-41px-down.png");
	color:#ffffff;
}

.form-box button.buttonelement-big:disabled, 
.form-box input.buttonelement-big:disabled {
	background-image:url("/images/page_elements/form/button-background-41px-normal.png");
	color:#cccccc;
}


.form-box-submit-area button.buttonelement, 
.form-box-submit-area input.buttonelement{
	float:right;
}

/* ########
 * GREEN BUTTON
 */
.form-box button.buttonelement-green, 
.form-box input.buttonelement-green,
button.buttonelement-green, 
input.buttonelement-green {
	background:none;
	
	padding:0 15px;
	
	min-width:150px;
	overflow:visible;
	width:auto;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-green-23px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #cccccc;
	height:23px;
}

button.buttonelement-purple-giant, 
input.buttonelement-purple-giant {
	background:none;
	padding:0 15px;
	min-width:150px;
	overflow:visible;
	width:auto;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-purple-96px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #cccccc;
	height:96px;
}


.form-box button.buttonelement-green:hover, 
.form-box input.buttonelement-green:hover,
.form-box button.buttonelement-green:focus, 
.form-box input.buttonelement-green:focus,
button.buttonelement-green:hover, 
input.buttonelement-green:hover, 
button.buttonelement-green:focus, 
input.buttonelement-green:focus {
	background-image:url("/images/page_elements/form/button-background-green-23px-hover.png");
}
.form-box button.buttonelement-green:active, 
.form-box input.buttonelement-green:active,
button.buttonelement-green:active, 
input.buttonelement-green:active {
	background-image:url("/images/page_elements/form/button-background-green-23px-down.png");
	color:#ffffff;
}

/* ########
 * BIG GREEN BUTTON
 */
.form-box button.buttonelement-green-big, 
.form-box input.buttonelement-green-big,
button.buttonelement-green-big, 
input.buttonelement-green-big {
	background:none;
	
	padding:0 15px;
	
	min-width:150px;
	overflow:visible;
	width:auto;
	color:#404040;
	background-image:url("/images/page_elements/form/button-background-green-41px-normal.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border:solid 1px #cccccc;
	height:41px;
	font-size:1.4em;
}


.form-box button.buttonelement-green-big:hover, 
.form-box input.buttonelement-green-big:hover,
.form-box button.buttonelement-green-big:focus, 
.form-box input.buttonelement-green-big:focus,
button.buttonelement-green-big:hover, 
input.buttonelement-green-big:hover, 
button.buttonelement-green-big:focus, 
input.buttonelement-green-big:focus {
	background-image:url("/images/page_elements/form/button-background-green-41px-hover.png");
}
.form-box button.buttonelement-green-big:active, 
.form-box input.buttonelement-green-big:active,
button.buttonelement-green-big:active, 
input.buttonelement-green-big:active {
	background-image:url("/images/page_elements/form/button-background-green-41px-down.png");
	color:#ffffff;
}

.buttonelement-purple-giant {
	font-size:1.4em;
	background-image:url("/images/page_elements/form/button-background-purple-90px-normal.png");
	height:90px;
}


/*
 * -------------------------------------------------------
 * SHOW-FORM STYLES
 * -------------------------------------------------------
 */



.form-box-show .form-box-header {
	background-color:#f1f1f1;
	padding-top:6px;
	min-height: 26px;
	/*padding-bottom:6px;*/
	/*margin-bottom:4px;*/
	/*border-bottom:1px solid #E0E0E0;*/
	
	font-size:12px;
}

.form-box-edit .form-box-header {
	padding-top:6px;
	min-height: 26px;
}


.form-box-show .form-box-header-big {
	margin:0;
	padding:3px;
	padding-left:7px;
	padding-top:6px;
	padding-bottom:6px;
	
	height:24px;
	background-color:#F2F2F2;
	border-bottom:1px solid #dadada;
	background-image:url(/images/page_elements/headline_bg.png);
	background-repeat:repeat-x;
}



/*
.form-box-show .form-box-header h1, 
.form-box-show .form-box-header h2 {
	color:#404040;
	display:inline;
	float:left;
	width:444px;
}

.form-box-show .form-box-header input {
	margin:1px 0;
}
*/


/* @TODO: this should be fixed */

.form-box-show .form-box-header h1, 
.form-box-show .form-box-header h2,
.form-box-show .form-box-header .box-header {
	color:#404040;
	display:inline;
	float: left;
}

.form-box-edit .form-box-header h2 {
	display:inline;
	float: left;
}

.form-box-show .form-box-header .form-box-change-area,
.form-box-edit .form-box-header .form-box-change-area {
	margin: 0;
	padding: 0;
	float: right;
	
}


.form-box-show .input-box .checkbox-radiobutton-icon {
	margin:0 10px 0 0;
}

.form-box-show .form-box-input-area-wide .form-box-element .hint {
	padding:0 0 0 0px;	
}



.form-box-show .input-error-box {
	display:none;
	visibility:hidden;
}



.form-box .hide-side-border-in-form-box {
	border-left: none;
	border-right: none;
}

.form-box-show-containing-items {
	border-bottom: none;
	border-left: none;
	border-right: none;
		
}

.form-box-show-containing-items .form-box-input-area,
.form-box-show-containing-items .form-box-input-area-wide {
	margin: 0;
	padding: 0;
	width:100%;
}

.form-box-show-containing-items .form-box-header-big {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
















/*
 * -------------------------------------------------------
 * DISABLED STYLES
 * (Declared after all other form styles)
 * -------------------------------------------------------
 */
.form-box input.disabled, 
.form-box select.disabled,
.form-box textarea.disabled,
.form-box button.disabled {
	background:#f2f2f2;
	color:#333;
	font-style: italic;	
}

.form-box button.disabled:hover, 
.form-box input.buttonelement input.disabled:hover, 
.form-box button.disabled:focus, 
.form-box input.buttonelement input.disabled:focus {
	color:#808080;
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
}

.form-box button.disabled:active, 
.form-box input.buttonelement input.disabled:active {
	color:#808080;
	background-image:url("/images/page_elements/form/button-background-23px-normal.png");
}






.LV_validation_message {
    margin:0;
	
    line-height:28px;
    z-index:3;    
}

.LV_valid {

}
	
.LV_invalid {
    background:#FFCCCC;
    border:1px solid #FF6666;
    color:#CC0000;
    padding:6px 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
	
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border:1px solid #AA0000;
}

.form-box-input-area h2.main-option {
	background-color: #E3EFDC;
}


/*
.form-last-element {
	margin-bottom:-10px;
}
*/


/* content of menu.20.css*/


.north-navi {
	width:100%;
	height:28px;
	background-image:url(/images/page_elements/nav_bg.png);
	float:left;
	font-size:1.1em;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.north-navi-wrapper {
	width:100%;
	clear:both;
	float:left;
}

.north-navi-wrapper a {
	color:#404040;
	text-decoration:none;
}

.north-navi-wrapper a:hover {
	color:#FFFFFF;
}

.north-navi ul {
	/*width:648px;*/
	float:left;
	margin:0;
	list-style:none;
}

.north-navi ul#main-list {
	/*width:648px;*/
	width:100%;
}

.north-navi li {
	float:left;
	padding:0;
	cursor:default;
	line-height:28px;
}

.north-navi li.last {
	float:right;
	margin:-1px 0 0 0;
	background:none;
	line-height:30px;
}
.north-navi li:hover {
	position:relative;
	z-index:1400;
}
.north-navi li a {
	display:block;	
	overflow:hidden;
	float:left;
}

a .menu-left {
	background-color:#e1e1e1;
	width:1px;
	height:28px;
	float:left;
	display:block;
}
a .menu-mid {
	display:block;
	padding:0 26px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
a .menu-right {
	background-color:#ffffff;
	width:1px;
	float:left;
	height:28px;
	display:block;
}

.menu-beta {
	float: left;
	margin: -5px 0 0 5px; 
	font-size:0.8em; 
	color: #8c63a9;
}

.north-navi li.last:hover,
.north-navi li.last a:hover .menu-mid,
.north-navi li.last:hover a .menu-mid,
.north-navi li.last a:hover .menu-right,
.north-navi li.last:hover a .menu-right {
	background-color: #8459A1 !important;
	color: #ffffff !important;
}

.north-navi li.last a .menu-right {
	border:1px solid #ff0000;
}

.north-navi li.north-navi-element .north-navi-active,
.north-navi li.north-navi-element  a:hover .menu-mid,
.north-navi li.north-navi-element .north-navi-active a .menu-mid,
.north-navi li.north-navi-element :hover a .menu-mid,
.north-navi li.north-navi-element  a:hover .menu-right,
.north-navi li.north-navi-element .north-navi-active a .menu-right,
.north-navi li.north-navi-element :hover a .menu-right {	
	/*background-color:#8459A1;*/
	/*background-color:#DFDFDF;*/
	/*background-image:url(/images/page_elements/north_navi_bg_highlight.gif);*/
	background-image:url(/images/page_elements/nav_active_bg.png);
	color:#333333;
	border:none;
}

.north-navi li a:hover .menu-right,
.north-navi li.north-navi-active a .menu-right,
.north-navi li:hover a .menu-right {
	/*color:#FFFFFF;*/
}

.north-navi li a:hover .menu-left,
.north-navi li.north-navi-active a .menu-left,
.north-navi li:hover a .menu-left {
	width:1px;
	background-color:#E1E1E1;
}

.north-navi li a:hover,
.north-navi li.north-navi-active a,
.north-navi li.hover a,
.north-navi li:hover a {
	/*color:#FFFFFF;*/
}

.north-navi li:hover .north-navi-sub-menu,
.north-navi li.hover .north-navi-sub-menu {
	display:block;
}

.north-navi li .north-navi-sub-menu {
	color:#FFFFFF;
	display:none;
	position:absolute;
	top:28px;
	left:0px;
	/*background:#E6DEED;*/
	background-image:url(/images/page_elements/float_nav_bg.png);
	background-repeat:no-repeat;
	z-index:1500;
	padding:9px 0 0 0;
	/*border-left:1px #8459A1 solid;*/
	/*border-right:1px #8459A1 solid;*/
	/*border-bottom:1px #8459A1 solid;*/
	width:314px;
}

.north-navi li .north-navi-sub-menu .north-navi-sub-sub-menu {
	
	color:#FFFFFF;
	/* display:none; */
	position:absolute;
	margin: -14px 0 0 299px;
	background-image:url(/images/page_elements/float_nav_bg.png);
	background-repeat:no-repeat;
	z-index:1500;
	padding:9px 0 0 0;
	width:314px;
	
}

.north-navi li .north-navi-sub-menu-ie6 {
	display:none;
}

.north-navi li ul {
	/*background:#E6DEED;*/
	width:290px;
	height:auto;
	margin:4px 10px 8px 10px;
	padding:0;
	list-style:none;
}

.north-navi li li,
.north-navi li:hover li,
.north-navi li.north-navi-active li {
	width:100%;
	padding:1px 0 2px;
	/*border-bottom:1px #FFFFFF solid;*/
	background:none !important;
	cursor:pointer;
}

.north-navi li li.last-entry,
.north-navi li:hover li.last-entry,
.north-navi li.north-navi-active li.last-entry {
	border:none;
}

.north-navi li li a,
.north-navi li:hover li a,
.north-navi li.north-navi-active li a {
	color:#404040;
	background:none !important;
	line-height:normal;
	margin:0;
	padding:5px;
	width:295px;
}


.north-navi li li:hover a,
.north-navi li li a:hover,
.north-navi li:hover li:hover a,
.north-navi li.north-navi-active li:hover a,
.north-navi li:hover li a:hover,
.north-navi li.north-navi-active li a:hover  {
	color:#FFFFFF;
	background: transparent !important; 
	text-decoration:none;
	line-height:normal;
}
/*IE*/
.north-navi li li:hover,
.north-navi li li:hover,
.north-navi li li a:hover,
.north-navi li li a:hover  {
	color:#FFFFFF;
	background:#8459A1 !important; 
	text-decoration:none;
	line-height:normal;
}


.north-navi li li:hover .north-navi-sub-sub-menu a,
.north-navi li:hover li:hover .north-navi-sub-sub-menu a,
.north-navi li.north-navi-active li:hover .north-navi-sub-sub-menu a {
	color:#404040;
	background:none !important;
}

.north-navi li li:hover .north-navi-sub-sub-menu a:hover,
.north-navi li:hover li:hover .north-navi-sub-sub-menu a:hover,
.north-navi li.north-navi-active li:hover .north-navi-sub-sub-menu a:hover,
.north-navi li li:hover .north-navi-sub-sub-menu li:hover a,
.north-navi li:hover li:hover .north-navi-sub-sub-menu li:hover a,
.north-navi li.north-navi-active li:hover .north-navi-sub-sub-menu li:hover a {
	color:#FFFFFF;

}







/**/
.north-navi .north-navi-sub-menu-bottom {
	clear:both;
	height:1px;
	background-image:url(/images/page_elements/float_nav_foot.png);
}

.north-navi-sub-menu-searchfield {
	background-image:url(/images/page_elements/nav_search.png);
	border:none;
	height:20px;
	width:122px;
	outline:none;
	padding-left:3px;
	margin-left:4px;
	float:left;
	border-left:1px solid #ccc;
}


/*
 * ---------------------------------------------------------------------------------------
 */
 
.dynamic-menu {
    list-style: none;  
    position: relative;  
    margin: 0 0 0 10px;  
    padding: 0;    
}

.dynamic-menu li {  
    display: block;  
    overflow: hidden;  
    padding: 0;
    float: left;  
    width: 67px;  
    height: 36px;
     
}

.dynamic-menu .dynamic-menu-item {
	border: 1px solid #888;
	padding: 7px 13px;
	border-radius:50px;
	margin:0 1px;
    max-height: 18px;
}

.dynamic-menu .dynamic-menu-item .number {
	float: left;
	display: inline;
	font-size: 13px;
	line-height: 14px;
	font-weight: 900;                  
	border-radius: 10px;                
	border: solid 1px #aaa;                  
	text-align: left;
	padding: 0 0 0 3px;               
	width: 12px;                  
	height: 15px; 
}

.dynamic-menu .dynamic-menu-item .text {  
	position: absolute;
	left: 42px;	                
	height: 16px; 
	white-space: nowrap;
}

.dynamic-menu .dynamic-menu-item .text_open,
.dynamic-menu .dynamic-menu-item .text_collapsed {
	white-space: nowrap;
}

.dynamic-menu .dynamic-menu-item .text_open {	
	display: none;
}

.dynamic-menu .dynamic-menu-item .text_collapsed {  
	display: inline;
}

.dynamic-menu li.active .text_open {
	display: inline;
}

.dynamic-menu li.active .text_collapsed {
	display: none;
}

.dynamic-menu .dynamic-menu-item .icon {
	float: left;
}

/*
 * States
 */
/* active */
.dynamic-menu .dynamic-menu-item-active {
	background: #fffbdc;
}

.dynamic-menu .dynamic-menu-item-active .number {
	background: #fff187;  
	color: #404040;
}

.dynamic-menu .dynamic-menu-item-active .text_open,
.dynamic-menu .dynamic-menu-item-active .text_collapsed {
	color: #404040;
}


/* enabled */
.dynamic-menu .dynamic-menu-item-enabled {
	background: #ffffff;
	background: #fffbdc;
}

.dynamic-menu .dynamic-menu-item-enabled .number {
	background: #ffffff;  
	color: #404040;
}

.dynamic-menu .dynamic-menu-item-enabled .text_open,
.dynamic-menu .dynamic-menu-item-enabled .text_collapsed {
	color: #404040;
}


/* disabled */
.dynamic-menu .dynamic-menu-item-disabled {
	background: #f2f2f2;
	cursor: default;
}

.dynamic-menu .dynamic-menu-item-disabled .number {
	background: #e1e1e1;  
	color: #888888;
}

.dynamic-menu .dynamic-menu-item-disabled .text_open,
.dynamic-menu .dynamic-menu-item-disabled .text_collapsed {
	color: #888888;
	font-style: italic;
}

/* complete */
.dynamic-menu .dynamic-menu-item-complete {
	background: #cbe3c3;
}

.dynamic-menu .dynamic-menu-item-complete .number {
	background: #67ad4f;  
	color: #ffffff;
}

.dynamic-menu .dynamic-menu-item-complete .text_open,
.dynamic-menu .dynamic-menu-item-complete .text_collapsed {
	color: #404040;
}

/* skipped */
.dynamic-menu .dynamic-menu-item-skipped {
	background: #cbe3c3;
}

.dynamic-menu .dynamic-menu-item-skipped .number {
	background: #67ad4f;  
	color: #ffffff;
}

.dynamic-menu .dynamic-menu-item-skipped .text_open,
.dynamic-menu .dynamic-menu-item-skipped .text_collapsed {
	color: #404040;
}


.assistant-bottom-navigation-box {
	background-color: #f1f1f1;
    /* margin: -20px 0 0 0; */
    padding: 7px;
    border: 1px solid #E0E0E0;
    /* border-top: none; */
}


/* content of item.20.css*/




/**
 * A big reference item
 * ----------------------------------------------------------------------
 */

.reference-item-big {
	width:540px;
/*	border:1px solid #5c5c5c; */
}

.reference-item-big .reference-date {
	font-weight:900;
	float:left;
	width:170px;
}

.reference-item-big .reference-company {
	float:left;
	font-weight:900;
}

.reference-item-big .reference-location {
	margin-left:20px;
	margin-top:1px;
	font-size:9px;
	float:left;
}

.reference-item-big .reference-position {
	margin-left:170px;
	font-style:italic;
}

.reference-item-big .reference-description {
	margin-left:170px;
	font-size:10px;
}

.reference-item-big .reference-skills {
	margin-left:170px;
	font-size:10px;
	font-weight:900;
}

/*
.reference-item-big .reference-confirmation-unconfirmed {
	color:#000000;
	background-color:#f25f5f;
	padding:1px 10px;
	width:100px;
	float:left;
}

.reference-item-big .reference-confirmation-confirmed {
	color:#000000;
	background-color:#f2d15f;
	padding:1px 10px;
	width:100px;
	float:left;
}

.reference-item-big .reference-confirmation-secure {
	color:#000000;
	background-color:#95ca7a;
	padding:1px 10px;
	width:100px;
	float:left;
}
*/




.reference-item-big .reference-confirmation-text {

}

.reference-item-big .reference-confirmation-name {

}

.reference-item-big .reference-confirmation {

}

.reference-item-big .reference-confirmation .reference-confirmation-text {

}

.reference-item-big .reference-confirmation .reference-confirmation-name {

}




/**
 * A list reference item
 * ----------------------------------------------------------------------
 */
 div.reference-item-list {
	height:44px;
	margin-top:10px;
	margin-right:0pt;
	margin-bottom:10px;
	margin-left:0pt;
	padding-top:0pt;
	padding-right:0pt;
	padding-bottom:0pt;
	padding-left:0pt;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#cae0b8;
	border-right-color:#cae0b8;
	border-bottom-color:#cae0b8;
	border-left-color:#cae0b8;
	background-color:#ffffff;
}

 div.reference-item-list:hover {
	background-color:#e6deed;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#8459a1;
	border-right-color:#8459a1;
	border-bottom-color:#8459a1;
	border-left-color:#8459a1;
}

div.reference-item-list div {
	float:left;
}

div.reference-item-list div.date {
	width:160px;
	padding:13px 0 0 5px;
}
 
div.reference-item-list div.title {
	padding:5px 0 0 5px;
	width:290px;
	height:35px;
	overflow:hidden;
	border:0px solid black;
}

div.reference-item-list div.edit {
	padding:5px 0 0 5px;
	width:100px;
	height:35px;
	overflow:hidden;
	border:0px solid black;
}



div.reference-item-reference {
	width:595px;
	/*background-color:#eeeeee;	*/
}






 



/**
 * a small reference item
 * ----------------------------------------------------------------------
 */


 
 
/**
 * small news item (used at the homepage)
 * ----------------------------------------------------------------------
 */

/*

.small-news-item {
	width:237px;
	margin:4px 0 0 0;
	height:36px;
	border:1px solid #fff;
	border-bottom:1px solid #ccc;
	padding:0 0 0 0;
	background-color:#fff;
}
*/

 
.small-news-item {
	width:auto;
	height:auto;
	margin:0 0 3px 0;
	border-bottom:1px solid #ccc;
	background-color:transparent;
	padding:0 0 3px 0;
	font-size:0.8em;
	line-height:1.5em;
}

.small-news-item .date {
	color:#808080;	
}

/* 
.small-news-item:hover {
	border:1px solid #8459a1;
	background-color:#e6deed;
}
*/

.small-news-item .left-side {
	float:left;
	padding:0 0 0 0; 
	line-height:14px;
}

.small-news-item .left-side .first-line {
	float:left;
	width:190px;
}

.small-news-item .left-side .first-line a {
	color:#404040;
	font-weight:100;
}

.small-news-item .left-side .second-line span {
	font-size:0.8em;
	color:#888;
}

.small-news-item .right-side {
	float:right;
	margin:4px 0;
	padding:0 0 0 5px; 
	line-height:14px;
}

.small-news-item .left-side .timestamp {
	float:left; 
	width:40px;
	margin:0 5px 0 0;
}

.small-news-item .left-side .timestamp span {
	color:#555;
	font-weight:100;
	font-size:0.8em;
	float:left;
	text-align:left;
}


/* content of module.profile.20.css*/


/**
 * Profile and project styles
 *
 */
 
.become-premium-info-box-frame {
	width: 580px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

.become-premium-info-box-content {
	float: left;
	width: 105px;
}

/*.item-profile {
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	padding: 3px 0;
	margin: 2px 0;
	cursor: pointer;
}*/

.item-profile {
	position: relative;
	cursor: pointer;
}


div .item-profile-no-pointer {
	cursor: default;
}
.item-profile-m .item-profile-image, 
.item-profile-s .item-profile-image {
	float: left;
}

.item-profile-m .item-profile-image img, 
.item-profile-s .item-profile-image img {
	border: 1px solid #E0E0E0;
}

.item-profile-m .item-profile-data, 
.item-profile-s .item-profile-data {
	margin: 0 0 0 10px;
	float: left;
	line-height: 1.4em;
	font-size: 0.9em;
	width: 84%;
}


.reference-letter-text {
	font-style: italic;
}

.references-right-column {
	width: 595px;
	clear: both;
}







.sidebar {
	border: 1px solid #E0E0E0;
    width: 160px;
    font-size: 0.9em;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    background-color:#FAFAFA;
    
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    
}

.login-header-cta {
	background-color:#FFFFFF !important;
	
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;	
}

.login-header-cta h5 {
	background-color: #CAE0B8 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	color: #404040 !important;	
}

.sidebar h5 {
	font-size:1.2em;
	padding:3px 3px 3px 5px;
	font-weight: 700;
	margin: 0;
	background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}


.sidebar .action {
	line-height: 16x;
	padding-left: 5px;
}

.login-header-cta .login-cta  {
	font-size: 1.1em !important;
	line-height: 15px;
	width: auto;
	text-align: center;
}

.sidebar .list {
	padding: 3px;
	overflow: hidden;
}
.sidebar h6 {
	font-size: 1.2em;
    margin: 3px 0 3px 0;
    padding: 0;
    color: #6B9E52;
    font-weight: 400;
    
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sidebar .list p {
	margin: 0 0 2px 0;
	padding: 0 2px 2px 2px;
	line-height: 14px;
}


.sidebar .inner-item {
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}

.sidebar .inner-item.last-element {
	border-bottom: none;
}

.sidebar .list.categories .inner-item {
	border-bottom: none;
}
	

.sidebar .inner-item:HOVER {
	background-color: #e0e0e0;
	cursor: pointer;
	text-decoration: none;
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	margin: 0;
	padding: 0;
}

.sidebar .list.categories .inner-item:HOVER p {
	color: #404040;
}

.sidebar .list a:HOVER {
	text-decoration: none;	
}

.sidebar .list.categories .inner-item a:HOVER {
	text-decoration: underline;	
}

.sidebar .newest-list {
	text-align: center;
	padding: 0 3px 0 0;
}

.sidebar .newest-list p {
	font-size: 1em
}

.sidebar .newest-list h6 {
	font-weight: 700;
}



.sidebar .list.similar-list h6,
.sidebar .list.categories h6 {
	color: #404040; 
	font-size:1.1em;
	margin: 3px 0 3px 2px; 
		
}


.sidebar img {
	vertical-align: middle;
}

.sidebar table {
	padding: 0 3px;
}



/* STAFF PROFILE */
/* ========================================================================================== */
.staff-profile-l {
	border: 1px solid #cccccc; 
	padding: 10px 0; 
	margin: 5px 0; 
	background-color: white; 
	cursor: pointer;
}

.staff-profile-l .image {
	width: 150px;
}

.staff-profile-l .content {
	width: 430px;
}

.staff-profile-l .content .header {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}



/* PROFILE HEADER */
/* ========================================================================================== */

.profile-and-project-header {
	width: 800px;
	/* height: 229px; */
}

.profile-and-project-header .form-box-header-big {
	padding: 10px 13px 2px 7px;
}

.profile-and-project-header .form-box-header-big .profile-header-preview-link {
	font-size: 0.9em;	
}

.profile-and-project-header .form-box-header-big .profile-header-preview-link a:HOVER {
	text-decoration: underline;
}

.profile-and-project-header .content-image {
	float: left;
	width: 140px;
	padding: 10px;
}


.profile-and-project-header .content-image .image-box,
#preview_photo .image-box,
.company-profile.image-box,
.staff-profile-l .image-box {
	width:132px;
	height:132px;
	/* border:1px solid #ccc; */
	background-image:url(/images/page_elements/main/nobody_images/profiles/132_nobody.jpg);
	
	
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=4)
		    progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=7)
		    progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=180, Strength=4);	
	-webkit-box-shadow: 5px 5px 7px 2px #888888;
	-moz-box-shadow: 5px 5px 7px 2px #888888;
	box-shadow: 5px 5px 7px 2px #888888; 
	
}

.profile-and-project-header .content-image .image-box-female {

	background-image:url(/images/page_elements/main/nobody_images/profiles/132_nobody_female.jpg);
}

.profile-and-project-header .content-image .image-box-company,
.company-profile.image-box,
.staff-profile-l .image-box {
	width:100px;
	height:100px;
	margin: -15px 0 0 40px;
	background-image:url(/images/page_elements/main/nobody_images/logos/100_nobody.jpg);
}

.staff-profile-l .image-box {
	margin: 0 0 0 20px;
	background-image:url(/images/page_elements/main/nobody_images/profiles/100_nobody.jpg);
}

.staff-profile-l .image-box.image-box-female {

	background-image:url(/images/page_elements/main/nobody_images/profiles/100_nobody_female.jpg);
}

.company-profile.image-box,
.modal.image-box {
	margin: 0 0 15px 0;
}




.profile-and-project-header .content-image .edit-image-overlay {
	margin: -134px 0 0 0;
	float: left;
	width:132px;
	height:132px;
	border:1px solid #ccc;
	background-color:#000;
	position: absolute;
}

.profile-and-project-header .content-image .edit-image-button-box {
	margin: -134px 0 0 0;
	float: left;
	width:132px;
	height:20px;
	padding: 0;
	position: absolute;
	text-align: right;
}

.profile-and-project-header .content-image .edit-image-button-box .edit-image-button {
	cursor:pointer;
	padding: 0;	
}

.profile-and-project-header .content-image .edit-image-button-box .edit-image-button img {
	margin: 2px;
}

.profile-and-project-header .content-maininfo {
	float: left;
	padding: 10px;
	overflow: hidden;
}

.profile-and-project-header .content-maininfo-profile {
	width: 620px;
}

.profile-and-project-header .content-maininfo .title-and-subtitle {
	margin: 0 0 10px 0;
	
	overflow: hidden;
}

.profile-and-project-header .content-maininfo .title {
	float: left;
	font-size:14px;
	color:#404040;
	padding:0;
	margin:0;
	font-weight:900;
	width: 600px;
}

.profile-and-project-header .content-maininfo .online {
	float: right;
	font-size:11px;
	color:#404040;
	padding:0;
	margin:0;
	font-weight:400;
}

.profile-and-project-header .content-maininfo .subtitle {
	float: left;
	font-size:11px;
	color:#404040;
	padding:0;
	margin:0;
	font-weight:100;
	line-height:18px;
}





.profile-and-project-header .content-maininfo .data-list {
	margin: 10px 0 0 0;	
	float: left;
}

.profile-and-project-header .content-maininfo .data-list .data-list-left,
.profile-and-project-header .content-maininfo .data-list .data-list-right {
	float: left;
	width: 305px;
}

.profile-and-project-header .content-maininfo .data-list .description {
	float: left;
	width: 103px;
	margin: 0 0 2px 0;
}

.profile-and-project-header .content-maininfo-profile .data-list .description {
	width: 130px;	
}

.profile-and-project-header .content-maininfo .data-list .data {
	float: left;
	width: 502px;
	margin: 0 0 2px 0;
}


.profile-and-project-header .content-maininfo .data-list .data-list-left .data,
.profile-and-project-header .content-maininfo .data-list .data-list-right .data {
	float: left;
	width: 167px;
	overflow: hidden;
}

.profile-and-project-header #project_header_content .content-maininfo .data-list .data-list-right .data {
	width: 202px;
}

.profile-and-project-header .content-maininfo .data-list .data-list-left  {
	font-weight: 900;
}


.profile-and-project-header .blur-header {
	height: 190px;
	width: 800px;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(222, 222, 222, 0.7);
	
}

.profile-namebox-gender-selectbox {
	width: 68px !important;
}

.profile-namebox-academic-title-input {
	width: 30px !important;
}

.profile-namebox-name-input {
	width: 120px !important;
}


/* content of module.mail.20.css*/


.mail-header {
	background: url("/images/page_elements/main/header/internalmail_banner.png");
}

.internal-mails {
	width: 612px;
	height: 203px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

.mail-action {
	float: right;
	margin: 4px 4px 0 0;	
}

#send_captcha+img {
	margin-top: -2px;
    vertical-align: middle;
}

.mail-view-box {
	border: 1px solid #cccccc;
	height: 300px; 
	overflow-y: auto; 
	overflow-x: hidden;
}

.mail-item {
	background: #EEF5E9;
	color: #404040;
	border-bottom: 5px solid #FFFFFF;
	width: 590px;
	padding: 2px 0;
	overflow: hidden;
	cursor: pointer;
}

.mail-item:hover,
.mail-item.selected {
	background: #6B9E52;
	color: #FFFFFF;
}

.mail-item-unread {
	font-weight: bold;
	background: #FFFF99;
}


.mail-item .mail-item-column {
	float: left; 
	overflow: hidden; 
	height: 20px;
}

.mail-item .mail-item-column.select-column {
	width: 25px;
}

.mail-item .mail-item-column.name-column {
	width: 180px;
}

.mail-item .mail-item-column.subject-column {
	width: 265px;
}

.mail-item .mail-item-column.date-column {
	width: 120px;
}


.mail-item .mail-item-column.select-column input{
	margin: 3px 5px 0 5px;
	vertical-align: middle;
}

.mail-item .mail-item-column.name-column img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
}




















.item-mail {
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	padding: 5px 0;
	margin: 0;
	cursor: pointer;
	float: left;
}

.item-mail-unread {
	background: #FFFF99;	
}

.item-mail-m .item-mail-image, 
.item-mail-s .item-mail-image {
	float: left;
}

.item-mail-m .item-mail-image img, 
.item-mail-s .item-mail-image img {
	border: 1px solid #E0E0E0;
	margin: 0 0 0 3px;
}

.item-mail-m .item-mail-data, 
.item-mail-s .item-mail-data {
	margin: 0 0 0 10px;
	float: left;
	line-height: 1.4em;
	font-size: 0.9em;
}

.item-mail-m .item-mail-data {
	width: 310px;
}


/* content of module.myfreelance.20.css*/


/**
 * Styles for elements used in my freelance
 *
 */
 
.myfreelance-header {
	background: url("/images/page_elements/main/header/620x100/banner_newsletter_new.png");
}

.myfreelance-header-postlogin {
	background: url("/images/page_elements/promotion/postlogin-sky.jpg");
	width: 800px;
	height: 120px;
	margin: 10px 0 0 5px;
}




.myfreelance-content {
	margin: 15px 0 0 5px;
	width: 595px;
}

.myfreelance-content .myfreelance-box-left-side {
	float: left;
	width: 390px;
	margin: 0 20px 0 0;
}

.myfreelance-content .myfreelance-box-right-side {
	float: right;
	width: 185px;
}

.myfreelance-content .default-box {
	margin: 0 0 20px 0;
}

.myfreelance-account-box {
	width: 185px;
	background-color: #E5DDEC;
	font-size: 0.8em;
	margin: 0 0 20px 0;
}

.myfreelance-account-box h1, 
.myfreelance-account-box h2 {
	background-color: #313131;
	color: #896F96;
	/*
	font-family: georgia;
	*/
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 3px 10px;	
}

.myfreelance-account-box .profile {
	margin: 10px 0 0 0;
}

.myfreelance-account-box .profile img {
	float: left;
	width: 40px;
	margin: 0 10px 10px 8px;
}

.myfreelance-account-box .profile .user {
	float: left;
	width: 115px;
	overflow: hidden;
	line-height: 1.4em;
}

.myfreelance-account-box .list-item {
	clear: both;
	margin: 0 10px 0 8px;
	border-top: 1px solid #FFFFFF;
}

.myfreelance-account-box .footer {
	clear: both;
	border-top: 1px solid #FFFFFF;
	height: 40px;
}

.myfreelance-content .offer {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E0E0E0;
	line-height: 1.4em;
}

.myfreelance-content .offer p {
	text-align: center;
}



.myfreelance-box-left {
	border-right: 1px solid #CCCCCC;
	float: left;
	width: 358px;
	padding: 0 10px 0 0;
}

.myfreelance-box-right {
	float: right;
	width: 230px;
}

.myfreelance-box-right .one-column {
	clear: both;
	float: left;
	margin: 1px 0;
	padding: 5px 5px;
	width: 100%;	
}


.myfreelance-box-right .left-box {
	clear: both;
	float: left;
	margin: 1px 0;
	padding: 5px 5px;
	width: 76%;	
}

.myfreelance-box-right .right-box {
	background-color: #6B9E52;
	float: left;
	margin: 1px 0;
	padding: 5px 5px;
	text-align: center;
	width: 13%;
}

.myfreelance-box-right .right-box a {
	color: #FFFFFF;
	font-weight: 900;
}

.myfreelance-box-right hr {
	margin: 30px 0 15px 0;
}



/*----------------------------------------------------------------------------------- */

/* Activation */

.activation-next-step-item {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;	
}

.activation-next-step-item-last-element {
	border-bottom: none;	
}

.activation-next-step-item .icon {
	float: left;
	font-size: 53px; 
	padding: 5px 0 0 5px; 
	line-height: 45px;
}

.activation-next-step-item .icon img {
	border: 1px solid #ccc;
}

.activation-next-step-item .item-text {
	float: left;
	margin: 0 0 0 10px;
	padding: 0px 0 0 0;
	width: 530px;
}

.activation-next-step-item .item-text a {
	text-decoration: underline;
}


.activation-next-step-item .step-number {
	font-size: 1.4em;
}




/* content of module.index.20.css*/


/**
 * Startpage styles
 *
 */

.index {
	width: 610px; /* NEVER EVER CHANGE THIS!!!!!!!! IE6 WILL NOT DISPLAY THE DIV RIGHT!!!!  */
	/* width: 95%; */
	float: left;
	margin: 0;
	padding: 10px 0 50px 10px;
}

.index-wide {
	width: 790px;
	padding: 0 10px 10px 10px;
}

.index-column-half {
	width: 388px;
	margin-right: 5px;
}

.latest-items {
	width: 100%;
	margin: 20px 0;
}

.latest-items .left-side {
	width: 45%;	
	float: left;
}

.latest-items .right-side {
	width: 45%;	
	float: right;
}

.latest-items .arrows {
	width: 9%;	
	float: left;
	text-align: center;
	padding: 80px 0 0 0;
	margin: 0 0 0 4px;
}


.services {
	/* 
	width: 485px;
	margin: 0; 
	*/
	width: 100%;
	margin: 20px 0;
}

.services .index-headline {
	float: left;
	background-color: #313131;
	color: #FFFFFF;
	font-family: georgia;
	font-size: 2.2em;
	margin: 15px 0 0 0;
	padding: 5px 20px;
}

.services .index-headline-home {
	display: inline-block;
	padding: 0px 10px;
	font-size: 12px;
}

.services .home-service-picture-link .index-headline-home h1 {
	font-family: verdana;
	color: #404040;
}

.services .index-headline-home h1, .services .index-headline-home h3{
	color: #000000;
	font-family: georgia;
	font-size: 1.5em;
	padding: 0 0;
	margin: 0;
	line-height: 25px;
}

.services .index-headline-companies {
	float: right;
	text-align: right;
}


.services .become-member-freelancer {
	/*
	width: 226px;
	*/
	width: 385px;
	float: left;
	/*cursor: pointer;*/
	background: #E3EFDC url("/images/page_elements/index/freelancer_intro.png") no-repeat;
}

.services .become-member-company {
	/*
	width: 226px;
	*/
	width: 385px;
	float: right;
	background: #E6DEED url("/images/page_elements/index/projektanbieter_intro.png") no-repeat;
	/*cursor: pointer;*/
	/*border-top: 1px solid #DFDFDF;*/
}

.services .text {
	margin: 200px 0 0 0;
	padding: 15px;
	height: 105px;
	font-size: 11px;

}

.services .text b{
	font-size: 12px;
}

.services .button_show_details {
	margin: 0 0 20px 0px;
	cursor: pointer;
}

.info-area {
	float: left;
	width: 480px;
	margin: 30px 0 20px 0;	
}

.info-area .about-freelance {
	margin: 0 0 25px 0;
}

.info-area .contact img,
.info-area .contact div {
	cursor: pointer;
}

.info-area .contact .text {
	float: left;
	width: 380px; 
	margin: 7px 0 0 0;
}

.hotlines {
	float: right;
	width: 270px;
	margin: 30px 0 20px 0;	
}

.hotlines .news {
	background-color: #F5F5F5;
	clear: both;
	padding: 5px;
	margin: 10px 0 10px 0;
}

.hotlines .hotlines-item {
	clear: both;
	margin: 10px 5px;
	background-color: #118833;
}

.hotlines-item {
	clear: both;
	margin: 10px 5px;
}

.hotlines .hotlines-item a {
	color: #404040;
}

.hotlines .hotlines-item img {
	margin: 0 5px 0 0;
	float: left;
}

.hotlines .hotlines-item div {
	float: left;
	width: 65%;
	padding: 5px 0 0 0;
}

.hotlines .hotlines-item div em {
	font-weight: 900;
	color: #6B9E52;
}



.random-companies {
	margin: 30px 0 20px 0;
}

.home-short-list-title {
	font-weight: 900 !important; 
	font-size: 11px !important; 
	background-color: transparent !important; 
	padding: 0 0 !important; 
	margin: 0 0 !important; 
	line-height: 18px !important;
}

.home-oemmel-div {
	float: left;
	margin: -10px 0 10px 0;
	cursor: pointer;
	position: relative;
	height: 0px; 
}

.home-service-box-left {
	float: left;
	padding: 0 0 15px 0;
}

.home-service-box-right {
	float: right;
	padding: 0 15px 15px 0;
	width: 200px;
	text-align: right;
}

.home-service-picture-link {
	width: 385px; 
	height: 200px; 
	cursor: pointer;
}

.index-social-media-link {
	margin-right: 40px;
	margin-left: 6px;
	text-decoration: none;
}

.index-social-media-header-image {
	margin-right: 5px;
}


/* content of module.pool.20.css*/


/* POOL SELECTOR ITEMS */
/* ====================================================================== */
.pool-selector {
	width: 795px;
}

.pool-selector .pool {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 7px 4px 7px;
    padding: 0 5px;
    width: 235px;
}

.pool-selector .pool.selected {
	border: 1px solid #888;
	background-color: #E3EFDC; 
	
}

.pool-selector hr {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 5px 0 0 0;
}

table.profiles {
	width: 806px;	
}

table.profiles hr {
	border-bottom: 1px dotted #888;	
}

table.profiles thead tr {
	background-color:#f2f2c0;
}

table.profiles thead tr th {
	padding:4px;
	text-align:left;
	border-bottom: 2px solid #888;
	border-right: 1px solid #ccc;
	white-space: pre;
	vertical-align: top;
	font-weight: 700;
}
table.profiles thead tr th:LAST-CHILD {
	border-right: none;
}
table.profiles thead tr th.last-edit,
table.profiles thead tr th.action {
	min-width: 110px; 
}



table.profiles tbody tr {
	background-color:#f6f6f6;
}
table.profiles tbody tr:nth-child(2n+1) {
	background-color:#fefffe;
}

table.profiles tbody tr td {
	border-bottom: 2px solid #888;
	border-right: 1px solid #ccc;
	padding: 5px;
}

table.profiles tbody tr:hover {
	background-color:#e6c6e6;
}

table.profiles tbody tr:hover td {
	border-right-color: #fff;
}

table.profiles tbody tr td:LAST-CHILD {
	border-right: none;
}


table.profiles.two-lines tbody tr td span {
	display: block;	
	max-width: 90px;
	overflow: hidden;
}

table.profiles.two-lines tbody tr td span.one-line {
	white-space: pre;
	height: 18px;
}

table.profiles.two-lines tbody tr td span.two-line {
	height: 36px;
}


table.profiles.two-lines2 tbody tr td span {
	display: block;	
	max-width: 150px;
	overflow: hidden;
	white-space: pre;
	height: 18px;
}

table.profiles.one-line tbody tr td span {
	display: block;	
	max-width: 135px;
	overflow: hidden;
	white-space: pre;
}



table.profiles tbody tr td a {
	margin: 4px;
}

table.profiles tbody tr td span.most-current {
	background-color: #ffd;
}






/* TABLE STYLE */
/* ====================================================================== */


.dataTables_length {
	width: 40%;
	float: left;
	height:30px;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
	margin:10px 0 0 0;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('/js/lib/jquery/dataTables/images/sort_asc.png') no-repeat bottom right;
	padding-right: 10px;
}

.sorting_desc {
	background: url('/js/lib/jquery/dataTables/images/sort_desc.png') no-repeat bottom right;
	padding-right: 10px;
}

.sorting {
	background: url('/js/lib/jquery/dataTables/images/sort_both.png') no-repeat bottom right;
	padding-right: 10px;
}

.sorting_asc_disabled {
	background: url('/js/lib/jquery/dataTables/images/sort_asc_disabled.png') no-repeat bottom right;
	padding-right: 10px;
}

.sorting_desc_disabled {
	background: url('/js/lib/jquery/dataTables/images/sort_desc_disabled.png') no-repeat bottom right;
	padding-right: 10px;
}


.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #f2f2f2;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #f2f2f2;
}

.paging_full_numbers span.paginate_active {
	background-color: #cccccc;
}




/* content of module.category.20.css*/


.category-box {
	width:400px;
	margin: 0 0 2px 0;	
}

.category-box-type-default,
.category-box-type-admin {
	width:600px;
}

.selectarea-category {
	padding: 5px;
}

.selectarea-category option {
	padding: 5px;
}

/* DEFAULT ---------------------------------------------------------------------------------------------------*/
.category-parent-name {
	margin-right: 75px;
}

.category-box-type-default .selectarea-category-parent {
	margin: 0 5px 0 0;
	width: 295px;
}

.category-box-type-default .selectarea-category-children {
	margin: 0;
	width: 295px;
}

.category-box-type-default .category-box-with-add-and-delete-box .selectarea-category-parent {
	margin: 0 5px 0 0;
	width: 275px;
}

.category-box-type-default .category-box-with-add-and-delete-box .selectarea-category-children {
	margin: 0 2px 0 0;
	width: 275px;
}

/* SMALL ---------------------------------------------------------------------------------------------------*/
.category-box-type-small .selectarea-category-parent {
	margin: 0 5px 0 0;
	width: 190px;
}

.category-box-type-small .selectarea-category-children {
	margin: 0;
	width: 190px;
}

.category-box-type-small .category-box-with-add-and-delete-box .selectarea-category-parent {
	margin: 0 5px 0 0;
	width: 190px;
}

.category-box-type-small .category-box-with-add-and-delete-box .selectarea-category-children {
	margin: 0 2px 0 0;
	width: 185px;
}

/* STACK ---------------------------------------------------------------------------------------------------*/
.category-box-type-stack .selectarea-category-parent {
	margin: 0 0 3px 0;
	width: 404px;
}

.category-box-type-stack .selectarea-category-children {
	margin: 0 0 3px 0;
	width: 404px;
}

/* ADMIN ---------------------------------------------------------------------------------------------------*/
.category-box-type-admin .selectarea-category-parent {
	margin: 0 0 3px 0;
	width: 404px;
}


/* ALL ---------------------------------------------------------------------------------------------------*/
.selectarea-category-children.selectarea-category-children-disabled {
	font-style:italic; 
	color:#888;
}

/* ICONS ---------------------------------------------------------------------------------------------------*/
.category-box .icon-category-box {
	padding: 3px 0 0 0;
	display: block;
	float: right;
	width: 18px;
	cursor: pointer;
}


.category-box-type-stack .icon-category-box {
	display: block;
	width: 404px;
	padding: 0 0 3px 0;
	margin: 0px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.category-box-type-stack .icon-category-delete {
	margin: 1px;
}
.category-box-type-stack .icon-category-add {
	margin: 1px;
}

/* INPUT ELEMENT ---------------------------------------------------------------------------------------------------*/
.category-input-add-box {
	margin: 10px 0;
}	
	
.category-input-add-box .category-input-add-box-image {
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
}
	
.category-input-add-box .category-input-add-box-text {
	cursor: pointer;
	float: left;
	text-decoration: underline;
	margin: -2px 0 0 0;
}

.category-hint-max-number-selectable-categories {
	color: red;
}

.category-view-category-box {
	width: 350px !important;
}

.category-view-category {
	/*padding-left: 15px;*/
	margin-left: 15px;
	width: 400px;
}

.category-view-bottom-line {
	clear: both;
	border-top: 1px solid #eaeaea;
	margin-left: 15px;
}

.category-view-parent-category-box {
	width: 590px !important;
}


/* content of module.project.20.css*/


/**
 * Profile and project styles
 *
 */
 


/*.item-project {
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	padding: 3px 0;
	margin: 2px 0;
	cursor: pointer;
	background-color: transparent;
}*/

.item-project {
	position: relative;
	cursor: pointer;
	background-color: transparent;
}

.item-project-no-pointer {
	cursor: default;	
}

.item-project-m .item-project-image, 
.item-project-s .item-project-image {
	float: left;
}

.item-project-m .item-project-image img, 
.item-project-s .item-project-image img {
	border: 1px solid #E0E0E0;
}

.item-project-m .item-project-data, 
.item-project-s .item-project-data {
	margin: 0 0 0 10px;
	float: left;
	line-height: 1.4em;
	font-size: 0.9em;
	width: 83%;
}


.project_apply_button {
	margin: 0 0 20px 0;
}

.project_apply_button .button_show_details {
	margin: 0 0 0 100px;
	width: 620px;
	font-weight: 900;
}

#project_apply_button_bottom .button_show_details {
	margin: 0;
}





/* Rotation of the newest projects */
/* ======================================================================================== */



.jcarousel-skin-tango .jcarousel-container {
	width: 160px;
	
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 160px;
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  154x;
    padding: 0 3px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 153px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.below-header-box {
	border: 1px solid #E0E0E0;
    width: 800px;
    font-size: 0.9em;
    margin: 0 0 20px 0;
    padding: 0;
    background-color:#FAFAFA;
    
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
		
	line-height: 16x;
}

.below-header-box h5 {
	font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    padding: 3px 3px 3px 5px;
    float: left;
    display: inline;
}

.below-header-box .backlink {
	font-size: 0.9em;
    margin: 0;
    padding: 5px 5px 0 0;
    float: right;
    text-decoration: underline;
}

.below-header-box h6 {
	font-size: 1.2em;
    margin: 3px 0 3px 0;
    padding: 0;
    color: #6B9E52;
    font-weight: 700;
    
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	height: 40px;
	overflow: hidden;
}

.below-header-box p {
	margin: 0 0 2px 0;
	padding: 0 2px 2px 2px;
	line-height: 14px;
}

.below-header-box .jcarousel-skin-tango .jcarousel-container {
	width: 800px;
	
}

.below-header-box .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
}

.below-header-box .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  155x;
    padding: 3px;
}

.below-header-box .jcarousel-skin-tango .jcarousel-item {
    width: 142px;    
}

.below-header-box .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 6px;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
    
.below-header-box .jcarousel-skin-tango .jcarousel-item-horizontal:HOVER {
	background-color: #e0e0e0;
	cursor: pointer;
	text-decoration: none;
}

.below-header-box .jcarousel-skin-tango .jcarousel-item-horizontal a:HOVER {
	text-decoration: none;	
}


/* content of module.autocompletion.20.css*/


.place-autocompleter
{
	width: 344px;
	border:1px solid #cccccc;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px;
	margin:5px 0 0 0;
	height:150px;
	z-index:300;
	background-color:#FFFFFF;
	position: absolute;
}

.place-autocompleter li
{
	background-color:#FFFFFF;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.place-autocompleter li:hover
{
	background-color:#CAE0B8;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.place-autocompleter li.selected
{
	background-color:#CAE0B8;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.project-location-container
{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
}

.project-location-container-item
{
	border: 1px solid #ccc;
	padding: 5px 5px 0 5px;
	background-color: #e4e4e4;
	margin: 0 0 2px 190px;
}

.project-location-container-item div
{
	padding: 0 0;
}

.project-location-container-item div.icon
{
	float: left;
	width: 20px;
}

.project-location-container-item div.zip
{
	float: left;
	width: 75px;
	display: none;
}

.project-location-container-item div.area
{
	
	float: left;
	width: 20px;
	display: none;
}

.project-location-container-item div.city
{
	
	float: left;
	width: 180px;
	display: none;
}

.project-location-container-item div.county
{
	
	float: left;
	width: 155px;
	display: none;
}

.project-location-container-item div.location-info
{
	float: left;
	width: 240px;
}

.project-location-container-item div.country
{
	
	float: left;
	width: 110px;
}

.project-location-container-item div.delete
{
	
	float: left;
	width: 15px;
}

.project-location-container-item div.hidden
{
	display: none;
}



/* content of module.search.20.css*/


/* Search item */
/* ======================================================================================== */
.search-box {
	clear: both;
	background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    
    margin: 20px 0 10px 0;
    padding: 0;
    
    width: 804px;
}

.search-box.project {
	
}

.search-box.freelancerprofile {
	
}


.search-box .search-box-content-box {
	float: left;
	
	width: 636px;
    border-right: 1px solid #E0E0E0;
}

.search-box .search-box-actions-box {
	float: left;
	
	width: 157px;
	padding: 5px;	
}

.search-box .search-box-actions-box .action .ttClass {
	line-height: 20px;	
}

.search-box .search-box-actions-box .action .ttClass img {
	margin: 0 0 3px 0;
	vertical-align: middle;	
}


.search-box .search-box-overlay-image {
	position: absolute;
}

.search-box .upper-information-box {	
    border-bottom: 1px solid #E0E0E0;
}

.search-box.freelancerprofile.authentication-certificate .upper-information-box {
	background-color: #EEF5E9;
}

.search-box .upper-information-box .left {	
    float: left;
}

.search-box .upper-information-box .right {	
    float: right;
}

.search-box .upper-information-box .line-one,
.search-box .upper-information-box .line-two,
.search-box .upper-information-box .line-three{	
    padding: 0;
    margin: 0;
    height: 14px;
    
}


.search-box .upper-information-box .line-one.left {	
    font-size: 1.1em;
}

.search-box .upper-information-box .line-one.left.unread {	
    font-weight: 700;
}

.search-box .upper-information-box .line-one.left.unread a {	
}

.search-box .upper-information-box .line-one.right {	
}

.search-box .upper-information-box .line-two.left {	
    padding-top: 2px;
}

.search-box .upper-information-box .line-two.right {	
}

.search-box .upper-information-box .line-three {	
    font-size: 0.9em;
    color: #888888;
}

.search-box .upper-information-box .line-three.right img {	
    margin-top: 4px;
}



.search-box .result-counters-box {	
	background-color: #F0F0F0;
	font-size: 0.9em;
	vertical-align: middle;
	padding: 0 5px;
}

.search-box .result-counters-box .onlinestatus {
	vertical-align: middle;
}

.search-box .result-counters-box .onlinestatus img {
	margin: -2px -2px 2px 0;
	vertical-align: middle;
}

.search-box .result-counters-box .searchwords {
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border-left: 1px solid #E0E0E0;	
	border-right: 1px solid #E0E0E0;
	/*overflow: hidden;*/
	width: 375px;
	/*height: 18px;*/
}

.search-box.searchagent .result-counters-box .searchwords {
	width: 270px;
}
			
.search-box .image-box {
	float: left;
	
	width: 35px;
	padding: 7px 5px 0 5px;	
}

.search-box .image-box .image {
	width: 40px;
	height: 40px;
}
				
.search-box .information-box {
	float: left;
	
	width: 580px;
	padding: 3px 0 7px 5px;
}


/* Search field */
/* ======================================================================================== */	
.searchfield.main.form-box {
	background-color: #F0F0F0;
    border: 1px solid #E0E0E0;
    padding: 15px 20px 15px 20px;
    margin: 0
}

.searchfield.main .form-box-form {
    background-color: #F0F0F0;
    padding: 0;
    margin: 0
}

.searchfield.main .search-inputs {
	float: left;
}
.searchfield.main .help {
	float: right;
	line-height: 15px;
	width: 100px;
	margin: 0 0 0 5px;
}

.searchfield.main.form-box .simple-search-box {
    /*line-height: 30px;*/
    background: none;
}

.searchfield.main.form-box .simple-search-box .textfield {
    border: 1px solid #CCCCCC;
    color: #404040;
    margin: 0;
    padding: 6px 0 6px 5px;
    width: 320px;
}

.searchfield.main.form-box .simple-search-box button {
    vertical-align: middle;
    margin: -3px 0 0 0;
    padding: 0; 
    /*background: url(/images/page_elements/search-button.png) no-repeat 0 0;*/
    /*border: none;*/
    width: 27px;
    cursor: pointer;
}

/*
.searchfield.main.form-box .simple-search-box button:ACTIVE {
    background: url(/images/page_elements/search-button-active.png) no-repeat 0 0;
}
*/

/**
 * Styles for the new placeholder in HTML5
 */
::-webkit-input-placeholder {
   color: #aaaaaa;
   font-style: italic;
}

.searchfield.main.form-box .simple-search-box .textfield:-moz-placeholder {
   color: #aaaaaa;
   font-style: italic;
}

.searchfield.main.form-box .simple-search-box .textfield.city {
    width: 180px;
}

.searchfield.main #extended_search_box {
	clear: both;
}

.searchfield-form-no-float {
	float: none;
}

.searchfield.main #extended_search_box .form-box-input-area-wide {
    width: 742px;
    
    padding: 5px 8px 15px 8px;
    
    border: 1px solid #E0E0E0;    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.searchfield.main #extended_search_box .hour_rate .selectarea, 
.searchfield.main #extended_search_box .experience .selectarea,
.searchfield.main #extended_search_box .project_start_date .selectarea,
.searchfield.main #extended_search_box .country .selectarea {
	width: 197px;
	margin: 0 10px 0 0;
}

.searchfield.main #extended_search_box .hour_rate .textfield, 
.searchfield.main #extended_search_box .experience .textfield {
	
	height: 16px;
}


.searchfield.main #extended_search_box input.buttonelement {
	margin-right: 5px;
}
 

.searchfield.options {
	background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin: 10px 0 0 0;
	padding: 10px;
	line-height: 22px;
}

.searchfield.options img {
	margin: 0 0 3px 0;
	vertical-align: middle;		
}

.searchfield.options .sorting {
	float: left;
	margin: 0 15px 0 0;	
	padding: 0 15px 0 0;
	border-right: 1px solid #E0E0E0;
}

.searchfield.options .sorting .select {
	background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #404040;
    margin: 0;
    padding: 1px 0 1px 5px;
    height: 20px;
    width: 150px;
}

.searchfield.options .sorting .select option {
	padding: 3px 0;
    
}

.searchfield.options .watchlist {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #E0E0E0;
	cursor: pointer;
}

.searchfield.options .searchagent {
	float: left;
	cursor: pointer;
}

.select-for-premium {
	background: url('/images/page_elements/account/premium_15x15.png') no-repeat center right;
	float: left;
	margin: 0 15px 0 0;	
	padding: 0 15px 0 0;
	border-right: 1px solid #E0E0E0;
	padding-right: 20px;
}

.select-for-expert {
	background: url('/images/page_elements/account/expert_icon.gif') no-repeat center right;
	float: left;
	margin: 0 15px 0 0;	
	padding: 0 15px 0 0;
	border-right: 1px solid #E0E0E0;
	padding-right: 20px;
}



.autocomplete-w1 { 
	 
	position:absolute; 
	top:0px; 
	left:0px; 
	margin:8px 0 0 6px; 
	/* IE6 fix: */ 
	_background:none; 
	_margin:0; 
}

.autocomplete { 
	border:1px solid #999; 
	background:#FFF; 
	cursor:default; 
	text-align:left; 
	max-height:200px; 
	overflow:auto; 
	margin:-6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height:350px;  
	_margin:0; 
	_overflow-x:hidden;
	
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.35);
	-moz-box-shadow   : 0 4px 5px rgba(0,0,0,.35);
	-o-box-shadow     : 0 4px 5px rgba(0,0,0,.35);
	box-shadow        : 0 4px 5px rgba(0,0,0,.35);
}

.autocomplete .selected { 
	background:#F0F0F0; 
}

.autocomplete div { 
	padding:5px;
	white-space:nowrap;
	border-bottom: 1px solid #f0f0f0;
}

.autocomplete strong { 
	font-weight:700;
	color:#008000;
}

.search-modal-text-box {
	width: 650px;
}

.footer-content {
	padding: 10px 10px 0 10px;
	width: 782px;
}

.footer-content h2 {
	color: #000;
	font-weight: 900px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.footer-content div {
	margin: 0 0 8px 0;
}

.search-radio-buttons {
	float: left;
	margin: 0 0 0 70px;
	padding: 5px 5px 5px 5px;
	font-size: 9px;
	line-height: 15px;
	width: 372px;
}

.search-hint {
	height: 35px;
	margin: 0 0 0 77px;
	padding: 0 0 0 0;
	font-size: 9px; 
	line-height: 15px;
	color: #707070;
	cursor: pointer;
}

.search-seo-title {
	font-size: 9px;
	background-color: #E0E0E0;
	line-height: 31px;
}

.search-seo-link-to-parent {
	margin-right: 10px;
}

.searchfield-container {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 5px;
	background-color: #eee;
}

.searchfield-container button {
	/*vertical-align: middle;
    margin: -3px 0 0 0;
    padding: 0; 
    background: url(/images/page_elements/search-button.png) no-repeat 0 0;
    background-color: #6B9E52;
    color: #FFFFFF;
    font-weight: 900;
    border: none;
    width: 120px;
    height: 27px;
    cursor: pointer;*/
    height: 27px;
}

.searchfield-container .textfield {
	height: 16px;
}

.searchfield-container .textfield.search {
	width: 427px;
	height: 26px;
	font-size: 1.2em;
}

.searchfield-container .textfield.city {
	width: 255px;
	height: 26px;
	font-size: 1.2em;
}

.searchfield-container .selectarea {
	height: 22px;
}







.searchfield .textfield {
	height: 16px;
}

.searchfield .textfield.search {
	width: 410px !important;
	height: 26px;
	font-size: 1.2em;
}

.searchfield .textfield.city {
	width: 238px !important;
	height: 26px;
	font-size: 1.2em;
}

.searchfield .selectarea {
	height: 22px;
}

.searchfield .selectarea.perimeter {
	width: 80px;
	height: 40px;
	font-size: 1.2em;
}

/* css only for firefox */
@-moz-document url-prefix() {
	.searchfield .selectarea.perimeter{
        padding: 10px 0;
    }
}





.place-autocompleter
{
	width: 344px;
	border:1px solid #cccccc;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px;
	margin:5px 0 0 0;
	height:150px;
	z-index:300;
	background-color:#FFFFFF;
	position: absolute;
}

.place-autocompleter li
{
	background-color:#FFFFFF;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.place-autocompleter li:hover
{
	background-color:#CAE0B8;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.place-autocompleter li.selected
{
	background-color:#CAE0B8;
	cursor:pointer;
	margin:0px;
	padding:3px;
	font-size:0.9em;
}

.search-radio-options {
	float: left;
	margin: 0 22px 0 0;
	padding: 5px 5px 5px 0;
	font-size: 9px;
	line-height: 15px;
	width: 407px;
}

.search-option-hint {
	float: left;
	padding: 0 0 0 10px;
	font-size: 9px; 
	line-height: 15px;
	color: #707070;
	cursor: pointer;
}

.search-extended-location {
	float: right; 
	height: 15px; 
	font-size: 9px; 
	line-height: 15px; 
	padding: 3px 5px 0 0;
}

.search-help {
	margin-bottom: 5px;
	margin-top: 5px; 
}

.search-extended-search {
	margin-top: 0 !important;
}

.search-extended-search button {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	
}

#extended_search_location_box {
	line-height: 25px;
}

.searchagent-save {
	background-color: #EEEEEE !important;
	height: 15px;
}

.searchagent-save .bold {
	color: #404040;
	font-size: 15px;
	margin-top: -3px;
}


/* content of module.account.20.css*/


/**
 * Styles for elements used in watchlist
 *
 */
 
.settings-header {
	background: url("/images/page_elements/main/header/settings_banner.png");
}


/**
 * Abo create - Step indicator
 */
.abo-create.step-indicator {
	padding: 5px 0;
	margin: 0 0 15px 0;
}


/* Main item to show the state */
.abo-create.step-indicator span {
	
	margin: 10px 0 10px 5px;
	position: relative;
	
	white-space:nowrap;
	background-color: #f1f1f1;
	
    z-index: 1000;
	
	display: block;
	float: left;
	
	cursor: pointer;
}

/* CLEAR FIX */
.abo-create.step-indicator:before,
.abo-create.step-indicator:after,
.abo-create.step-indicator span:before,
.abo-create.step-indicator span:after {
    content:"";
    display:table;
}
.abo-create.step-indicator:after,
.abo-create.step-indicator span:after {
    clear:both;
}


/* Change z-index to let the first items overlap the next in row */ 
.abo-create.step-indicator span.first {
    z-index: 1200;
}
.abo-create.step-indicator span.second {
    z-index: 1150;
}
.abo-create.step-indicator span.third {
    z-index: 1100;
}
.abo-create.step-indicator span.fourth {
    z-index: 1050;
}

/* Style for done and current states */
.abo-create.step-indicator span.done {
	background: url("/images/iconset/Accept.png") no-repeat #EEF5E9 20px 7px;#
}

.abo-create.step-indicator span.current {
	background: url("/images/iconset/Pencil.png") no-repeat #E6DEED 20px 7px;
}



/* The em holds the text */
.abo-create.step-indicator span em {
	margin: 0;	
	padding: 5px 20px 5px 26px;
	color: #404040;
	float: left;
}
.abo-create.step-indicator span.first em {
	margin-left: 15px;
}

/* An white arrow at the begining of the item */
.abo-create.step-indicator span .arrow-overlay.in {
	display: block;
	float: left;
	margin-left: 0px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

	border-left: 15px solid #fff;
}

/* An arrow at the end of an item */
.abo-create.step-indicator span .arrow-overlay.out {
	display: block;
	float: left;
	margin-right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

	border-left: 15px solid #f1f1f1;
}


/* Change color of outgoing arrows depending on state */
.abo-create.step-indicator span.done .arrow-overlay.out {
	border-left-color: #EEF5E9;
}

.abo-create.step-indicator span.current .arrow-overlay.out {
	border-left-color: #E6DEED;
}

/* Column definition for subscription types.*/
.abo-left-column {
	width: 190px; 
	margin: 0 0 0 0; 
	height: 45px; 
	float: left; 
	font-weight: 700; 
	font-size: 11px;
	padding: 5px 0 0 0;
}

/* Column definition for subscription types.*/
.abo-right-column {
	width: 175px; 
	margin: 0 0 0 0; 
	height: 45px; 
	float: left; 
	font-size: 11px;
	padding: 5px 0 0 0;
}


.abo-cancelled-subscription-license {
	margin-left: -75px;
}

.abo-upgrade-left-column {
	width: 200px; 
	margin: 0px 3px 14px 10 px; 
	height: 25px; 
	float: left; 
	font-weight: 700; 
	font-size: 12px; 
	padding: 5px 0 0 0;
}

.abo-upgrade-right-column {
	width: 150px; 
	margin: 0px 3px 14px 10px; 
	height: 25px; 
	float: left; 
	font-size: 11px; 
	padding: 5px 0 0 0;
}

.abo-voucher-description {
	width: 200px; 
	margin: 0px 3px 0px 10px; 
	height: 45px; 
	float: left; 
	font-size: 11px; 
	padding: 5px 0 0 0;
}


/* content of module.services.20.css*/


.plans {
	
}

.plans .plan {
	float: left;
	width: 370px;
	margin: 20px 0 0 30px;
	
	border-radius: 8px;	
}


.plans .plan .header {
	background-color: #313131;
	background-color: #e0e0e0;
	
	border: 1px solid #e0e0e0;
	border-radius: 4px 4px 0 0;
	
	padding: 10px 0 0 4px;
}


.plans .plan.basic {
	margin-left: 15px;
}

.plans .plan .header h2 {
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;	
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #000000;
	
	
	width: 240px;
	position: absolute;
	margin: 0 0 0 -15px;
	background-color: #6B9E52;	
	padding: 10px; 

	border-radius: 3px;	
	box-shadow: #444 0px 2px 2px 0px;
	
}

.plans .plan .header h2 {
	width: 370px;
}


.plans .plan.company.premium h2,
.plans .plan.freelancer.expert h2{
	background-color: #8459A1;
}

.plans .plan ul.main-features {
	list-style: disc;
	font-size: 1.0em;
	color: #fff;
	color: #404040;
	padding: 10px;
	margin: 40px 0 0 10px;;

	text-shadow: 1px 1px 1px #888;
	text-shadow: 1px 1px 1px #fff;
}

.plans .plan .content,
.plans .plan .bottom {
	background-color: #fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}


.plans .plan .bottom {
	border: 1px solid #e0e0e0;
	border-top: none;
	text-align: center;
	padding-bottom: 10px;


	border-radius: 0 0 4px 4px;
}

.plans .plan ul.features {
	list-style: none;
	padding: 10px;
	margin: 0;
	font-size: 1.2em;
}

.plans .plan ul.features li {
	border-top: 1px #ccc solid;
	padding: 10px 0 5px 25px;
}

.plans .plan ul.features li.included {
	background: url("/images/iconset/Tick2.png") 0px 11px no-repeat;
}

.plans .plan ul.features li.not.included {
	background: url("/images/iconset/Cross.png") 0px 11px no-repeat;
}

.plans .plan ul.features li.included.twolines {
	background-position: 0px 21px;
}

.plans .plan ul.features li:FIRST-CHILD {
	border-top: none;
	
}

.plans .plan .prices,
.plans .plan .licences {
	padding: 10px;
	font-size: 1.3em;
	display: none;
}

.plans .plan button {
	margin: 5px;
}

.plans .plan button.pricetag {
	width:105px; 
	min-width: 105px; 
	font-size: 1.2em; 
	padding: 0 10px;
}

.plans .plan.company button.pricetag {
	margin: 5px 2px;	
}

.plans .plan button.pricetag.highlight {
	/*TODO*/
	/*border: 3px solid #ffcc00;*/
}

.plans .faqs {
	margin: 20px 0 0 0;
	float: left;
	width: 505px;
	height: 585px;
}

.plans .facts {
	margin: 20px 0 0 0;
	float: right;
	width: 270px;	
}




.plans .facts .testemonials img {
    float: right;
}

.plans .facts .testemonials .default-box-content img {
	margin: 0 5px 0 10px;
}

.plans .facts .testemonials .default-box-content q {	
	font-style: italic;
	quotes:'«' '»';
}

.plans .facts .testemonials .default-box-content .name:before {
	content: "\A\A-- "; 	
	white-space:pre;
}

.plans .facts .testemonials .default-box-content .name {
	font-size: 0.9em;
}



.plans .facts .pci .default-box-content {
	text-align: center;	
	padding-left: 0;
	padding-right: 0;
}



.plans .facts .testemonials .jcarousel-skin-tango .jcarousel-container {
	width: 260px;
	
}

.plans .facts .testemonials .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 260px;
}

.plans .facts .testemonials .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  275x;
    padding: 3px;
}

.plans .facts .testemonials .jcarousel-skin-tango .jcarousel-item {
    width: 242px;    
}

.plans .facts .testemonials .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 16px;
    overflow: hidden;
    
}
    






.services-informations-toggle {
	margin: 5px 15px 0px 15px;
	padding-bottom: 15px;
}

.services-informations-toggle .hide-services-informations {	
	display: none;
	
}


.services-informations {
	margin: 15px 0 0 10px;
	padding: 0;
	width: 780px;
	display: none;
}

.promotion-become-project-provider .services-informations {
	width: 600px;
}


.services-informations .list-item {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

.services-informations .list-item-two-lines {
	height: 58px;
}

.services-informations .list-item.headline {
	border: none;
}

.services-informations .list-item .list-headline {
	font-size: 1.2em;
	font-weight: 900;
	border: none;
	float: left;
	width: 340px;
	padding: 5px 0 0 0;
}

.services-informations .list-item .list-headline .list-headline-second-line {
	font-size: 0.8em;
	font-weight: 100;
	font-style: italic;
}

.services-informations .list-item .cell.cell-headline {
	height: 54px;
}

.services-informations .list-item.headline .cell h2 {
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;	
	font-size: 1.1em;
	text-shadow: 1px 1px 1px #000000;
	
	
	width: 125px;
	position: absolute;
	margin: -15px 0 0 0;
	background-color: #6B9E52;	
	padding: 10px 5px; 

	border-radius: 3px;	
	box-shadow: #444 0px 2px 2px 0px;
	
}

.services-informations .list-item.headline .cell span.type {
	font-size: 1.4em;
}

.services-informations .list-item.headline .cell.cell-premium h2,
.services-informations .list-item.headline .cell.cell-multi-premium h2,
.services-informations .list-item.headline .cell.cell-expert h2 {
	background-color: #8459A1;
}

.services-informations .list-item.headline .cell.cell-smallbusiness h2 {
	background-color: #888888;
}

.services-informations .list-item .description {
	font-size: 1.2em;
	float: left;
	width: 340px;
	padding: 3px 0;
	border-bottom: 1px solid #ffffff;
}

.services-informations .list-item .description.price {
	margin-top: 15px;
	color: #666;
}

.services-informations .list-item .description.price span{
	font-size: 1.2em;
}

.services-informations .cell .buttonelement {
	min-width: 100px;
	font-size: 1.0em;
	margin: 1px auto;
}

.services-informations .cell .buttonelement span {
	display: block;
	margin-top: 2px;
	font-size: 0.9em;
	font-weight: normal;
}

.promotion-become-project-provider .services-informations .list-item .description {	
	width: 305px;
	border-bottom: none;
}

.services-informations .list-item .description.vertical-center {
	padding: 20px 0 0 0;
}

.services-informations .list-item .services-informations-toggle.description {
	margin: 0;
}

.services-informations .list-item .services-informations-toggle.description a{
	font-size: 0.8em;
	color: #666;
}

.services-informations .list-item .cell .radio {	
	float: left;
	margin: 2px 0 0 10px;
}

.services-informations .list-item .cell {
	float: left;
	height: 21px;
	width: 136px;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 3px 0 0 0;
}

.services-informations.freelancer .list-item .cell {
	width: 210px;
}

.services-informations .list-item-two-lines .cell {
	/*height: 38px;*/
	padding: 20px 0 0 0;
}

.services-informations .list-item .list-item-price {
	height: 50px;
}

.services-informations .list-item-price .cell {
	height: 50px;
	padding: 8px 0 0 0;
}

.services-informations .list-item .cell .ok {
	background: url("/images/iconset/Tick2.png") no-repeat;
	
	padding: 2px 0 2px 20px;	
	/*
	float: left;
	margin: 10px 0 0 55px;
	padding: 0 0 0 20px;
	*/
}

.services-informations .list-item .cell .not-included {
	background: url("/images/iconset/Cross.png") no-repeat;
	padding: 2px 0 2px 20px;	
}

.services-informations .list-item .cell-basic {
	background-color: #DBEED2;
}

.services-informations .list-item .cell-premium {
	background-color: #E5DDEC;
}
.services-informations .list-item .cell-multi-premium,
.services-informations .list-item .cell-expert {
	background-color: #DBEED2;
	background-color: #E5DDEC;
}

.services-informations .list-item .cell-smallbusiness {
	background-color: #DDDDDD;
}

.services-landingpage-flsuite-header {
	background: url("/images/page_elements/main/header/header_landingpage_flsuite_618.png");	
}

.services-register-button {
	margin: 0;
	text-align: center;
}




/* content of module.benchmark.20.css*/


.benchmark-workload-header {
	background: url("/images/page_elements/main/header/620x100/benchmark_new.png");
	border: 1px solid #e0e0e0;
}

.benchmark-chart-options-box {
	margin: 0 0 10px 10px;
}


/* content of module.promotion.20.css*/


.promotion-main-box {
	width: 783px;
	height: auto;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.promotion-main-box div.image {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.promotion-main-box div.content {
	float: left;
	width: 630px;
}

.promotion-main-box div.content ul {
	line-height: 1.0em;
}

.promotion-main-box div.button {
	float: right;
	margin-top: 0px;
}

.promotion-main-box div.button button {
	height: 30px;
	margin-top: 0px;
}

.smallprint {
	font-size: 0.8em;
	color: #aaa;
}

.promotion-example-box {
	width: 219px;
	height: 120px;
	background-color: #ddd;
	padding: 10px;
	margin: 10px;
}

.promotion-example-box-text {
	height: 100px;
	padding: 0;
	margin: 0;
}

.promotion-it-link-box {
	float: right;
	width: 150px; 
	height: 70px; 
	background: url(/images/page_elements/promotion/button_puzzle_lila.png);
	padding: 1px 5px 5px 8px;
	color: #fff;
}

.promotion-it-link-box h1 {
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

.promotion-right-link-box {
	float: right;
	padding: 10px;
	width: 150px;
}

.promotion-become-freelancer {
	background: #E3EFDC;
	padding: 0 0 25px 0;
	margin: 0;
}

.promotion-become-project-provider {
	background-color: #ffffff;
	padding: 0 0 25px 0;
	margin: 0;
}

.promotion-become-paying-user-list {	
    list-style-type: none;
    padding: 10px 0 0 0;
    font-size: 1.4em;
}
.promotion-become-paying-user-list li {	
	background: url("/images/iconset/Tick2.png") no-repeat scroll left top transparent;
	padding: 0 0 0 25px;
	margin: 15px 0 15px 15px;
}
.promotion-navi-button-style {
	text-align: center; 
	font-size: 9px;
	padding: 0 5px 2px 5px !important;
	margin: 0;	
	line-height: 1;
	position: relative;
	background-color: #ffffff;
}
.promotion-navi-button-position {
	height: 40px;
	position: relative; 
	border-top: 1px solid #DFDFDF !important;
	border-left: 1px solid #DFDFDF !important;
	border-right: 1px solid #DFDFDF !important;
	font-weight: 900;	
}

.promotion-navi-button-position.fl {
	width: 50px;
	margin-top: -10px;
}

.promotion-navi-button-position.pp {
	width: 60px;
	margin-top: -9px;
}	

.promotion-subscription-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.promotion-subscription-list li {
	display: inline-block;
	text-align: left;
	padding: 15px 15px 45px 15px;
	font-size: 1.2em;
}
.promotion-subscription-list li div {
	display: block;	
	padding-left: 17px;	
	font-weight: 900;
}
.promotion-text {	
	padding: 15px 0 0 30px;
}


/* content of module.multiaccount.20.css*/


.search-box.staffuserprofile {

}


.search-box.staffuserprofile .image-box {
	padding-top: 10px;
}

.search-box.staffuserprofile .information-box {
	padding: 5px 0 5px 5px;
}

.search-box.staffuserprofile .line-two.left {
	margin-top: 3px;
}

.search-box.staffuserprofile .line-three.left {
	width: 420px;
	height: 18px;
	overflow: hidden;
	margin-top: 3px;
}


.search-box.staffuserprofile .search-box-actions-box {
	padding: 0 5px;
	width: 135px;
}



.staffuserprofile-extension .form-box {
	width: 636px;
	float: left;
}

.staffuserprofile-extension .form-box .form-box-input-area {
	margin-left: 10px;
}

.staffuserprofile-extension .form-box-input-area h2.first {
	margin-top: 0px;
}

.staffuserprofile-extension .form-box button.buttonelement,
.staffuserprofile-extension .form-box input.buttonelement {
	margin: 20px 18px 10px 0;
}


/* content of module.blacklist.20.css*/


/**
 * Styles for elements used in watchlist
 *
 */
 
.blacklist-header {
	background: url("/images/page_elements/main/header/blacklist_banner.png");
}


/* content of module.main.20.css*/


.contact-header {
	background: url("/images/page_elements/main/header/620x100/contact_banner_new.png");
	border: 1px solid #e0e0e0;
}

.content-header-headline.company {
	width: 800px;
}

.company-list {
	margin-left: 0;
}
.company-list li{
	/*list-style-image: url('/images/iconset/Tick2.png');*/
	background: url('/images/iconset/Tick2.png') no-repeat left top;
	list-style-type: none;
	padding: 0 0 0 25px;
}

.tellafriend-header {
	background: url("/images/page_elements/main/header/tellafriend_banner.png");
	border: 1px solid #e0e0e0;
}

.statistic-header {
	background: url("/images/page_elements/main/header/620x100/statistics_banner_new.png");
}

.faq-header {
	background: url("/images/page_elements/main/header/620x100/faq_banner_new.png");
}

.ac-infopage-header {
	background: url("/images/page_elements/main/header/620x100/ac_infopage_banner_new.png");
	border: 1px solid #e0e0e0;
}


.contego-overview {
	padding: 0;
	margin: 0 0 20px 0;
}

.contego-overview tr {
	padding: 0;
	margin: 0;
}

.contego-overview tr td {
	padding: 0 15px;
	margin: 0;
	width: 88px;
}

.contego-overview thead th {
	font-weight: 900;
}

.contego-overview thead th.expert{
	color: #6B9E52;
}

.contego-overview tbody td {
	text-align: right;	
}

.contego-overview tbody td.contego-overview-first-column {
	width: 150px;
	padding: 0 5px;
	text-align: left;
}

.contego-overview .contego-overview-last-row td {
	border-top: 1px solid #ccc;
	height: 40px;
}

.contego-overview .contego-overview-last-row-black-marked-top td{
	border-top: 2px solid #E0E0E0;
	height: 40px;
}

.contego-overview .contego-overview-last-row-black-marked-bottom td{
	border-bottom: 2px solid #E0E0E0;
	height: 40px;
}

.contego-overview .contego-overview-last-row-green-marked-top td{
	border-top: 2px solid #6B9E52;
	height: 40px;
	background-color: #D5FFAE;
}

.contego-overview .contego-overview-last-row-green-marked-bottom td{
	border-bottom: 2px solid #6B9E52;
	height: 40px;
	background-color: #D5FFAE;
}

.contego-overview-basic-row {
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-left: 2px solid #E0E0E0;
	font-weight: 900;
	text-align: center !important;
}

.contego-overview-expert-row {
	border-top: 2px solid #6B9E52;
	border-bottom: 2px solid #6B9E52;
	border-left: 2px solid #6B9E52;
	font-weight: 900;
	text-align: center !important;
}

.contego-overview-basic-last-column {
	border-right: 2px solid #E0E0E0;
}

.contego-overview-expert-last-column {
	border-right: 2px solid #6B9E52;
}

.contego-overview .contego-overview-last-row-green-marked td{
	border-top: 2px solid #6B9E52;
	border-bottom: 2px solid #6B9E52;
	height: 40px;
}

.contego-overview .contego-overview-row-green td{
	height: 40px;
	background-color: #D5FFAE;
}

.contego-overview .contego-overview-last-row td.contego-overview-first-column {
	border: none;
}

.contego-overview td.left-right-border,th.left-right-border{
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.contego-overview td.blank{
	height: 10px;
}

.contego-overview-2 {
	padding: 0;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}

.contego-overview-2 tr {
	padding: 0;
	margin: 0;
}

.contego-overview-2 tr td {
	padding: 0 15px;
	margin: 0;
}

.contego-overview-2 thead th {
	font-weight: 900;
	border: 10px solid transparent;
}

.contego-overview-2 tbody td {
	text-align: right;	
}

.contego-overview-2 tbody td.contego-overview-first-column {
	width: 165px;
	padding: 0 5px;
	text-align: left;
}

.contego-overview-2 .contego-overview-last-row td {
	border-top: 1px solid #ccc;
	height: 40px;
}

.contego-overview-2 .contego-overview-last-row-marked td{
	border-top: 2px solid #6B9E52;
	border-bottom: 2px solid #6B9E52;
	height: 40px;
}

.contego-overview-2 .contego-overview-last-row td.contego-overview-first-column {
	border: none;
}

.search-service-header {
	background: url("/images/page_elements/main/header/search_service_banner.png");
	border: 1px solid #e0e0e0;
}

.app-landing-page-app-icon {
	padding: 5px;
}

.app-landing-page-leading-text {
	margin: 10px;
}

.app-landing-page-text {
	margin: 10px;
}

.app-landing-page-list {
    font-weight: 900;
    list-style-type: none;
    padding: 10px 0 0;
}

.app-landing-page-list li {
    background: url("/images/iconset/Tick2.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    margin: 15px 0 15px 15px;
    padding: 0 0 0 25px;
}

.app-landing-page-list-text {
	padding-right: 5px;
}

.login-form {
	width: 620px;
}

.login-banner {
	padding-left: 12px;
}


/* content of module.module.services.20.css*/


.module-services-invoices-header {
	background: url("/images/page_elements/main/header/freelance-suite.png");
	border: 1px solid #e0e0e0;
	width: 803px;
}

.module-services-form-box-input-area-wide {
	margin: 10px; 
}


.module-services-form-box-input-area-wide h2 {
	color: #404040;
	font-weight: bold;
}

.module-services-form-box-input-area-wide hr {
	margin: 0;
	padding: 0;
}

.module-services-input-checkbox-wide {
	margin: 10px;
}

.module-services-check-list {
	list-style-image: url("/images/iconset/Tick2.png")
}

.module-services-check-list li {
	margin: 0;
}

.module-services-check-list li ul {
	list-style: circle;	
}

.module-services-form-box-submit-area {
	text-align: center;
}

.module-services-buttonelement {
	width: 600px;
}


/* content of module.bizcon.20.css*/


.bizcon-settings-header {
	background: url("/images/page_elements/main/header/620x100/bizcon_settings_banner_new.png");
}


/* content of module.tab_menu.20.css*/


/**
 *
 * tab design (Release 2.5)
 * 
 */

.tab-navigation-box {
	clear: both;
	width:100%;
}

.tab-navigation-box-level-two {
	margin: 0 0 10px 0;
}

.tab-navigation-tab {
	height: 24px;
	line-height: 24px;
	font-family: verdana;
	font-size: 12px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
}

.tab-navigation-box .tab-navigation-tab-last-one-in-row {

}

.tab-navigation-tab-active {
	height: 24px;
	line-height: 24px;
	font-family: verdana;
	font-size: 12px;
	padding: 0 8px;	
	background-color: #dadada;
	background-image:url(../images/page_elements/tab_1.jpg);
	border: 1px solid #ccc;
}

.tab-navigation-box .tab-navigation-tab a {
	color: #313131;
}

.tab-navigation-box-level-two .tab-navigation-tab-active {
	cursor: default;
}

.tab-navigation-box-level-two .tab-navigation-tab {
	height: 24px;
	line-height: 22px;
	font-family: verdana;
	font-size: 9px;
	text-transform: uppercase;
}

.tab-plus-nav {
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding:3px;
	margin:1px 0 0 1px;
	width:20px;
	text-align:center;
	cursor:pointer;
	height:18px;
	background-image:url(/images/page_elements/icon_add.png);
	background-repeat:no-repeat;
	background-position:5px 4px;
}

.tab-nav-nav {
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding:4px;
	width:19px;
	text-align:center;
	cursor:pointer;
}

.tab-navigation-box-level-two .tab-navigation-tab-active-dark {
	background-image:url(../images/page_elements/tab_0.jpg);
	/*text-decoration:underline;*/
	/*background-color: #dadada;*/
	/*border:1px solid #666666;*/
	
}


.tab-navigation-box-level-two .tab-navigation-tab img {
}


/* content of module.application.20.css*/


/**
 *
 * Application design (Release 2.3)
 * 
 */
 
 
 
/**
 * Application form
 */
 
.application-apply-form-hint-area {
	margin: 25px 0 35px 0;
}

.application-apply-form-hint-area img {
	margin: 0 0 0 45px;
}

.application-apply-form-hint-area .application-apply-form-hint-area-name {
	width: 100%;
	text-align: center;
	font-weight: 900;
}
 
 
/**
 * Application manage
 */

 
.application-manage-header {
	background: url("/images/page_elements/main/header/application_manage_banner.png");
}



.application-manage-navigation-box {
	clear: both;
	width: 622px;
	margin: 0 0 0 -1px;
}

.application-manage-navigation-box-level-two {
	margin: 1px 0 10px -1px;
	background-color: #e0e0e0;
}

.application-manage-navigation-box .application-manage-navigation-tab {
	height: 28px;
	line-height: 28px;
	font-family: verdana;
	font-size: 15px;
	color: #000000;
	background-color: #f5f5f5;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #ffffff;
}

.application-manage-navigation-box .application-manage-navigation-tab-last-one-in-row {
	border-right: 1px solid #ffffff;
}

.application-manage-navigation-box .application-manage-navigation-tab-active {
	background-color: #e0e0e0;
}

.application-manage-navigation-box .application-manage-navigation-tab a {
	color: #313131;
}

.application-manage-navigation-box-level-two .application-manage-navigation-tab-active {
	font-weight: 900;
}

.application-manage-navigation-box-level-two .application-manage-navigation-tab {
	height: 24px;
	line-height: 24px;
	font-family: verdana;
	font-size: 9px;
	text-transform: uppercase;
	background-color: #e0e0e0;	
}

.application-manage-navigation-box-level-two .application-manage-navigation-tab-active-dark {
	font-weight: 900;
	background-color:#cccccc;
}


.application-manage-navigation-box-level-two .application-manage-navigation-tab img {
	margin: 0 0 -3px 0;
}






.form-box-application-manage-search {
	border: none;
	background: none;
	width: 100%;
}

.form-box-input-area-application-manage-search {
	margin: 0;
	padding: 0;
	width: 100%;
}

.form-box-application-manage-search input.textfield {
	margin: 1px 0 1px 0;
	width: 220px;
}

.form-box-application-manage-search input.buttonelement {
	margin: 0 0 1px 0;
	width: 120px;
	float: left;
}

.form-box-application-manage-search .checkbox-radiobutton-icon {
	margin: 5px 5px 0 5px;
}

.form-box-application-manage-search .checkbox-radiobutton-icon-text {
	margin: 0 30px 0 0;
}



.form-box-application-manage-filter {
	float: right;
	border: none;
	background: none;
	width: 215px;
	height: 28px;
	margin: 0;
	padding: 0;	
}

.form-box-input-area-application-manage-filter {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form-box-application-manage-filter select.selectarea {
	width: 130px;
}
.form-box-input-area-application-manage-filter .title-box, 
.form-box-input-area-application-manage-filter .input-box {
	display: inline;
	margin: 0;
	padding: 0;
}

.form-box-input-area-application-manage-filter .form-box-element .title-box {
	width: 80px;
}



.application-manage-project-headline {
	background-color: #e0e0e0;
	padding: 5px 10px;
	/*width: 577px;*/
	width: 602px;
	margin: 25px 0 5px 0;
}

.application-manage-project-headline h2 {
	float: left;
	color: #313131;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	width: 400px;
}

.application-manage-project-headline .application-manage-project-headline-ref-number {
	float: right;
	display: inline;
	color: #686868;
}

.application-manage-project-headline .application-manage-project-headline-ref-number span {
	text-transform: uppercase;
}
.application-manage-project-headline .offline_project {
	text-transform: uppercase;
}

.application-button-container {
	width: 800px;
	margin-bottom: 10px;
	margin-top: -10px;
}




/* content of module.watchlist.20.css*/


/**
 * Styles for elements used in watchlist
 *
 */
 
.watchlist-header {
	background: url("/images/page_elements/main/header/merkliste_banner.png");
}



/* content of module.onlineuser.20.css*/


.onlineuser-header {
	background: url("/images/page_elements/main/header/useronline_banner.png");
}





.onlineuser-interaction-disabled {
	position: relative;
	float: right;
	left: 10px;
	bottom: 60px;
	
	margin: 2px;
	z-index: 100;
}

.onlineuser-interaction-disabled img {
	cursor: pointer;
}

.onlineuser-interaction-enabled {
	position: relative;
	float: right;
	left: 220px;
	bottom: 200px;
	
	background-image: url('/images/page_elements/main/icon-onlineuser-interaction-big.jpg');
	background-repeat: no-repeat;
	
	width: 206px;
	height: 169px;
	
	z-index: 101;
}

.onlineuser-interaction-enabled .onlineuser-interaction-text {
	margin: 45px 0 0 30px;
	z-index: 102;
}

.onlineuser-interaction-enabled .onlineuser-interaction-buttons {
	margin: 0 0 0 30px;
	z-index: 102;
}




/* content of module.searchagent.20.css*/


.searchagent-header {
	background: url("/images/page_elements/main/header/searchagent_banner.png");
}

.searchagent-results-count {
	padding: 15px 5px 0 10px;
}




/* content of item.bizcon.20.css*/


.item-bizcon-large .item-default-large-content-text-box {
	width: 320px;
}


/* content of item.pagination.20.css*/


/*
 CSS styles for pagination
*/

#pagination {
	width: 100%;
	margin: 15px 0;
}

.pagination-element-nowidth {
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	cursor: pointer;
	margin: 1px;
	height: 12px;
}

.pagination-offset {
	width: 215px;
	cursor: default;
}

.pagination-pages {
	float: right;
	text-align: right;	
}

.pagination-element {
	padding: 0 6px;
	float: left;
	cursor: pointer;
	margin: 1px;
}

.pagination-first-element-inactive {
	border: 1px solid #CCCCCC; 
	background: #FFFFFF; 
	color: #808080;
}

.pagination-first-element-active {
	border: 1px solid #6B9E52; 
	background: #CAE0B8; 
	color: #404040;
}

.pagination-last-element-inactive {
	border: 1px solid #CCCCCC; 
	background: #FFFFFF; 
	color: #808080;
}

.pagination-last-element-active {
	border: 1px solid #6B9E52; 
	background: #CAE0B8; 
	color: #404040;
}

.pagination-element-inactive {
	border: 1px solid #CCCCCC; 
	background: #F5F5F5; 
	color: #404040;
}

.pagination-element-active {
	border: 1px solid #6B9E52; 
	background: #CAE0B8; 
	color: #404040;
}

.list-item-number-selection {
	float: right;
	margin: 2px 3px 0 10px;
	padding: 1px;
	cursor: default;
}

.list-item-number-selection img {
	margin: 0 -1px;
	cursor: pointer;
}


/* content of item.searchlist_options.20.css*/


.item-searchlist-options {
	width: 155px;
	height: 50px;
	padding: 0 4px 0 0;
	margin: 10px 0 0 0;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	font-size: 0.9em;
}

.item-searchlist-options .link {
	height: 17px;
	width: 160px;
	float: right;
	text-align: right;
}

.item-searchlist-options .link a {
	cursor:pointer;
	color: #808080;
	font-weight: 100;
}

.item-searchlist-options .linkImg {
	cursor:pointer;
	border:none;
	margin: 0 0 0 3px;
}

.item-searchlist-options .linkContent {
	margin: 0 2px 0 0;
	float: right;
}


/* content of item.searchagent.20.css*/


.searchagent-settings {
	
}

.searchagent-settings .form-box {
	width: 636px;
	float: left;
}

.searchagent-settings .form-box .form-box-input-area {
	margin-left: 10px;
}

.searchagent-settings .form-box-input-area h2.first {
	margin-top: 0px;
}


.searchagent-results {
	background-color: green;
}

.searchagent-results .form-box .search-box {
	margin-left: 5px;
	width: 792px;
}

.searchagent-results .form-box .search-box .search-box-actions-box {
	width: 145px;
}

.searchagent-settings .form-box button.buttonelement,
.searchagent-settings .form-box input.buttonelement {
	margin: 20px 18px 10px 0;
}	

.search-box.searchagent .image-box {
	padding-top: 10px;
}

.search-box.searchagent .information-box {
	padding: 5px 0 5px 5px;
}

.search-box.searchagent .line-two.left {
	margin-top: 3px;
}

.search-box.searchagent .line-three.left {
	width: 580px;
	height: 18px;
	overflow: hidden;
	margin-top: 3px;
}

.search-box.searchagent .search-box-actions-box {
	padding: 0 5px;
}



/**
 * a big search agent item
 */
.item-searchagent {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.item-searchagent:hover {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	height: 60px;
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
	cursor: pointer;
}

.item-searchagent-settings {
	border-top: 1px solid #EEF5E9;
}

.item-searchagent-results {
	border-top: 1px solid #F5F5F5;
}


.searchagent-inactive {
	opacity: 0.5;
	-moz-opacity: 0.5;
}






/* DO NOT FORGET TO DELETE THE OLD STUFF ABOVE */

.searchagent-item-large {
	border: 1px solid #e0e0e0;
	height: 60px;
	margin: 0 0 10px 0;
}

/**
 * Status icon
 */

.searchagent-item-large .searchagent-item-status-box {
	float: left;
	border-right: 1px solid #e0e0e0;
	height: 100%;
	width: 35px;
}


.searchagent-item-status-box img {
	margin: 22px 0 0 10px;
}

/**
 * Main content
 */ 

.searchagent-item-large .searchagent-item-content-text-box {
	float: left;
	width: 591px;
	height: 53px;
	padding: 7px 0 0 9px;
	border-right: 1px solid #E0E0E0;
}

.searchagent-item-content-text-box .text-box-line-one, 
.searchagent-item-content-text-box .text-box-line-one a {
	font-weight: 900;
	color: #404040;
}

.searchagent-item-content-text-box .text-box-line-two {
	font-size: 9px;
	line-height: 11px;
}

.searchagent-item-content-text-box .text-box-line-three {
	font-size: 9px;
	text-transform: uppercase;
	color: #808080;
}

/**
 * Action buttons
 */
 
.searchagent-item-large .searchagent-item-content-actions-box {
	float: left;
	
	width: 157px;
	padding: 5px;
	
}

.searchagent-item-large .searchagent-item-content-actions-box .action .ttClass {
	line-height: 20px;	
}

.searchagent-item-large .searchagent-item-content-actions-box .action .ttClass img {
	margin: 0 0 3px 0;
	vertical-align: middle;	
}



/* content of item.promotion.20.css*/


.promotion-item {
	margin: 30px 0 0 0;
}

.promotion-item-first {
	margin: 0;
}

.promotion-item .open-text {
	float: left;
	margin: 40px 0 0 0;
	width: 390px;
}

.promotion-item .member-text {
	margin: 10px 0 0 0;
}

.promotion-item .offer {
	float: left;
	width: 150px;
	padding: 30px 0 0 0;
}

.promotion-item .button {
	float: right;
	padding: 0 30px 0 0;
}





/* content of item.item.20.css*/








/** 
 * OLD STUFF BELOW!!!!!!!!!! (pre 2.4.0)
 */




.item-item,
.item-item-nohover {
	padding: 0 3px;
	margin: 5px 0 0 0;
	clear: both;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	cursor: pointer;
}

.item-item:hover {
	padding: 0 3px;
	margin: 5px 0 0 0;
	clear: both;
	height: 60px;
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
	cursor: pointer;
}


/* the small project item */
.item-item-autocompleter {
	padding: 0px;
	height: 36px;
	min-height: 36px;
	margin: 5px 0;
	clear: both;
}

.item-item-small {
	height: 28px;
	margin: 5px 0;
}

.item-item-not-clickable {
	cursor: default;
}

.item-pulldown {
	border-top: 1px solid #EEF5E9;
}

.item-big-bar {
	background: #F5F5F5;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding: 2px 5px 0px 5px;
	height: 22px;
	min-height: 22px;
	margin: 0;
	line-heigth: 28px;
}

.item-big-bar-gray {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}


.item-big-bar-with-buttons {
	height: 32px;
	min-height: 32px;
}


.item-big-bar-additional {
	margin: 0; 
}

.item-big-bar-disabled {
	background: #F2CDD0;	
	border-left: 1px solid #F3959B;
	border-right: 1px solid #F3959B;
	border-bottom: 1px solid #F3959B;
}

.item-big-bar-neutral {
	background: #FFFFFF;	
}

.item-big-bar-green {
	background: #E3EFDC;	
}

.item-big-bar-yellow {
	background: #FFFF99;	
}

.item-big-bar-purple {
	background: #E6DEED;	
}

.item-big-bar-unread {
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}

.item-big-bar .bar-item {
	float: left;
	font-size: 0.9em;
	color: #808080;
	margin-right: 5px;
}

.item-big-bar .unread {
	background-color: #FFFF99;
	color: #404040;
}

.item-big-bar .bar-item-right {
	float: right;
	text-align: right;
	font-size: 0.9em;
	color: #808080;
	margin-left: 10px;
}




/* content of item.project.20.css*/


/*
 CSS file for the "project" item
*/



/* the big project item */
.item-project-big {
	padding: 0 3px;
	margin: 10px 0 0 0;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	cursor: pointer;
	height: 50px;
}

.item-project-big-unread {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	background-color: #f5f5f5;
	border: 1px solid #E0E0E0;
	cursor: pointer;
	height: 50px;
}

.project-application-unread .item-project-big {
	border: 1px solid #555555;
	background-color: #FFFF99;	
}

.project-application-unread .item-project-big-unread {
	border: 1px solid #555555;
	background-color: #FFFF99;	
}

.item-project-big:hover {
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
}

.item-project-big-unread:hover {
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
}

.item-project-big .project-image {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

.item-project-big-unread .project-image {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

.item-project-big .project-data {
	float: left; 
	padding: 3px 0 0 5px; 
	line-height:16px; 
	width:92%;	
}

.item-project-big-unread .project-data {
	float: left; 
	padding: 3px 0 0 5px; 
	line-height:16px; 
	width:92%;	
}

.item-project-big .text {
	color: #404040;
	font-weight: normal;	
}

.item-project-big-unread .text {
	color: #404040;
	font-weight: bold;	
}

.item-project-big .small {
	font-size: 0.9em;	
}

.item-project-big-unread .small {
	font-size: 0.9em;	
}

.item-project-big .hint {
	color: #808080;
}

.item-project-big-unread .hint {
	color: #808080;
}


/* the small project item */
.item-project-small {

	padding: 0px;
	height: 36px;
	min-height: 36px;
	margin: 5px 0;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	cursor: pointer;
}

.item-project-small:hover {
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
}

.item-project-small-image {
	border: none;
	float: left;
	width: 36px;
	height: 36px;
/*	overflow: hidden; */
	margin: 0 5px 0 2px;
}

.item-project-small-data {
	float: left; 
	line-height: 14px;
	padding: 3px 0 0 0; 

}

.item-project-small-title {
	width: 235px;
	height: 14px;
	overflow: hidden;
}


.item-project-small-title a {
	color: #404040;
	font-weight: normal;
	padding: 5px 0 0 0;
}

.item-project-small-skills {
	font-size: 0.9em;
	padding: 1px 0 0 0;
	width: 235px;
	height: 14px;
	overflow: hidden;
}

.item-project-small-timestamp {
	color: #808080;
	float: right;
	font-size: 0.9em;	
	line-height: 14px;
	padding: 3px 0 0 0; 
	text-align: center;
	width: 50px;
}



/* The "Zoom-picture" if the user mouseovers a picture or a logo */
.overlay-image-box {
	background: url("/images/page_elements/shadow.png") no-repeat bottom right !important;
	background: url("/images/page_elements/shadow.gif") no-repeat bottom right;
	position: absolute;
	left: 60px;
	bottom: 10px; 
	z-index: 100;
}

.overlay-image-box-inner {
	margin: 0;
	position: relative;
	bottom: 4px;
	right: 6px;
	z-index: 101;
	
}

.overlay-image-box-image {
	position: relative;
	border: 1px solid #888888;
	z-index: 102; 
}



/* The blacklist project item */
.item-project-blacklist {
	border: 1px solid #CAE0B8;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	cursor: pointer;
}

.item-project-blacklist:hover {
    background-color: #E6DEED;  
    border: 1px solid #8459A1;
}




/* content of item.documents.20.css*/


.documents-big-box {
	float: left;
	width: 190px;
	/*
	width: 31%;
	*/
	margin: 5px;
	padding: 0;
	border: 1px solid #CCCCCC;
}

.documents-big-box-account-icons {
	width: 210px;
}

.documents-preview {
	border: 1px solid #CCCCCC;
	margin: 10px 25px;
	padding: 0;
	text-align: right;
	width: 135px;
	height: 180px;
}

.documents-big-box-account-icons .documents-preview {
	margin: 10px 25px;
}

.documents-preview img {
	margin: 1px;
	padding: 0;
}

.documents-buttons-box {
	border-top: 1px solid #CCCCCC;
	padding: 12px;
}

.documents-buttons-box img {
	margin: 0 0 2px 0;
}

.documents-file-description {
	margin: 3px;
}


/* The "Zoom-picture" if the user mouseovers a picture or a logo */
.documents-overlay-image-box {
	background: url("/images/page_elements/shadow.png") no-repeat bottom right !important;
	background: url("/images/page_elements/shadow.gif") no-repeat bottom right;
	position: absolute;
	left: -150px;
	top: -10px; 
	z-index: 100;
}

.documents-overlay-image-box-inner {
	margin: 0;
	position: relative;
	bottom: 4px;
	background-color: #E3EFDC;
	border: 1px solid #CCCCCC;
	right: 6px;
	z-index: 101;
}

.documents-overlay-image-box-inner .controll-bar {
	float: right;
	padding: 0 10px;
	z-index: 103; 
}

.documents-overlay-image-box-image {
	border-top: 1px solid #CCCCCC;
	
	position: relative;
	z-index: 102; 
}


/* content of item.formular.20.css*/


/**
 * Style for form
 *
 */



/**
 * Input types
 */
 
 
input.checkbox,
input.radio {
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}


input.text,
input.password {
    color: #404040;
    background: #FFFFFF url(/images/page_elements/formular/input.gif) top left repeat-x;
    height: 16px;
    border: 1px solid #CCCCCC;
    width: 200px;
}

input.submit-button,
button {
	color: #404040;
    padding: 4px;
}

input.submit-button-fixed-width-S {
	width: 80px;
}

input.submit-button-fixed-width-M {
	width: 120px;
}

input.submit-button-fixed-width-L {
	width: 160px;
}

input.submit-button-fixed-width-XL {
	width: 200px;
}

input.submit-button-fixed-width-XXL {
	width: 250px;
}

input.disabled {
   /* color: #808080; */
    background-color:#f2f2f2;
	color:#333;
	font-style: italic;	
}



/**
 * Style for formulars
 *
 */

.form-div {
	border-top: 1px solid #CAE0B8; 
	border-bottom: 1px solid #CAE0B8;
	background-color: #EEF5E9;
	margin: 5px 0 30px 0;
	padding: 15px 10px;
	width: 590px;
}

.application-big-history .form-div {
	margin: 5px 0 30px 20px;
	width: 570px;
}


.form-div .image-box {
	position: relative;
}

.form-div-headline {
	font-size: 14px;
	color: #6B9E52;
	margin: 15px 0 0 0;
}


.form20 {
	
}


.form20 .form-field-element {
	position: relative;
	border-top: 1px solid #CCCCCC;
	clear: both;
	min-height: 30px;
	height: auto !important; /* IE6 Hack */
	height: 30px;
	padding: 5px 0;
	margin: 0;
}

.form20 .form-field-element-two-lines {
	min-height: 60px;
	height: auto !important; /* IE6 Hack */
	height: 60px;
}

.form20 .form-field-element-first {
	border-top: none;
}



.form20 .form-field-element-even {
	background-color: #FFFFFF;
}

.form20 .one-column {
	float: left;
	padding: 0 5px;
	margin:0;
}

.form20 .icons-0 {
	width: 575px;
}

.form20 .icons-1 {
	width: 535px;
}

.form20 .icons-2 {
	width: 495px;
}

.form20 .icons-3 {
	width: 455px;
}

.form20 .icons-4 {
	width: 415px;
}

.form20 .icons-5 {
	width: 415px;
}

.form20 .icon {
	float: left;
	margin: 10px 0 0 0;
	width: 40px;
}
.form20 .fieldtitle {
	width: 136px;
	margin: 0px 3px 0px 10px;
	height: 25px;
	float: left;
	padding: 5px 0 0 0;
}

.form20 .fieldtitle-required {
	width: 130px;
	margin: 0px 3px 0px 10px;
	height: 25px;
	float: left;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 0 0 0;
}

.form20 .fieldtitle-one-column {
	width: 100%;
}

.form20 .field {
	float: left;
	width: 210px;
	height: 20px;
	margin: 3px;
}


.form20 .field-input {
	float: left;
	margin: 3px;
	width: 400px;
	position: relative;
	z-index: 1;
}

.form20 .field-input-temp {
	padding-top: 4px;
}

.application-big-history .form20 .field-input {
	width: 380px;
}

.form20 .input-zipcode {
	width: 50px !important;
}

.form20 .input-city {
	width: 138px !important;
}

.form20 .field-short {
	float: left;
	width: 100px;
	height: 20px;
	margin: 3px;
}

.form20 .field-mini {
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px;
}

.form20 .error-border {
	border: 1px solid #990000;
}

.form20 .js-error-field {
	height: 28px;
	left: 370px;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	top: 0px;
	width: 600px;
	z-index: 0;
}

.form20 .error-field {
	margin: 0;
	padding: 5px 0;
}

.form20 .completerow {
	margin: 3px;
	margin-left: 10px;
}

.form20 .submit-button-box {
	float: right;
	margin: 10px;
}

.form20 .image-in-front-of-large-button {
	float: left;
	margin: 8px 0 0 0; 
} 



/* content of item.profile.20.css*/


/*
 CSS file for the "profile" item
*/





/* the small staff_profile item */
.item-staffprofile-small {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #CAE0B8;
	cursor: pointer;
	height: 50px;
}

.item-staffprofile-small:hover {
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
}








/* the big profile item */
.item-profile-big {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #CAE0B8;
	cursor: pointer;
	height: 50px;
}

.item-profile-big-offline {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #CAE0B8;
	height: 50px;
}

.item-profile-big-unread {
	padding: 0 3px;
	margin: 10px 0;
	clear: both;
	background-color: #efefef;
	border: 1px solid #CAE0B8;
	cursor: pointer;
	height: 50px;
}

.profile-application-unread .item-profile-big {
	border: 1px solid #555555;
	background-color: #FFFF99;	
}

.profile-application-unread .item-profile-big-unread {
	border: 1px solid #555555;
	background-color: #FFFF99;	
}

.item-profile-big:hover {
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
}

.item-profile-big-unread:hover {
	background-color: #E6DEED;	
	border: 1px solid #8459A1;
}

.item-profile-big .profile-image {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

.item-profile-big-offline .profile-image {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

.item-profile-big-unread .profile-image {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

.item-profile-big .profile-data {
	float: left; 
	padding: 5px 0 0 5px; 
	line-height:14px; 
	width:92%;	
}

.item-profile-big-offline .profile-data {
	float: left; 
	padding: 5px 0 0 5px; 
	line-height:14px; 
	width:92%;	
}

.item-profile-big-unread .profile-data {
	float: left; 
	padding: 5px 0 0 5px; 
	line-height:14px; 
	width:92%;	
}

.item-profile-big .profile-available {
	color: #6B9E52;	
}

.item-profile-big-offline .profile-available {
	color: #6B9E52;	
}

.item-profile-big-unread .profile-available {
	color: #6B9E52;	
}

.item-profile-big .profile-not-available {
	color: #EE0000;	
}

.item-profile-big-offline .profile-not-available {
	color: #EE0000;	
}

.item-profile-big-unread .profile-not-available {
	color: #EE0000;	
}

.item-profile-big-read a{
	color: black;
}



/* the small profile item */
.item-profile-small {

}


/* the horizontal profile item */
.item-profile-horizontal {
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	float: left;
	margin: 0; 
	padding: 5px;
	width: 118px
}

.item-profile-horizontal-empty {
	height: 172px;
}

.item-profile-horizontal img {
	margin: 0 0 0 9px;	
}

.item-profile-horizontal-profession {
	font-size: 0.9em
}

.item-profile-horizontal-lastchange {
	border-top: 1px solid #CCCCCC;
	text-align: center;
}



/* content of item.application.20.css*/


.application-big-history {

}

.application-big-download {

}

.application-date {
	margin: 10px 0 -10px 0;
}

.application-date .new-application {
	font-weight: 100;
}

.profile-application-unread .application-date .new-application {
	font-weight: 900;
}

.application-date .new-application span {
	display: none;
}

.profile-application-unread .application-date .new-application span {
	display: inline;
}



/* DONT FORGET TO DELET THE OLD STUFF UP THERE!!!! */













.application-item-large {
	border: 1px solid #e0e0e0;
	height: 60px;
	width: 100%;
	margin: 0 0 10px 0;
}

.application-item-large-unread {
	height: 140px;
}


/**
 * Status icon
 */

.application-item-large .application-item-status-box {
	float: left;
	border-right: 1px solid #e0e0e0;
	height: 100%;
	width: 35px;
}

.application-item-large-unread .application-item-status-box {
	background-color: #fffdc5;
}

.application-item-status-box img {
	margin: 22px 0 0 10px;
}


/**
 * Main content
 */ 

.application-item-large .application-item-content-box {
	float: left;
	width: 559px;
}

.application-item-content-box .application-item-content-picture-box {
	float: left;
	width: 60px;
	height: 60px;
}

.application-item-content-picture-box img {
	border: 1px solid #e0e0e0;
	margin: 9px 0 0 9px;
}

.application-item-content-box .application-item-content-text-box {
	float: left;
	width: 350px;
	padding: 7px 0 0 0;
}

.application-item-content-text-box .text-box-line-one, 
.application-item-content-text-box .text-box-line-one a {
	font-weight: 900;
	color: #404040;
}

.application-item-content-text-box .text-box-line-one .text-box-line-one-icon {
	float: left; 
	margin: 0 3px 0 0;
}


.application-item-content-text-box .text-box-line-two {
	font-size: 9px;
	line-height: 11px;
}

.application-item-content-text-box .text-box-line-three {
	font-size: 9px;
	text-transform: uppercase;
	color: #808080;
}


/**
 * Action buttons
 */
 
.application-item-content-box .application-item-content-actions-box {
	float: right;
	margin: 0 3px 0 0;
}

.application-item-content-actions-box .application-item-content-actions-box-mouseover-text {
	padding: 0 0 0 5px;
	height: 18px;
	font-size: 9px;
	text-transform: uppercase;
	color: #808080;
}

.application-item-content-actions-box .application-item-content-actions-box-buttons {
	padding: 3px 0;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	margin: 0;
}

.application-item-content-actions-box-buttons .application-item-content-action-button  {
	float: left;
	margin: 0 9px;
}

.application-item-content-actions-box-buttons .application-item-content-action-button img {
	cursor: pointer;
}

.application-item-content-actions-box .application-item-content-actions-box-note-hint {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	height: 18px;
	font-size: 9px;
	text-transform: uppercase;
	color: #808080;
}



/**
 * Unread answeres
 */
 
.application-item-large-unread .application-item-message-preview {
	clear: both;
	background-color: #fffdc5;
	height: 60px;
	padding: 10px 0 10px 12px;
}

.application-item-message-preview .application-item-message-preview-content {
	float: left;
	width: 360px;
}	

.application-item-message-preview .application-item-message-preview-header {
	text-transform: uppercase;
	color: #808080;
}

.application-item-message-preview .application-item-message-preview-text {
	font-size: 10px;
	line-height: 15px;
}

.application-item-message-preview .application-item-message-preview-button {
	float: right;
	width: 165px;
	padding: 35px 0 0 15px;
	border: none;
	background: none;
}



/**
 * Opened items
 */


.application-item-large-open-form {
	width: 595px;
	margin: -10px 0 40px 0;
		
}

.application-item-large-open-form .form-box-header {
	padding: 2px 10px;
	width: 575px;
}

.application-item-large-open-form .form-box-header h1, 
.application-item-large-open-form .form-box-header h2 {
	font-size: 1.2em;
	font-weight: 900;
	float: left;
	width: 500px;
}

.application-item-large-open-form .form-box-header .form-box-header-image {
	float: right;
	margin: 2px 0 0 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
}


.application-item-large-open-form .form-box-input-area {
	width: 408px;
}

.application-item-large-open-form .form-box-hint-area {
	width: 190px;
}



.application_history_element {
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}

.application-history-element-highlight {
	background-color: #ffffff;
}

.application-letter-box {
	margin: 0;
	padding: 30px 0 0 0;
}
	

/**
 * Application documents
 */

.application-document-box {
	border-top: 1px solid #e0e0e0;
	margin: 3px 3px 0 3px;
	padding: 0 2px 3px 2px;
}

.application-document-box-first-element {
	border: none;
}

.application-document-box .application-document-box-image {
	float: left;
	height: 20px;
}

.application-document-box .application-document-box-image img {
	margin: 2px 0 0 0;
}

.application-document-box .application-document-box-documentname {
	float: left;
	margin: 1px 0 0 5px;
	overflow: hidden;
	width: 310px;
	height: 20px;
}