/*
 ################### PROGRESS BAR #######################
*/

body {
}

/* Container */
.progressBar {
    width: 100%;
}
.progressBar table {
    width: 100%;
}
.progressBar table tr td {
    font-family: 'Trebuchet MS' , Sans-Serif;
    padding: 0;
    border-collapse: collapse;
}

/* Graphical bar */
.progressBar table tr.graphical td {
    text-align: center;
    background: transparent url('../img/line.png') repeat-x scroll 0 0;
}
.progressBar table tr.graphical td span.left {
    display: none;
}
.progressBar table tr.graphical td a {
    float: left;
    width: 20px;
    height: 20px;
    background: #ccc url('../img/light.png') no-repeat scroll 0 0;
}
.progressBar table tr.graphical td span.right {
    float: right;
    width: 20px;
    height: 20px;
    background: transparent url('../img/arrow-right.png') no-repeat scroll 0 0;
}
.progressBar table tr.graphical td.done a {
    background-color: #0f0;
}
.progressBar table tr.graphical td.current a {
    background-color: #ff0;
}
.progressBar table tr.graphical td.last {
    background: transparent none;
}
.progressBar table tr.graphical td.lastcurrent a {
    background: #ff0;
}
.progressBar table tr.graphical td.last span.right {
    background: transparent none;
}

/* Text links */
.progressBar table tr.text td {
}
.progressBar table tr.text td a {
    text-decoration: none;
    color: #999;
}
.progressBar table tr.text td.done a {
    color: #000;
}
.progressBar table tr.text td.current a {
    font-weight: bold;
    color: #000;
}

/*
 ################### BlueGreenMultiLine Progess Bar #######################
*/

/* BOX STYLES */
.dcfWizard .progressBarIndexMultiLineWrapper {
    background: transparent url('../img/box.gif') no-repeat scroll 0 0;
    float: left;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
    font-size: 12px;
    height: 75px;
    width: 566px;
}
/* BOX STYLES */


/* PROGRESS BAR STYLES */
.dcfWizard .progressBarIndexMultiLineWrapper .inner {
    padding: 2px;
}
.dcfWizard .progressBarIndexMultiLineWrapper h3 {
    font-size: 13px;
    line-height: 16px;
    margin: 7px 0 7px 4px;
    text-transform: uppercase;
}
.dcfWizard .progressBarIndexMultiLine table {
    border-collapse: collapse;
    height: 33px;
    width: 100%;
}
.dcfWizard .progressBarIndexMultiLine td {
    background-image: url('../img/light-blue.gif');
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 1px solid #fff;
    color: #fff;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 1.1em;
    padding: 3px 5px 0 5px;
    text-align: left;
    vertical-align: top;
}
.dcfWizard .progressBarIndexMultiLine td.left {
    background-position: left center;
}
.dcfWizard .progressBarIndexMultiLine td.right {
    background-position: right center;
    border-right-style: none;
}
.dcfWizard .progressBarIndexMultiLine td.current {
    background-image: url('../img/dark-blue.gif');
}
.dcfWizard .progressBarIndexMultiLine td.done {
    background-image: url('../img/green.gif');
}
.dcfWizard .progressBarIndexMultiLine td a {
    color: #fff;
}
.dcfWizard .progressBarIndexMultiLine td span {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    color: #fff;
    margin: 0 4px 0 0;
}
/* PROGRESS BAR STYLES */


/*
 ################### DATE PICKER #######################
*/

/* 
input.DatePicker{
	display: block;
	width: 83%;
	padding: 3px 3px 3px 24px;
	border: solid 1px #C3C3C3;
	background: #fff url(date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left;
}
*/

.dp_cal select {
    display: inline;
    font-size: 11px;
    margin: 2px 3px;
    width: 45%;
}

