/*************
 ** Commons **
 *************/

* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	font-size: 90%;
	background-color: #f7f7f7;
}

kbd {
	font-family: monospace;
	border: 1px solid #999;
	padding: 0 2px;
	font-size: 95%;
}

a {
	color: #ee7f00;
}

img {
	vertical-align: middle;
}

acronym, .help {
	cursor: help;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.right {
	text-align: right;
}

.text-right {
	text-align: right !important;
}

.float-left {
	float: left;
} 

.float-right {
	float: right;
} 

div.top_image, div.banner_preview {
	overflow: hidden;
	margin: 0px 30px 10px;
	text-align: center;
}

div.banner_preview {
	margin: 0px;
}

div.message_error,
div.message_ok,
div.message_warning {
	margin: 10px 30px;
	background: url(../img/error.gif) no-repeat #ff9f9f 6px 6px;
	font-weight: bold;
	border: 1px solid #c0022c;
	color: #333;
	padding: 5px 5px 5px 27px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.message_error li,
div.message_ok li,
div.message_warning li {
	margin-left: 30px;
}

div.message_ok {
	border-color: #5b4;
	background-image: url(../img/ok.gif);
	background-color: #dcefb3;
}

div.message_warning {
	border-color: #efbe3b;
	background-image: url(../img/warning.gif);
	background-color: #ffe499;
}

div.message_error.small,
div.message_ok.small,
div.message_warning.small {
	font-size: 12px;
	margin: 10px 0px;
}

div.message_error.small span,
div.message_ok.small span,
div.message_warning.small span {
	font-weight: normal;
}

div.message_error.small h3,
div.message_ok.small h3,
div.message_warning.small h3 {
	font-size: 13px;
	margin-bottom:10px;
}

div.form-part p input,
div.form-part p select {
	border: 1px solid #687794;
	font-size: 12px;
	padding: 1px;
	background-color: #f8f8f8;
	margin-right: 5px;
	vertical-align: middle;
}

.toggle-display-open .toggle-handle,
.toggle-display-closed .toggle-handle {
	cursor: pointer;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.toggle-display-open div.toggle-handle,
.toggle-display-closed div.toggle-handle {
	background-position: 12px 15px;
	padding-left: 24px;
}

.toggle-display-open .toggle-handle {
	background-image: url(../img/minus.gif);
}

.toggle-display-closed .toggle-handle {
	background-image: url(../img/plus.gif);
}

.toggle-row-handle-replace, .pointer {
	cursor: pointer;
}

.capslock-warning {
	background: url(../img/capslock_warning.png) right 1px no-repeat #fee !important;
}

span.caps-hint {
	font-size: 90%;
	color: #606060;
	font-weight: normal;
	margin-left: 220px;
}

span.hint {
	font-size: 90%;
	color: #606060;
	font-weight: normal;
}

span.hint.notice {
	color: #e41715;
	font-weight: bold;
}

span.hint-right {
	font-size: 90%;
	color: #606060;
	font-weight: normal;
	float: right;
}

span.hint.warning {
	color: #f00;
}

span.hint.info {
	color: #00c;
}

span.invalid {
	text-decoration: line-through;
}

span.invalid:hover {
	text-decoration: none;
}

/******************
 ** Basic layout **
 ******************/

div#outer {
	text-align: left;
	background: url(../img/body_background.jpg) #fff repeat-x top left;
	padding: 20px 0 0 0;
}

div#header {
	background: url(../img/sag_logo_small.png) no-repeat;
	height: 75px;
	margin: auto;
	width: 1000px;
}

div#header h1 {
	margin-left: -9000px;
}

div#header ul {
	float: right;
}

div#header ul li {
	display: inline;
}

.inline-list {
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.inline-list > li {
	list-style: none;
	float: left;
	margin-left: 10px;
	display: block;
}

.inline-list > li > * {
	display: block;
}

#LanguageSelection {
	float: right;
	position: relative;
	padding: 0;
	margin-top: 45px;
}

#LanguageSelection li {
	margin-left: 0;
}

#LanguageSelection a:hover {
	border: 1px solid #333;
	border-radius: 3px;
	width: 20px;
}

#LanguageSelection a {
	color: #333;
	text-decoration: none;
	padding: 4px 4px;
	width: 22px;
	text-align: center;
	margin-left: 2px;
}

#LanguageSelection li.active a {
	border: 1px solid #aaa;
	border-radius: 3px;
	width: 22px;
}

div#container {
	clear: right;
	margin: 20px auto 0 auto;
	width: 1000px;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#menu {
	width: 180px;
	float: left;
}

body.max-width div#menu {
	display: none;
}

div#content {
	width: 820px;
	float: left;
	padding-top: 10px;
}

body.max-width div#content {
	width: 100%;
}

div#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
	border-top: 1px solid #dbdbdb;
	padding: 15px;
}

/*****************
 ** info-window **
 *****************/

div.info-window {
	padding: 10px 0 10px 15px;
	color: #fff;
	background-color: #ee7f00;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

div.info-window h2 {
	font-size: 16px;
}

div.info-window div, div.info-window p {
	margin-top: 5px;
	font-size: 11px;
	line-height: 17px;
}

div.info-window #mylinks {
	position: absolute;
	margin: 0px;
	background: transparent url(../img/blank.gif) repeat 0px 0px;
}

div.info-window #mylinks:hover #adminLinks {
	display: block;
}

div.info-window a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	outline: 0;
}

div.info-window a:hover, div.info-window a:active, div.info-window a:focus {
	text-decoration: underline;
}

div.info-window #adminLinks {
	margin: 0px;
	position: relative;
	border: 1px solid #ee7f00;
	background-color: #FBFBFB;
	color: #333333;
	padding: 7px 7px 0px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	z-index: 100;
}

div.info-window #adminLinks a {
	color: #ee7f00;
	font-weight: normal;
}

/***********
 ** menus **
 ***********/

div.menu-box {
	margin: 20px 0;
}

div.menu-box h2 {
	padding: 5px 0 5px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ee7f00;
}

div.menu-box ul {
	margin: 0 0 0 15px;
	list-style-type: none;
}

div.menu-box ul li {
	border-top: 1px solid #dbdbdb;
	font-weight: bold;
	font-size: 12px;
}

div.menu-box a {
	padding: 5px 0 5px 16px;
	background: url(../img/icon_link_black.png) no-repeat scroll 0 10px transparent;
	text-decoration: none;
	color: #333;
	display: block;
	outline: 0;
}

div.menu-box a:hover, div.menu-box a:active, div.menu-box a:focus {
	text-decoration: underline;
	color: #000;
}

/************************
 ** standard paragraph **
 ************************/

div.paragraph {
	margin: 0 20px 20px 20px;
	padding: 10px 10px 0 10px;
	color: #333;
}

div.paragraph h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #ee7f00;
}

h2.with-icons {
	display:inline;
}

div.paragraph h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

div.paragraph h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

div.heading-only {
	margin-bottom: 5px;
	padding-bottom: 0;
}

div.heading-only h2,
div.heading-only h3,
div.heading-only h4 {
	margin-bottom: 0;
}

div.paragraph h2 img.product-logo,
div.paragraph h3 img.product-logo {
	float: right;
	margin: 10px 5px 0 0;
}

div.paragraph p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

div.paragraph ul,
div.paragraph ol,
ul.default,
ol.default {
	margin-bottom: 10px;
}

div.paragraph li, ul.default li {
	margin: 0 20px;
	font-size: 12px;
	line-height: 19px;
}

div.paragraph ul li, ul.default li {
	list-style-type: none;
	background: url(../img/list_black.png) no-repeat 6px 5px;
	margin-left: 0;
	padding-left: 20px;
}

div.paragraph address {
	font-size: 12px;
	font-style: normal;
	margin-bottom: 10px;
}

