/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Layout elements */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body {
    height:100%;
    margin: 0;
    padding: 0;
    background-color:#FFF !important;

}
.overalBody {
    min-height:100%;
    position:relative;
}
.overalFooter {
    /*
     position:absolute;
     bottom:0;
     width:100%;
     height:300px;
     background:#000;
     */
}
.mainWidth {
    width: 100%;
}

.pageWidth {
    width: 1000px !important;
}

.hpC1Width {
    width: 230px;
}
.hpC2Width {
    width: 420px;
}
.hpC3Width {
    width: 300px;
}

table.contactBottom {
    border-top: 1px solid #F0F0F0;
    height: 86px;
}
table.contactBottom td {
    font-size: 11px;
}

.footUpper {
    border-top: 1px solid #E0E0E0;
    margin-top: 15px;
    background: #F1F1F1 url("/images/flat/footerBg1.png") repeat-x top left;
    background-size: 170px auto;
    height: 170px;

}
.footUpper * {
    font-size:11px;
}

.footUpper th {
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    text-align: left;
}

.footDown {
    background: #F1F1F1 url("/images/flat/bg_pattern_b.png") repeat-x top left;
    height: 139px;
}
.footDown * {
    font-size:11px;
}

.footerLinks {
    width: 500px;
    padding-top: 15px;
}
.footerLinks a {
    padding: 2px 0px;
    display: block;
    width: 160px;
    float: left;
    color: #666;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 6px;
}

.smFooterText1 {
    padding: 15px 0px;
    color: #666;
    line-height: 140%;
}

.smFooterText1 a {color: #666;}

.noText {
    font-size: 1px;
    line-height: 1px;
}

.darkFooter {
    background: #000 url("/images/flat/bg_linedF.jpg") no-repeat  top left;
    color:#999;

}
.darkFooter td  {
    color:#999;
}

#topFlashBanner {
    margin-left:-30px;
    *margin-left:0px;
    position: absolute;
}

/* red right arrow on the left side of the link */
a.roundArrow {
    padding: 2px 5px 2px 17px;
    font-weight:bold !important;
    text-decoration: none;
    font-size: 12px;
    position: relative;
}

a.roundArrow:before {
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 4px;
    text-decoration: none;
    color: #d92727;
    font-size: 12px;
    line-height: 24px;
}

.grayLinkBar {
    margin-top:5px;
    background: url("/images/flat/grayLinkBarBg.png") repeat-x bottom;
    height: 18px;
    padding: 5px 5px;
    background-color: #F3F3F3;
}



.boldGrayDevider {
    background-color: #ADADAD;
    overflow: hidden;
    height: 3px !important;
    line-height: 1px;
}


table.topMenu {
    /*background: #838281 url("/pics/gradient3.png") repeat-x;*/
    /*background: #000; */
    /*height: 27px; */
}
table.topMenu td.rest{
    background: url("/pics/topMenuGrad.png") no-repeat;
}
table.topMenu select.lang {
    margin: 0 10px;
}
table.topMenu td.home {
    background: #D92626 url("/pics/");
    padding-left: 5px;
}

table.topMenu td.menu, div.topMenu {
    height: 34px;
    background: #D92626 url("/images/flat/menuBg.png") top left repeat-x;
}
table.liveInfo {
    margin-top: 5px;
}
table tr td.mainContent {
    padding-left: 20px;
}
div.mainContentBody {
    /*    width: 65%;*/
    padding-left: 10px;
    /*    min-width:600px;*/
}

div.topSeparator {
    height: 35px;
    text-align: center;
}
div.topSeparator.mainpage {
    height: 20px;
}
div.headerSeparator {
    height: 20px;
}
div.footer {
    border-top: 1px solid #E4E4E4;
    border-bottom: 4px solid #D92626;
    padding: 13px 10px;
    background-color: #F6F6F6;
}