.dp_container {
    position: relative;
    padding: 0;
    z-index: 500;
}
.dp_cal {
    background-color: #fff;
    border: 1px solid #C3C3C3;
    position: absolute;
    width: 177px;
    top: 24px;
    left: 0;
    margin: 0px 0px 3px 0px;
}
.dp_cal table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.dp_cal select {
    margin: 2px 3px;
    font-size: 11px;
}
.dp_cal select option {
    padding: 1px 3px;
}
.dp_cal th, .dp_cal td {
    width: 14.2857%;
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}
.dp_cal th {
    border: solid #aad4f2;
    border-width: 1px 0;
    color: #797774;
    background: #C3C3C3;
    font-weight: bold;
}
.dp_cal td {
    cursor: pointer;
}
.dp_cal thead th {
    background: #d9eefc;
}
.dp_cal td.dp_roll {
    color: #000;
    background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide {
    visibility: hidden;
}
.dp_empty {
    background: #eee;
}
.dp_today {
    background: #daf2e6;
}
.dp_selected {
    color: #fff;
    background: #328dcf;
}

/*
 ################### DATA SUMMARY #######################
*/

.summary dt {
    background-color: #27425D;
}
.summary dt a:link, .summary dt a:active, .summary dt a:visited {
    display: block;
    height: 16px;
    padding-left: 25px;
    color: White;
    text-decoration: none;
    padding-top: 2px;
}
.summary dt a.open {
    background: url(../img/open.gif) no-repeat scroll 2px 3px;
}
.summary dt a.closed {
    background: url(../img/close.gif) no-repeat scroll 2px 3px;
}

.summary dd {
    margin: 0;
}

.summary dd.open {
    display: block;
}

.summary dd.closed {
    display: none;
}

.summary dt {
    margin-top: 20px;
}

.summary dd fieldset {
    margin: 10px 0 0 0;
    border: solid 1px #dbdde0;
    padding: 10px; /*width: 550px;*/
}

.summary dd fieldset {
    margin: 10px 0 0 0;
    border: solid 1px #dbdde0;
    padding: 10px; /*width: 550px;*/
}

.summary dd fieldset.editDetails {
    text-align: right;
}

.summary dd legend {
    color: #27425D;
    border-bottom: none;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.summary dd table, .summary dd table tr, .summary dd table td {
    margin: 0;
    padding: 0;
}

.summary dd table {
    width: 100%; /*border-collapse: collapse;*/
}
.summary dd table td {
    padding: 5px;
}
.summary td.key {
    vertical-align: top;
    width: 250px;
    color: #666;
    font-weight: bold;
}
.summary td.value {
    text-align: left;
}

.summary tr.odd {
    background: #dbdde0;
}

.dcfWizard div.download {
    background: transparent url('../img/download.gif') no-repeat scroll 0 0;
    width: 72px;
    height: 82px;
    cursor: pointer;
}
.dcfWizard div.downloadSmall {
    background: transparent url('../img/pdf.gif') no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dcfWizard div.appform {
    background: transparent url('../img/appform.gif') no-repeat scroll 0 0;
    width: 161px;
    height: 105px;
    cursor: pointer;
}

.dcfWizard input.typeSubmit.editPage
{
	width:auto;
	float:right; 
}

/*
 ################### TRADER TYPE #######################
*/

.dcfWizard .tradertype .fieldElement {
    padding: 0;
}
.dcfWizard .platforms {
    width: 100%;
}
.dcfWizard .platforms .r {
}
.dcfWizard .platforms .r .c {
    border-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-bottom-style: none;
    border-top-style: none;
    cursor: pointer;
    width: 32%;
}
.dcfWizard .platforms .r .c.left {}
.dcfWizard .platforms .r .c.center {}
.dcfWizard .platforms .r .c.over,
.dcfWizard .platforms .r .c.selected {
    border-left-color: #ccc;
    border-right-color: #ccc;
}
.dcfWizard .platforms .r.headings .c {
    border-top-style: solid;
    height: 33px;
    vertical-align: top;
}
.dcfWizard .platforms .r.headings .spacing {
    border: none 0 #fff;
    margin: 0;
    padding: 0;
    width: 2%;
}
.dcfWizard .platforms .r.headings .c.over,
.dcfWizard .platforms .r.headings .c.selected {
    border-top-color: #ccc;
}
.dcfWizard .platforms .r.headings .c.over,
.dcfWizard .platforms .r.headings .c.selected {
    border-top-color: #ccc;
}
.dcfWizard .platforms .r.headings .c h3 {
    font-size: 15px;
    margin: 6px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
.dcfWizard .platforms .r.headings .c.selected h3 {
    color: #fff;
}
.dcfWizard .platforms .r.headings .c.unselected {
    background: transparent none;
}
.dcfWizard .platforms .r.headings .c.over {
    background: transparent url('../img/grey.gif') no-repeat scroll 50% 0;
    border-left-color: #ccc;
    border-right-color: #ccc;
}
.dcfWizard .platforms .r.headings .c.selected {
    background: transparent url('../img/dark-blue.gif') no-repeat scroll 50% 0;
    border-left-color: #ccc;
    border-right-color: #ccc;
}
.dcfWizard .platforms .r.images .c {
    text-align: center;
}
.dcfWizard .platforms .r.lists .c ul {
    margin: 0;
    padding: 0;
}
.dcfWizard .platforms .r.lists .c ul li {
    margin: 0 0 0 20px;
    padding: 0;
}
.dcfWizard .platforms .r.texts .c p {
    margin: 5px 0;
    padding: 0 5px;
}
.dcfWizard .platforms .r.buttons .c {
    border-bottom-style: solid;
}
.dcfWizard .platforms .r.buttons .c.over,
.dcfWizard .platforms .r.buttons .c.selected {
    border-bottom-color: #ccc;
}
.dcfWizard .platforms .r.buttons .c input {
    float: left;
    height: 20px;
    margin-top: 0;
    width: 20px;
}
.dcfWizard .platforms .r.buttons .c label {
    color: #82a4bd;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding-top: 2px;
    text-transform: uppercase;
}
.dcfWizard .platforms .r.buttons .c.selected label {
    color: #333;
}

	/* ################### TRADER TYPE : supplement ####################### */

.dcfWizard .tradertype .helpTextSection {
	background: none;
	border: none;
}

.dcfWizard .tradertype .fieldElement.hasFocus {
	background: none;
}

.dcfWizard .platforms div.imagePlaceHolder.saxowebtrader {
    background: transparent url('../img/saxo-web-trader.jpg') no-repeat scroll 50% 50%;
    width: 100%;
    height: 120px;
}

.dcfWizard .platforms div.imagePlaceHolder.saxotrader {
    background: transparent url('../img/saxo-trader.jpg') no-repeat scroll 50% 50%;
    width: 100%;
    height: 120px;
}

.dcfWizard .platforms div.imagePlaceHolder.saxominitrader {
    background: transparent url('../img/saxo-mini-trader.jpg') no-repeat scroll 50% 50%;
    width: 100%;
    height: 120px;
}

/*
 ################### TREEVIEW CONFIGURATION VIEWER #######################
*/

.node
{
	padding: 0 0 2px 20px !important;
}
.nodeProcessor
{
    background: transparent url('../img/imgProcessor.gif') no-repeat scroll 0 0;
}
.nodeStep
{
    background: transparent url('../img/imgStep.gif') no-repeat scroll 0 0;
}
.nodeGroup
{
    background: transparent url('../img/imgGroup.gif') no-repeat scroll 0 0;
}
.nodeField
{
    background: transparent url('../img/imgField.gif') no-repeat scroll 0 0;
}
.nodeType
{
    background: transparent url('../img/imgType.gif') no-repeat scroll 0 0;
}
.nodeData
{
    background: transparent url('../img/imgData.gif') no-repeat scroll 0 0;
}
.nodeValidator
{
    background: transparent url('../img/imgValidator.gif') no-repeat scroll 0 0;
}
.nodeStorage
{
    background: transparent url('../img/imgStorage.gif') no-repeat scroll 0 0;
}

/*
 ################### textviewer #######################
*/

.dcfWizard div.textviewer {
    width: 95%;
    height: 100px;
    overflow: auto;
    padding: 15px;
    background-color: White;
    border: 1px solid #000;
    margin-bottom: 5px;
}

/*
 ################### terms and conditions #######################
*/

.dcfWizard .terms  {
	background: none !important;
}
.dcfWizard .hasFocus .terms  {
	background: none !important;
}

.dcfWizard .terms div.textviewer {
    width: 95%;
    height: 100px;
    overflow: auto;
    padding: 15px;
    background-color: White;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.dcfWizard .terms div.acceptance 
{
	/*width: 250px;
	margin: auto;*/
}


/*
 ################### recaptcha #######################
*/


.dcfWizard .recaptcha_response_field
{
	left: -999em;
    position: absolute;

}

.dcfWizard .captchaControl .fieldElement.hasFocus {
	background: none;
}

/*
 ################### Hyperlink checkbox #######################
*/

.login div.acceptance span.typeCheckbox
{
	position:absolute;
	left:-2000px;
}

.login fieldset.LoginHelpLinks label 
{
	display:none;
}

.login fieldset.LoginHelpLinks div.acceptance label 
{
	display: inline;
	color: #008ACE;
	cursor: pointer;
	font-size: 11px;
	line-height:1.45em;
	margin-left: 27px;
    margin-left: 0;

}

.dcfWizard fieldset.LoginHelpLinks {
	margin: 0xp 0px;
}

/*
 ################### XXXX #######################
*/

