* {
	margin:0;
	padding:0;
}

body {
	text-align: left;
	padding: 0px;
}

/* logo and footer of the gadget */
a#logoIGI {
	width: 188px;
	height: 52px;
	background: url(../../img/logo_igindex.gif) no-repeat left top;
	margin: 0px 0px 8px 0px;
	display: block;
}

a#logoIGM {
	width: 188px;
	height: 52px;
	background: url(../../img/logo_igmarkets.gif) no-repeat left top;
	margin: 0px 0px 8px 0px;
	display: block;
}

a#logoIGM-FR {
	width: 256px;
	height: 52px;
	background: url(../../img/logo_igmarkets_fr.gif) no-repeat left top;
	margin: 0px 0px 8px 0px;
	display: block;
}

a#logoIGI span, a#logoIGM span, a#logoIGM-FR span {
	display: none;
}

a#login {
	background: url(../../img/bg_link.png) no-repeat left top;
	width: 265px;
	height: 30px;
	padding-top: 1px;
	border: 0px solid red;
	display: block;
	margin: 10px auto 0px auto;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	text-align: center
}

a.singleLine {
    line-height: 30px;
}

div#more {
	margin: 6px auto 0px auto;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	color: #666;	
}


/* table & table container */
div#tableContainer {
   height: 209px !important;
   border: 1px solid #7f99b2;
   overflow: auto;
   cursor: pointer;
}

table {
   color:#333;
   border-collapse: collapse;
   width: 100%;
}

th {
   color: #003366;
   background: url(../../img/bg_th.jpg) repeat-x left bottom;
   border-bottom: 1px solid #7f99b2;
   border-right: 1px solid #7f99b2;
   font-weight: bold;
}

th, td {
	text-align: left;
	line-height: 12px;
	white-space: nowrap;
   font-size: 11px;
   font-family: Arial;
}
th, td div {
	padding:4px 4px 4px 4px;
}
td {
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #7f99b2;
}
tr.lit td {
	background:#eee;
}
th.t1,
td.t1 {
	text-align:left;
	padding:2px 5px 3px;
}
th.t2,
td.t2 div {
   width: 60px;
   text-align: center;
}
td.t2 {
   border-left: 1px solid #7f99b2;
}
th.t3,
td.t3 div {
   width: 60px;   
   text-align: center;
   border-right: 0;
}
td.t3 {
   border-left: 1px solid #7f99b2;
   border-right: 0;
}
/* hidden td */ 
th.t4,
td.t4 {
	display: none;
}
th.t5,
td.t5 {
   display: none;
}
th.t6,
td.t6 {
   display: none;
}
th.t7,
td.t7 {
   display: none;
}
.lsDown {
   color:#fff;
   background: #CC0000;
}
.lsUp {
   color:#fff;
   background: #3399FF;
}
iframe {
	position:absolute;
	top:-999em;
}