@font-face {
    font-family: 'clearsans-light';
 	src: url('fonts/ClearSans-Light/ClearSans-Light.eot');
	src: url('fonts/ClearSans-Light/ClearSans-Light.woff2') format('woff2'),
       	 url('fonts/ClearSans-Light/ClearSans-Light.woff') format('woff'),
         url('fonts/ClearSans-Light/ClearSans-Light.ttf') format('truetype'),
         url('fonts/ClearSans-Light/ClearSans-Light.svg#ClearSans-Light') format('svg'),
         url('fonts/ClearSans-Light/ClearSans-Light.eot?#iefix') format('embedded-opentype');
	    font-weight: normal;
	    font-style: normal;
}
@font-face {
    font-family: 'newsgothic';
    src: url('fonts/newsgothic/news-gothic.eot');
    src: url('fonts/newsgothic/news-gothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/newsgothic/news-gothic.woff') format('woff'),
         url('fonts/newsgothic/news-gothic.ttf') format('truetype'),
         url('fonts/newsgothic/news-gothic.svg#clear_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'NewsGothicBT-Demi';
  src: url('fonts/NewsGothicBT-Demi/NewsGothicBT-Demi.eot');
  src: url('fonts/NewsGothicBT-Demi/NewsGothicBT-Demi.woff2') format('woff2'),
       url('fonts/NewsGothicBT-Demi/NewsGothicBT-Demi.woff') format('woff'),
       url('fonts/NewsGothicBT-Demi/NewsGothicBT-Demi.ttf') format('truetype'),
       url('fonts/NewsGothicBT-Demi/NewsGothicBT-Demi.svg#NewsGothicBT-Demi') format('svg'),
       url('fonts/NewsGothicBT-Demi/NewsGothicBT-Demi.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NewsGothicBT-Light';
  src: url('fonts/NewsGothicBT-Light/NewsGothicBT-Light.eot');
  src: url('fonts/NewsGothicBT-Light/NewsGothicBT-Light.woff2') format('woff2'),
       url('fonts/NewsGothicBT-Light/NewsGothicBT-Light.woff') format('woff'),
       url('fonts/NewsGothicBT-Light/NewsGothicBT-Light.ttf') format('truetype'),
       url('fonts/NewsGothicBT-Light/NewsGothicBT-Light.svg#NewsGothicBT-Light') format('svg'),
       url('fonts/NewsGothicBT-Light/NewsGothicBT-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon/icomoon.eot?tl0bzb');
    src:    url('fonts/icomoon/icomoon.eot?tl0bzb#iefix') format('embedded-opentype'),
        url('fonts/icomoon/icomoon.ttf?tl0bzb') format('truetype'),
        url('fonts/icomoon/icomoon.woff?tl0bzb') format('woff'),
        url('fonts/icomoon/icomoon.svg?tl0bzb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-down:before {
    content: "\e900";
}
.icon-equal:before {
    content: "\e901";
}
.icon-slight-down:before {
    content: "\e902";
}
.icon-slight-up:before {
    content: "\e903";
}
.icon-up:before {
    content: "\e904";
}


.icon-down {
    color:#f00;
}
.icon-equal{
   color:#b2b2b2;
}
.icon-slight-down{
    color:#f00;
}
.icon-slight-up{
    color:#51af31;
}
.icon-up{
    color:#51af31;
}



body {
	color: #222;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#ticker .ticker-heading {
	float:left;
	font-weight: bold;
}
#ticker .ticker-price {
	float:left;
	margin-left:10px;
}
#ticker .ticker-currency {
	float:left;
	margin-left:3px;
}
#ticker .alteration-up {
	background:url(images/up_arrow.gif) 2px 1px no-repeat;
	width:10px; height:20px; float:left;
}
#ticker .alteration-equal {
	background:url(images/equal.png) 0 5px no-repeat;
	width:10px; height:20px; float:left;
}
#ticker .alteration-down {
	background:url(images/down_arrow.gif) 0 3px no-repeat;
	width:10px; height:20px; float:left; margin-left: 2px;
}

