
/* Comment Generated by Combres - Resource '~/themes/base/css/grid.css' (Mode: Static) */
/*
	Title:      		Dynamic CSS grid system
	Author:     		D. Burger
	Copyright:  		D. Burger, 2011

	Nr. of columns:		12
	Column width:		60px
	Gutter:				20px
	Total width: 		940px
*/

/* parent class for debugging the grid system
============================================================================= */

.cssDebug .grid_container_12 {
	overflow: hidden;
}

.cssDebug .grid_container_12 .grid_1,
.cssDebug .grid_container_12 .grid_2,
.cssDebug .grid_container_12 .grid_3,
.cssDebug .grid_container_12 .grid_4,
.cssDebug .grid_container_12 .grid_5,
.cssDebug .grid_container_12 .grid_6,
.cssDebug .grid_container_12 .grid_7,
.cssDebug .grid_container_12 .grid_8,
.cssDebug .grid_container_12 .grid_9,
.cssDebug .grid_container_12 .grid_10,
.cssDebug .grid_container_12 .grid_11,
.cssDebug .grid_container_12 .grid_12 {
	background-color: #ffb2b2;
	height: 100px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

.cssDebug .grid_row {
	background-color: #ddd;
}

.cssDebug .grid_row:last-child {
	margin-bottom: 0;
}

.cssDebug .grid_container_12 .grid_parent {
	background-color: #ffdbdb;
}

/* grid container
============================================================================= */

.grid_container_12 {
	width: 940px; /* full width of the grid */
}

/* actually only used for wrapper background color(s) or repeating background images */
.grid_container_12 .grid_parent,
.cssDebug .grid_container_12 .grid_parent {
	height: auto;
	overflow: hidden;
}

/* grid row, used i.c.w. prefixes and suffixes for clearing rows
============================================================================= */

.grid_row {
	clear: both;
	margin-bottom: 20px; /* same as the gutter width */
}

.grid_row:last-child {
	margin-bottom: 0;
}

/* another way to get the effect of 'overflow:hidden' without using 'overflow:hidden' because is chops-off / hides content */
.grid_row:before,
.grid_row:after {
  content: "."; 
  display: block; 
  height: 0; 
  overflow: hidden;	
} 

.grid_row:after { clear: both; }

/* Fix clearfix Win/IE: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.grid_row { zoom: 1; }

/* grid blocks defaults
============================================================================= */

.grid_container_12 .grid_1,
.grid_container_12 .grid_2,
.grid_container_12 .grid_3,
.grid_container_12 .grid_4,
.grid_container_12 .grid_5,
.grid_container_12 .grid_6,
.grid_container_12 .grid_7,
.grid_container_12 .grid_8,
.grid_container_12 .grid_9,
.grid_container_12 .grid_10,
.grid_container_12 .grid_11,
.grid_container_12 .grid_12 {
	margin-right: 20px; /* gutter width */
	float: left;
}

/* last grid block on the right
============================================================================= */

.grid_container_12 .grid_last {
	float: right;
	margin-right: 0;
}

/* grid block width's and trigger classes for other elements
============================================================================= */

.grid_container_12 .grid_1, .width_grid_1 { width: 60px; }
.grid_container_12 .grid_2, .width_grid_2 { width: 140px; }
.grid_container_12 .grid_3, .width_grid_3 { width: 220px; }
.grid_container_12 .grid_4, .width_grid_4 { width: 300px; }
.grid_container_12 .grid_5, .width_grid_5 { width: 380px; }
.grid_container_12 .grid_6, .width_grid_6 { width: 460px; }
.grid_container_12 .grid_7, .width_grid_7 { width: 540px; }
.grid_container_12 .grid_8, .width_grid_8 { width: 620px; }
.grid_container_12 .grid_9, .width_grid_9 { width: 700px; }
.grid_container_12 .grid_10, .width_grid_10 { width: 780px; }
.grid_container_12 .grid_11, .width_grid_11 { width: 860px; }
.grid_container_12 .grid_12, .width_grid_12 { width: 940px; float: none; margin-right:0; }

/* grid block prefixes: shift the block to the right
============================================================================= */

.grid_container_12 .grid_prefix_1 { margin-left: 80px;}
.grid_container_12 .grid_prefix_2 { margin-left: 160px;}
.grid_container_12 .grid_prefix_3 { margin-left: 240px;}
.grid_container_12 .grid_prefix_4 { margin-left: 320px;}
.grid_container_12 .grid_prefix_5 { margin-left: 400px;}
.grid_container_12 .grid_prefix_6 { margin-left: 480px;}
.grid_container_12 .grid_prefix_7 { margin-left: 560px;}
.grid_container_12 .grid_prefix_8 { margin-left: 640px;}
.grid_container_12 .grid_prefix_9 { margin-left: 720px;}
.grid_container_12 .grid_prefix_10 { margin-left: 800px;}
.grid_container_12 .grid_prefix_11 { margin-left: 880px; float: right; margin-right: 0; }

/* grid block suffix: shift adjacent block to the right
============================================================================= */

.grid_container_12 .grid_suffix_1 { margin-right: 140px; }
.grid_container_12 .grid_suffix_2 { margin-right: 180px; }
.grid_container_12 .grid_suffix_3 { margin-right: 260px; }
.grid_container_12 .grid_suffix_4 { margin-right: 340px; }
.grid_container_12 .grid_suffix_5 { margin-right: 420px; }
.grid_container_12 .grid_suffix_6 { margin-right: 500px; }
.grid_container_12 .grid_suffix_7 { margin-right: 580px; }
.grid_container_12 .grid_suffix_8 { margin-right: 660px; }
.grid_container_12 .grid_suffix_9 { margin-right: 740px; }
.grid_container_12 .grid_suffix_10 { margin-right: 820px; }
.grid_container_12 .grid_suffix_11 { margin-right: 900px; float: right; margin-right: 0; }

/* Trigger class for full width
================================================ */

.fullWidth { width: 100%; }

/* gridTwoColumns (generic basic block with a left and right column
================================================ */

.gridTwoColumns {
	clear: both;
	width: 100%;
}

/* another way to get the effect of 'overflow:hidden' without using 'overflow:hidden' because is chops-off / hides content */
.gridTwoColumns:before,
.gridTwoColumns:after {
  content: "."; 
  display: block; 
  height: 0; 
  overflow: hidden;	
} 

.gridTwoColumns:after { clear: both; }

/* Fix clearfix Win/IE: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.gridTwoColumns { zoom: 1; }

.gridTwoColumns .gridColLeft { float: left; }
.gridTwoColumns .gridColRight { float: right; }

.gridTwoColumns .gridColLeft,
.gridTwoColumns .gridColRight {
	width: 50%;
}

/* Modernizr fix for Win/IE6 */
.lte7 .gridTwoColumns .gridColLeft,
.lte7 .gridTwoColumns .gridColRight {
	width: 48%;
}

/* Using Modernizer: fixes for Win/IE6 grid system
============================================================= */

/* Fixes double margin bug when using floats */
.ie6 .grid_prefix_1
.ie6 .grid_prefix_2,
.ie6 .grid_prefix_3,
.ie6 .grid_prefix_4,
.ie6 .grid_prefix_5,
.ie6 .grid_prefix_6,
.ie6 .grid_prefix_7,
.ie6 .grid_prefix_8,
.ie6 .grid_prefix_9,
.ie6 .grid_prefix_10,
.ie6 .grid_prefix_11,
.ie6 .grid_suffix_1,
.ie6 .grid_suffix_2,
.ie6 .grid_suffix_3,
.ie6 .grid_suffix_4,
.ie6 .grid_suffix_5,
.ie6 .grid_suffix_6,
.ie6 .grid_suffix_7,
.ie6 .grid_suffix_8,
.ie6 .grid_suffix_9,
.ie6 .grid_suffix_10,
.ie6 .grid_suffix_11,
.ie6 .grid_first,
.ie6 .grid_last,
.ie6 .grid_row {
	display: inline;
	zoom: 1;
}

/* Win/IE6 can't do math!! This fixes width + 2px extra width error on grid columns */
.ie6 .grid_1,
.ie6 .grid_2,
.ie6 .grid_3,
.ie6 .grid_4,
.ie6 .grid_5,
.ie6 .grid_6,
.ie6 .grid_7,
.ie6 .grid_8,
.ie6 .grid_9,
.ie6 .grid_10,
.ie6 .grid_11,
.ie6 .grid_12 {
	overflow: hidden;
}

/* Full width */
.ie6 .grid_row {
	width: 100%;
}


/* Comment Generated by Combres - Resource '~/themes/main/css/jquery.fancybox-1.3.1.css' (Mode: Static) */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	cursor:pointer;
	overflow:hidden;
	z-index:1104;
	display:none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	/*background-image: url("/themes/main/gfx/fancybox/fancybox.png");*/
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

* html #fancybox-wrap { /* IE6 */
    position: absolute;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.fancybox-close,
#fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 14px;
	background-image: url("/themes/main/gfx/fancybox/fancy_close.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
}

/* normal inline HTML popup */
.itemBlockPopup .fancybox-close {
	display: inline;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 40%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-position: -40px -122px;
}


/* Modernizr extention */
.borderradius #fancybox-outer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.lte8 #fancybox-outer {
	border-radius: 5px;	
	behavior: url("/themes/base/htc/PIE.htc");
}

/* Modernizr extention */
.boxshadow #fancybox-outer {
	-moz-box-shadow: 0 0 20px  #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.lte8 #fancybox-outer {
	box-shadow: 0 0 20px #000;
	behavior: url("/themes/base/htc/PIE.htc");
}

/* IE */
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/main/gfx/fancybox/fancy_close.png', sizingMethod='scale'); }


/* Comment Generated by Combres - Resource '~/themes/main/css/uniform.css' (Mode: Static) */
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url("/themes/main/gfx/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 8px 8px;
  color: #777;
  background: url("/themes/main/gfx/uniform/bg-input.png") repeat-x 0px 0px;
  background-color: #F3F3F3;
  border-top: none;
  border-left: solid 1px #C5C5C5;
  border-bottom: solid 1px #F3F3F3;
  border-right: solid 1px #C5C5C5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
}

input.text:disabled {
  background: none;
  border: none;
  font-style: italic;
  padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -485px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -485px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -485px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 23px;
  height: 23px;
}

div.checker input {
  width: 23px;
  height: 23px;
}

div.checker span {
  background-position: 0px -260px;
  height: 23px;
  width: 23px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -23px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -46px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -69px -260px;
}

div.checker span.checked {
  background-position: -92px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -115px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -138px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -161px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -184px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -207px -260px;
}

/* Radio */

div.radio {
  width: 22px;
  height: 23px;
}

div.radio input {
  width: 22px;
  height: 23px;
}

div.radio span {
  height: 23px;
  width: 22px;
  background-position: -273px -259px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -295px -260px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -317px -260px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -339px -260px;
}

div.radio span.checked {
  background-position: -361px -259px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -383px -260px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -405px -260px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -427px -260px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -449px -260px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -471px -260px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 8px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}


/* Comment Generated by Combres - Resource '~/themes/main/css/style.css' (Mode: Static) */
/*
	Title:      Screen styles
	Author:     Front-end
	Copyright:  Poort80  All rights resevered
*/

/* Fonts
================================================ */