div.paragraph.fieldset {
	margin: 23px 30px 10px 30px;
	background: url("../img/box_background.png") repeat-x scroll left top #FFFFFF;
	border: 1px solid #FEECD8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

div.paragraph.fieldset h2 {
	background-color: #FEECD8;
	border: 1px solid #FEECD8;
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	top: -18px;
	padding: 5px;
	display: inline;
	position: relative;
}

div.paragraph.fieldset table.default-table {
	margin: 0px;
}

div.paragraph.fieldset table.th-vertical th {
	font-weight: normal;
	background-color: transparent;
}

div.paragraph.fieldset table.th-vertical td {
	background-color: transparent;
}

div.box {
	margin: 0 30px 20px 30px;
	background:  url(../img/box_background.png) #fff repeat-x top left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.box table.default-table tr th {
	background-color: transparent;
}

/****************
 ** pagination **
 ****************/

div.pagination {
	padding-top: 0;
}

div.pagination p {
	text-align: center;
}

div.pagination em {
	font-style: normal;
	font-weight: bold;
	padding: 3px;
}

div.pagination p a,
div.pagination p span {
	text-decoration: none;
	padding: 3px;
}

div.pagination p span a {
	padding: 0;
}

/*************
 ** columns **
 *************/

.col-1-2 {
	width: 330px;
	float: left;
}

.col-1-3 {
	width: 33%;
	float: left;
}

.col-1-4 {
	width:25%;
	float: left;
}

/******************
 ** default-form **
 ******************/

form.default-form {
	margin: 0 30px 20px 30px;
	color: #333;
	font-size: 12px;
}

form.default-form label {
	cursor: pointer;
}

input.default,
input.placeholder-input,
form.default-form input,
form.default-form button,
form.default-form select,
form.default-form textarea {
	border: 1px solid #dbdbdb;
	font-size: 12px;
	padding: 1px;
	width: 350px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.default-form input[type="submit"],
form.default-form input[type="button"],
form.default-form input[type="reset"] {
	cursor: pointer;
	padding: 1px 4px;
}

form.default-form div.text-line input,
form.default-form div.text-line select,
form.default-form div.text-line textarea {
	background-color: #fff;
}

form.default-form select {
	width: 354px;
}

form.default-form select optgroup option {
	padding-left: 15px;
}

form.default-form input.short, input.default.short, input.short {
	width: 175px;
}

form.default-form select.short {
	width: 179px;
}

form.default-form input.extra-short, input.default.extra-short  {
	width: 90px;
}

form.default-form select.extra-short {
	width: 94px;
}

form.default-form fieldset {
	border: 1px solid #feecd8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 0;
	margin-bottom: 10px;
	background: url(../img/box_background.png) #fff repeat-x top left;
}

form.default-form fieldset.warning {
	background: #FFE499;
	border-color: #EFBE3B;
}

form.default-form fieldset.button {
	border: none;
	background-image: none;
}

form.default-form fieldset.toggle-display-closed {
	padding: 0;
}

form.default-form fieldset fieldset {
	margin: 10px 10px 0 10px;
}

form.default-form fieldset legend {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 0 10px;
	letter-spacing: 1px;
	background-color: #feecd8;
	color: #333;
	border: 1px solid #feecd8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.default-form fieldset.warning legend {
	background: #EFBE3B;
	border: #EFBE3B;
}

form.default-form fieldset hr {
	border-top: 1px solid #feecd8;
	margin: 15px 10px 15px 0px;
	height: 0px;
}

form.default-form div.form-line {
	padding: 6px 10px;
	clear: left;
}

form.default-form div.form-line p {
	margin: 5px 0;
}

form.default-form div.form-line ol li {
	margin-left: 15px;
	line-height: 17px;
}

form.default-form div.form-line ul li {
	list-style-type: none;
	background: url(../img/list_black.png) no-repeat 6px 5px;
	padding-left: 20px;
	line-height: 17px;
}

form.default-form p.required {
	background-color: #f7f7f7;
	padding: 3px;
	width: 175px;
	text-align: center;
	font-size: 11px;
	float: right;
	width: auto;
}

form.default-form div.required input,
form.default-form div.required select,
form.default-form div.required textarea {
	border: 1px solid #999;
}

form.default-form div.form-line input:focus,
form.default-form div.form-line select:focus,
form.default-form div.form-line textarea:focus {
	border-color: #ee7f00;
}

form.default-form div.text-line label,
form.default-form div.checkbox-line label,
form.default-form div.form-line span.label,
div.static-text-line span.label {
	float: left;
	width: 220px;
}

div.form-line div.form-column-first {
	width: 200px;
}

div.form-line div.form-column-first-large {
	width: 320px;
}

div.form-line div.form-column-first,
div.form-line div.form-column-first-large,
div.form-line div.form-column-second {
	float: left;
}

form.default-form div.checkbox-first label,
form.default-form div.radio-line label {
	display: inline;
	float: none;
	vertical-align: middle;
	margin: 0 10px 0 3px;
}

form.default-form div.checkbox-list.checkbox-line .checkbox {
	padding: 0px 0px 3px 220px;
}

form.default-form div.button-line {
	padding-left: 230px;
}

form.default-form div.button-line input,
form.default-form div.button-line button {
	width: auto;
	overflow: visible;
}

form.default-form div.button-first {
	padding-left: 10px;
}

form.default-form div.error-message,
form.default-form div.warning-message {
	font-weight: bold;
	background-color: #ff9f9f;
	border: 1px solid #c0022c;
	color: #333;
	margin: 3px 0;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.default-form div.warning-message {
	border-color: #efbe3b;
	background-color: #ffe499;
}

form.default-form div.form-line input.form-error,
form.default-form div.form-line textarea.form-error,
form.default-form div.form-line select.form-error {
	border: 1px solid #c0022c;
}

form.default-form div.checkbox-line input,
form.default-form div.radio-line input {
	width: auto;
	border: none !important;
	vertical-align: middle;
	background-color: transparent;
}

form.default-form input.date {
	width: 90px;
	float: left;
	margin-left: 0 !important;
	margin-left: 3px;
}

form.default-form input.time {
	width: 35px;
	margin-left: 15px;
}

form.default-form select.form-submitter,
form.default-form select.operators {
	width: auto;
	margin-right: 5px;
	float: left;
	padding: 0;
}

form.default-form select.operators {
	width: 45px;
}

form.default-form select.form-submitter {
	width: 258px;	/* Intended to have a submit.extra-short behind it */
}

form.default-form div.textarea-line label {
	float: none;
	display: block;
}

form.default-form div.textarea-line input,
form.default-form div.textarea-line textarea {
	width: 99%;
}

form.default-form div.captcha-line input {
	vertical-align: top;
}

form.default-form div.checkbox-line div.checkbox {
	padding: 3px 0;
}

form.default-form div.multiple-checkbox {
	clear: both;
}

form.default-form div.multiple-checkbox div {
	display: block;
	float: left;
}

form.default-form div.multiple-checkbox div.error-message,
form.default-form div.multiple-checkbox div.warning-message,
form.default-form div.multiple-checkbox div div.checkbox {
	float: none;
}

form.default-form div.multiple-checkbox div div.checkbox label {
	float: none;
	display: inline;
	margin-left: 5px;
}

.input-progress {
	background:transparent url(../img/progress.gif) no-repeat right center;
}

.form-line .radio-group-first {
	margin-left: 220px;
}

.form-line .radio-group-button{
	float:left;
}

.form-line .radio-group-button input {
	width: 10px;
}

.form-line .checkbox-text-right {
	margin-left: 20px;
}

.form-line .checkbox-text-right label{
	display: inline-block;
}

button {
	cursor: pointer;
}

ul.radio-list {
	padding: 0;
}

ul.radio-list li {
	padding: 0 0 5px 0 !important;
}

ul.radio-list li label {
	display: block;
	width: 100%;
	padding-left: 0;
}

ul.radio-list li label input {
	margin-right: 10px;
}

.cookie-padding {
	padding: 12px 0;
}

/*******************
 ** default-table **
 *******************/

table.default-table {
	width: 92.5%;
	margin: 0 30px 20px 30px;
	color: #333;
	font-size: 12px;
	border-collapse: collapse;
}

table.default-table tr th {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #aaa;
	text-align: left;
	background-color: #fff;
}

td.valign-bottom {
	vertical-align: bottom;
}

table.default-table tr td table.default-table tr th {
	background-color: transparent;
}

table.default-table tr th a {
	white-space: nowrap;
}

table.default-table tr td {
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
}

table.default-table tr.alt th,
table.default-table tr.alt td {
	background-color: #f4f4f4;
}

table.default-table tr.highlite-green td {
	background-color: #bff4b8;
}

table.default-table tr.alt.highlite-green td {
	background-color: #99f48c;
}

table.default-table tr.highlite-yellow td {
	background-color: #f3f4b8;
}

table.default-table tr.alt.highlite-yellow td {
	background-color: #f3f48c;
}

table.default-table tr.highlite-red td {
	background-color: #f4b8b8;
}

table.default-table tr.alt.highlite-red td {
	background-color: #f48c8c;
}

table.default-table tr.highlite-archived td {
	background-color: #DBE6F9;
}

table.default-table tr.alt.highlite-archived td {
	background-color: #D5DFF2;
}

table.default-table.inner {
	border: 1px solid #aaa;
}

table.default-table.no-margin {
	margin: 0px;
}

table.default-table tr td table.default-table.inner tr td, table.default-table tr td table.default-table.inner tr th {
	background-color: #f4f4f4;
}

table.default-table tr.alt table.default-table.inner tr td, table.default-table tr.alt table.default-table.inner tr th {
	background-color: #fff;
}

table.default-table.inner tr{
	border-bottom: 1px solid #aaa;
}

table.default-table.inner tr table tr {
	border-bottom: 0px;
}

table.hover tr + tr.toggle-display-row.alt:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #f4f4f4;
}

table.default-table tr td pre {
	overflow: auto;
	width: 715px;
	padding: 2px;
}

table.default-table tr td ul li {
	list-style-type: none;
}

table.default-table tr .number-col {
	text-align: right;
}

table.default-table tr .number-col .hide {
	display: none;
}

table.default-table tr .icon-col {
	text-align: center;
	white-space: nowrap;
	width: 1%;
}

table.default-table tr .actions {
	text-align: right;
	white-space: nowrap;
	width: 1%;
}

table.default-table tr .actions-1-col {
	white-space: normal;
}

table.default-table tr .actions-2-col {
	white-space: normal;
	width: 40px;
}

table.default-table tr .actions img,
table.default-table tr td img.toggle-row-handle, tr td img.toggle-row-handle-multi {
	cursor: pointer;
}

table.default-table tr .nowrap {
	white-space: nowrap;
}

table.default-table tr.active td {
	font-weight: bold;
}

table.default-table.projects-directory {
	width: auto;
	margin: 0;
}

table.default-table.projects-directory tr td {
	padding: 0 2px;
}

table.default-table.projects-directory div.paragraph {
	margin: 0;
	padding: 0;
}

table.default-table.projects-directory div.pagination p{
	line-height: normal;
	margin: 0;
}

div.outer-center {
	float: right;
	position: relative;
	right: 50%;
}

div.inner-center {
	float: right;
	position: relative;
	right: -50%;
}

table.th-vertical tr th,
table.th-both tbody th {
	border-bottom: none;
	vertical-align: top;
}

table.th-both tbody tr td.td-center {
	text-align: center;
}

table.th-both tbody tr th.td-center {
	text-align: center;
}

table.th-both tbody tr td.td-center-sb {
	text-align: center;
}

table.notice-table {
	width: 92.5%;
	color: #333;
	font-size: 12px;
	border-collapse: collapse;
	margin: 10px 0;
}

table.th-both tbody tr th.th-center {
	text-align: center;
}

table.th-both tbody tr td.td-center-nosb {
	text-align: center;
}

table.th-both tbody tr td.td-center-sb.act {
	background-color: #EDFFC4;
	text-align: center;
}

table.th-both tbody tr.alt td.td-center-sb.act {
	background-color: #DCEFB3;
}

table tr.sum-line th, table tr.sum-line td {
	font-weight: bold;
	border-bottom: none;
	border-top: 1px solid #aaa;
	vertical-align: top;
}

table.default-table tr.grouped-header th {
	border: none;
}

table.default-table th.grouped-first {
	border-left: 1px dotted;
	border-top: 1px dotted;
}

table.default-table th.grouped {
	border-top: 1px dotted;
}

table.default-table th.grouped-last {
	border-right: 1px dotted;
	border-top: 1px dotted;
}

table.hover tr:hover td,
table.hover tr:hover + tr.toggle-display-row td,
table.hover.th-both tbody tr:hover th {
	background-color: #dfdfdf;
}

table.hover tr + tr.toggle-display-row:hover td {
	background-color: #fff;
}

table.th-vertical tr.marked th,
table.default-table tr.marked td {
	background-color: #fc9;
}

table.hover tr + tr.toggle-display-row.marked:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #fc9;
}

table.th-vertical tr.warning th,
table.default-table tr.warning td {
	background-color: #ffe499;
}

table.hover tr + tr.toggle-display-row.warning:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #ffe499;
}

table.th-vertical tr.warning2 th,
table.default-table tr.warning2 td {
	background-color: #FFCC99;
}

table.hover tr + tr.toggle-display-row.warning2:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #FFCC99;
}

table.th-vertical tr.info th,
table.default-table tr.info td {
	background-color: #fffabf;
}

table.hover tr + tr.toggle-display-row.info:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #fffabf;
}

table.th-vertical tr.marked-alt th,
table.default-table tr.marked-alt td {
	background-color: #ffdbb8;
}

table.hover tr + tr.toggle-display-row.marked-alt:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #ffdbb8;
}

table.th-vertical tr.old th,
table.default-table tr.old td {
	background-color: #ff5959;
}

table.hover tr + tr.toggle-display-row.old:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #ff5959;
}

table.th-vertical tr.new th,
table.default-table tr.new td {
	background-color: #a2d94f;
}

table.hover tr + tr.toggle-display-row.new:hover td { /* IE 6 ignores all selectors if this is placed in the block above */
	background-color: #a2d94f;
}

table.hover tr.marked:hover td,
table.hover tr.marked:hover + tr.toggle-display-row td {
	background-color: #edbe8e;
}

table.hover tr.sum-line:hover td,
table.mark-row tr.sum-line td {
	background-color: #fff;
}

table.auto-size {
	width: auto;
}

/************
 ** errors **
 ************/

div.error,
div.warning {
	color: #c55;
	font-weight: bold;
}

div.notice,
div.warning-box {
	margin: 0 30px 10px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 35px;
}

div.notice h2,
div.warning-box h2,
div.notice h3,
div.warning-box h3 {
	color: #333;
}

div.warning-box {
	border: 1px solid #efbe3b;
	background: url(../img/warning.gif) no-repeat scroll 10px 13px #FFEEBF;
}

div.notice {
	border: 1px solid #D0DEE6;
	background: url(../img/information.gif) no-repeat scroll 10px 13px #E4F1FD;
}

/**************
 ** Step Bar **
 **************/

ul.step-bar {
	padding-bottom: 10px;
}

ul.step-bar li {
	float: left;
	text-align: center;
	padding: 0 0 7px 0 !important;
	margin-right: 10px;
}

ul.step-bar li span {
	background: #aaa;
	padding: 3px 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bolder;
}

ul.step-bar li.selected {
	background: url(../img/step_bar_arrow_green.gif) center bottom no-repeat;
}

ul.step-bar li.selected span {
	background: #ee7f00;
}

/**************
 ** Colors **
 **************/

.green {
	color: green !important;
}

.red {
	color: #C1022C !important;
}

/**************
 **   P-Tag  **
 **************/
p.hint {
	font-size: 90%;
	color: #606060;
	font-weight: normal;
}

p.hint.warning {
	color: #f00;
}

/**************
 **   MISC   **
 **************/

