@charset "utf-8";
/* CSS Document */

body { background-color: #000000; }
#deal-portal {padding: 5px 25px; }
h1 { font-size: 30px; font-weight: bold; color: #ffffff; margin-top: 0px;}
h2 { font-size: 18px; font-weight: normal; color: #000000; }

.newsDiv {border: 1px solid; width: 100%; border: 1px solid #F7991F; margin-top: 15px; padding: 4px; color: #FBED1F; font-family:"Trebuchet MS", Verdana, sans-serif; }
#iemarquee a { color:#FBED1F; margin-left: 5px; margin-right: 10px; }
#iemarquee span { color: #ffffff; }

/* tab styles */
#tabrow {
 font-family: Rockwell, Georgia, serif;
 margin: 25px 0 0 0px;
 padding-left:0.5ex;
 min-width:800px;
 font-size:15px;
 letter-spacing:0.3pt;
 line-height:1;
 height:20px;
}

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  float:left;
  color:#000000;
  margin-right:2px;
  padding:5px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-top-right-radius:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  border-top:solid #000 1px;
  border-left:solid #000 1px;
  border-right:solid #000 1px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
  background: #F89B21;
}

/*
#tab0 { background: #FBED1F}
#tab1 { background: #EC3C45}
#tab2 { background: #36C6F4}
#tab3 { background: #71C04E}
#tab4 { background: #B25AA2}
#tab5 { background: #F89B21}
#tab6 { background: #996600}
*/

#tabrow li.select {
	background-color:#fff;
	color: #000000;
}

.dataDiv { clear: both; border-top: 2px solid #ffffff; font-family:"Trebuchet MS", Arial, sans-serif; font-size: 13px;width: 100%; color: #ffffff;margin-top: 7px; padding-top: 10px; }

.dataDiv table { background: #fff; margin-top: 15px; color: #000; }
.dataDiv td { font-size: 12px; padding: 4px 0px; border-left: 1px solid #fff; } 
.dataDiv .tabletitle { font-size: 13px; background:#6E6F71; color:#fff; font-weight: bold; padding: 0px;} 
.dataDiv .tabletitle td { padding: 0px;} 
.dataDiv .pagination { float:left; width: 30%}
.dataDiv .pagination a { color: #000; }
.dataDiv .pagination a.currentpage { text-decoration: underline; }
.dataDiv .sources {float:right; width: 55%;  text-align: right; padding-right: 5px}
.dataDiv .belowDataDiv {background:#fff; color: #000; padding: 8px 0px 8px 100px;}

.dataDiv table .odd { background: #FCFACE; }
.dataDiv table .even { background: #F8EF22; }
.dataDiv .spanned td { border-top: 1px solid #fff}
.dataDiv .firstcol, .dataDiv .tabletitle .firstcol  {border-left: 0px; width: 30px}


.charts { margin-top: 25px}
.charts td {height: 160px; background: #fff; }
/*Hack */
.chrome .dataDiv, .safari .dataDiv {margin-top:8px} 

.ajax-loading { background:url(../../../images/ajax-loader.gif) no-repeat center center; height: 40px }

/* Sort Classes */
.sortable, .asc, .desc{
	color: #FFF;
	text-decoration: underline;
	padding: 0px 15px;
	margin: 0px 3px;
	}
.asc{ background: transparent url(../images/sortd.jpg) no-repeat scroll 100% 6px; }
.desc{ background: transparent url(../images/sorta.jpg) no-repeat scroll 100% 5px; }