@font-face {
	font-family:'lato-light';
	src:url("/themes/main/font/Lato-Light.eot");
	src:url("/themes/main/font/Lato-Light.eot?#iefix") format('embedded-opentype'),
	url("/themes/main/font/Lato-Light.woff") format('woff'),
	url("/themes/main/font/Lato-Light.ttf") format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'lato-regular';
	src:url("/themes/main/font/Lato-Regular.eot");
	src:url("/themes/main/font/Lato-Regular.eot?#iefix") format('embedded-opentype'),
	url("/themes/main/font/Lato-Regular.woff") format('woff'),
	url("/themes/main/font/Lato-Regular.ttf") format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'lato-bold';
	src:url("/themes/main/font/Lato-Bold.eot");
	src:url("/themes/main/font/Lato-Bold.eot?#iefix") format('embedded-opentype'),
	url("/themes/main/font/Lato-Bold.woff") format('woff'),
	url("/themes/main/font/Lato-Bold.ttf") format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'FontAwesome';
	src:url("/themes/main/font/fontawesome-webfont.eot?v=3.2.1");
	src:url("/themes/main/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format('embedded-opentype'),
	url("/themes/main/font/fontawesome-webfont.woff?v=3.2.1") format('woff'),
	url("/themes/main/font/fontawesome-webfont.ttf?v=3.2.1") format('truetype'),
	url("/themes/main/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format('svg');
	font-weight:normal;
	font-style:normal;
}

/* Eric Meyer's Reset Reloaded + HTML5 baseline (html5doctor.com/html-5-reset-stylesheet/)
================================================ */
body {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
}

nav ul {
	list-style:none;
}

blockquote,
q {
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input,
select {
	vertical-align:middle;
    text-transform: uppercase;
}

/* Add defaults to HTML5 elements
================================================ */

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display:block;
}

/* bring back some defaults
================================================ */

html { overflow-y: scroll; } /* always force a scrollbar in non-IE */

body { font-size: 13px;line-height:1.231 ;*font-size:small;}/* hack retained to preserve specificity,
refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages */

body, select, input, textarea { color: #444; } /* looks better than black: twitter.com/H_FJ/statuses/11800719859 */
code, kbd, samp, .mono {   } /* normalize monospace sizing en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
a:link { -webkit-tap-highlight-color: #FF5E99; } /*  j.mp/webkit-tap-highlight-color */
select, input, textarea, button {   }
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
h1,h2,h3,h4,h5,h6 { font-weight: bold; } /* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */
a:hover, a:active { outline: none; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } /* Remove margins for navigation lists */
small { font-size: 85%; }
strong, th {
    font-family: "lato-bold",Verdana,Helvetica,Arial,sans-serif;
}
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
label, input[type=button], input[type=submit], button, .button { cursor: pointer; } /* hand cursor on clickable input elements */
button, input, select, textarea { margin: 0; } /* webkit browsers add a 2px margin outside the chrome of form elements */
fieldset { border: none; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}

pre {
  padding: 0;

  font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif;

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #8cc440; color:#fff; text-shadow: none; }
::selection { background:#8cc440; color:#fff; text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* default typography
================================================ */



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ul, ol {
	margin: 0;
	padding: 0;
}
h3 {
    margin-bottom: 10px;
}

p {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
}

p.no-margin {
    margin:0;
}


/* swatch colors
================================================ */

.swatch1 {
	color: #8cc440;	 /* light green */
}

.swatch2 {
	color: #00622D;	 /* dark green */
}

.swatch3 {
	color: #333; /* dark gray (body text) */
}

.itemBlockPopup h4.swatch4,
.swatch4 {
	color: #F5751E; /* orange, contextual popup optional color */
}

.swatch5 {
    color:#FF0000;
}

/* default headings
================================================ */

h1,
.h1 {
	font-size: 30px;
	color: #8cc440;
}

h2,
.h2 {
	font-size: 20px;
	color: #999;
}

h3,
.h3 {
	font-size: 14px;
	color: #333;
}

h4,
.h4 {
	font-size: 23px;
	color: #8cc440;
}

/* default links
================================================ */

a {
	color: #88C412;
}
a.noline  {
    text-decoration: none;
}
a.blanco {
    text-decoration: none;
    color:#666;
}

a :hover {
	text-decoration: underline;
}

div.loader {
	margin-left:10px;
	background: url("/themes/main/gfx/ajax-loader.gif") no-repeat;
}

div.loader-inline {
	display: inline-block;
	width: 220px;
}

/* Header from 2nd party corporate site
================================================ */

.header-wrapper {
	width: 100%;
	height: 75px;
	margin-bottom: 65px;
	border-top: 1px solid #F0F0F0;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.05);
	background-repeat: repeat-x;
	/*background-color: #F9F9F9;*/
	/*background-image: linear-gradient(to bottom, #FFF, #F0F0F0);*/
}

.header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: normal;
}

.header-wrapper-stream {
	width: 100%;
	height: 105px;
	margin-bottom: 65px;
	border-top: 1px solid #F0F0F0;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.05);
	background-repeat: repeat-x;
	/*background-color: #F9F9F9;*/
	/*background-image: linear-gradient(to bottom, #FFF, #F0F0F0);*/
}

.header-stream{
    position: relative;
    height: 24px;
	margin: 0px 2px;
	font-size: 15px;
	font-weight: normal;
    border: 1px solid #000000;
    background-color: #ffffca;
    text-align: center;
    padding-top: 5px;
}

.header-stream a {
    color: #0d0d99 !important;
}

.header-logo {
	display: block;
	width: 320px;
	height: 51px;
	margin: 10px 0px 0px 0px;
	float: left;
	background: url("/themes/main/gfx/logo_BR.jpg") no-repeat scroll 0px 0px;
    background-size: contain;
}

.header-menu {
	float: right;
}

/* Menu from 2nd party
================================================ */

.gf-menu {
	margin: 0 auto;
	list-style: none;
}

.gf-menu:after {
	display: table;
	content: '';
	clear: both;
}

.gf-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gf-menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 0;
	margin-right: 6px;
	border: none;
	border: 1px solid transparent;
	line-height: 24px;
}

.gf-menu li:hover > .dropdown,
.gf-menu li.active:hover > .dropdown {
	left: 0;
	top: auto;
	opacity: 1;
}

.gf-menu .item {
	font-size: 11px;
	line-height: 24px;
	padding: 3px 8px;
	text-align: left;
	text-decoration: none;
	display: block;
	outline: 0;
	cursor: pointer;
	font-family: 'lato-bold', Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.gf-menu .item.subtext {
	line-height: 15px;
}

.gf-menu .item.subtext > em {
	display: block;
	font-size: 9px;
	text-align: left;
	font-style: normal;
	position: relative;
	top: -2px;
}

.gf-menu .item.icon [class^="icon-"],
.gf-menu .item.icon [class*= " icon-"] {
	background-image: none !important;
	width: auto;
	font-family: inherit;
}

.gf-menu .item.icon [class^="icon-"]:before,
.gf-menu .item.icon [class*= " icon-"]:before {
	text-indent: 0;
	margin-right: 5px;
}

.gf-menu .item .menu-image {
	max-width: inherit;
	vertical-align: text-top;
	margin-top: -2px;
	margin-left: -2px;
}

.gf-menu.l1 > li > .item {
	font-size: 11px;
	padding: 0 8px;
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}

.gf-menu.l1 > li > .item.subtext > em {
	position: relative;
	line-height: 10px;
	top: -4px;
}

.gf-menu.l1 > li > .item.subtext.icon > em {
	margin-left: 18px !important;
}

.gf-menu.l1 > li > .item .menu-image {
	margin-top: -1px;
}

.gf-menu li.parent > .item {
	position: relative;
	padding-right: 35px;
}

.gf-menu li.parent > .item:after {
	position: absolute;
	right: 15px;
	top: 23px;
	margin-top: -12px;
	font-family: FontAwesome;
	content: "\f078";
	font-size: 11px;
}

.gf-menu .dropdown {
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	opacity: 0;
	left: -999em;
	text-align: left;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	z-index: 1000;
}

.gf-menu .dropdown .flyout {
	display: block;
}

.gf-menu .dropdown li:hover > .flyout {
	left: 100%;
	top: -5px;
}

.gf-menu .dropdown ul li {
	display: block;
	float: none;
	margin: 5px 0;
	padding: 0 5px;
	border: 0;
}

.gf-menu .dropdown ul li .item {
	border: 1px solid transparent;
}

.gf-menu .dropdown ul li.parent > .item:after {
	margin-top: -12px;
	font-family: FontAwesome;
	content: "\f054";
	font-size: 11px;
}

.gf-menu .dropdown ul li:first-child {
	margin-top: 0;
}

.gf-menu .dropdown ul li:last-child {
	margin-bottom: 0;
}

.gf-menu .dropdown .grouped.parent > .item:after {
	font-family: FontAwesome;
	content: "\f078";
	font-size: 12px;
}

.gf-menu .dropdown .grouped ol {
	margin: 5px 0 0 0;
	padding: 5px;
}

.gf-menu .dropdown .grouped ol > li {
	padding: 0;
}

.gf-menu .dropdown .grouped:hover:after {
	top: 39px;
}

.gf-menu .dropdown .modules {
	text-align: left;
	padding: 5px 0;
}

.gf-menu .dropdown .modules .module-content {
	padding: 0 10px;
	line-height: 24px;
}

.gf-menu .column {
	float: left;
	position: relative;
}

.gf-menu .position-left {
	float: left;
	margin-right: 15px;
}

.gf-menu .position-right {
	float: right;
	margin-left: 15px;
}

.gf-menu-toggle {
	padding: 7px 10px;
	position: absolute;
	z-index: 1002;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.gf-menu-toggle .icon-bar {
	border-radius: 1px 1px 1px 1px;
	display: block;
	height: 2px;
	width: 18px;
}

.gf-menu-toggle .icon-bar + .icon-bar {
	margin-top: 3px;
}


.menu-block {
	margin: 15px 0;
	padding: 0;
	float: right;
}

.menu-block .gf-menu .item {
	color: #424242;
	padding: 3px 5px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.menu-block .gf-menu.l1 > li > .item {
	height: 45px;
}

.menu-block .gf-menu.l1 > li > .dropdown-spacer {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	display: block;
	width: 100%;
	height: 35px;
}

.menu-block .gf-menu.l1 > li > .dropdown-spacer:before {
	color: #f0f0f0;
	font-family: FontAwesome;
	content: "\f0d8";
	font-size: 35px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -8px;
	text-shadow: -1px -2px 2px rgba(0,0,0,0.05);
}

.menu-block .gf-menu.l1 > li > .dropdown {
	margin-top: 33px;
}

.menu-block .gf-menu.l1 > li:hover > .dropdown-spacer {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.menu-block .gf-menu.l1 > li.active > .item,
.menu-block .gf-menu.l1 > li:hover > .item {
	color: #75b706;
	background: #0d0d28;
}

.menu-block .gf-menu.l1 > li.active:after {
	color: #f0f0f0;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 35px;
	position: absolute;
	left: 50%;
	bottom: -32px;
	margin-left: -8px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.05);
}

.menu-block .gf-menu.l1 > li.active.parent:hover:after {
	display: none;
}

.menu-block .gf-menu li.active > .item,
.menu-block .gf-menu li:hover > .item {
	color: #ffffff;
	background: #75b706;
}

.menu-block .gf-menu .dropdown {
	color: #424242;
	background: #f0f0f0;
	padding: 10px 6px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.menu-block .gf-menu .dropdown li {
	padding: 0 5px;
}

.menu-block .gf-menu .dropdown li.parent > .dropdown-spacer {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	display: block;
	width: 40px;
	height: 100%;
	right: -36px;
	top: 8px;
}

.menu-block .gf-menu .dropdown li.parent > .dropdown-spacer:before {
	color: #f0f0f0;
	font-family: FontAwesome;
	content: "\f0d9";
	font-size: 35px;
	position: absolute;
	text-shadow: -3px 0px 2px rgba(0,0,0,0.15);
}

.menu-block .gf-menu .dropdown li.parent:hover > .dropdown-spacer {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.menu-block .gf-menu .dropdown li.parent.grouped .dropdown-spacer:before {
	display: none;
}

.menu-block .gf-menu .dropdown li.parent.grouped .parent .dropdown-spacer:before {
	display: block;
	height: 60px;
	right: -16px;
	width: 60px;
}

.menu-block .gf-menu .dropdown .flyout {
	margin-left: 26px;
}

.menu-block .gf-menu .grouped ol {
	margin: 15px 0 0 0 !important;
	padding: 10px !important;
	border: 1px solid #00c25b;
}

.menu-block .gf-menu .grouped ol .item {
	padding: 5px 10px;
}

.menu-left li {
	float: none;
}

.menu-left .item {
	padding: 0 0 !important;
}

.gf-menu-toggle {
	background-color: #eaeaea;
}

/* Begin button with username */

.menu-block .item1330 {
	margin-left: 10px;
	color: #0d0d28 ;
}

.menu-block .item1330 .item:hover {
	color: #0d0d28;
	background: #000;
}

.menu-block .item1330 a {
    color: #0d0d28 !important;
}

.menu-block .item1330 i {
	white-space: nowrap;
	font-style: normal;
}

.menu-block .item1330 i:hover {
	text-decoration: none;
}

/* Begin logout button */

.menu-block .item1331 {
	margin-top: 5px;
	margin-right: 0;
	background: rgba(0,0,0,0) !important;
	color: #424242;
}

.menu-block .icon-user .fixedWidth {
	display: inline-block;
	max-width: 130px;
	overflow: hidden;
	vertical-align: bottom;
}

.menu-block .icon-user .fixedWidth:hover {
	text-decoration: none;
}

.menu-block .icon-user:before {
	content: "\f007";
}

.menu-block [class^="icon-"]:before,
.menu-block [class*=" icon-"]:before {
	font-family: FontAwesome, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	display: inline-block;
}

.menu-block .item1330 .item:hover {
	color: #0d0d28 !important;
	background: none repeat scroll 0% 0% transparent !important;
}

.menu-block .item1330 .item:hover a {
	text-decoration: none;
}

.menu-block .item1331 a {
	color: #424242;
}

.menu-block .item1331 .item {
	height: 35px !important;
	border: 1px solid #424242;
	background: rgba(0,0,0,0) !important;
}

.menu-block .item1331 .item:hover {
	color: #424242 !important;
	background: #d9d9d9 !important;
}

/* Login / Signup buttons (header include) */

.readon {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1;
	color: #FFF !important;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: medium none;
	-moz-user-select: none;
	background-color: #6FAD06;
	background-image: linear-gradient(to bottom, #75B706, #659E05);
	background-repeat: repeat-x;
}

/* Login / Signup buttons (header include) */
.readon2 {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #005226;
	background-image: -moz-linear-gradient(top,#0d0d28,#00431f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0d0d28),to(#00431f));
	background-image: -webkit-linear-gradient(top,#0d0d28,#00431f);
	background-image: -o-linear-gradient(top,#0d0d28,#00431f);
	background-image: linear-gradient(to bottom,#0d0d28,#00431f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005c2b', endColorstr='#ff00421f', GradientType=0);
}

.lte9 .readon2 {
	behavior: url("/themes/base/htc/PIE.htc");
}

.readon2:hover {
	-webkit-box-shadow: 0 2px 1px #000000 inset;
	-moz-box-shadow: 0 2px 1px #000000 inset;
	box-shadow: 0 2px 1px #000000 inset;
}

/* Footer from 2nd party
================================================ */

.footer-wrapper {
	width: 100%;
	height: 104px;
	color: #fff;
	background-color: #6e6e6e;
}

.footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

.footer-menu {
	position: absolute;
	top: 39px;
	left: 700px;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: #fff;
	text-decoration: none;
}

.footer-copyright {
	position: absolute;
	top: 43px;
	left: 24px;
	color: #fff;
	font-family: "lato-light", Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.footer-up {
	position: absolute;
	top: 29px;
	right: 22px;
}

.footer-up a {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	color: #6E6E6E;
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #F7F7F7, #EBEBEB);
}

.footer-up a:hover {
	text-decoration: none;
}

.footer-up span {
	position: absolute;
	top: 6px;
	left: 15px;
}

.footer-up span:hover {
	text-decoration: none;
}

.footer-up span:before{
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
	font-family: FontAwesome, sans-serif;
	font-weight: normal;
	font-style: normal;
	content: "\f106";
}

/* language selector in footer */

#lang_sel {
	height: 32px;
	position: relative;
	z-index: 999;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	font-family: 'lato-light', Verdana, Helvetica, Arial, sans-serif, sans-serif;
}

* html #lang_sel {
	width: 12em;
}

#lang_sel ul,
#lang_sel li {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}

#lang_sel ul ul {
	width: 149px;
}

#lang_sel li {
	float: left;
	width: 149px;
	position: relative;
	border: 0;
}

#lang_sel a,
#lang_sel a:link,
#lang_sel a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none !important;
	color: #fff;
	border: 1px solid #000;
	line-height: 18px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #e1e1e1;
	padding: 5px 10px;
	font: normal bold 12px Verdana, sans-serif;
}

* html #lang_sel a,
* html #lang_sel a:link,
* html #lang_sel a:visited {
	width: 149px;
}

#lang_sel a {
	transition: color 0.2s ease-out 0s;
}

#lang_sel ul ul {
	visibility: hidden;
	/*visibility: visible;*/
	position: absolute;
	top: -109px;
	left: 0;
	width: 149px;
	border-top: 0;
}

* html #lang_sel ul ul {
	top: 25px;
}

#lang_sel table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

#lang_sel ul ul a,
#lang_sel ul ul a:link,
#lang_sel ul ul a:visited {
	font-weight: normal;
	background: #eee;
	color: #000 !important;
	border-width: 0 1px 1px 1px;
}

#lang_sel ul ul li,
#lang_sel ul ul li a {
	height: 27px;
	text-align: left;
}

#lang_sel ul ul li {
	overflow: hidden;
	float: none;
	font-size: 15px;
	line-height: normal;
	border: 0;
	border-bottom: 1px solid #bfbfbf;
}

* html #lang_sel ul ul a,
* html #lang_sel ul ul a:visited {
	width: 150px;
}

#lang_sel a:hover,
#lang_sel ul ul a:hover {
	color: #000;
	background: #ccc;
}