.ticker-heading a{
    font-family: helvetica,arial,verdana;
    /*color: #000099;*/
}

td { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#3f3f3f;font-weight: normal; }
a {  font-family:Arial, Helvetica, sans-serif;}
a:visited { text-decoration:none; color: #10459C; }
a:hover { text-decortaion: underline; }
.table_border { }
.price {color: #595959;font-family:Arial, Helvetica, sans-serif; font-size: 11px; width: 85px;text-align: left; }
.price .priceValue{ }
.price_currency { color: #595959; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; vertical-align:top; }
.change { font-size: 11px; display:block; }
.change span{ display:block; }
.alteration { width:35px; }
.headline { border: medium none;color: #000099;font-size: 11px;font-weight: bold;line-height: 1.2em;margin: 0 0 3px; }
.headline2 { border: medium none; color: #10459c; font-size: 16px; font-weight: bold; line-height: 1.2em; margin: 11px 0; padding-top: 10px; }
.headline3 { font-size: 13px; font-weight:bold; padding-bottom: 10px; padding-top: 3px; color:#595959; }
.shareDetails{ font-size: 13px; font-weight:bold; color:#595959; }
.link { color: #10459C; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 14px; padding-top: 0px; }
.t2  #wrapper{ padding:0;}
.t2  { padding:0;}
.t3 table {border-color: grey;} 
.t3 table td{color:#222222;}
.t3  #wrapper{ padding:0;}
.t3 .shareDetails td{}
.t3 .change-label {line-height:14px; display:block;}
#wrapper{
	
	line-height: 19px;
    /* max-width: 236px; */
    /* max-width: 100%; */
    /* border: 1px solid #DEDEDE; */
    position: relative;
    /* border-radius: 5px; */
    /* padding: 16px 0 16px 16px; */
    padding: 15px 2px;
    box-sizing: border-box;
    width: 192px;
}

#chart{
	/*width:150px;*/
	/*width:240px;*/
	height:80px;
	height:115px;
	/*width:100%;
	clear: both;
    float: left;*/
	box-sizing:border-box;
	/*padding-right:10px;*/
}
.btn {
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color:#e6e6e6;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
	*border:0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left:.3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn {
	border-color: #c40c28;
	background: rgb(242,84,107);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNTQ2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYzBiMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,84,107,1) 0%, rgba(220,11,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,84,107,1)), color-stop(100%,rgba(220,11,42,1)));
	background: -webkit-linear-gradient(top,  rgba(242,84,107,1) 0%,rgba(220,11,42,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,84,107,1) 0%,rgba(220,11,42,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,84,107,1) 0%,rgba(220,11,42,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,84,107,1) 0%,rgba(220,11,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2546b', endColorstr='#dc0b2a',GradientType=0 );
	color: #fff !important;
	text-shadow: 0 -1px 0px #c40c28;
	margin: 10px 0;
}
.btn:hover {
	background-color: rgb(196,12,40);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0MGMyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYzBiMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(196,12,40,1) 0%, rgba(220,11,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,12,40,1)), color-stop(100%,rgba(220,11,42,1)));
	background: -webkit-linear-gradient(top,  rgba(196,12,40,1) 0%,rgba(220,11,42,1) 100%);
	background: -o-linear-gradient(top,  rgba(196,12,40,1) 0%,rgba(220,11,42,1) 100%);
	background: -ms-linear-gradient(top,  rgba(196,12,40,1) 0%,rgba(220,11,42,1) 100%);
	background: linear-gradient(to bottom,  rgba(196,12,40,1) 0%,rgba(220,11,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40c28', endColorstr='#dc0b2a',GradientType=0 );
}

.headline_dax{
	color: #000099;
    padding: 3px 0 3px 3px;
	font-weight: bold;
    height: 14px;
	position: relative;
    white-space: nowrap;
	font-size: 11px;
}


table.main {
    font-size: 10px;
    table-layout: fixed;
    width: 100%;
}
table.main {
    border-collapse: collapse;
    border-spacing: 0;
}
table.main tr th, table.main tr td {
    border-right: 1px solid #fff;
    padding: 2px 4px;
}
table.main tr .first {
    border-left: 0 none;
	width: 70px;
}
table.main tr td {
    vertical-align: middle;
}

table.main tr td.alteration-down, table.main tr td.alteration-up, table.main tr td.alteration-equal {
    background-attachment: scroll;
    background-position: 3px 3px;
    background-repeat: no-repeat;
}

table.main tr .column-change {
    width: 46px;
}
table.main tr .column-change {
    text-align: right;
}

table.main tr .column-price {
    width: 50px;
}
table.main tr .column-price {
    text-align: right;
}


#ticker table.main tr td.alteration-down {
    background: rgba(0, 0, 0, 0) url("images/down_arrow.gif") no-repeat scroll 2px 6px;
	width: 46px !important;
	height: 18px;
	margin-left: 0;
}

#ticker table.main tr td.alteration-equal {
 background-image: none !important;
 width: 46px !important;
 height: 18px;
}

#ticker table.main tr td.alteration-up {
 width: 46px !important;
 height: 18px;
 background: rgba(0, 0, 0, 0) url("images/up_arrow.gif") no-repeat scroll 2px 6px;
}

table.main tr td a {
	color: #333;
    text-decoration: none;
}
table.main tr td a:hover {
    text-decoration: underline;
}
.dax-table{
	font-family: 'NewsGothicBT-Light';
	font-size: 16px;
}
.dax-table a{
	font-family: 'NewsGothicBT-Light';
	/*font-size: 16px;*/
}
.dax-table-odd{
	background-color: #eee;
}

table.main tr .column-change div{
    padding-top: 4px;
}

.teaser-target-link {
	color: #414b56;
	text-decoration:none;
}


.dax-teaser-subheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dayof_week{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
}

.wrapper_t1 {
	font-family: 'NewsGothicBT-Demi';
	color: #333;
	max-width: 210px;
	width: 100%;
}
.wrapper_t1 .closing_price {
	font-family: 'NewsGothicBT-Demi';
	font-size: 42px;
	font-weight: 300;
	padding-bottom: 10px;
	color: #000099;
}
.wrapper_t1 .closing_price a{
	font-family: 'NewsGothicBT-Demi';
	text-decoration: none;
	color: #000099;
}
.wrapper_t1 .time_date {
	font-size: 0;
}
.wrapper_t1 .time {
	padding-left: 10px;
}
.wrapper_t1 .date, .wrapper_t1 .time {
	font-size: 12px;
}
.wrapper_t1 .closing_price .alteration {
	display: inline-block;
	position: relative;
    /*height: 23px;
    margin-left: -6px;
    
    top: 9px;
    width: 30px;*/
    font-size: 27px;
    top: -2px;
}
.wrapper_t1 .closing_price .alteration.alteration-up {
	background: url(images/up_arrow.gif) no-repeat left top;
}
.wrapper_t1 .closing_price .alteration.alteration-slight-up {
	background:url(images/slight_up_arrow.gif)  no-repeat left top;
}
.wrapper_t1 .closing_price .alteration.alteration-equal {
	background:url(images/equal.gif)  no-repeat left top;
}
.wrapper_t1 .closing_price .alteration.alteration-slight-down {
	background:url(images/slight_down_arrow.gif) no-repeat left top;
}
.wrapper_t1 .closing_price .alteration.alteration-down {
	background: url(images/down_arrow.gif) no-repeat left top;
}
.wrapper_t1 .closing_price .alteration.alteration-level {
	background: url(images/level-img.png) no-repeat left top;
}
.wrapper_t1 .date,.wrapper_t1 .time {
	font-family: 'NewsGothicBT-Demi';
	font-size: 11px;
}
.daxteaser_wrapper {
	width: 100%;
	max-width: 210px;
	font-family: 'NewsGothicBT-Demi';
}
.daxteaser_wrapper .header .price_text {
	font-family: 'NewsGothicBT-Light';
	color: #333333;
	font-size: 16px;
}
.daxteaser_wrapper .header .time_date {
	font-family: 'NewsGothicBT-Light';
	color: #333333;
	font-size: 12px;
	vertical-align: top;
}
.t2teaser_wrapper {
	width: 100%;
	max-width: 690px;
	min-width: 320px;
	font-family: 'NewsGothicBT-Light';
	color: #333333;
}
.t2teaser_wrapper .time_date  {
	font-family: 'NewsGothicBT-Light';
	font-size: 12px;
}
.daxteaser_wrapper .header, .t2teaser_wrapper .header {
	font-size: 16px;
	display: table;
	width: 100%;
	height: 36px;
}
.daxteaser_wrapper #chart,.t2teaser_wrapper #chart {
	height: auto !important;
}
.daxteaser_wrapper .header .price_text,.t2teaser_wrapper .header .price_text {
	text-align: left;
	display: table-cell;
}
.daxteaser_wrapper .header .time_date,.t2teaser_wrapper .header .time_date {
	text-align: right;
	display: table-cell;
	vertical-align: top;
}


/* New style Table */
.main_table {
	width: 100%;
	/*height: 187px;*/
}
.main_table,.main_table td {
	font-family: 'NewsGothicBT-Light';
	font-size: 16px;
	color: #333;
	text-align: left;
}
.main_table td a {
	color: #333;
	text-decoration: none;
}
.main_table tr {
	border-bottom: #d4d4d4 1px solid;
}
.main_table tr td{
	padding: 12px 0;
	vertical-align: middle;
}
.main_table tr td:last-child {
	text-align: right;
}
.main_table tr td.column-change{
	text-align: center;
}
.main_table tr:first-child td{
	/*padding-top:0;*/
}
.main_table tr:last-child td{
	/*padding-top:11px;*/
}
.main_table tr td.alteration-up span{
	display: block;
	width: 23px;
	height: 23px;
	background: url(images/up_arrow.gif) no-repeat left center ;
	background-size: 23px 23px;
}
.main_table tr td.alteration-slight-up span{
	display: block;
	width: 23px;
	height: 23px;
	background:url(images/slight_up_arrow.gif)  no-repeat left center ;
	background-size: 23px 23px;
}
.main_table tr td.alteration-equal span{
	display: block;
	width: 23px;
	height: 23px;
	background:url(images/equal.gif)  no-repeat left center ;
	background-size: 23px 23px;
	/*background: url(images/table-equal-icon.png) no-repeat left center ;*/
}
.main_table tr td.alteration-slight-down span{
	display: block;
	width: 23px;
	height: 23px;
	background:url(images/slight_down_arrow.gif) no-repeat left center ;
	background-size: 23px 23px;
}
.main_table tr td.alteration-down span{
	display: block;
	width: 23px;
	height: 23px;
	background: url(images/down_arrow.gif) no-repeat left center ;
	background-size: 23px 23px;
	/*background: url(images/table-down-icon.png) no-repeat left top;*/
}

.t3 #wrapper {
	max-width: 690px;
	min-width: 320px;
	width: 100% ;
	font-family: 'newsgothic';
	font-size: 16px;
	color: #333;
	text-align: left;
}
.t3 #wrapper tr{
	border-bottom: #d4d4d4 1px solid;
}
.t3 #wrapper tr:last-child {
	border-bottom: 0;
}
.t3 #wrapper tr td {
	padding:12px 0px;
	font-family: 'NewsGothicBT-Light';
	font-size: 16px;
	color: #333;
	text-align: left;
}
.t3 #wrapper tr td.price{
	text-align: right !important;
}
.t3 #wrapper tr td strong{
	padding-bottom: 3.25px;
	display: inline-block;
}
.t3 #wrapper tr td.info {
	font-family: 'NewsGothicBT-Light';
	font-size: 12px;
}
.t3 #wrapper tr td .change {
	font-size: 16px;
	color: #333;
}

@media screen and (max-width: 360px){
	.main_table, .main_table td {
	   /* font-size: 13px;*/
	    padding: 12px 3px 10px 3px;
	}
}
/*@media screen and (max-width: 330px){
	.main_table, .main_table td {
	    font-size: 14px;
	}
}*/