.fullscreen-container {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.pre {
	background-color: #ddd;
	font-family: monospace;
}

.center {
	text-align: center;
}

.padding-top {
	padding-top: 1em;
}

.padding-bottom {
	padding-bottom: 15px;
}

span.buttonface {
	background-color: buttonface; 
	color: buttontext; 
	border-radius: 3px; 
	padding:5px; 
	margin-top:-3px; 
	cursor: pointer; 
	border: 1px solid #dbdbdb;
}

span.text-flag {
	padding: 0px 2px 0px 2px;
	background-color: #f1f1e3;
	border: 1px solid #a0a0a0;
	text-align: center;
	color: #606060;
}

/* FLAGS sprites*/

[class^="flag-"], [class*=" flag-"] {
	vertical-align: middle;
	display: inline-block;
	background: url(../img/flags/flags.png) no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 11px;
}

.flag-ad { background-position: 0 0; }
.flag-ae { background-position: 0 -22px; }
.flag-af { background-position: 0 -44px; }
.flag-ag { background-position: 0 -66px; }
.flag-ai { background-position: 0 -88px; }
.flag-al { background-position: 0 -110px; }
.flag-am { background-position: 0 -132px; }
.flag-ao { background-position: 0 -154px; }
.flag-aq { background-position: 0 -176px; }
.flag-ar { background-position: 0 -198px; }
.flag-as { background-position: 0 -220px; }
.flag-at { background-position: 0 -242px; }
.flag-au { background-position: 0 -264px; }
.flag-aw { background-position: 0 -286px; }
.flag-ax { background-position: 0 -308px; }
.flag-az { background-position: 0 -330px; }
.flag-ba { background-position: 0 -352px; }
.flag-bb { background-position: 0 -374px; }
.flag-bd { background-position: 0 -396px; }
.flag-be { background-position: 0 -418px; }
.flag-bf { background-position: 0 -440px; }
.flag-bg { background-position: 0 -462px; }
.flag-bh { background-position: 0 -484px; }
.flag-bi { background-position: 0 -506px; }
.flag-bj { background-position: 0 -528px; }
.flag-bm { background-position: 0 -550px; }
.flag-bn { background-position: 0 -572px; }
.flag-bo { background-position: 0 -594px; }
.flag-br { background-position: 0 -616px; }
.flag-bs { background-position: 0 -638px; }
.flag-bt { background-position: 0 -660px; }
.flag-bv { background-position: 0 -682px; }
.flag-bw { background-position: 0 -704px; }
.flag-by { background-position: 0 -726px; }
.flag-bz { background-position: 0 -748px; }
.flag-ca { background-position: 0 -770px; }
.flag-cc { background-position: 0 -792px; }
.flag-cd { background-position: 0 -814px; }
.flag-cf { background-position: 0 -836px; }
.flag-cg { background-position: 0 -858px; }
.flag-ch { background-position: 0 -880px; }
.flag-ci { background-position: 0 -902px; }
.flag-ck { background-position: 0 -924px; }
.flag-cl { background-position: 0 -946px; }
.flag-cm { background-position: 0 -968px; }
.flag-cn { background-position: 0 -990px; }
.flag-co { background-position: 0 -1012px; }
.flag-cr { background-position: 0 -1034px; }
.flag-cs { background-position: 0 -1056px; }
.flag-cu { background-position: 0 -1078px; }
.flag-cv { background-position: 0 -1100px; }
.flag-cw { background-position: 0 -1122px; }
.flag-cx { background-position: 0 -1144px; }
.flag-cy { background-position: 0 -1166px; }
.flag-cz { background-position: 0 -1188px; }
.flag-de { background-position: 0 -1210px; }
.flag-dj { background-position: 0 -1232px; }
.flag-dk { background-position: 0 -1254px; }
.flag-dm { background-position: 0 -1276px; }
.flag-do { background-position: 0 -1298px; }
.flag-dz { background-position: 0 -1320px; }
.flag-ec { background-position: 0 -1342px; }
.flag-ee { background-position: 0 -1364px; }
.flag-eg { background-position: 0 -1386px; }
.flag-eh { background-position: 0 -1408px; }
.flag-en { background-position: 0 -1430px; }
.flag-er { background-position: 0 -1452px; }
.flag-es { background-position: 0 -1474px; }
.flag-et { background-position: 0 -1496px; }
.flag-fi { background-position: 0 -1518px; }
.flag-fj { background-position: 0 -1540px; }
.flag-fk { background-position: 0 -1562px; }
.flag-fm { background-position: 0 -1584px; }
.flag-fo { background-position: 0 -1606px; }
.flag-fr { background-position: 0 -1628px; }
.flag-ga { background-position: 0 -1650px; }
.flag-gb { background-position: 0 -1672px; }
.flag-gd { background-position: 0 -1694px; }
.flag-ge { background-position: 0 -1716px; }
.flag-gh { background-position: 0 -1738px; }
.flag-gi { background-position: 0 -1760px; }
.flag-gl { background-position: 0 -1782px; }
.flag-gm { background-position: 0 -1804px; }
.flag-gn { background-position: 0 -1826px; }
.flag-gp { background-position: 0 -1848px; }
.flag-gq { background-position: 0 -1870px; }
.flag-gr { background-position: 0 -1892px; }
.flag-gs { background-position: 0 -1914px; }
.flag-gt { background-position: 0 -1936px; }
.flag-gu { background-position: 0 -1958px; }
.flag-gw { background-position: 0 -1980px; }
.flag-gy { background-position: -32px 0; }
.flag-hk { background-position: -32px -22px; }
.flag-hn { background-position: -32px -44px; }
.flag-hr { background-position: -32px -66px; }
.flag-ht { background-position: -32px -88px; }
.flag-hu { background-position: -32px -110px; }
.flag-id { background-position: -32px -132px; }
.flag-ie { background-position: -32px -154px; }
.flag-il { background-position: -32px -176px; }
.flag-im { background-position: -32px -198px; width: 16px; height: 16px; }
.flag-in { background-position: -32px -225px; }
.flag-io { background-position: -32px -247px; }
.flag-iq { background-position: -32px -269px; }
.flag-ir { background-position: -32px -291px; }
.flag-is { background-position: -32px -313px; }
.flag-it { background-position: -32px -335px; }
.flag-jm { background-position: -32px -357px; }
.flag-jo { background-position: -32px -379px; }
.flag-jp { background-position: -32px -401px; }
.flag-ke { background-position: -32px -423px; }
.flag-kg { background-position: -32px -445px; }
.flag-kh { background-position: -32px -467px; }
.flag-ki { background-position: -32px -489px; }
.flag-km { background-position: -32px -511px; }
.flag-kn { background-position: -32px -533px; }
.flag-kp { background-position: -32px -555px; }
.flag-kr { background-position: -32px -577px; }
.flag-kw { background-position: -32px -599px; }
.flag-ky { background-position: -32px -621px; }
.flag-kz { background-position: -32px -643px; }
.flag-la { background-position: -32px -665px; }
.flag-lb { background-position: -32px -687px; }
.flag-lc { background-position: -32px -709px; }
.flag-li { background-position: -32px -731px; }
.flag-lk { background-position: -32px -753px; }
.flag-lr { background-position: -32px -775px; }
.flag-ls { background-position: -32px -797px; }
.flag-lt { background-position: -32px -819px; }
.flag-lu { background-position: -32px -841px; }
.flag-lv { background-position: -32px -863px; }
.flag-ly { background-position: -32px -885px; }
.flag-ma { background-position: -32px -907px; }
.flag-mc { background-position: -32px -929px; }
.flag-md { background-position: -32px -951px; }
.flag-mg { background-position: -32px -973px; }
.flag-mh { background-position: -32px -995px; }
.flag-mk { background-position: -32px -1017px; }
.flag-ml { background-position: -32px -1039px; }
.flag-mm { background-position: -32px -1061px; }
.flag-mn { background-position: -32px -1083px; }
.flag-mo { background-position: -32px -1105px; }
.flag-mp { background-position: -32px -1127px; }
.flag-mq { background-position: -32px -1149px; }
.flag-mr { background-position: -32px -1171px; }
.flag-ms { background-position: -32px -1193px; }
.flag-mt { background-position: -32px -1215px; }
.flag-mu { background-position: -32px -1237px; }
.flag-mv { background-position: -32px -1259px; }
.flag-mw { background-position: -32px -1281px; }
.flag-mx { background-position: -32px -1303px; }
.flag-my { background-position: -32px -1325px; }
.flag-mz { background-position: -32px -1347px; }
.flag-na { background-position: -32px -1369px; }
.flag-nc { background-position: -32px -1391px; }
.flag-ne { background-position: -32px -1413px; }
.flag-nf { background-position: -32px -1435px; }
.flag-ng { background-position: -32px -1457px; }
.flag-ni { background-position: -32px -1479px; }
.flag-nl { background-position: -32px -1501px; }
.flag-no { background-position: -32px -1523px; }
.flag-np { background-position: -32px -1545px; width: 9px; height: 11px; }
.flag-nr { background-position: -32px -1567px; }
.flag-nu { background-position: -32px -1589px; }
.flag-nz { background-position: -32px -1611px; }
.flag-om { background-position: -32px -1633px; }
.flag-pa { background-position: -32px -1655px; }
.flag-pe { background-position: -32px -1677px; }
.flag-pf { background-position: -32px -1699px; }
.flag-pg { background-position: -32px -1721px; }
.flag-ph { background-position: -32px -1743px; }
.flag-pk { background-position: -32px -1765px; }
.flag-pl { background-position: -32px -1787px; }
.flag-pm { background-position: -32px -1809px; }
.flag-pn { background-position: -32px -1831px; }
.flag-pr { background-position: -32px -1853px; }
.flag-ps { background-position: -32px -1875px; }
.flag-pt { background-position: -32px -1897px; }
.flag-pw { background-position: -32px -1919px; }
.flag-py { background-position: -32px -1941px; }
.flag-qa { background-position: -32px -1963px; }
.flag-ro { background-position: -32px -1985px; }
.flag-ru { background-position: -64px 0; }
.flag-rw { background-position: -64px -22px; }
.flag-sa { background-position: -64px -44px; }
.flag-sb { background-position: -64px -66px; }
.flag-sc { background-position: -64px -88px; }
.flag-sd { background-position: -64px -110px; }
.flag-se { background-position: -64px -132px; }
.flag-sg { background-position: -64px -154px; }
.flag-sh { background-position: -64px -176px; }
.flag-si { background-position: -64px -198px; }
.flag-sk { background-position: -64px -220px; }
.flag-sl { background-position: -64px -242px; }
.flag-sm { background-position: -64px -264px; }
.flag-sn { background-position: -64px -286px; }
.flag-so { background-position: -64px -308px; }
.flag-sr { background-position: -64px -330px; }
.flag-st { background-position: -64px -352px; }
.flag-sv { background-position: -64px -374px; }
.flag-sx { background-position: -64px -396px; }
.flag-sy { background-position: -64px -418px; }
.flag-sz { background-position: -64px -440px; }
.flag-tc { background-position: -64px -462px; }
.flag-td { background-position: -64px -484px; }
.flag-tf { background-position: -64px -506px; }
.flag-tg { background-position: -64px -528px; }
.flag-th { background-position: -64px -550px; }
.flag-tj { background-position: -64px -572px; }
.flag-tk { background-position: -64px -594px; }
.flag-tl { background-position: -64px -616px; }
.flag-tm { background-position: -64px -638px; }
.flag-tn { background-position: -64px -660px; }
.flag-to { background-position: -64px -682px; }
.flag-tr { background-position: -64px -704px; }
.flag-tt { background-position: -64px -726px; }
.flag-tv { background-position: -64px -748px; }
.flag-tw { background-position: -64px -770px; }
.flag-tz { background-position: -64px -792px; }
.flag-ua { background-position: -64px -814px; }
.flag-ug { background-position: -64px -836px; }
.flag-um { background-position: -64px -858px; }
.flag-us { background-position: -64px -880px; }
.flag-uy { background-position: -64px -902px; }
.flag-uz { background-position: -64px -924px; }
.flag-va { background-position: -64px -946px; }
.flag-vc { background-position: -64px -968px; }
.flag-ve { background-position: -64px -990px; }
.flag-vg { background-position: -64px -1012px; }
.flag-vi { background-position: -64px -1034px; }
.flag-vn { background-position: -64px -1056px; }
.flag-vu { background-position: -64px -1078px; }
.flag-wf { background-position: -64px -1100px; }
.flag-ws { background-position: -64px -1122px; }
.flag-ye { background-position: -64px -1144px; }
.flag-yt { background-position: -64px -1166px; }
.flag-za { background-position: -64px -1188px; }
.flag-zm { background-position: -64px -1210px; }
.flag-zw { background-position: -64px -1232px; }

/* Product sprites*/ 
[class^="product-icon-"], [class*=" product-icon-"] {
	vertical-align: middle;
	display: inline-block;
	background: url(../img/product_icons.png) no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 16px;
}

.product-icon-abopay { background-position: 0 0; }
.product-icon-accountcheck { background-position: 0 -32px; }
.product-icon-agecheck { background-position: 0 -64px; }
.product-icon-billcode { background-position: 0 -256px; }
.product-icon-debitpay { background-position: 0 -96px; }
.product-icon-debitpays_classic { background-position: 0 -128px; }
.product-icon-ideal_payment { background-position: 0 -160px; }
.product-icon-invoice { background-position: 0 -192px; }
.product-icon-paycode { background-position: 0 -256px; }
.product-icon-payment { background-position: 0 -256px; }
.product-icon-prepayment { background-position: 0 -288px; }

.supportbox {
	text-align: center;
	margin-top: -10px;
	border: 1px solid #feecd8;
	padding: 10px;
	background: url(../img/box_background.png) #fff repeat-x top left;
	visibility: hidden;
}

.support-box-right {
	position: fixed;
	margin-left: 830px;
	width: 200px;
}

.supportbox h1 {
	font-size: 16px;
	font-weight: lighter;
	padding: .25em 0 .75em;
}

.supportbox p {
	padding: .5em 0;
	font-size: 12px;
}

.cancelled-sepa-box {
	height: 20px;
	border: 1px solid #FAC090;
	background: #FDEADA;
	text-align: center;
	padding: 2px;
}

.cancelled-sepa-box img {
	padding: 12px;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.read-only {
	background-color: lightgray;
}

form.default-form div.text-line select.read-only {
	background-color: lightgray;
}

div.radio-line ul.radio-list.no-bullet {
	display: inline-block;
}

.no-margin,
form.default-form div.radio-line label.no-margin {
	margin: 0;
}

.width-30,
form.default-form select.width-30 {
	width: 30%;
}

form.default-form select.width-100 {
	width: 100%;
	padding-right: 30px;
}

form.default-form div.radio-line label.valign-top {
	vertical-align: top;
}

div.form-line.radio-line.required div.industries-categories {
	display: inline-block;
	width: 30%;
}

div.form-line.radio-line.required div.industries-categories ul {
	margin-top: 10px;
}


div.form-line.radio-line.required div.industries {
	display: none;
	width: 40%;
}

div.form-line.radio-line.required div div {
	display: block;
	width: 100%;
}

form.default-form div.button-line input.orange,
form.default-form div.button-line button.orange {
	border-style: solid;
	border-width: 0.1em;
	border-radius: 0.2em;
	border-color: #e07a00;
	background-image: radial-gradient(at center bottom , #e47a00, #ee7f00);
	background-color: #ee7f00;
	box-shadow: 0 0 2px 0 #333;
	color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.3em 1em !important;
}

form.default-form div.button-line input.orange:hover,
form.default-form div.button-line button.orange:hover {
	background-image: radial-gradient(at center bottom , #e06a00, #ea6f00);
	background-color: #ea6f00;
	color: #fff;
}

form.default-form div.button-line input.orange:active,
form.default-form div.button-line button.orange:active {
	background-image: radial-gradient(at center bottom , #e97800, #f47000);
	background-color: #f47000;
	box-shadow: inset 0 0 1px 0 #666, 0 0 1px 0 #333;
	color: #fff;
}