#lang_sel a:hover,
#lang_sel span:hover {
	text-decoration: none;
}

#lang_sel :hover > a,
#lang_sel ul ul :hover > a {
	color: #000;
	background: #ccc;
}

#lang_sel a.lang_sel_sel {
	background: #fcfcfc;
	color: #6e6e6e;
	text-align: left;
}

#lang_sel a:hover {
	text-decoration: none;
}

#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul {
/*#lang_sel ul li ul,
#lang_sel ul a ul {*/
	visibility: visible;
}

#lang_sel ul li img {
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: -6px;
	border: 1px solid #bfbfbf;
	top: 2px;
}

#lang_sel ul li ul li img {
	margin-right: -2px;
}

/* Have the footer stick to the bottom on shorter pages and move down on longer pages.
================================================ */

html,
body.withFloatingFooter {
	height: 100%;
	min-height:100%;
}

.ie6 html,
.ie6 body {
	height: 100%;
	overflow-x: hidden;
}

.bodyWrapper {
	height: auto !important;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.ie6 .bodyWrapper {
	height: 100% !important;
}

#wrapper {
    margin: 0 auto;
    overflow: visible;
}

.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index:100;
	clear: both;
	margin-bottom: 40px; /* same as the gutter width */
}

/* another way to get the effect of 'overflow:hidden' without using 'overflow:hidden' because is chops-off / hides content */
.container:before,
.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.container:after { clear: both; }

/* Fix clearfix Win/IE: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.ie .container { zoom: 1; }

/* Fix for IE, because it does not support min-width properly (even in IE9) */
.ie div.languageSelector select {
	width: 190px;
}

/* homepage visual (T01)
================================================ */

.visualWrapper,
.visualWrapper .visual {
	display: block;
	/*height: 315px;os:see #MRC-641*/
	height: 294px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.visualWrapper {
	position: relative;
	margin-top: -43px;
	background: url("/themes/main/gfx/hp-checkerbox.gif") repeat-x 0 0;
}

/* Fix for Win/IE6 */
.ie6 .visualWrapper {
	top: -63px;
	left: 0;
	margin-top: 0;
	margin-bottom: -15px;
}

/* contact label on visual (T01, T02)
================================================ */

.visualWrapper {
	width: 100%;
	margin-bottom: 40px; /* same as grid_row */
}

.visualWrapper .container {
	/*width: auto;*/
	position: relative;
	z-index: 0;
}

.visualWrapper .container p {
	text-align: center;
	margin: 0;
	padding: 0;
}

.visualWrapper .container,
.visualWrapper .container img {
	margin: 0 auto;
}

.visualWrapper .contactLabel a {
	position: absolute;
	left: -5px;
	top: 118px;
	z-index: 5;
	display: block;
	width: 30px;
	height: 77px;
	overflow: hidden;
	background: url("/themes/main/gfx/contact-label.png") no-repeat right top;
	text-indent: -999px;
}

.visualWrapper .contactLabel a:hover {
	left: 0;
}

/* Stupid Win/IE6 and 7 can't hide the text like above */
.lte7 .visualWrapper .contactLabel a {
	font-size: 0;
	line-height: 0;
}

/* headingList (big arrow list, T01, T02)
================================================ */

.headingList,
.headingList li {
	margin: 0;
	padding: 0;
}

.headingList li {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 20px;
	zoom: 1;
	background: url("/themes/main/gfx/arrow5.png") no-repeat left top;
}

/* Win/IE6 and 7 fix for the background (above) */
.lte7 .headingList li {
	zoom: 1;
}

.headingList li h4 {
	font-size: 18px;
	line-height: normal;
}

.headingList li h4 span {
	font-size: 12px;
	color: #000;
	display: inline-block;
}

/* sectionLinksLeft extends sectionLinks
================================================ */

.sectionLinksLeft {
	text-align: left;
}

/* sectionLinksRight extends sectionLinks
================================================ */

.sectionLinksRight {
	text-align: right;
}

/* sectionLinks (below copy content 'read more' links, T01, T02)
================================================ */

.sectionLinks a {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
}

.sectionLinks a:hover {
	text-decoration: underline;
}

.sectionLinks span {
	display:inline-block;
	margin: 0 5px;
	color: #12B50D;
}

/* introBlock (T01)
================================================ */

.introBlock h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

.introBlock p {
	line-height: 20px;
}

/* tryMisterClipping (T01, form block)
================================================ */

.tryMisterClipping {
	height: 195px;
	background: #006F33;
	padding: 17px 14px;
	border-width: 1px;
	border-style: solid;
}

/*
	Bug: CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features
	The H2-tag (below) uses dd_belatedpng.js javascript to fix PNG transparency.
	But this causes the border-radius below to fail.
 */
.ie7 .tryMisterClipping,
.ie8 .tryMisterClipping {
	behavior: url("/themes/base/htc/PIE.htc");
}

/*
	Background (text) image is set in the HTML
	See T01, H2-tag: "Probeer MisterClipping ..."
	Because it needs to be translated to other languages
*/
.tryMisterClipping h2 {
	display: block;
	height: 70px;
	color: #fff;
	font-size: 16px;
	background: none; /* see comment above */
	background-position: 0 0;
	background-repeat: no-repeat;
}

.tryMisterClipping p {
	margin-bottom: 5px;
}

/* Win/IE7 and lower bug-fix */
.lte7 .tryMisterClipping p {
	margin-bottom: 0px;
}

.tryMisterClipping p:last-child {
	margin-bottom: 0;
}

.tryMisterClipping .inputText {
	width: 248px;
    height: 20px;
	margin-bottom: 7px;
}

.tryMisterClipping .button {
	position: relative;
	left: -6px;
}

/* tryMisterClippingType1 extends tryMisterClipping (T01, form block, light-green)
================================================ */

.tryMisterClippingType1 {
	border-color: #006F33;
}

/* Modernizr extention */
.cssgradients .tryMisterClippingType1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#3BA63F), to(#006F33));
	background: -moz-linear-gradient(top,  #3BA63F,  #006F33);
}

/* Fallback (mostly Opera */
.no-cssgradients .tryMisterClippingType4 {
	background: #66BE00 url("/themes/main/gfx/try-mrc-type1.jpg") repeat-x left top;
}

/* tryMisterClippingType2 extends tryMisterClipping (T01, apple-green)
================================================ */

.tryMisterClippingType2 {
	border-color: #00B310;
}

/* Modernizr extention */
.cssgradients .tryMisterClippingType2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#69BE00), to(#00B310));
	background: -moz-linear-gradient(top,  #69BE00,  #00B310);
}

/* Fallback (mostly Opera */
.no-cssgradients .tryMisterClippingType2 {
	background: #00B310 url("/themes/main/gfx/try-mrc-type2.jpg") repeat-x left top;
}

/* tryMisterClippingType3 extends tryMisterClipping (T01, orange)
================================================ */

.tryMisterClippingType3 {
	border-color: #CC5702;
}

/* Modernizr extention */
.cssgradients .tryMisterClippingType3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6D02), to(#CC5702));
	background: -moz-linear-gradient(top,  #FF6D02,  #CC5702);
}

/* Fallback (mostly Opera */
.no-cssgradients .tryMisterClippingType3 {
	background: #cc5702 url("/themes/main/gfx/try-mrc-type3.jpg") repeat-x left top;
}

/* tryMisterClippingType4 extends tryMisterClipping (T01, blue)
================================================ */

.tryMisterClippingType4 {
	border-color: #57C1E0;
}

/* Modernizr extention */
.cssgradients .tryMisterClippingType4 {
	background: -webkit-gradient(linear, left top, left bottom, from(#57C1E0), to(#35B5DA));
	background: -moz-linear-gradient(top,  #57C1E0,  #35B5DA);
}

/* Fallback (mostly Opera */
.no-cssgradients .tryMisterClippingType4 {
	background: #35B5DA url("/themes/main/gfx/try-mrc-type4.jpg") repeat-x left top;
}

/* arrowList
================================================ */

.arrowList,
.arrowList li {
	margin: 0;
	padding: 0;
}

.arrowList li {
	list-style: none;
	background-repeat: no-repeat;
}

/* arrowListLeft extends arrowList
================================================ */

.arrowListLeft li {
	padding-left: 15px;
	background-position: left 3px;
}

/* arrowListright extends arrowList
================================================ */

.arrowListRight li {
	padding-right: 15px;
	background-position: right 3px;
}

/* arrowType* extends arrowList
================================================ */

.arrowType1 li {
	margin-bottom: 8px;
	background-image: url("/themes/main/gfx/arrow1.png");
}

.arrowList li a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.arrowList li a:hover {
	color: #88C412;
}

/* faqBlock (footer include)
================================================ */

.faqBlock dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url("/themes/main/gfx/groove-line.gif") repeat-x left bottom;
}

.faqBlock dt a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.faqBlock dt a:hover {
	color: #88C412;
}

/* social media icon (footer include)
================================================ */

.socialIcons {
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
	float: none;
}

.iconTwitter,
.iconFacebook,
.iconLinkedin {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 5px;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
}

.iconTwitter,
.iconFacebook,
.iconLinkedin {
	display: block;
	float: left;
}

.iconTwitter:hover,
.iconFacebook:hover,
.iconLinkedin:hover {
	background-position: -32px 0;
}

.iconTwitter {
	background-image: url("/themes/main/gfx/social/twitter.gif");
}

.iconFacebook {
	background-image: url("/themes/main/gfx/social/facebook.gif");
}

.iconLinkedin {
	background-image: url("/themes/main/gfx/social/linkedin.gif");
}

/* subscribe newsletter (footer include)
================================================ */

.subscribeNewsletter {
	margin-bottom: 10px;
	clear: both;
}

.subscribeNewsletter a {
	color: #444;
	text-decoration: none;
}

.subscribeNewsletter a:hover {
	color: #88C412;
	text-decoration: underline;
}

/* jobSteps (include file)
================================================ */

.jobSteps {
	margin-bottom: 43px;
	background: #dadada;
	height: 44px;
	overflow: hidden;
	clear:both;
}

/* Less than or equals Win/IE version 7 */
.lte7 .jobSteps {
	overflow: hidden;
	zoom: 1;
}

.jobSteps ul,
.jobSteps ul li {
	margin: 0;
	padding: 0;
}

.jobSteps ul li {
	display: block;
	float: left;
}

.jobSteps ul li  {
	color: #000;
	font-weight: bold;
	padding-right: 21px;
	background-position: right 0;
	background-repeat: no-repeat;
	position: relative;
	margin-left: -20px;
}

/* Setting up a descending z-index to properly order the steps z-index */
.jobSteps ul li:nth-child(1)  { z-index: 999; }
.jobSteps ul li:nth-child(2)  { z-index: 998; }
.jobSteps ul li:nth-child(3)  { z-index: 997; }
.jobSteps ul li:nth-child(4)  { z-index: 996; }
.jobSteps ul li:nth-child(5)  { z-index: 995; }
.jobSteps ul li:nth-child(5)  { z-index: 994; }
.jobSteps ul li:nth-child(6)  { z-index: 993; }
.jobSteps ul li:nth-child(7)  { z-index: 992; }
.jobSteps ul li:nth-child(8)  { z-index: 991; }
.jobSteps ul li:nth-child(9)  { z-index: 990; }
.jobSteps ul li:nth-child(10)  { z-index: 989; }
.jobSteps ul li:nth-child(11)  { z-index: 988; }
.jobSteps ul li:nth-child(12)  { z-index: 987; }
.jobSteps ul li:nth-child(13)  { z-index: 986; }
.jobSteps ul li:nth-child(14)  { z-index: 985; }
.jobSteps ul li:nth-child(15)  { z-index: 984; }

.jobSteps ul li:first-child  {
	margin-left: 0;
	padding-left: 0;
}

.jobSteps ul li:first-child  span {
	padding-left: 10px;
}

/* Win/IE6 fix for wide button */
.ie6 .jobSteps ul li:first-child span {
	width: 1%;
	zoom: 1;
}

.jobSteps ul span {
	color: #fff;
	display: block;
	padding: 14px 10px 14px 30px;
}

.jobSteps ul .completed {
	background-image: url("/themes/main/gfx/steps-completed-bg.png");
}

.jobSteps ul .completed span {
	background-color: #2D8837;
}

.jobSteps ul .active {
	background-image: url("/themes/main/gfx/steps-active-bg.png");
}

.jobSteps ul .active span {
	background-color: #8cc440;
}

.jobSteps ul .error {
	background-image: url("/themes/main/gfx/steps-error-bg.png");
}

.jobSteps ul .error span {
	background-color: #ffd0d0;
	color: #f00;
}

.jobSteps ul .pending span {
	background-color: #dadada;
}

.jobSteps ul .pending {
	background-image: url("/themes/main/gfx/steps-pending-bg.png");
}

.jobSteps ul .pending span {
	color: #000;
}

/* dataTable, basic table
================================================ */

.dataTable {
	width: 100%;
	margin-bottom: 20px;
}

.dataTable th,
.dataTable td {
	padding: 3px 10px 15px 0px;
}

/* jobSpecs extends dataTable, table (T39)
================================================ */

.jobSpecs th,
.jobSpecs td {
	padding: 3px 10px 7px 0px !important
}

.jobSpecs .linkList li {
	margin-bottom: 0px !important;
}

.jobSpecs .col1 {
	width: 150px;
}

/* jobForm extends dataTable, table (T05)
================================================ */

.jobForm .col1 {
	width: 150px;
}

/* jobOverview textends dataTable (T31)
================================================ */

.jobOverviewTable {
	border-collapse: collapse;
	margin-bottom: 0;
}

.jobOverviewTable thead th,
.jobOverviewTable tbody td {
	padding: 12px 10px;
	text-align: left;
	vertical-align: top;
    font-size: 12px;
}

.jobOverviewTable thead th {
	background-color: #ccc;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jobOverviewTable tbody .even td {
	background-color: #F3F3F3;

}

.jobOverviewTable tbody tr td {
    text-transform: none;
    cursor: pointer;
}
.jobOverviewTable tbody tr:hover td {
	background-color: #f1ffd4;
	cursor: pointer;
}

.jobOverviewTable .col2 {
	word-break:     break-word;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	hyphens:         auto;
}

.jobOverviewTable .col2,
.jobOverviewTable .col3,
.jobOverviewTable .col31,
.jobOverviewTable .col4,
.jobOverviewTable .col5,
.jobOverviewTable .col6,
.jobOverviewTable .col7,
.jobOverviewTable .col8,
.jobOverviewTable .col9,
.jobOverviewTable .col10,
.jobOverviewTable .col11,
.jobOverviewTable .col12 {
	border-left: 1px solid #fff;
}

.jobOverviewTable tbody .col1 a,
.jobOverviewTable tbody .col2 a {
	color: #444;
	text-decoration: none;
}

.jobOverviewTable tbody tr:hover .col1 a,
.jobOverviewTable tbody tr:hover .col2 a,
.jobOverviewTable tbody .col1 a:hover,
.jobOverviewTable tbody .col2 a:hover {
	color: #000;
}

/* jobOverview (T31)
================================================ */

.jobOverview .jobOverviewHeader,
.jobOverview .jobOverviewHeader label,
.jobOverview .jobOverviewFooter,
.jobOverview .jobOverviewFooter label {
	color: #fff;
}

.jobOverview .jobOverviewHeader,
.jobOverview .jobOverviewFooter {
	display: block;
	padding: 5px;
	background-color: #8cc440;
	position: relative;
	overflow: hidden;
}

.jobOverview .jobOverviewHeader {
	height: 38px;
}

.jobOverview .jobOverviewFooter {
	height: 25px;
}

.jobOverview .jobOverviewHeader label {
	display:inline-block;
	margin-right:1px;
}

.jobOverview .overviewMessage {
	height: 30px;
	background-color: #FFEDA6;
	padding: 10px;
	border: 1px dotted #999999;
}

.jobOverview .overviewMessage h1 {
	font-size: 14px;
}
 .jobOverview .overviewMessage p {
	font-size: 12px;
}

.filterName  {
	margin-left: 10px;
}

.jobOverview .jobOverviewHeader .filterBy span {
    text-align:center;
}

.jobOverview .jobOverviewHeader .inputText,
.jobOverview .jobOverviewHeader .inputSelect {
	margin: 0 3px;
    width: 70px;
}

.jobOverview .itemsLeft,
.jobOverview .itemsRight {
	position: absolute;
}

.jobOverview .itemsLeft {
	left: 10px;
	top: 10px;
}

.jobOverview .itemsRight {
	right: 10px;
	/*top: 10px;*/
}

.rejectionOriginSelectDiv {
	float: right;
}

.pageSizeSelectDiv {
 display: inline-block;
}

.jobOverview .jobOverviewFooter a {
	color: #fff;
	text-decoration: none;
}

/* jobOverview icons (T31)
================================================ */

.jobOverview .icon {
	display: inline-block;
	width: auto;
	height: 16px;
	overflow: visible;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}

.jobOverview .iconLeft {
	padding-left: 20px;
	background-position: left top;
}

.jobOverview .iconRight {
	padding-right: 20px;
	background-position: right top;
	margin-right:20px;
}

.jobOverview .iconDownload {
	background-image: url("/themes/main/gfx/icon-download-file.png");
	margin-left: 10px; /* quick fix */
}

.jobOverview .iconAttention { background-image: url("/themes/main/gfx/icon-attention.png"); }
.jobOverview .iconCheckmark { background-image: url("/themes/main/gfx/icon-checkmark.png"); }
.jobOverview .iconLoading { background-image: url("/themes/main/gfx/icon-loading.png"); }
.jobOverview .iconPrint { background-image: url("/themes/main/gfx/icon-print.png"); }

/* jobOverviewPaging (T31)
================================================ */

.jobOverviewPaging {
	display: inline-block;
}

.jobOverviewPaging a {
	display: inline-block;
	margin: 0 2px;
}

#itemGridContainerPaging a.active,
.jobOverviewPaging a.active {
	text-decoration: underline;
}

.jobOverviewPaging .prev,
.jobOverviewPaging .next {
	display:inline-block;
	width: 4px;
	height: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 999px;
	position: relative;
	top: -2px;
}

.jobOverviewPaging .prev {
	margin-left: 10px;
}

/* Stupid Win/IE that does the exact opposite as above */
.lte7 .jobOverviewPaging .prev {
	margin-left: 0px;
}

/* Fix for Win/IE lower than 8 */
.lte8 .jobOverviewPaging .prev,
.lte8 .jobOverviewPaging .next {
	top: -4px;
	zoom: 1;
}

/* Fix for Win/IE 8 */
.ie8 .jobOverviewPaging .prev,
.ie8 .jobOverviewPaging .next {
	top: 0px;
}
.jobOverviewPaging .prev {
	background-image: url("/themes/main/gfx/arrow9.gif");
}

.jobOverviewPaging .next {
	background-image: url("/themes/main/gfx/arrow8.gif");
}

/* formValidationError (T08, 'fetch ftp popupp)
================================================ */

.formValidationError,
.loginSelectorOpen .loginMenu .formValidationError,
.loginSelectorOpen .loginMenu .formValidationError label {
	color: #FF3300;
}

input.formValidationError,
.loginSelectorOpen .loginMenu input.formValidationError,
.loginSelectorOpen .loginMenu .formValidationError .inputText {
	background-color: #FFD0D0 !important;
	color: #000;
}

span.validationError {
	display: none !important;
}

/* priceTable extends dataTable, table (T27)
================================================ */

.priceTable {
	margin-bottom: 10px;
}

.priceTable .col2 {
	text-align: right;
}

.priceTable thead td {
	background: #E8E8E8;
}

.priceTable thead td,
.priceTable tbody td {
	padding: 7px 10px;
}

.priceTable tbody td {
	border-bottom: 1px solid #E8E8E8;
}

.priceTable tfoot {
	font-size: 18px;
}

.priceTable tfoot span {
	font-size: 12px;
}

/* couponCodeBlockActive extends couponCodeBlock (T27)
================================================ */

.couponCodeBlock .inputText {
	width: 300px;
	margin: 0 20px;
}

.couponCodeBlockActive {
	padding: 10px;
	background-color: #DBEDB7;
}

/* questionBlock (T27)
================================================ */

.questionBlock {
	padding: 10px;
	color: #fff;
	background-color: #8cc440;
}

.questionBlock h4,
.questionBlock p {
	color: #fff;
}

.questionBlock p:last-child {
	margin-bottom: 0
}

.questionBlock h4 {
	font-size: 18px;
	margin-bottom: 4px;
}


/* questionBlockType2 extends questionBlock (T27, to lower the block sligtly)
================================================ */

.questionBlockType2 {
	width: 192px;
	margin-top: 18px;
	margin-left: 52px;
}

.questionBlockType2 .questionBlockItems a {
    margin-right:6px;
}
.questionBlockType2 .questionBlockItems a:last-child {
    margin-right:0;
}

/* toolTip (span class on body text)
================================================ */

.toolTip {
	font-weight: bold;
	color: #8cc440;
}

/* popupInfo (T05, i-icon with fly-out popup with text)
================================================ */

.popupInfo {
	display: inline-block;
	position: relative;
	left:10px;
	top:3px;
}

.popupInfo a :hover {
	text-decoration: none;
}

.lte7 .popupInfo {
	display: inline;
}

.ie6 .popupInfo {
	top: -8px;
}

.popupInfo .icon {
	background-image: url("/themes/main/gfx/icon-info.png");
	background-repeat: no-repeat;
}
.popupInfo .icon:hover {
	background-image: url("/themes/main/gfx/icon-info-dimmed.png");
}

.popupInfo .icon .popupMessage {
	width: 300px;
	padding: 10px;
	color: #000;
	background: #fff;
	text-decoration: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 20;
}

.popupInfo .icon:hover .popupMessage {
	top: 0px;
	left: 40px;
}

.popupInfo .icon:hover .popupMessage.bottomLeft {
	top: 25px;
	left: -300px;
}

.popupInfo .icon:hover .popupMessage .balloonArrow {
	display: block;
	width: 18px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	left: -18px;
	top:5px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.popupInfo .icon:hover .popupMessage.bottomLeft .balloonArrow {
	left: 290px;
	top: -18px;
}

/* balloonArrowLeft extends balloonArrow */
.popupInfo .icon:hover .popupMessage .balloonArrowLeft {
	background-image: url("/themes/main/gfx/balloon-arrow-left-info.png");
}

.popupInfo .icon:hover .popupMessage .balloonArrowUp {
	background-image: url("/themes/main/gfx/balloon-arrow-up-info.png");
}

.no-boxshadow .popupInfo .icon .popupMessage {
	border: 1px solid #ddd;
}

.boxshadow .popupInfo .icon .popupMessage {
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .popupInfo .icon .popupMessage,
.ie8 .popupInfo .icon .popupMessage {
	box-shadow: 0px 0px 10px #999;
	behavior: url("/themes/base/htc/PIE.htc");
}

/* icon (T05)
================================================ */

.icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
    text-decoration: none;

}

/* iconInfo extends icon (T05)
================================================ */

.iconInfo {
	background-image: url("/themes/main/gfx/icon-info.png");
}

/* innerBlock, green buttons on download page (T35)
================================================ */

.innerBlock {
	padding: 10px 10px 60px 10px;
	background-color: #E6E6E6;
	border: 1px solid #999;
	height: 110px;
	position: relative;
	overflow: hidden;
}

.innerBlock.upload {
	height: auto;
}

.innerBlock h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.innerBlock .alignCenter {
	position: absolute;
	bottom: 0;
	width: 93%;
}

.ie6 .innerBlock .alignCenter {
	width: 99%;
}

/* Advenced editing images
================================================ */
.advancedEditing {
    max-width: 220px;
    outline: 2px solid #888888;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
  	-moz-transition: all 0.2s ease; /* Firefox */
  	-o-transition: all 0.2s ease; /* IE 9 */
  	-ms-transition: all 0.2s ease; /* Opera */
  	transition: all 0.2s ease;
}

.advancedEditing:hover  {
    -webkit-transform: translate(0,-75%) scale(2.5); /* Safari and Chrome */
    -moz-transform: translate(0,-75%) scale(2.5); /* Firefox */
    -ms-transform: translate(0,-75%) scale(2.5); /* IE 9 */
    -o-transform: translate(0,-75%) scale(2.5); /* Opera */
     transform: translate(0,-75%) scale(2.5);
    /*margin-top: 220px;*/
}

.advancedEditingCell {
    /*vertical-align: bottom;*/
    padding-bottom: 3px !important;
}

.sync-job-descr {
    outline: 2px solid #8cc440;
    margin-bottom: 10px;
    padding: 3px;
}

.sync-job-descr-confirm {
    outline: 2px solid #8cc440;
    margin-bottom: 10px;
    padding: 3px;
}

/* innerBlockDimmed extends innerBlock (T10)
================================================ */

.innerBlockDimmed h4,
.innerBlockDimmed h5,
.innerBlockDimmed p {
	color: #999;
}

/* buttonBlock, generic
================================================ */

.buttonBlock {
	padding: 5px 10px;
	text-decoration: none;
}

/* buttonType1 extends buttonBlock
================================================ */

.buttonType1 {
	background: #999;
	color: #fff;
}


/* messageBlock
================================================ */

.messageBlock {
	padding: 15px;
    font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif;
}

.messageBlock p:last-child,
.messageBlock ul:last-child {
	margin-bottom: 0;
}

.messageBlock ul {
	margin-left: 20px;
	list-style: circle;
}

/* messageBlock
================================================ */

.messageBlock h5 {
	margin: 0 0 15px 0;
}

/* mesageBlockType1 extends messageBlock
================================================ */

/* green */
.mesageBlockType1 {
	background-color: #EAFAE5;
}

.mesageBlockType1 h5,
.mesageBlockType1 p,
.mesageBlockType1 a,
.mesageBlockType1 p strong,
.mesageBlockType1 ul li {
	color: #009933;
}

/* mesageBlockType2 extends messageBlock
================================================ */

/* gray */
.mesageBlockType2 {
	background-color: #E8E8E8;
}

.mesageBlockType2 h5,
.mesageBlockType2 p,
.mesageBlockType2 a,
.mesageBlockType2 p strong,
.mesageBlockType2 ul li {
	color: #7D7D7D;
}

/* mesageBlockType3 extends messageBlock
================================================ */

/* red */
.mesageBlockType3 {
	background-color: #FFD0D0;
}

.mesageBlockType3 h5,
.mesageBlockType3 p,
.mesageBlockType3 a,
.mesageBlockType3 p strong,
.mesageBlockType3 ul li {
	color: #ff0000;
}

/* mesageBlockType4 extends messageBlock
================================================ */

/* blue */
.mesageBlockType4 {
	background-color: #CCECF6;
}

.mesageBlockType4 h5,
.mesageBlockType4 p,
.mesageBlockType4 a,
.mesageBlockType4 p strong,
.mesageBlockType4 ul li {
	color: #34B4D9;
}

/* itemGridContainer (T39)
================================================ */

.itemGridContainer {
	 background: #E6E6E6;
	 padding: 20px;
	 position: relative;
}

/* Modernizr extention */
.boxshadow .itemGridContainer {
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: inset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
}


/* Stupid Win/IE6 that doesn't uderstand it's own parent width when none is given */
.ie6 .itemGridContainer {
	width: auto;
}

.itemGridContainer .itemGrid {
	margin: 20px 0 0 0;
}

.itemGridContainer h4 span {
	color: #333;
	font-size: 13px;
	font-weight:normal;
}

.itemGridContainer .btnMinimize {
	position: absolute;
	top: 13px;
	right: 13px;
	display: block;
	width: 20px;
	height: 20px;
	zoom:1;
	z-index: 2;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.itemGridContainer .btnMinimizeDuplicates {
        position: absolute;
        top: 13px;
        right: 13px;
        display: block;
        width: 20px;
        height: 20px;
        zoom: 1;
        z-index: 2;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

.itemGridContainer .btnMinimizePreprocessError {
    position: absolute;
    top: 13px;
    right: 13px;
    display: block;
    width: 20px;
    height: 20px;
    zoom: 1;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.itemGridContainer .btnMinimize .btnMini {
	background-position: 0 -20px;
}

.itemGridContainer .btnMinimize .btnMini:hover {
	background-position: 0 0;
}

.itemGridContainer .btnMinimizeDuplicates .btnMini {
background-position: 0 -20px;
}

.itemGridContainer .btnMinimizeDuplicates .btnMini:hover {
    background-position: 0 0;
}

.itemGridContainer .btnMinimizePreprocessError .btnMini {
    background-position: 0 -20px;
}

.itemGridContainer .btnMinimizePreprocessError .btnMini:hover {
    background-position: 0 0;
}

.itemRow {
	clear: both;
	display: block;
	width: 100%;
}

.itemGridContainer .itemBlock,
.itemGridContainer .itemBadge-pseudo {
	display: block;
	width: 157px;
	/*height: 215px;*/
}

.itemGridContainer .itemBlock {
	float: left;
	margin-right: 28px;
	margin-bottom: 29px;
	position: relative;
}

.itemGridContainer .itemBlock .itemBadge,
.itemGridContainer .itemBlock .itemBadge-pseudo {
	background: #F1F1F1;
	position: relative;
}

.itemGridContainer .itemBlock .itemBadge {
	position: relative;
	z-index: 3;
}

.itemGridContainer .itemBlock .itemBadge-pseudo {
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	height: 138px;
}

.itemGridContainer .itemBlock .pseudo1 {
	top: -8px;
	left: 8px;
	z-index: 2;
}

.itemGridContainer .itemBlock .pseudo2 {
	top: -16px;
	left: 16px;
	z-index: 1;
}

/* ------------------------------------------------------------ */

.itemGridContainer .itemBlock .itemBadge .unclippableOverlay,
.itemGridContainer .itemBlock .itemBadge .unclippableOverlay a {
	display: block;
	width: 157px;
	height: 113px;
}

.itemGridContainer .itemBlock .itemBadge .unclippableOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	margin: 0;
	cursor: pointer;
}

/* Modernizr extention */
.rgba .itemGridContainer .itemBlock .itemBadge .unclippableOverlay {
	background: rgba(255, 102, 102, 0.4); /* red overlay */
}

/* Modernizr extention */
.no-rgba .itemGridContainer .itemBlock .itemBadge .unclippableOverlay {
	border: 3px solid #FF6666;
	width: 153px;
	height: 109px;
}

/* Win/IE */
.ie .itemGridContainer .itemBlock .itemBadge .unclippableOverlay {
	background-color: #f00;
	border: none;
	width: 157px;
	height: 113px;
	filter: alpha(opacity = 40);
}

/* -------------------------------------------------------------- */

.itemGridContainer .itemBlock .itemBadge .rejectedOverlay,
.itemGridContainer .itemBlock .itemBadge .rejectedOverlay a {
	display: block;
	width: 157px;
	height: 113px;
}

.itemGridContainer .itemBlock .itemBadge .rejectedOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	margin: 0;
	cursor: pointer;
}

/* Modernizr extention */
.rgba .itemGridContainer .itemBlock .itemBadge .rejectedOverlay {
	background: rgba(255, 102, 102, 0.4); /* red overlay */
}

/* Modernizr extention */
.no-rgba .itemGridContainer .itemBlock .itemBadge .rejectedOverlay {
	border: 3px solid #FF6666;
	width: 153px;
	height: 109px;
}

/* Win/IE */
.ie .itemGridContainer .itemBlock .itemBadge .rejectedOverlay {
	background-color: #f00;
	border: none;
	width: 157px;
	height: 113px;
	filter: alpha(opacity = 40);
}

/* Modernizr extention */
.boxshadow .itemGridContainer .itemBadge,
.boxshadow .itemGridContainer .itemBadge-pseudo {
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .itemGridContainer .itemBadge,
.ie8 .itemGridContainer .itemBadge,
.ie8 .itemGridContainer .itemBadge-pseudo {
	box-shadow: 0px 0px 10px #999;
	behavior: url("/themes/base/htc/PIE.htc");
}

.itemGridContainer .itemBlock .item,
.itemGridContainer .itemBlock .item a {
	display: table-cell;
	width: 157px;
	height: 113px;
	vertical-align: middle;
	text-align: center;
}

.itemGridContainer .itemBlock .item {
	background: #fff;
	position: relative;
	z-index: 2;
}

/* every 5th item on every row */
.itemGridContainer .itemBlock:nth-child(5n+5) {
	margin-right: 0;
	float: right;
	position: relative;
	left: -3px;
}

/* Stupid Win/IE doesn't understand the basic CSS3 rule above!! */
.ie .itemGridContainer .itemBlockLast {
	margin-right: 0;
	float: right;
}

/* Stupid Win/IE6 that doesn't undersand much about floating the last block */
.ie6 .itemGridContainer .itemBlockLast {
	float: left;
}

/* Win/IE 7 and lower */
.lte7 .itemGridContainer .itemBlock .itemNav {
	overflow: hidden;
}

.itemGridContainer .itemBlock .itemNav .itemsRight {
    position:absolute;
	right: 0;
}

.itemGridContainer .itemBlock .customer .btnChecked/*,
.itemGridContainer .itemBlock .customer a */{
	margin-right: 4px;
}

.itemGridContainer .itemBlock .itemNav p {
	position:relative;
	display:block;
	margin-bottom:5px;
}

.itemGridContainer .itemBlock .itemNav .itemNav-buttons {
	height: 25px;
	overflow:hidden;
}

.itemGridContainer .itemBlock .item img {
	position: relative;
	z-index: 1;
}

.itemGridContainer .itemBlock .grid_row {
	margin-bottom:0;
}

.itemGridContainer .itemBadge .itemName {
	padding: 5px 10px;
	min-height: 15px;
	word-wrap: break-word;
}

.itemGridContainer .itemBadge .btnMini,
.itemGridContainer .itemBadge .btnEnlarge {
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.itemGridContainer .itemBadge .btnClipped {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.itemGridContainer .itemBadge .btnMini {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 113px;
	width: 157px;
	z-index: 5;
}

.itemGridContainer .itemBadge .btnEnlarge {
	background-image: url("/themes/main/gfx/icon-enlarge.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.itemGridContainer .itemBadge .btnEnlarge:hover {
	background-position: 0 -10px;
}

.itemGridContainer .itemBadge .btnClipped {
	background-image: url("/themes/main/gfx/icon-scissor.png");
	background-position: 0 -20px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* trafficlight */
.itemGridContainer .itemBadge .signal{
    border-bottom-color: #F1F1F1;
    border-bottom-style: solid;
    border-bottom-width: 4px;
}
.itemGridContainer .itemBadge .signal.warn{
	border-bottom-color: #FF7F1B;
}
.itemGridContainer .itemBadge .signal.ok{
	border-bottom-color: #1F7F35;
}
/* itemGridContainer > itemGridContainerPaging
================================================ */

.itemGridContainer .itemGridContainerPaging {
	text-align: right;
	margin: 20px 0 0 0;
	display: inline-block;
	clear: both;
}

.itemGridContainer .itemGridContainerPaging p {
	margin: 0;
}

.itemGridContainer .itemGridContainerPaging p a {
	text-decoration: none;
	display:inline-block;
	margin: 0 2px;
	font-weight: bold;
}

.itemGridContainer .itemGridContainerPaging p .prev,
.itemGridContainer .itemGridContainerPaging p .next {
	display:inline-block;
	width: 4px;
	height: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 999px;
	position: relative;
	top: -1px;
}

/* Stupid Win/IE6 and 7 can't indent the text to hide it */
.lte7 .itemGridContainer .itemGridContainerPaging p .prev,
.lte7 .itemGridContainer .itemGridContainerPaging p .next {
	font-size: 0;
	line-height: 0;
}

.itemGridContainer .itemGridContainerPaging .prev {
	background-image: url("/themes/main/gfx/arrow3.png");
}

.itemGridContainer .itemGridContainerPaging .next {
	background-image: url("/themes/main/gfx/arrow2.png");
}

/* itemGridContainerClosed extends itemGridContainer (T39)
================================================ */

.itemGridContainerClosed h4,
.itemGridContainerClosed h4 span,
.itemGridContainerClosed p {
	color: #999;
}

/* blockPopupWrapper (T39)
================================================ */

.blockPopupWrapper {
	position: absolute;
	margin-top: -20px;
	z-index:1000;
}

/* itemBlockPopup
================================================ */

.itemBlockPopup {
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 20;
	display: block;
	width: 250px;
	padding: 15px 20px;
}

.itemBlockPopup div:last-child {
	margin-bottom: 0;
}

.itemBlockPopup h4 {
	color: #8cc440;
	font-size:1 6px;
	margin-bottom: 10px;
}

.itemBlockPopup p:last-child {
	margin: 0;
}


/* Modernizr extention */
.boxshadow .itemBlockPopup {
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}

/* Mostly WIn/IE6 */
.no-boxshadow .itemBlockPopup {
	border: 1px solid #999;
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .itemBlockPopup,
.ie8 .itemBlockPopup {
	box-shadow: 0px 0px 10px #999;
	behavior: url("/themes/base/htc/PIE.htc");
}

/* Balloon arrow on the bottom of popup (T39) */
.itemBlockPopup .balloonArrow {
	display: block;
	width: 32px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: -18px;
	left: 80px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* different balloon arrow image per block type
=================================================*/
/* balloonArrowBottom extends balloonArrow */
.itemBlockPopupEditItem .balloonArrowBottom,
.itemBlockPopupInfo .balloonArrowBottom {
    background-image: url("/themes/main/gfx/balloon-arrow-bottom-info.png");
}
.itemBlockPopupReject .balloonArrowBottom,
.itemBlockPopupAlert .balloonArrowBottom {
    background-image: url("/themes/main/gfx/balloon-arrow-bottom-rejected.png");
}

/* reposition the arrow per block type */
.itemBlockPopupInfo .balloonArrow {
	left: 110px;
}

.itemBlockPopupEditItem .balloonArrow,
.itemBlockPopupReject .balloonArrow {
	left: 170px;
}

/* Grid container, left column blocks, override positioning of arrow below block */
.itemGridContainer .itemBlock:nth-child(5n+1) .itemBlockPopupEditItem .balloonArrow,
.itemGridContainer .itemBlock:nth-child(5n+1) .itemBlockPopupReject .balloonArrow {
	left: 100px;
}

/* Grid container, right column blocks, override positioning of arrow below block */
.itemGridContainer .itemBlock:nth-child(5n+5) .itemBlockPopupEditItem .balloonArrow,
.itemGridContainer .itemBlock:nth-child(5n+5) .itemBlockPopupReject .balloonArrow {
	left: 280px;
}

.itemBlockPopupAlert .balloonArrow {
    left: 125px;
}

.itemBlockPopupEditItem,
.itemBlockPopupReject {
	left: -100px;
}

/* Grid container, left column blocks, override positioning of arrow below block */
.itemGridContainer .itemBlock:nth-child(5n+1) .itemBlockPopupEditItem,
.itemGridContainer .itemBlock:nth-child(5n+1) .itemBlockPopupReject {
	/* left column */
	left: -30px;
}

/* Grid container, right column blocks, override positioning of arrow below block */
.itemGridContainer .itemBlock:nth-child(5n+5) .itemBlockPopupEditItem,
.itemGridContainer .itemBlock:nth-child(5n+5) .itemBlockPopupReject {
	/* right column */
	left: -210px;
}


.itemBlockPopupInfo,
.itemBlockPopupAlert {
	left: -50px;
}

/* itemBlockPopupAlert extends itemBlockPopup
================================================ */

.itemBlockPopupAlert {
	background: #FFD0D0;
}

.itemBlockPopupAlert p {
	color:red;
}

/* itemBlockPopupEditItem extends itemBlockPopup (T39)
================================================ */

.itemBlockPopupEditItem {
	width: 380px;
	background-color: #fff;
}

.blockPopupWrapper .itemBlockPopupEditItem .inputTextarea {
	width: 362px;
}

/* Adjust width for this block */
.itemBlockPopupEditItem .gridTwoColumns .gridColLeft {
	width: 60%;
	text-align: left;
}

.itemBlockPopupEditItem  .gridTwoColumns .gridColRight {
	width: 35%;
}

/* itemBlockPopupInfo extends itemBlockPopup (T39)
================================================ */

.itemBlockPopupInfo {
	background-color: #fff;
}

.itemBlockPopupInfo h5 {
	font-size: 12px;
	font-weight: bold;
}

.itemBlockPopupInfo #remarkReason span {
    font-style:italic;
    display:block;
}

/* itemBlockPopupReject extends itemBlockPopup (T39)
================================================ */

.itemBlockPopupReject {
	width: 380px;
	background-color: #FFD0D0;
}

.itemBlockPopupReject h4 {
	color: #f00;
}

.blockPopupWrapper .itemBlockPopupReject .inputTextarea {
    width: 362px;
}

/* changePasswordPopup extends itemBlockPopup (T46, 'change password' button)
================================================ */

.changePasswordPopupWrapper {
	position: relative;
}

.changePasswordPopup {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #fff;
}

.changePasswordPopup p:last-child {
	margin-bottom: 0;
}

.changePasswordPopup .inputText {
	width: 230px;
}

.changePasswordPopup .balloonArrow {
    background-image: url("/themes/main/gfx/balloon-arrow-bottom-info.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: -18px;
    display: block;
    height: 18px;
    left: 70px;
    overflow: hidden;
    position: absolute;
    width: 32px;
}

/* popupBox (popup on multiple templates, T02)
================================================ */

.popupBox h4 {
	margin-bottom: 10px;
}

/* buttons (common in all templates, library file)
================================================ */

.button {
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.ie .button {
    zoom: 1;
}

/* 	Weird (to wide) button fixer for Win/IE 7 and lower,
	http://jehiah.cz/a/button-width-in-ie
*/
.lte7 .button {
	width: 1;
	overflow: visible;
}

/* Two versions of this button */
.innerBlock .alignCenter input.button { width: 100%; }
.grid_3 .innerBlock .alignCenter a.button { width: 155px; }
.grid_4 .innerBlock .alignCenter a.button { width: 235px; }


/* buttonCat1 extends button (small, green / red)
------------------------------------------------ */

.buttonCat1 {
	font-weight: bold;
	border: 1px solid #0d0d28;
}

.buttonCat1,
a .buttonCat1 {
	color: #fff;
}

a.buttonCat1 {
	padding: 3px 13px;
	text-decoration: none;
}

/* Win/IE fix */
.ie a.buttonCat1 {
	padding: 3px 10px;
}

input.buttonCat1 {
	padding: 3px 10px;
}

/* Modernizr extention, dark green to lighter green */
.cssgradients .buttonCat1 {
	background: #0d0d28;
    padding-top: 3px;
    padding-bottom: 3px;
}



/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonCat1 {
	background-color: #0d0d28;
}

/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonCat1:hover {
	border: 1px solid #0d0d28;
}

/* buttonCat2 extends button (dark green to green)
------------------------------------------------ */

a.buttonCat2,
input.buttonCat2 {
	font-size: 16px;
	border: 1px solid #00622D;
	color: #fff;
	background: #0d0d28;
	font-weight:bold;
}

a.buttonCat2 {
	padding: 3px 16px;
}

/* Win/IE fix */
.ie a.buttonCat2 {
	padding: 3px 13px;
}

input.buttonCat2 {
	padding: 3px 13px;
}

/* Modernizr extention */
.cssgradients .buttonCat2 {
	border: 1px solid #0d0d28;
	background: -webkit-gradient(linear, left top, left bottom, from(#2D8837), to(#0d0d28));
	background: -moz-linear-gradient(top,  #2D8837,  #0d0d28);
}

/* Modernizr extention */
.cssgradients .buttonCat2:hover {
	border: 1px solid #009639;
	background: -webkit-gradient(linear, left top, left bottom, from(#009639), to(#007234));
	background: -moz-linear-gradient(top,  #009639,  #007234);
}

/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonCat2 {
	background-color: #2D8837;
}

/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonCat2:hover {
	background: #006d33 url("/themes/main/gfx/btn-cat3-hover.jpg") repeat-x left -1px;
}

/* buttonCat3 extends button (dark green to green)
------------------------------------------------ */

a.buttonCat3,
input.buttonCat3 {
	font-size: 11px;
	color: #fff;
	background: #0d0d28;
    border: none;
}

a.buttonCat3.choose {
    background: #8cc440;
}

a.buttonCat3 {
	padding: 7px 20px;
}

/* Win/IE fix */
.ie a.buttonCat3 {
	padding: 7px 17px;
}

input.buttonCat3 {
	padding: 7px 17px;
}

/* Modernizr extention */
.cssgradients .buttonCat3 {
	background-color: #0d0d28;
}

/* Modernizr extention */
.cssgradients .buttonCat3:hover {
    background-color: #0d0d28;
}

/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonCat3 {
    background-color: #0d0d28;
}

/* buttonCat4 extends button (dark green to green)
------------------------------------------------ */


a.buttonCat4,
input.buttonCat4 {
    font-size: 12px;
	color: #fff;
	background: #0d0d28;
	font-weight: bold;
    padding: 8px 12px;
}

a.buttonCat4 span {
	padding-right: 0px;
	padding-top: 3px;
	display: inline-block;
	height:18px;
	background-position: right 0px;
	background-repeat: no-repeat;
}

a.buttonCat4 span:after,
a.buttonCat4Dimmed:hover span:after,
input.buttonCat4 span:after {
    content:'\25BA';
    margin-left: 8px;
}

a.buttonCat4:hover span {
	text-decoration: none;
}

a.buttonCat4Disabled span,
a.buttonCat4Dimmed span {
}

a.buttonCat4Disabled span {
}

a.buttonCat4Download span {
	background-image: url("/themes/main/gfx/button-icon-download.png");
}

a.buttonCat4Reject span,
a.buttonCat4RejectDimmed:hover span {
	background-image: url("/themes/main/gfx/button-icon-delete.png");
}

a.buttonCat4RejectDimmed span {
	background-image: url("/themes/main/gfx/button-icon-delete-dimmed.png");
}

a.buttonCat4 {
}

input.buttonCat4 {
	padding: 13px 7px 13px 7px;
}

/* Modernizr extention */
.cssgradients .buttonCat4 {
    background-color: #0d0d28;
}

/* Modernizr extention */
.cssgradients .buttonCat4:hover {
    background-color: #0d0d28;
}

/* Modernizr extention, fallback (mainly Opera) */
.no-cssgradients .buttonCat4 {
    background-color: #0d0d28;
}

/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonCat4:hover {
}

/* buttonCat5 extends button (dark gray, small, very rounded)
------------------------------------------------ */

a.buttonCat5,
input.buttonCat5 {
	font-size: 12px;
	border: 1px solid #999;
	color: #fff;
	background: #999;
	font-weight: bold;
}

/* quick fix */
.gridTwoColumns .gridColRight a.buttonCat5,
.gridTwoColumns .gridColRight input.buttonCat5 {
	position: relative;
	top: 5px;
}

.gridTwoColumns .gridColLeft .button {
	margin-right: 10px;
}

.gridTwoColumns .gridColRight .button {
	margin-left: 10px;
}

a.buttonCat5 {
	padding: 4px 16px;
}

/* Win/IE fix */
.ie a.buttonCat5 {
	padding: 8px 16px;
}

input.buttonCat5 {
	padding: 2px 14px;
}

/* Modernizr extention */
.cssgradients .buttonCat5 {
    border: 1px solid #6e6e6e ;
    background-color: #6e6e6e ;
    padding-top: 6px;
    padding-bottom: 6px;
}

.buttonCat5.active {
	border: 1px solid #6e6e6e;
	background: #6e6e6e;
}

/* Modernizr extention */
.boxshadow .buttonCat5:hover {
}

.no-cssgradients .buttonCat5.active {
	background-color: #1c7e35;
}
.no-cssgradients .buttonCat5.active:hover {
	background: #006d33 url("/themes/main/gfx/btn-cat3-hover.jpg") repeat-x left -1px;
}

/* buttonCat7 extends button (T27, in green box: green text on white background)
------------------------------------------------ */

a.buttonCat7,
input.buttonCat7 {
	font-size: 12px;
	border: 1px solid #999;
	color: #8cc440;
	background: #fff;
	font-weight: bold;
}

a.buttonCat7 {
	padding: 4px 16px;
}

/* Win/IE fix */
.ie a.buttonCat7 {
	padding: 8px 16px;
}

input.buttonCat7 {
	padding: 2px 14px;
}

.questionBlockItems .buttonCat7 {
	padding: 4px 0;
	width:55px;
	text-align:center;
}

/* buttonCat8 extends button (T27, in green box: green text on white background)
------------------------------------------------ */

a.buttonCat8,
input.buttonCat8 {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: medium none;
	-moz-user-select: none;
	font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 16px;
	background-color: #0d0d28;
}

a.buttonCat8:hover,
input.buttonCat8:hover {
	color: #FFF;
}


/* buttonCat9 extends button (dark green, small, very rounded)
------------------------------------------------ */

a.buttonCat9,
input.buttonCat9 {
	font-size: 12px;
	border: 1px solid #0d0d28;
	color: #8cc440;
	background: #0d0d28;
	font-weight: bold;
}
.buttonCat9:hover {
    background-color: #6e6e6e;
}
a.buttonCat9 {
	padding: 4px 16px;
}

input.buttonCat9 {
    padding: 6px 16px;
}

/* Win/IE fix */
.ie a.buttonCat9 {
	padding: 8px 16px;
}


/* Modernizr extention */
.cssgradients .buttonCat9 {
	background: #0d0d28;
    background-color: #0d0d28;
    padding-top: 6px;
    padding-bottom: 6px;
}



.buttonCat9:active,
.buttonCat9.active {
    background-color: #0d0d28;
}


/* buttonAlert extends button (red)
------------------------------------------------ */

/* Modernizr extention, red to lighter red */
.cssgradients .buttonAlert,
.cssgradients .buttonDimmedAlert:hover {
	border: 1px solid #FF0202;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6666), to(#FF0202));
	background: -moz-linear-gradient(top,  #FF6666,  #FF0202);
}

.no-cssgradients .buttonAlert,
.no-cssgradients .buttonDimmedAlert:hover {
	border: 1px solid #FF0202;
	background: url("/themes/main/gfx/btn-alert-normal.jpg") repeat-x left -1px;
}

.no-cssgradients .buttonAlert:hover {
	border: 1px solid #FF0202;
	background: url("/themes/main/gfx/btn-alert-normal.jpg") repeat-x left -1px;
}

/* Modernizr extention, green to red */
.cssgradients .buttonActiveAlert:hover {
	border: 1px solid #FF0202;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6666), to(#FF0202));
	background: -moz-linear-gradient(top,  #FF6666,  #FF0202);

}
.no-cssgradients .buttonActiveAlert:hover {
	border: 1px solid #FF0202;
	margin: 0px;
	background: url("/themes/main/gfx/btn-alert-normal2.jpg") repeat-x left -1px;
}

.no-cssgradients .buttonActiveAlert:hover span {
	background-image: url("/themes/main/gfx/button-icon-arrow1-dimmed.png");
}

.cssgradients .buttonActiveAlert:hover span  {
	background-image: url("/themes/main/gfx/button-icon-arrow1-dimmed.png");
}

/* buttonDimmed extends button (gray)
------------------------------------------------ */

/* Modernizr extention, dark gray to lighter gray */
.cssgradients .buttonDimmed,
.cssgradients .buttonDimmedAlert {
    border: 1px solid #0d0d28;
    background-color: #0d0d28;
}

.no-cssgradients .buttonDimmed,
.no-cssgradients .buttonDimmedAlert {
	border: 1px solid #0d0d28;
    background-color: #0d0d28;
}

/* buttonDisabled extends button (light gray)
------------------------------------------------ */

.buttonDisabled,
a .buttonDisabled,
input.buttonDisabled {
	cursor: default;
}

/* Modernizr extention, light gray to lighter gray */
.cssgradients .buttonDisabled,
.cssgradients .buttonDisabled:hover {
	background: #CCC;
    color: #6e6e6e;
    cursor: no-drop;
}

/* Modernizr extention, fallback (mainly Win/IE and Opera) */
.no-cssgradients .buttonDisabled {
	border: 1px solid #6e6e6e;
}

/* buttonWidth1 extends button (ftpfetch)
================================================ */
.buttonWidth1 {
    width:220px;
}

.buttonWidth2 {
    width:140px;
}

/* btnMini (small buttons on the bottom of an item in carousel include file)
================================================ */

.btnMini {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999px;
	position: absolute;
	top: 0;
}

.btnInline {
	position: static;
}

/* Win/IE7 and lower */
.lte7 .itemNav .btnMini {
	display: block;
	float: left;
	zoom:1;
	font-size: 0;
	line-height: 0;
}

.btnMiniActive,
.btnMini:hover {
	background-position: 0 -20px;
}

.btnDiaPositive,
.btnDiaPositive:hover {
    background-position: 0 -40px;
}

.btnDisabled,
.btnDisabled:hover {
    background-position: 0 0px;
}
/* btnChecked extends btnMini
================================================ */

.customer .btnChecked {
	background-image: url("/themes/main/gfx/icon-checked.png");
	left:0;
}

/* btnApprove extends btnMini
================================================ */
.operator .btnDelete {
	background-image: url("/themes/main/gfx/icon-delete.png");
	left:0;
}

.customer .btnDelete {
	background-image: url("/themes/main/gfx/icon-delete.png");
	left:22px;
}

.operator .btnIEF {
	background-image: url("/themes/main/gfx/icon-delete_ief.png");
	left:68px;
}

.customer .btnIEF {
	background-image: url("/themes/main/gfx/icon-delete_ief.png");
	left:68px;
}

.operator .btnRoDelete {
	background-image: url("/themes/main/gfx/icon-delete.png");
	left:0;
}

.customer .btnRoDelete {
	background-image: url("/themes/main/gfx/icon-delete.png");
	left:25px;
}

.customer .btnRoChecked {
	background-image: url("/themes/main/gfx/icon-checked.png");
	left:0;
}

/* btnDownload extends btnMini
================================================ */
/*
.operator .btnDownload {
	background-image: url("/themes/main/gfx/icon-download.png");
	right:0;
}

.customer .btnDownload {
	background-image: url("/themes/main/gfx/icon-download.png");
	left:100px;
}

.operator .btnDownloadOriginal {
	right:50px;
}
.operator .btnDownloadOriginal:hover {
	background-position: 0 0;
}

.customer .btnDownloadOriginal {
	left:125px;
}
.customer .btnDownloadOriginal:hover {
	background-position: 0 0;
}
*/
.btnDownload {
	background-image: url("/themes/main/gfx/icon-download.png");
	right:0;
}
.btnDownloadOriginal {
	right:46px;
}
.btnDownloadOriginal:hover {
	background-position: 0 0;
}
.btnRejectMessage {
    background-image: url("/themes/main/gfx/icon-delete.png");
    left:22px;
}

/* button complexity
================================================ */

.btnComplexity {
	background-image: url("/themes/main/gfx/icon-complexity.png");
	left:50px;
}
.btnComplexity:hover {
	background-position: 0 0;
}

/* btnClipped extends btnMini
================================================

.btnClipped { background-image: url("/themes/main/gfx/icon-scissor.png"); }
*/
/* btnEdit extends btnMini
================================================ */

.operator .btnEdit {
	background-image: url("/themes/main/gfx/icon-edit.png");
	right:100px;
}

.customer .btnEdit {
	background-image: url("/themes/main/gfx/icon-edit.png");
	left:114px;
}

.btnTag {
	background-image: url("/themes/main/gfx/icon-tag.png");
}

.itemBlock .btnTag {
	left:45px;
}

.btnEdit.btnDiaPositive
{
    left:114px;
}

/* btnDelete extends btnMini
================================================ */
.operator .btnRemove
{
    background-image: url("/themes/main/gfx/icon-remove.png");
    right:0px;
}

.customer .btnRemove {
	background-image: url("/themes/main/gfx/icon-remove.png");
	right:0px;
}

/* btnArrow1 extends btnMini (open/close button on itemGridContainer / carousel)
================================================ */

.btnArrow1 { background-image: url("/themes/main/gfx/icon-arrow1.png"); }
.btnArrow1Active { background-position: 0 -20px; }



.btnArrow2 { background-image: url("/themes/main/gfx/icon-arrow1.png"); }
.btnArrow2Active { background-position: 0 -20px; }

.btnArrow3 { background-image: url("/themes/main/gfx/icon-arrow1.png"); }
.btnArrow3Active { background-position: 0 -20px; }


/* Common trigger classes
================================================ */

hr {
	border:0 solid #E6E6E6;
	border-top-width:1px;
	clear:both;
	height:0px;
	margin: 10px 0;
}

.floatRight { float:right; }
.floatNone { float:none; }
.floatLeft { float:left; }
.clearLeft { clear:left; }
.clearBoth { clear:both; }
.clearRight { clear:right; }
.alignLeft { text-align: left; }
.alignCenter {text-align: center; }
.alignRight { text-align: right; }
.displayInline { display: inline; }
.displayInlineBlock { display: inline-block; }
.displayBlock { display: block; }
.reset { margin: 0; padding: 0; }
.reset li { list-style: none; }
.widthAuto, .formElements .widthAuto { width: auto; }
.formElements .widthAuto label { width: auto; margin-right: 5px; }

/* cmsContent (PAT CMS alignment, extends the classes above)
================================================ */

img.floatLeft,
img.floatRight {
	margin-bottom: 20px;
}

img.floatLeft {
	margin-right: 30px;
}

img.floatRight {
	margin-left: 30px;
}

.cmsContent p {
	margin-bottom: 20px;
	line-height: 20px;
}

p.intro {
	font-size: 16px;
	line-height: 22px;
}

/*
	clear the p-tag that comes after the p.intro
	usuasslly this is the second p-tag on the page
*/
p + p {
	clear: both;
}

.cmsContent h2 {
	margin-bottom: 10px;
	color: #8cc440;
}

.cmsContent ul {
	margin-left: 20px;
}

.cmsContent .block {
	padding: 22px 19px;
	background-color: #F3F3F3;
}

.cmsContent .block .buttonBlock {
	display: block;
	float: right;
	margin: 0 0 30px 30px;
	width: 150px;
	overflow: hidden;
}

.cmsContent .block p {
	font-size: 16px;
	line-height: 22px;
}

.cmsContent .block p:last-child {
	margin-bottom: 0;
}



/* cmsContent extends gridTwoColumns */
.cmsContent .gridTwoColumns .gridColLeft,
.cmsContent .gridTwoColumns .gridColRight {
	width: 47%
}

.cmsContent .grid_row ol:last-child,
.cmsContent .grid_row ul:last-child,
.cmsContent .grid_row p:last-child {
	margin-bottom: 0;
}

/* CMS, T98 */
.cmsContent .numberIconLarge {
	width: 86px;
	height: 86px;
	font-size: 46px;
	padding-top: 15px;
	background: url("/themes/main/gfx/numbered-row-big-bg.gif") no-repeat left top;
}

/* linkList (T05)
================================================ */

.linkList  li {
	margin-bottom: 4px;
}

.linkList a {
	text-decoration: none;
}

.linkList a:hover {
	text-decoration: underline;
}

/* tabs (general, T46)
================================================ */

.tabs {
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
}

.tabBottomLine {
	display: block;
	height: 17px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #8cc440;
}


.tabs li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 4px;
}

/* Stupid Win/IE6 bug-fix */
.ie6 .tabs LI {
	width: 1%;
	white-space: nowrap;
}

.lte7 .tabs li {
	display: block;
	float: left;
	margin-right: 2px;
}

.tabs li a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.tabs li a span {
	display: block;
	overflow: hidden;
	height: 22px;
	margin: 0;
	padding: 8px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #E8E8E8;
}

.tabs li a:hover span,
.tabs li a:hover {
	text-decoration: none;
}

/* Modernizer extention */
.borderradius .tabs li a span {
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .tabs li a span,
.ie8 .tabs li a span {
	behavior: url("/themes/base/htc/PIE.htc");
}

.tabs li.active span,
.tabs li a:hover span {
	background-color: #8cc440;
	color: #fff;
}

/* subtabs (general, T48)
================================================ */
ul.subtab-nav {
	margin-top: 20px;
	list-style: none;
	position: relative;
	top: 1px;
}
ul.subtab-nav li {
	display: inline-block;
}
.subtab-nav li.tab a {
	display: block;
	background: #999;
	border: 1px solid #999;
	color: #fff;
	font-size: 12px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
}
/* Modernizer extention */

.subtab-nav li.tab a:hover,
.subtab-nav li.tab a.active {
	background: #fff;
	border: 1px solid #E6E6E6;
	color: #000;
}

.subtab-nav li.tab a.active {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.subtab-nav li.status {
	float: right;
	font-weight: bold;
	margin: 0 15px 0 0;
}
.subtab-nav li.status span.incomplete {
	color: #ff0000;
}
.subtab-nav li.status span.success {
	color: #0d0d28;
}
.subtab-nav li.status a.deleteBtn {
	color: #f00;
	text-decoration: none;
}
.subtab-nav li.status a.editBtn {
	margin-top: 5px;
	text-decoration: none;
}

div.subtab-container {
	border: 1px solid #e6e6e6;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
.subtab-container table {
	display: table;
	margin: 20px 0 20px 0;
	width: 100%;
}
.subtab-container tr.top {
	border-bottom: 1px solid #e6e6e6;
}
.subtab-container table th {
	text-align: left;
}
.subtab-container table td {
	padding: 5px 0 5px 5px;
}
.subtab-container table td.method {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 90px;
}
.subtab-container table td input {
	width: 180px;
}

.subtab-block {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 20px 8px 20px;
	position: relative;
	top: 1px;
	text-decoration: none;
}
.subtab-block:hover {
	background-color: #e6e6e6;
}
.subtab-block-category {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
}
.subtab-block li {
	display: inline;
	padding: 0 5px;
}
.subtab-block li span.incomplete {
	color: #ff0000;
}
.subtab-block li span.success {
	color: #0d0d28;
}
.subtab-block li em {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
}
.subtab-block li a.deleteBtn {
	background: url("/themes/main/gfx/icon-remove.png") no-repeat 0 0;
	display: block;
	height: 20px;
	margin-top: -3px;
	text-decoration: none;
	text-indent: -999em;
	width: 20px;
}
.subtab-block li a.deleteBtn:hover {
	background: url("/themes/main/gfx/icon-remove.png") no-repeat 0 -20px;
}
.subtab-block li a.editBtn {
	background: url("/themes/main/gfx/icon-edit.png") no-repeat 0 0;
	display: block;
	height: 20px;
	margin-top: -3px;
	text-decoration: none;
	text-indent: -999em;
	width: 20px;
}
.subtab-block li a.editBtn:hover {
	background: url("/themes/main/gfx/icon-edit.png") no-repeat 0 -20px;
}
.subtab-block li a.deleteBtn:hover,
.subtab-block li a.editBtn:hover {
	text-decoration: underline;
}
.subtab-block .editBtn.editActive {
	background: url("/themes/main/gfx/icon-edit.png") no-repeat 0 -20px;
}
.subtab-block .blockPopupWrapper {
	right: 0 !important;
	top: 0;
	float: right;
	left: none !important;
}

.subtab-block.subtab-subsub {
	background: url("/themes/main/gfx/icon-tree.png") no-repeat 25px 5px;
	padding-left: 45px;
}
.subtab-block.subtab-subsub:hover {
	background-color: #e6e6e6;
}

/* jobOverviewTabs extends tabForm extends tabs (T31)
================================================ */

.jobOverviewTabs li a span {
	padding-left: 17px;
	padding-right: 17px;
}

/* input forms
================================================ */

.inputText,
.inputTextarea {
	padding: 5px;
}

.inputSelect {
	padding: 5px;
}

/* formIndent (T46, to indent the forms)
================================================ */

.formIndent {
	margin-left: 15px;
}

/* formSettings extends formIndent (T48)
================================================ */

.formSettings span.label {
	display: inline-block;
	width: 120px;
	font-weight: bold;
}

/* Fix for Win/IE6 */
.ie6 .formSettings span.label {
	position: relative;
	top: -10px;
}

.formSettings hr {
	margin: 20px 0;
}

.formSettings h2 {
    font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.formSettings .settingsIndent {
	margin: 20px 0 20px 120px;
}

.formSettings .itemList {
	margin-bottom: 20px;
}

.formSettings .itemList li {
	margin-bottom: 5px;
}

.formSettings label {
	margin-bottom: 10px;
}

.formSettings label .inputText {
	width: 300px;
}
.checkboxLine {
	overflow: hidden;
}
.checkboxLine .inputCheckbox,
.checkboxLine .inputRadio,
/* jQuery Uniform override */
.checkboxLine .checker,
.checkboxLine .radio {
	display:block;
	float: left;
}

input.text,
input.email,
input.password,
textarea.uniform {
    font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif;
}

.checkboxLine label {
	margin-left: 30px;
	display: block;
}

/* Texturepopup
================================================ */
#chkboxInstructions {
    margin-bottom:10px;
    overflow:hidden;
}

/* popupWrapper (used in include file i.c.w. jQuery Fancybox popup / iframe)
================================================ */

/* Win/IE6 bug fix */
.ie6 .popupWrapper .messageBlock  {
	width: 315px;
}

.popupWrapper h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.popupWrapper .inputText,
.popupWrapper .inputTextarea {
	width: 360px;
}

/*.popupWrapper .inputTextarea {
	height: 90px;
}*/

.popupWrapper .gridTwoColumns {
	/*margin-top: 20px; breaks ftpfetch */
}

.popupWrapper .checkboxList {
	margin: 10px 0 10px 0;
}

.popupWrapper .checkboxList li {
	margin-bottom: 5px;
}

.popupWrapper .gridTwoColumns .gridColLeft,
.popupWrapper .gridTwoColumns .gridColRight {
	width: auto;
}

/* inlcude file 'popup-forward-job-link' */
.popupWrapper .emailPreview {
	font-style: italic;
	color: #666666;
}

/* popupForm (include file)
================================================ */

.popupForm h5 {
	margin-bottom: 10px;
}
.popupForm .selector {
	float: left;
	margin-bottom: 10px;
}

/* navButtons (buttons on bottom of popup)
================================================ */

.popupWrapper .navButtons {
	margin-top: 50px;
}

/* flashUpload (T11 - popup: "Kies uw afbeelding" - button)
================================================ */

.popupWrapper .flashUpload {
	margin-bottom: 10px;
}

.popupWrapper .flashUpload #pruntime {
    color:Silver;
    text-align:right;
    font-size:smaller;
    line-height:10px;
    min-height: 15px;
}

P.pruntime {
    min-height: 15px;
}

/* adjustmentRow
================================================ */

.itemBlockPopupImageComplexity {
	background-color: #fff;
	width: 380px;
}

.adjustmentContainer {
	height: 280px;
	overflow: auto;
	margin-bottom: 10px;
}

.itemBlockPopupImageComplexity .adjustmentRow {
	overflow: hidden;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
}

.itemBlockPopupImageComplexity .adjustmentRow p {
	position: relative;
}

.itemBlockPopupImageComplexity .adjustmentRow .inputText {
	display: inline-block;
	width: 236px;
	margin-right: 10px;
}

.itemBlockPopupImageComplexity .adjustmentRow div.selector,
.itemBlockPopupImageComplexity .adjustmentRow div.selector span {
	width: auto;
}

.itemBlockPopupImageComplexity .adjustmentRow .inputSelect {
	display: inline-block;
	width: 90px;
}

.itemBlockPopupImageComplexity .adjustmentRow .inputTextarea {
	width: 320px;
	height: 70px;
}

.itemBlockPopupImageComplexity .adjustmentRow-buttonRemove {
	position: absolute;
	top: 6px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	background: url("/themes/main/gfx/icon-delete.png") no-repeat 0 0;
}

.itemBlockPopupImageComplexity .adjustmentRow-buttonRemove:hover {
	background-position: 0 -20px;
}

/* contactBox (T01 - popup: Contact MisterClipping)
================================================ */
.popupWrapper .contactBox a {
    margin-right:8px;
}
.popupWrapper .contactBox a:last-child {
    margin-right:0;
}

.popupWrapper .contactMailBox {
    display:none;
}

.popupWrapper .contactMailBox .gridTwoColumns p {
    margin:0;
}

/* compareContainer (T41, popup)
================================================ */

.compareContainer {
	overflow: hidden;
	width: 100%;
	margin: 10px 0;
}

.compareContainer .compareCarousel {
	display: block;
	float: left;
	height: 500px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 18px;
	width: 104px;
}

.compareContainer .compareItem,
.compareContainer .compareDetail {
	display: block;
}

.compareContainer .compareItem {
	width: 104px;
	height: 104px;
	margin-bottom: 10px;
}

.compareContainer .compareItem a {
	border: 1px solid #fff;
	display: block;
}

.compareContainer .compareItem a.active {
	border-color: #8cc440;
}

.compareContainer .compareDetail {
	display: inline-block;
	font-size: 0;
	height: 500px;
	line-height: 0;
	text-align: center;
	width: 500px;
}

.compareContainer .compareDetail .compareDetailImg {
	border: 1px solid #ccc;
	display: inline-block;
	height: auto;
	max-height: 500px;
	width: auto;
	max-width: 500px;
}

/* orderRejected (T29)
================================================ */

.orderRejected {
	padding: 10px;
	background-color: #FFD0D0;
}


/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .orderRejected,
.ie8 .orderRejected {
	behavior: url("/themes/base/htc/PIE.htc");
}

.orderRejected p:last-child {
	margin-bottom: 0;
}

.orderRejected .inputTextarea {
	width: 580px;
	height: 100px;
}

/* popupRejected (T24)
================================================ */

.popupRejected #fancybox-outer {
	background-color: #FFD0D0;
}

.popupRejected h4 {
	color: #f00;
}

/* formElements (T46)
================================================ */

.formElements li {
	list-style: none;
	margin-bottom: 10px;
}

.formElements label {
	display: inline-block;
	width: 205px;
    font-size: 12px;
}

/* formElementsJobs extends formElements (T46)
================================================ */

.formElements li label {
    font-family: "lato-bold",Verdana,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

/* widths for (mostly) input elements (T05)
================================================ */
div.selector select,
select {
    font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif;
}

.w150, .popupWrapper .w150 { width: 150px; }
.w155, .popupWrapper .w155 { width: 170px; }
.lte7 .w155, .lte7 .popupWrapper .w155 { width: 148px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.inputSelect.w400 { width: 400px; cursor: pointer; }

/* jQuery Uniform override */
.formElementsJobs div.selector { width: 410px; }
.formElementsJobs div.selector span { width: 385px; margin-left: -2px; }
.formElementsJobs div.selector select { min-width: 415px; }

.itemBlock div.selector { width: 157px; }
.itemBlock div.selector span { width: 119px; }
.itemBlock div.selector select { min-width: 157px; }

/* subNavList (T90, subnav menu)
================================================ */

.subNavList {
	background-color: #F3F3F3;
	padding: 0 15px;
}


/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .subNavList,
.ie8 .subNavList {
	behavior: url("/themes/base/htc/PIE.htc");
}

.subNavList li {
	margin: 0;
	padding: 0;
}

.subNavList li {
	padding:10px 0;
	list-style: none;
	background: url("/themes/main/gfx/line.gif") repeat-x left bottom;
}

.subNavList li h3 {
	color: #333;
	font-size: 20px;
}

.subNavList li:last-child {
	border-bottom: none;
}

.subNavList li a {
	color: #8cc440;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}

.subNavList li.active a,
.subNavList li a:hover {
	color: #000;
}

/* subNavListArrow extends subNavList (T98, sidebar nav link list)
================================================ */

.subNavListArrow li a {
	padding-left: 15px;
	background: url("/themes/main/gfx/arrow12.png") no-repeat left 3px;
}

.subNavListArrow .active a,
.subNavListArrow li a:hover {
	background-image: url("/themes/main/gfx/arrow1.png");
}

/* subNavListArrowBig subNavList (T102)
================================================ */

.subNavListArrowBig {
	background: none;
	padding: 0;
}

.subNavListArrowBig li {
	border-bottom: 1px solid ##E6E6E6;
	padding: 0;
	margin-bottom: 3px;
}

.subNavListArrowBig li a {
	color: #8cc440;
	display: block;
	height: 33px;
	padding: 15px 0 0 10px;
	overflow: hidden;
	width: auto;
}

/* Win/IE 8 */
.ie8 subNavListArrowBig li a {
	height: 32px;
}

.subNavListArrowBig li.active,
.subNavListArrowBig li.prevItem {
	border: none;
}

.subNavListArrowBig li.active a,
.subNavListArrowBig li a:hover {
	color: #fff;
	background: #8cc440 url("/themes/main/gfx/arrow-list-cap.gif") no-repeat right bottom;
}


/* testimonial (T98, sidebar)
================================================ */

.testimonialList h3 {
	margin: 0 0 10px 10px;
	font-size: 20px;
}

.testimonial {
	margin-bottom: 30px;
}

.testimonial,
.testimonial p,
.testimonial blockquote,
.testimonial blockquote p,
.testimonial blockquote p em {
	color: #999;
}

.testimonial blockquote {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	line-height: 20px;
	position: relative;
}



.testimonial .author {
	margin: 10px 0 0 10px;
}

.testimonial .author a {
	font-weight: bold;
	text-decoration: none;
}

.testimonial .author a:hover {
	color: #000;
}

.testimonial .balloonArrow {
	position: absolute;
	bottom: -14px;
	left: 35px;
	display: block;
	width: 15px;
	height: 14px;
	overflow: hidden;
	background: url("/themes/main/gfx/balloon-arrow2.gif") no-repeat left top;
}

/* faqCategories (T90, sidebar list)
================================================ */

.faqCategories,
.faqCategories li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faqCategories li {
	margin-bottom: 5px;
	padding-left: 15px;
	background:  url("/themes/main/gfx/arrow1.png") no-repeat left 3px;

}

.faqCategories li a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.faqCategories li.active a,
.faqCategories li a:hover {
	color: #8cc440;
}

/* FAQ (T90, list)
================================================ */

.faq dt {
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background:  url("/themes/main/gfx/arrow1.png") no-repeat left 3px;
}

.faq dt.active {
	color: #8cc440;
	background-image: url("/themes/main/gfx/arrow9.png");
}

.faq dd {
	display: none;
	margin: 10px 0 10px 20px;
	padding: 20px;
	background-color: #EBEBEB;
	line-height:22px;
}

/* Modernizr extention */
.boxshadow .faq dd {
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: inset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
}

/* progressBar (T05, FTP progress loading bar) extends progresser
================================================ */

.popupLoading {
	padding: 20px;
	background: #fff;
	display: block;
	width: 225px;
}

.popupLoading h5 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #8cc440;
}

/* Modernizr extention */
.boxshadow .popupLoading {
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}


/* Stupid Win/IE6 */
.ie6 .popupLoading {
	border: 1px solid #000;
}

/* CSS3 PIE extention for Win/IE8 and lower to enable basic CSS3 features */
.ie7 .popupLoading,
.ie8 .popupLoading {
	box-shadow: 0px 0px 10px #999;
	behavior: url("/themes/base/htc/PIE.htc");
}

.progresser {
    margin: 0 0 15px 0;
    height: 16px;
}
.progresser .progressBar {
	display: block;
	width: 380px;
	/*height: 16px;*/
	overflow: hidden;
	/*margin: 0 0 15px 0;*/
	position: relative;
	background: url("/themes/main/gfx/progressbar-bg.png") no-repeat left top; /* 380px total bar */
}
.progresserFetch .progressBar {
    width:270px;
    background: url("/themes/main/gfx/progressbar-bg-medium.png") no-repeat left top;
}

.progresser .progressBar .progress {
	display: block;
	height: 16px;
	background: url("/themes/main/gfx/progressbar-loading.png") no-repeat left top; /* 6px left side */
}

.progresser .progressBar .progress .bar {
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
	text-indent: -999px;
	font-weight: bold;
	font-size: 0;
	line-height: 0;
	width: 10px; /* 374px = 100%, jQuery animates this with inline CSS width */
	height: 16px;
	overflow: hidden;
	background: url("/themes/main/gfx/progressbar-loading-bar.png") no-repeat right top;
}

.progresserFetch .progressBar .progress .bar {
    background: url("/themes/main/gfx/progressbar-loading-bar-medium.png") no-repeat right top;
}

/* popupCentered extends popupLoading (T05)
================================================ */

.popupCentered {
	position: fixed;
	top: 200px;
	left: 50%;
	z-index: 1200;
	width: 220px;
	margin-left: -110px;
}

/* Stupid Win/IE that doesn't understand 'fixed' */
.ie6 .popupCentered {
	position: absolute;
}

/* dimmedOverlay (T05, optional, dimmedoverlay for checking FTP connection)
================================================ */

.dimmedOverlay {
	opacity: 0.4;
 	background: none repeat scroll 0 0 #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}

/* numberedRow (T100)
================================================ */

.numberedRow {
	overflow: hidden
	clear: both;
	margin: 20px 0;
}

.numberIcon {
	display: block;
	margin-right: 20px;
	padding-top: 7px;
	width: 39px;
	height: 31px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	position: relative;
	top: 5px;
	background: url("/themes/main/gfx/numbered-row-bg.gif") no-repeat left top;
}

.numberedRow .numberBody {
	display: block;
	overflow: hidden;
	zoom: 1;
}

/* Stupid Win/IE that doesn't understand overflow:hidden above */
.ie6 .numberedRow .numberBody {
	zoom: 1;
}

/* Clear fixing
================================================ */

/* The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after { clear: both; }

/* Fix clearfix Win/IE: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* For image replacement
================================================ */

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

/* Hiding stuff, for both screenreaders and browsers css-discuss.incutio.com/wiki/Screenreader_Visibility
================================================ */

.hide,
.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden
================================================ */

.visuallyHidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Trigger class for default (gray) text color in input fields placeholder text
================================================ */

.p80_form_label { color: #999; }

/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
================================================ */

.ie7 img { -ms-interpolation-mode: bicubic; }

/* make buttons play nice in IE: viget.com/inspire/styling-the-button-element-in-internet-explorer/
================================================ */

button {  width: auto; overflow: visible; }

/* Media query specifics of handheld divices
================================================ */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you j.mp/textsizeadjust
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* CMS edit bar (top of page)
================================================ */

.cmsedit {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 900;
	display: block;
	background: #DBDBDB;
	font-size: 10px;
	padding: 3px 8px;
	margin: 0;
}

.cmsedit a {
	color: #000;
	text-decoration: none;
}

.cmsedit a:hover {
	color: #00622D;
}

.boxshadow .cmsedit {
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}

/* uploadQueList
================================================ */

.uploadQueList {
	margin: 0 0 15px 0;
	padding: 10px;
	color: #777;
	height: 100px;
	overflow:auto;
	background-color: #f3f3f3;
	list-style: none;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}



.uploadFileButton {
	position:absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.rejectJobAdditionalInfo {
	width: 300px;
	height: 100px;
}

.shareTextTitle {
	margin-bottom: 5px;
}
img.ui-datepicker-trigger {
	vertical-align: middle;
}

/* AccountSettings FtpTest
================================================ */
.popupFtpTester h4 {
	margin-bottom:5px;
}

.text-cut-off
{
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.tags-list {
	display: inline;
	overflow: auto;
}

ul.tags-list.edit {
	white-space: nowrap;
}

ul.tags-list li {
	display: inline-block;
	list-style: none;
	border: #8cc440 2px solid;
	background-color: #8cc440;
	color: #FFFFFF;
	padding: 2px;
	margin-left: 3px;
	white-space: nowrap;
}

ul.tags-list li.active {
	border-color: #729E19;
}

ul.tags-list li span.remove {
	font-weight: bold;
	color: #55721B;
	content: ' X';
	cursor: pointer;
}

ul.tags-list li span.remove:after {
	content: ' X';
}

div.text {
	font-size: 12px;
	font-weight: normal;
	padding: 0 8px;
	box-sizing: border-box;
	color: #777;
	background: url("/themes/main/gfx/uniform/bg-input.png") repeat-x 0px 0px;
	background-color: #F3F3F3;
	border-top: none;
	border-left: solid 1px #C5C5C5;
	border-bottom: solid 1px #F3F3F3;
	border-right: solid 1px #C5C5C5;
	border-collapse: separate;
	outline: 0;
}

/* loginForm (T108)
================================================ */

.is-login-page {
	background-color: #ffffff;
}

/* loginForm-header (T108)
================================================ */

.loginForm-header {
	margin: 50px auto 0;
}

.loginForm-header p {
	text-align: center;
}

.loginForm-header img {
    width: 360px;
}

/* loginForm (T108)
================================================ */

.loginForm-streamLink p {
    color: #333 !important;
    font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 15px;
}

.loginForm-streamLink > p > a {
	font-family: "lato-regular",Verdana,Helvetica,Arial,sans-serif !important;
    color: #88C412;
    text-decoration: underline;
}

.loginForm {
	width: 600px;
	margin: 0 auto;
	padding: 16px;
	color: #FFF;
	background: none repeat scroll 0% 0% #ffffff;
}

.lte9 .loginForm {
	behavior: url("/themes/base/htc/PIE.htc");
}

.loginForm h2 {
	margin: 10px 0;
	color: #6e6e6e;
	font-size: 20px;
	font-family: "lato-bold",Verdana,Helvetica,Arial,sans-serif;
}

.loginForm .icon-lock:before {
    font-family: FontAwesome,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline-block;
    margin-right: 5px;
    content: "\f023";
}

.loginForm,
.loginForm p {
	color: #6e6e6e;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
}

.loginForm a {
	color: #6e6e6e;
	text-decoration: none;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.loginForm-terms {
	color: #6e6e6e;
}

.loginForm-terms a {
	color: #75b706;
	text-decoration: none;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.loginForm .button {
	width: 174px;
	margin-right: 20px;
}

.loginForm .loginForm-error {
	color: red;
}

.loginForm .inputText {
	display: block;
	height: 25px;
	width: 91%;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 2em;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	color: #333333;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: none repeat scroll 0% 0% #f0f0f0;
}

.loginForm-joinSignup {
	font-size: 20px;
	padding-top: 6px;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
}

.loginForm-joinSignup a {
	font-family: "lato-bold",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.loginForm-passwordForgotten {
	margin-top: 17px;
}

.loginForm-passwordForgotten,
.loginForm-remember,
.loginForm-linkedin {
	margin-bottom: 15px;
	font-size: 13px;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
}

.loginForm-passwordForgotten a {
	color : #75B706;
	font-size: 15px;
	transition: color 0.2s ease-out 0s;
}

.loginForm-passwordForgotten a:hover {
	color: #75B706;
}

.loginForm-linkedin {
	margin-bottom: 40px;
}

.loginForm-linkedin a:before {
	display: inline-block;
	margin-right: 5px;
	font-family: FontAwesome,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	display: inline-block;
	content: "\f08c";
}

.loginForm-terms a:hover {
	color: #75B706;
}

.input-label
{
    margin : 5px 0px 0px 0px;
    padding : 10px 0px 0px 0px;
    font-size:1.1em;
}

.loginForm .inputSelect {
	display: block;
	width: 95%;
	height: 45px;
	padding: 10px;
	margin-bottom: 10px;
	outline-offset: -2px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #333333;
	font-size: 1.2em;
	font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
	line-height: 1em;
	background: none repeat scroll 0% 0% #f0f0f0;
}

.lte9 .loginForm .inputSelect {
	behavior: url("/themes/base/htc/PIE.htc");
}
.cursor_pointer {
	cursor: pointer;
}

.searchHeaderContainer {
	display: inline-block;
	padding: 30px 0;
	width: 100%;
}

.searchHeader {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.searchHeader .searchQuery {
	width: 220px;
}

.searchHeaderTags {
	border-bottom: 2px solid #E8E8E8;
	border-top: 2px solid #E8E8E8;
	display: table;
	float: left;
	width: 100%;
}

.searchHeaderTags label {
	background: #E8E8E8;
	display: table-cell;
	font-weight: bold;
	padding: 10px;
}

.searchHeaderTags a {
	background: url("/themes/main/gfx/button-icon-delete.png") no-repeat 0 0;
	display: inline-block;
	margin: 5px;
	padding: 2px 0 0 25px;
	text-decoration: none;
}

.searchHeaderTags a:hover {
	text-decoration: underline;
}

.searchHeaderTagsContainer {
	display: table-cell;
	padding-left: 10px;
	width: 780px;
}

.loginForm-link {
    padding : 0px 12px 0px 12px;
}

/* thankyou-header (T108)
================================================ */

.thankyou-header {
	width: 360px;
	margin: 50px auto 0;
}
.thankyou-header img{
    width: 100%;
}

.thankyou {
	width: 800px;
	margin: 40px auto;
	padding: 16px;
	color: #FFF;
	background: none repeat scroll 0% 0% #ffffff;
	text-align:center;
    font-family: "lato-light",Verdana,Helvetica,Arial,sans-serif;
}

.thankyou h2 {
	margin: 25px 0 50px;
	color: #6e6e6e;
	font-size: 3em;
}

.thankyou p {
	color: #6e6e6e;
	font-size: 1.8em;
	font-weight:400;
}

.thankyou a {
	text-decoration: underline;
	color: #6e6e6e;
}

/* Bulk Search (T60)
================================================ */

.bulkSearch {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

.bulkSearch a.button {
	float: right;
}

.bulkSearchFields textarea {
	float: left;
	margin-right: 20px;
}

.bulkSearchFields .checkboxLine {
	float: left;
}

.bulkSearchFields {
	display: inline-block;
	width: 100%;
}

.filenametooltip {
	position: relative;
	display: inline-block;
}

.filenametooltiptext {
	visibility: hidden;
	background-color: white;
	text-align: center;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.filenametooltip:hover .filenametooltiptext {visibility: visible;}

/* text-transform
================================================ */
h1,h2,h3,h4,h5,
#ctl00_MainContent_BtnCancel,
.jobSteps,
.button,
.c-button-with-label {
    font-family: "lato-bold",Verdana,Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.jobSteps,
strong,
.c-button-with-label,
.button,
.jobOverviewFooter,
.jobOverviewHeader,
th,
.buttonCat9,
h1,h2,h3,h4,h5,
.tabForm,
.icon-lock,
.footer-wrapper,
.header-wrapper {  text-transform: uppercase; }


select,
.popupWrapper.popupForm p,
.itemBlockPopup,
.inputText,
.cmsContent,
.mesageBlockType2,
.checkboxLine label,
.formElementsJobs input,
.popupMessage {
    text-transform: none;
}

.smallspan div span {
    width: 100px;
}


/* error-page
================================================ */

.logo {
	margin: 0 auto;
	margin-top: 40px;
}

.oops-text {
	margin: 10px 0;
	color: #6e6e6e;
	font-size: 20px;
	font-family: "lato-bold",Verdana,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}

.return-page {
	color: #75B706;
	font-size: 16px;
	transition: color 0.2s ease-out 0s;
	text-decoration: none;
}



/* Comment Generated by Combres - Resource '~/themes/main/css/mrc_addon.css' (Mode: Static) */
.arrowTypeNormal li {
	margin-bottom: 8px;
	background-image:url("/themes/main/gfx/arrow_normal.png");
}

.arrowTypeTable li {
	margin-bottom: 10px;
}

.arrowListNormalLinks li a {
	color: #88C412;
	text-decoration: none;
}

.arrowListNormalLinks li a:hover {
	text-decoration: underline;
}

.grid_container_12 .grid_prefix_4_1 { margin-left: 288px;}
.grid_container_12 .grid_4_1, .width_grid_4_1 { width: 268px; }