.footer a {color:#666; font-size: 11px; margin: 0px 3px;
    font-family: Tahoma;
}
.footer a:HOVER {color:#000;}

.grayText { color:#666;}

/*td.header, div.header {
    background:url('/images/flat/mainTopBg.png?c01') repeat-x;
}*/
div.header {
    background: rgb(213,213,213); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(249,249,249,1) 27%, rgba(236,236,236,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(249,249,249,1) 27%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(249,249,249,1) 27%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(249,249,249,1) 27%,rgba(236,236,236,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(249,249,249,1) 27%,rgba(236,236,236,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 3px 7px rgba(0,0,0,0.2);
}

div.header .icon-globe {
    color: #777;
}

hr.topLine{
    height:2px;
    width:100%;
    margin-top:1px;
    padding-top:0px;
    border-top:1px solid #cccbcb;
    border-bottom:1px solid #c2c1c1;
}

/* TABLE SIMPLE2 */

table.simple2 {
    background-color:#FFFFFF;
    empty-cells:show;
    border:1px solid #CCCCCC;
    border-right:0;
    border-bottom:0;
    font-size:0.9em;
}

table.simple2 td{
    padding:4px !important;
}

table.simple2 tr.th td{
    border-right:   1px solid #DDDDDD;
    border-left:    1px solid #FFFFFF;
    border-bottom:  1px solid #D0D0D0;
    background:     #E7E8EA url('/images/th.gif') repeat-x top left;
    font-weight:    bold;
}

table.simple2 tr.row0 td{
    background:#FFFFFF;
}

table.simple2 tr.row1 td{
    background:#F7F7F7;
}

table.simple2 tr.row0 td, table.simple2 tr.row1 td{
    border-right:1px solid #DDDDDD;
    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #EEEEEE;
}

table.simple2 tr.row0:hover td, table.simple2 tr.row1:hover td{
    background  : #D5EFFC url('/images/hover.jpg') repeat-x top left;
    -moz-border-bottom: 1px solid #A8D8EB;
    -moz-border-right: 1px solid #A8D8EB;
}
/* TABLE SINPLE */

.sloganTop {
    font-weight: bold;
    color: gray;
    text-align: center;
    overflow: hidden;
    font-size:18px;
}
.sloganTop * {
    font-weight:bold;
    font-size:18px;
}

div.pressPictures{
    margin-bottom:0px;
    padding-bottom:0px;
}
div.pressPictures img{
    float:left;
    padding-right:13px;
    margin-bottom:0px;
    padding-bottom:0px;
}
.pressRelease h2{
    border-bottom:none;
}
div.dynarch-horiz-menu table tr td.separator div {
    width:4px !important;
    border: 1px solid #D92626;
    background: url('/swiss/inc/images/separator.png') no-repeat !important;
}

table.contacts{
    width:100%;
    font-size:8pt;
}
table.contacts td{
    vertical-align:top;
    width:50%;
}

/* Table List */
table.liste {
    /*  font-weight:bold; */
    width:100%;
    border-collapse: collapse;
}

table.liste td.boldoff {
    font-weight:normal;
}
.liste small{
    font-weight:normal;
}
table.liste td, table.liste th {
    padding:2px 2px 2px 4px !important;
    border: 1px solid #D6D6D6;
    width:25%;
    text-align: center;
}
table.liste th{
    background: #e8f1f0 !important;
}
table.liste tr.even td {
    background-color:#eeeeee;
}

table.liste td.borderoff {
    font-weight:normal;
}
table.liste tr.bottomB td{
    border-bottom:1px solid #d6d6d6;
}
/* End Table List */

/* Arrows */
.arr_red{
    height:13px;
    background: url("/pics/misc/arrowRed.gif") no-repeat;
    width:69px;
    padding-left:7px;
    padding-right:7px;
}



.arr_green{
    height:13px;
    background: url("/pics/misc/arrowGreen.gif") no-repeat;
    width:69px;
    padding-left:7px;
    padding-right:7px;
}

.liste .arr_clear{
    height:13px;
    background:none;
    width:69px;
    padding-left:7px;
    padding-right:7px;
}

/* End Arrows */

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Left menu
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*  <div class="heading"><img> text</div>  */

table tr td.leftMenu {
    padding-left:  0px;
    padding-top:  10px;
}

.grey{
    height:20px !important;
    background: #e5e5e5;
    font-weight:bold;
    padding-left:50px;
}

.leftMenu div.heading img, .leftMenu .grey img{
    display:none;
}

.leftMenu ul {
    padding-left: 0;
    margin: 0;

}
.leftMenu ul ul {
    margin-left: 15px;
}

* html .leftMenu ul ul {
    padding-left: 0;
}


a.leftMenu, .leftMenu li {
    /* list-style-image: url('/swiss/inc/images/menu-item-bullet-black.gif'); */
    display:block;
    text-decoration:none;
    margin: 0px;
    font-size: 12px;
    list-style-image: none;
    list-style-type: none;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px solid #E0E0E0;
}


.leftMenu li a {
    text-decoration: none;
}

/* Current Item */
a.leftMenu.active, .leftMenu li.active {
    font-weight: bold;
    padding-left: 5px;
    background-color: #F5F5F5;
    color: #888;

}

.leftMenu li.active li {
    font-weight: normal;
}

.leftMenu li.active > a {
    color: #888;
}

a.leftMenu.active:HOVER , .leftMenu li.active > a:hover {
    color: #000;
}

.leftMenu a big, .leftMenu li.big a {
    font-weight: bold;
    color: #d92626;
}

a.leftMenu:HOVER big, .leftMenu li.big a:HOVER {
    color: #d92626;
}

#clock {
    margin-left: 10px;
    font-family: Arial;
}

td.homepageRight.text{
    padding-right:10px !important;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Main fonts & colors*/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body {
    background: #FFFFFF;
    font-family: Tahoma, Verdana;
    color: #000000;
}

a {
    font-family: Arial, Tahoma, Verdana;
    color: #000;
    text-decoration: none;
}

.mainContentBody a {
    font-family: Arial, Tahoma, Verdana;
    color: #D92626;
    text-decoration: underline;
}

.smallText a, a.noUnderline {
    text-decoration: none;
}

a:hover {
    color: #888;
    text-decoration: underline;
}

/* red right arrow on the left side of the link */
a.redArrow {
    background: url("/images/arrowRight.png") left 0.2em no-repeat;
    padding-left: 15px;
    font-weight:bold !important;
    text-decoration: none;
}
/* red right arrow on the left side of the link */
a.smRedArrow {
    padding-left: 15px;
    text-decoration: underline;
    display:block;
    position: relative;
}
a.smRedArrow:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    text-decoration: none;
    color: #d92727;
    font-size: 9px;
    line-height: 18px;
}
/* red right arrow on the right side of the link */
a.redArrowRight {
    background: url("/pics/arrowRight?c01.png") right no-repeat;
    padding-right: 15px;
    font-weight:bold !important;
    text-decoration: none;
}
/* red left arrow on the left side of the link */
a.redArrowLeft {
    background: url("/swiss/inc/images/arrow.left.gif") left no-repeat;
    padding-left: 15px;
    text-decoration: none;
}

/* black left arrow on the left side of the link */
a.blackArrow {
    color: #D92626;
    background: url("/swiss/inc/images/arrow.right.black.gif") left no-repeat;
    padding-left: 15px;
    text-decoration: none;
}

.red {
    color: #D92626;
}

.text {
    font-size: 0.8em;
}

.text p {
    text-align: justify;
}

.smallText {
    font-size: 0.7em;
}

.text .smallText {
    font-size: 0.85em;
}

/*
select, input, button {
    font: 12px Verdana, Tahoma;
    background: #fff;
    color: #696665;
    border:1px outset #9a9486;
}
*/

input.but, button.but {
    background: #ECE9D8 url("/swiss/inc/images/action-button-bg.gif") bottom repeat-x;
    margin: 0;
    font-weight: bold;
    color: #333333;
    padding-left: 5px;
    padding-right: 5px;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Common useful classes */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.w100 {
    width: 100%;
}
.w90 {
    width: 90%;
}
.w50 {
    width: 50%;
}
.px100 {
    width: 100px;
}
.px200 {
    width: 200px;
}
.px250 {
    width: 250px;
}
.px300 {
    width: 300px;
}
.marLeft10 {
    margin-left: 10px;
}
.marRight10 {
    margin-right: 10px;
}
.padRight5 {
    padding-right: 5px;
}
.white {
    color: #ffffff !important;
}
table.nopadding {
    border-collapse: collapse;
}
table.nopadding td {
    padding: 0;
}
.centered {
    margin-left: auto !important;
    margin-right: auto !important;
}
.alright {
    text-align: right;
}

table.small{
    font-size: 0.85em;
}
.aLeft td div
{
    text-align:left !importnat;
    font-weight:normal;
    padding:3px;
}
.aLeft th div {
    text-align:left !importnat;
    padding:3px;
}
.tdRight td {
    text-align:right !importnat;
    font-weight:normal !importnat;
}
.tdLeft td {
    text-align:left !importnat;
    font-weight:normal;
}


.NavBar {
    padding: 4px;
    background-color: #EEE;
    height: 23px;
}

.pageNext {
    display: block;
    width: 200px;
    float: right;
    text-align: right;
    text-decoration:none;
    font-weight:bold;
    background: url("/swiss/inc/images/arrow.right.gif") right no-repeat;
    padding-right: 15px;

}

.pageBack {
    display: block;
    width: 200px;
    text-align: left;
    font-weight:bold;
    text-decoration:none;
    background: url("/swiss/inc/images/arrow.left.gif") left no-repeat;
    padding-left: 15px;

}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frequently used elements */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

a img {
    border: 0  none;
}

form {
    margin:  0;
    padding: 0;
}

div.heading a {
    text-decoration: none;
}

h4 {
    /* main big header */
    font-family:    'Arial' !important;
    font-size:      15px;
    padding-top:    18px;
    padding-bottom: 7px;
    margin:         0px 0px 0px 0px;
    border-bottom:  3px solid #d92626;
}

.h4 {
    /* main big header */
    font-weight:    normal !important;
    font-family:    'Arial' !important;
    font-size:      15px;
    padding-top:    18px;
    padding-bottom: 7px;
    margin:         0px 0px 0px 0px;
    border-bottom:  2px solid #d92626;
}



h1, .leftMenu div.heading {
    /* main big header */
    font-weight:    bold;
    font-family:    Arial !important;
    font-size:      15px;
    padding-top:    18px;
    padding-bottom: 7px;
    margin:         0px 0px 0px 0px;
    border-bottom:  3px solid #d92626;
}

h2 { /* text header inside the content*/
    font-size: 1.3em;
    padding-bottom:1px;
    border-bottom:1px solid #cccccc;
    color:#000;
}
table tr td h2:first-child {
    margin-top: 0;
}
h3 { /* subheader just after the h1 */
    font-size: 1em;
    margin: 0;
    padding-left: 0px;
    font-weight: normal;
    color: #000;
}

h5 {
    font-weight:    bold;
    font-family:    Arial;
    font-size:      13px;
    padding-top:    0px;
    padding-bottom: 7px;
    margin-bottom:  0px;
    border-bottom:  1px solid #d92626;
}

hr {
    border: 0;
    border-bottom: 1px solid #000;
    height: 1px;
    color: #000;
}
hr.gray {
    border-bottom: 1px solid #999999;
    color: #999999;
}

ul li {
    list-style-image: url('/swiss/inc/images/list-item-bullet-new.gif');
    margin-bottom: 5px;
}


ul.RedArrow {
    padding-left: 3px;
    margin-left: 10px;
}

ul.RedArrow li {
    list-style-image: url('/images/arrowRight.png');
    margin-bottom: 0px;
    margin-top: 0px;
}

ul.pdf li {
    list-style-image: url('/swiss/inc/images/pdf_icon.gif');
    margin-bottom: 10px;
}
* html ul.pdf li {
    padding-left: 10px;
}

ul.noBullets li {
    list-style-image: none;
    list-style-type: none;
}

ol li {
    margin-bottom: 5px;
}

code {
    font-size: 1.2em;
}

/* <div class="news"><span>Date</span> Title <a>More</a></div> */
div.news {
    margin-bottom: 15px;
}
div.news span {
    display:block;
    font-weight: bold;
}
div.news a {
    background: url("/swiss/inc/images/arrow.right.gif") right no-repeat;
    padding-right: 15px;
    text-decoration: none;
}

.linkRedArrow {
    background: url("/swiss/inc/images/arrow.right.gif") right no-repeat;
    padding-right: 15px;
    text-decoration: none;
}

table.simple {
    border-collapse: collapse;
}
table.simple caption {
    color: #000;
    text-align: left;
    padding-bottom: 5px;
    font-size: 0.95em;
}
table.simple th{
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #e8f1f0 !important;
    border: 1px solid #D6D6D6 !important;
}
table.simple td {
    padding: 3px;
    text-align: center;
    border: 1px solid #D6D6D6;
}
table.simple.left td {
    padding: 3px;
    text-align: left;
    border: 1px solid #999999;
}
table.simple tr.odd td {
    background-color: #eeeeee;
}
table.simple tr td.highlight {
    background: #FACDCE;
}
table.simple.numbers td {
    white-space: nowrap;
}
table.narrow {
    font-family: Tahoma;
}
table.simple thead th{
    background: #dde1e5;
    border: 1px solid #ababab;
    margin-bottom:3px;
}
table.noborder td,table.noborder th{
    border: 0 none;
}

td.homepageRight.text{
    padding-right:10px;
}

/*
    height: 28px;
    margin: 10px 0;
    padding: 5px 45px 0px 10px;
    border-left: 2px solid #154572;
    display: block;
*/
a.hugeButton {
    padding: 5px 0 5px 30px;
    background: url("/swiss/inc/images/HugeButtonNew.gif?c01") left no-repeat;
    font: bold 22px Tahoma, Verdana;
    text-decoration: none;
}

a.hugeButton.left {
    padding: 5px 30px 5px 0px;
    background: url("/swiss/inc/images/HugeButtonNewL.gif?C02") right no-repeat;
}

a.hugeButton:hover {
    color: #D92626;
}

a.midButton {
    padding: 5px 0 5px 30px;
    background: url("/swiss/inc/images/MidButtonR.gif") left no-repeat;
    font: bold 16px Tahoma, Verdana;
    text-decoration: none;
}
a.midButton:hover {
    color: #D92626;
}
.note {
    font-style: italic;
    color: #999;
}

.langFlag {border:1px solid #FFF !important; margin-left:3px;}

.ie_width {
    padding-top:10px;
    width: 100%;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Misc */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.xcode {
    font-family:monospace;
    font-size: 12px;
    background-color:lightYellow;
    border:1px dotted silver;
}

.stepBox {
    border:1px solid silver;
    padding:20px;
    background-color:#EEE;
    margin:30px 0px;
}
.xcode i {
    font-style: normal;
    color: #006699;
}

.xcode u {
    text-decoration: none;
    color: #339933;
}

.tab {
    padding-left: 14px;
}

.tab2 {
    padding-left: 28px;
}

.comments {
    font-style: italic;
    color: #666666;
}

.xcode span {
    color: #000066;
}
.tutTable {
    background-color:#EEE;
    border:1px solid silver;
    margin-bottom:20px;
}
.tutTable td {
    padding:20px 5px 10px 20px;
}

.sloganTable tr td {
    padding-bottom:5px;
    font-weight:bold;
}

div.dynarch-popup-menu tr.item td.arrow div { width: 11px; background: transparent url("../../new_menu/img/rarrow.gif") no-repeat 0% 50%; }
div.dynarch-popup-menu tr.active td.arrow div { background: transparent url("../../new_menu/img/rarrow-hover.gif") no-repeat 0% 50%; }
div.dynarch-horiz-menu table tr td.separator div {
    border-left: none !important;            /* no border on the left side */
    border-right-color: #D92626 !important;      /* red separator line. */
    width:2px !important;
    background: url("/pics/separator.png") no-repeat !important;
}


/* print styles */
@media print {
    .leftMenu,.topMenu,td.smallText,.nonprint,.footer{
        display:none;
    }
    #table6{
        border:1px solid #eee;
        padding:1px;
    }
    .mainContent{
        padding:0px;
        margin:0px;
    }

}



/* LANG MENU */
.login-lang-block {
    position: relative;
    min-width: 191px;
    height: 38px;
    background-color: #e8e8e8;
    border-radius: 20px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),0 1px 1px rgba(255,255,255,1);    
}

.login-lang-block .dropdown-menu {
    top: -8px;
    left: -13px;    
}

.login-button-block {
    position: relative;
    float: right;
    margin: 7px 12px 0 0;
    background-color: #d92727;
    border-radius: 40px;
    line-height: 20px;
}

.login-button-block .login-link {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0 15px 0 35px;
}

.login-button-block .login-button {
    position: absolute;    
}

.loginButtonDiv * {
    margin: 0px;
}

.langDdButton {
    /*margin-right: -3px;*/

    margin-top: 0px;
}

.goLoginButton  {
    cursor:pointer;
    border:0px none;
    background-color:transparent;
    width:72px;
    height:41px;
    background-image:url('/images/flat/loginButtonR.png');
    background-repeat: no-repeat;
    background-position:  right;
    color:white;
    font-weight: bold;
    text-align: left;
    margin-right: 0px;
    margin-top: 33px;

}
.goLoginButton:HOVER  {
    color:#DDD;
}

.langMenuContainer {
    position: absolute;
    background-color: white;
    margin-top: 15px;
    padding: 7px;
    border: 2px solid gray;
    border-radius: 10px;
    -moz-border-radius: 10px;

}
.langMenuContainer a {
    display: block;
    padding: 3px;
    text-decoration:none;
    width: 60px;
    border: 1px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;

}
.langMenuContainer a:hover {
    background-color: #EEE;
    color:#D92626;
    border: 1px solid silver;
}
.langBarHref {
    text-decoration:none;
    font-weight: normal;
    color:black;
}

a.langBarHref:hover {
    color:#D92626;
}

a.additioanLang {
    color: black;
    text-decoration: none;
}
a.additioanLang:hover {
    color: white;
}

.origPanel tr {
    height: 40px;
}
.origPanel tr td {
    font-size: 11px;
    padding: 2px 0px;
    border-bottom: 1px solid #BBB;
}
.origPanel a {
    font-weight: bold;
    text-decoration: none;
}
div.grayAdvetBlocks p {
    display:block;
    height:35px;
    vertical-align:middle;

    background-image:url('/images/flat/grayAdevrtArr.png');
    background-repeat:no-repeat;
    background-position:left top;

    background-color: #F0F0F0;
    font-size: 11px;
    margin:2px 0px 3px 0px;
    padding-left: 15px;
    padding-top: 9px;
}

.space5 {
    margin-bottom: 5px;
}

.only_in_english {
    background-color: #eee;
    padding: 4px 2px;
    color:#888;
}

/* EU ELEMENTS */
.euHomeBanner {
    width: 420px;
    height: 70px;
    background: url("/images/flat/pla.gif") no-repeat;
    margin:  0px;
    padding: 10px 25px;
}

.euHomeBanner a {
    color:#d92626;
    font-weight: bold;
}
.euHomeBanner a:hover {
    color: #D92626;
    font-weight: bold;
}

.euIconTime, .euIconVallet, .euIconSwfx, .euIconCards, .euIconLeverage {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 70px;
    height: 60px;
    width: 300px;
    font-size: 13px;
    padding-top: 5px;
}

.euIconVallet {
    background-image: url('/images/flat/eu_banner/images/wallet.gif');
}
.euIconCards {
    background-image: url('/images/flat/eu_banner/images/cards.gif');
}
.euIconLeverage {
    background-image: url('/images/flat/eu_banner/images/leverage.png');
}
.euIconSwfx {
    background-image: url('/images/flat/eu_banner/images/swfx.gif');
}
.euIconTime {
    background-image: url('/images/flat/eu_banner/images/time.gif');
}

.bgMarketNews {
    background-image: url('/images/flat/market_news_bg_sm.jpg');
    background-repeat: no-repeat;
    /*  background-position: top center; */
    background-position: top left;


}

.tdLeft { text-align: left !important; padding-left:3px;}
.triggherClick {
    margin-top:16px;
    cursor: pointer;
    background-image: url('//css.dukascopy.com/images/flat/expand_block1.gif?c01');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;

}
.triggherClick2 {
    margin-top:16px;
    cursor: pointer;
    background-image: url('//css.dukascopy.com/images/flat/expand_block2.gif?c01');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
}
table.tdBigpadding td {
    padding-top:8px !important;
    padding-bottom:8px !important;
}


div.indentImportantHead {
    background-image: url('/images/important_01.gif');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fffDDD;
    padding: 3px 10px 3px 40px;
    margin-bottom: 0px !important;
}
div.indentImportantHead p {

}
div.indentImportantBody {
    margin-top: 0px !important;
    background-image: url('/images/important_02.gif');
    background-repeat: repeat-y;
    background-position: left;
    padding-left: 40px;
}


.euDiv {position: absolute; margin-top: -30px; margin-left: 940px;width: 55px; height:23px;}
.euLink {display: block; position: absolute; margin-top: 4px; margin-left:17px; color:white; text-decoration:none; font-size: 13px; font-weight: bold;}
.euLink:hover {color:#D92626;}

.offices {
    font-weight: bold;
    text-decoration: none;
    color: #888;
}
.dfc-jfx-container {

}
.dfc-jfx-page {
    font-family: Arial;
    padding-top: 10px;
}

.dfc-jfx-page .redborder {
    border: 1px solid #f00;
    /*position: relative;
    display: block;*/
}

.dfc-jfx-page .banner {
    background: url('/fxcomm/visual_jforex/i/jforexvisual.jpg') no-repeat; 
    width: 1000px; 
    height: 335px; 
    position: relative;
    margin-bottom: 30px;
}

.dfc-jfx-page .banner .text-bg {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    background-color: rgba(0,0,0,0.54); 
    width: 558px; 
    height: 163px;
}

.dfc-jfx-page .banner .text {
    padding: 20px; 
    color: #fff;
}
.dfc-jfx-page .banner .text .title {
    font-size: 32px;
}

.dfc-jfx-page .banner .text .description {
    font-size: 14px; 
    padding-top: 5px; 
    padding-bottom: 10px;
}

.dfc-jfx-page .banner .text .button {
    background-color: #e7e7e7; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border: none; 
    width: 250px; 
    text-align: center;
}

.dfc-jfx-page .banner .text .button a {
    font: 16px Arial; 
    color: #505050; 
    background: url('/fxcomm/visual_jforex/i/arrow_right.png') center right no-repeat; 
    padding-right: 25px; 
    display: inline-block; 
    line-height: 45px; 
    text-decoration: none;
}

.dfc-jfx-page .banner .text .button a:hover {
    text-decoration: underline;
}

.dfc-jfx-page .block-title {
    background-color: #f3f3f3; 
    font: 16px Arial; 
    width: 200px; 
    line-height: 45px; 
    text-align: center; 
    margin-top: 30px;
    margin-bottom: 20px;
}

.dfc-jfx-page .become-programmer {
    /*position: absolute; 
    width: 100%; */
    height: 210px; 
    background-color: #f3f3f3;
    /*position: relative;
    display: block;*/
}

.dfc-jfx-page .become-programmer .container {
    margin: 0px auto; 
    height: 190px; 
    text-align: center; 
    vertical-align: middle; 
    background-color: #f3f3f3; 
    /*width: 1000px;*/
}

.dfc-jfx-page .become-programmer .shadow-bottom {
    margin: 0px auto; 
    background: url('/fxcomm/visual_jforex/i/shadow_bottom.png') no-repeat;
    height: 20px;
}

.dfc-jfx-page .become-programmer .title {
    font: italic 26px Georgia; 
    color: #000; 
    padding-top: 20px;
}

.dfc-jfx-page .become-programmer-icons {
    width:98%;
    margin: 30px auto;
}

.dfc-jfx-page .become-programmer-icons ul {
    display: table;
    width: 100%;
    border-collapse:collapse;
}

.dfc-jfx-page .become-programmer-icons li {
    display: table-cell;
}

.dfc-jfx-page .become-programmer-icons li a {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 85px; 
    font: 14px Arial;
    text-decoration: none;
    color: #000;
}

.dfc-jfx-page .start {
    background-image: url('/swiss/inc/css/i/i_start.png');
}

.dfc-jfx-page .start:hover {
    background-image: url('/swiss/inc/css/i/i_start_hover.png');
}

.dfc-jfx-page .jf {
    background-image: url('/swiss/inc/css/i/i_jf.png');
}

.dfc-jfx-page .jf:hover {
    background-image: url('/swiss/inc/css/i/i_jf_hover.png');
}

.dfc-jfx-page .helper {
    background-image: url('/swiss/inc/css/i/i_helper.png');
}

.dfc-jfx-page .helper:hover {
    background-image: url('/swiss/inc/css/i/i_helper_hover.png');
}

.dfc-jfx-page .video {
    background-image: url('/swiss/inc/css/i/i_video.png');
}

.dfc-jfx-page .video:hover {
    background-image: url('/swiss/inc/css/i/i_video_hover.png');
}

.dfc-jfx-page .contest {
    background-image: url('/swiss/inc/css/i/i_contest.png');
}

.dfc-jfx-page .contest:hover {
    background-image: url('/swiss/inc/css/i/i_contest_hover.png');
}

.dfc-jfx-page .become-programmer-icons li:focus {
    outline: none;
}

.dfc-jfx-page .become-programmer-margin{
    clear: both; 
    height: 210px;
}

.dfc-jfx-page .feature-container {
    margin-top: 20px;
}

.dfc-jfx-page .feature-container .image {
    float: left; 
    margin-right: 20px;
}

.dfc-jfx-page .feature-container .title {
    font: bold 14px Arial; 
    padding-bottom: 10px;
}

.dfc-jfx-page .feature-container .description {
    font: 14px Arial;
}


.dfc-jfx-page .features-list {
}

.dfc-jfx-page .features-list:after {
    overflow: hidden;
    content: '';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

.dfc-jfx-page .features-list ul {		
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    margin-bottom: -45px;
}

.dfc-jfx-page .features-list ul:after {
    content: ' i i i i i i i i i i i i i i'; 
    word-spacing: 97px; 
    padding-left: 97px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.dfc-jfx-page .features-list ul li {

    display : inline-block;
    width : 300px;
    height: 100%;
    margin: 0 0 30px;
    vertical-align: top;

    /*  IE6-7*/
    //display : inline;
    //zoom : 1;

    /*  IE6-7*/
    //margin-right: 5px;
}

.dfc-jfx-page .features-list .title {
    font: bold 14px Arial; padding: 10px 0px;
}

.dfc-jfx-page .features-list .description {
    font: 14px Arial;
}

.dfc-jfx-page .news {
    margin-bottom: 50px;
}

.dfc-jfx-page .features-list .news-data {
    font: 12px Arial;
    background-color: #636363;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    border: none;
    display: inline-block;
}

.dfc-jfx-page .features-list .last {
    background-color: #ce4242;
}

.dfc-jfx-page .features-list .news-title {
    font: 18px Arial;
    color: #000;
    margin: 10px 0px 5px;
}

.dfc-jfx-page .features-list .news-description {
    font: 12px Arial;
}

.dfc-jfx-page .button-to-top {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    background-color: #999999;
    height: 24px;
    width: 110px;
    opacity: .6;
    text-decoration: none;
    border-radius: 4px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    *cursor: hand;
}

.dfc-jfx-page .button-to-top:hover {
    opacity: 1;
}

.dfc-jfx-page .button-to-top .arrow {
    font: 14px Arial;
    line-height: 24px;
    color: #fff;
    padding-left: 12px;
    margin: 0px 10px;  
}

.dfc-jfx-page .button-to-top .top {
    background:  url('/fxcomm/visual_jforex/i/arrow_top.png') center left no-repeat;
}

.dfc-jfx-page .button-to-top .down {
    background:  url('/fxcomm/visual_jforex/i/arrow_down.png') center left no-repeat;
}

/************* SEARCH ****************/
.dfc-jfx-page .search {
    background: url('/fxcomm/visual_jforex/i/helper_search_bg.png') repeat-x;
    width: 100%;
    height: 83px;
    margin-top: 20px;
    position: relative; 
}

.dfc-jfx-page .search .title {
    background-position: center left;
    background-repeat: no-repeat;
    height: 83px;
    margin-left: 20px;
}

.dfc-jfx-page .search .helper-search {
    background-image: url('/fxcomm/visual_jforex/i/helper_search_title.png');
    width: 297px;
}

.dfc-jfx-page .search .video-search {
    background-image: url('/images/flat/jf/video_title.png') !important;
    width: 392px;
}

.dfc-jfx-page .search .input-container {
    position: absolute; 
    right: 8px; 
    height: 42; 
    top: 50%;
    margin-top: -21px;
    width: 370px;
}

.dfc-jfx-page .search .input-container .rounded-input {
    width: 290px; 
    height: 38px; 
    background-color: #fff;
    border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border: none;
    font: 20px Arial;
    color: #3c3c3c;
    padding-left: 10px;
    float: left;
    margin-right: 10px;
}

.dfc-jfx-page .search .input-container .rounded-input:focus {
    outline:none;
}

.dfc-jfx-page .search .input-container .search-button {
    display: block;
    overflow: hidden;
    background: #e7e7e7 url('/fxcomm/visual_jforex/i/search_button.png') center center no-repeat;
    width: 57px;
    height: 40px;
    border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border: none;
    
}

.dfc-jfx-page .search .input-container .search-button:hover {
    background-color: #dcdcdc;
}


/***** HELPER ****/

.dfc-jfx-page .helper-tree-container {
    
}

.dfc-jfx-page .helper-tree-container .helper-category-plus {
    background: url('/swiss/inc/css/i/helper_tree_plus2.png') no-repeat; 
    height: 26px; 
    padding-left: 17px;
    cursor: pointer;
    //cursor: hand;
    
}

.dfc-jfx-page .helper-tree-container .helper-category-minus {
    background: url('/swiss/inc/css/i/helper_tree_minus2.png') no-repeat; 
    /*height: 26px; 
    padding-left: 17px;*/
}

.dfc-jfx-page .helper-tree-container .helper-category :last-child {
    background: url('/swiss/inc/css/i/helper_tree_plus.png') no-repeat; 
    height: 12px; 
    padding-left: 17px;
}

.dfc-jfx-page .helper-tree-list {
    margin: 0;
    padding: 0;
    margin-left: 4px;
}

.dfc-jfx-page .helper-tree-list li {
    list-style-image: url('/swiss/inc/css/i/helper_tree_list.png');
    margin: 0;
    padding: 2px;
}

.dfc-jfx-page .helper-tree-list li a {
    text-decoration: none;
}

.dfc-jfx-page .helper-tree-list li a:hover {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #000;
}

.dfc-jfx-page .helper-categories {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    border-collapse: collapse;
}

.dfc-jfx-page .helper-categories td{
    vertical-align: top;
}

.dfc-jfx-page .helper-categories ul {
    display: table;
    width: 100%;
    border-collapse:collapse;
    
    padding: 0px;
    margin: 20px 0px 0px 0px;
    
}

.dfc-jfx-page .helper-categories li {
    display:table-cell;
    border-right: 10px solid white;
    /*border-spacing: 10px;*/
    vertical-align: top
}

.dfc-jfx-page .helper-categories li:last-child {
    border-right:none;
}

.dfc-jfx-page .helper-categories .title {
    width: 100%;
    font: bold 14px Arial;
}

.dfc-jfx-page .helper-categories .light {
    background-color: #f3f3f3;
    color: #000;
}

.dfc-jfx-page .helper-categories .dark {
    background-color: #ddecf6;
    color: #000;
}



.dfc-jfx-page .helper-categories .title div {
    padding: 3px 0px 3px 8px;
}

.dfc-jfx-page .helper-categories .categories {
    margin-right: 20px;
}

.dfc-jfx-page .helper-categories .categories div {
    margin-top: 5px;
    margin-left: 8px;
}

.dfc-jfx-page .helper-categories .categories a {
    font: 14px Arial;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
    white-space: nowrap;
}

.dfc-jfx-page .helper-categories .categories .more-button {
    font: 14px Arial;
    text-decoration: none;
    display: block;
    color: #000;
    cursor: pointer;
    //cursor: hand;
}

.dfc-jfx-page .helper-categories .categories a:first-child {
    margin-top: 10px;
}

.dfc-jfx-page .helper-categories .categories a:hover {
    border-bottom: 1px dashed;
    color: #000;
}

.dfc-jfx-page .helper-categories .first-column {
    float: left;
    margin-right: 20px;
}

.dfc-jfx-page .helper-categories .second-column {
    float: left;
}

.dfc-jfx-page .content {
    font: 14px Arial;
    padding-bottom: 20px;
    line-height: 23px;
}

.dfc-jfx-page .content .subtitle {
    font: bold 16px Arial;
    padding: 15px 0px 0px 0px;
}

.dfc-jfx-page .content .subtitle a {
    font: bold 16px Arial;
    text-decoration: none;
}

/**************GET STARTED*********************/
.dfc-jfx-page .start-header {
    background: url('/fxcomm/visual_jforex/i/start_header_bg.jpg') no-repeat;
    /*width: 1000px;*/
    height: 83px;
    margin-top: 10px;
}

.dfc-jfx-page .start-header .title {
    background: url('/images/flat/jf/vjf_getting_started1.png') center left no-repeat;
    width: 400px;
    height: 83px;
    margin-left: 20px;
}

.dfc-jfx-page .start-content {
    margin: 20px 0;
}

.dfc-jfx-page .step-number {
    background: url('/fxcomm/visual_jforex/i/circle_number.png') no-repeat;
    width: 41px;
    height: 41px;
    color: #fff;
    text-align: center;
    font: 14px Arial;
    line-height: 41px;   
    float: left;
    margin-right: 10px;
}

.dfc-jfx-page .step-content {
    overflow: hidden;
    
}

.dfc-jfx-page .step-content .title {
    font: italic 22px Georgia;
    color: #000;
    padding-top: 2px;
}

.dfc-jfx-page .step-content .title a {
    font: italic 22px Georgia;
    color: #d92626;
    text-decoration: none;
}

.dfc-jfx-page .step-content .title a:hover {
    text-decoration: underline;
}

.dfc-jfx-page .step-content .description {
    font: 14px Arial;
    color: #000;
    margin-top: 5px;
}

.dfc-jfx-page .step-content .description .facebook-like {
    background: url('/fxcomm/visual_jforex/i/facebook_like.png') top right no-repeat;
    width2: 252px;
    height: 24px;
    display: inline-block;
    padding-right: 260px;
    padding-top: 5px;
}

.dfc-jfx-page .step-clear {
    clear: both;
    height: 30px;
}


/************* VIDEO ***************/
.dfc-jfx-page .video-main {
    margin: 30px 0px;
}

.dfc-jfx-page .video-main .video-big {
    float: left;
    margin-right: 30px;
}

.dfc-jfx-page .video-main .video-description {
    overflow: hidden;
}

.dfc-jfx-page .video-main .video-description .title {
    font: 18px Arial;
}

.dfc-jfx-page .video-main .video-description .description {
    font: 12px Arial;
    line-height: 20px;
    margin-top: 10px;
}

.dfc-jfx-page .video-list {
    margin-top: 20px;
}

.dfc-jfx-page .video-list:after {
    overflow: hidden;
    content: '';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

.dfc-jfx-page .video-list ul {		
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    margin-bottom: -45px;
}

.dfc-jfx-page .video-list ul:after {
    content: ' i i i i i i i i i i i i i i'; 
    word-spacing: 97px; 
    padding-left: 97px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.dfc-jfx-page .video-list ul li {

    display : inline-block;
    position: relative;
    width : 247px;
    height: 100%;
    margin: 0 0 40px;
    vertical-align: top;

    /*  IE6-7*/
    //display : inline;
    //zoom : 1;

    /*  IE6-7*/
    //margin-right: 5px;
}

.dfc-jfx-page .video-list .video-title {
    width: 213px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 5px 0px;
    
}



/*********** GENERAL *************/
.dfc-jfx-page .clear {
    clear: both;
}

.dfc-jfx-page .display-none {
    display: none;
}

.dfc-jfx-page .display-block {
    display: block;
}