﻿/* === normalize === */
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* Base */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #4d6071; }
body { margin: 0; font-size: 11px; line-height: normal; }
::-moz-selection { background: #0c3776; color: #fff; text-shadow: none; }
::selection { background: #0c3776; color: #fff; text-shadow: none; }

/* Links */
a {color: #0c3776; }
a:visited { color: #0c3776; }
a:hover { color: #3389ff; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 12px 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 12px 0; padding: 0;}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 12px; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -6px; }
sub { bottom: -3px; }

/* Lists */
ul, ol { margin: 12px 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* Forms */
button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }

/* Tables */
table {border-collapse: collapse; border-spacing: 0;}
td { vertical-align: top; }

/* === primary styles === */

body {background-color:#e3ebfc; padding:0;  font-family: '01_digitregular', monospace; font-size:22px;}
.lt-ie9 body {font-family:"Courier New", Courier, monospace;}
a, a:visited, a:hover, a:active {text-decoration:none; color:#fff;}

.tabPanel {}
.first {display:block;}

#marquee {background:#000; height:27px; overflow:hidden;}/* url(../Images/lineFeedBg.gif) repeat 0 0*/

ul {margin:0; padding:0; list-style-type:none;}
ul li {margin:0; padding:2px 15px 0 15px; height:25px; display:inline-block; border-right:1px solid #333; font-size:20px; line-height:20px;}
ul li.plus500 {background:url(../Images/plus500Logo_65x17_white.gif) no-repeat 1em 3px; padding-top:0;
color:#fff; font:bold 12px Arial, Helvetica, sans-serif;}
ul li.plus500 a {display:inline-block;  width:70px; height:18px;}

.lt-ie8 #tabContainer {}
.lt-ie8 #marquee * {display:inline !important;}

.trade, .change {color:#e0e0e0;}
.red .trade, .redChange .change {color:#ef2929;}
.green .trade, .greenChange .change {color:#8ae234;}
        
.button {padding:0 10px; font-size:16px; vertical-align:10%; text-align:center; text-decoration:underline; color:#6dcff6; white-space:nowrap;}
.lt-ie8 .button {margin:0 4px;}
.button:hover, .button:active {text-decoration:none; color:#c6deff;}

/* RTL styles */
body#lang_he {font-family:"Courier New", Courier, monospace; }
#lang_he li, #lang_ar li {direction:rtl;}
#lang_he .trade, #lang_ar .trade {direction:ltr; unicode-bidi:embed;}
#lang_he .change, #lang_ar .change {direction:ltr; unicode-bidi:embed;}
#lang_he ul li.plus500, #lang_ar ul li.plus500 { direction: ltr; text-align: left; }


/* Light Styles */
.light a, .light a:visited, .light a:hover, .light a:active {text-decoration:none; color:#000;}
.light #marquee {background:#fff;}
.light ul li {border-right:1px solid #ccc;}
.light ul li.plus500 {background-image:url(../Images/plus500Logo_65x17_dark.gif); color:#0c3776;}
.light .trade, .light .change {color:#666;}
.light .red .trade, .light .redChange .change {color:#ef2929;}
.light .green .trade, .light .greenChange .change {color:#8ae234;}
.light .button {color:#0c3776; text-decoration:underline;}


/* === Mobile Styles === */
@media only screen and (device-width: 768px) {
 /* iPad */
}
/* === non-semantic helper classes === */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 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; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }