#widget {
	background-color: #f9f9f9;
    width: 398px;
    border: 1px solid #999;
	position: relative;
	border-radius: 3px;
    overflow: hidden;
}
#initial-header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: #333 url(../../../economic-dashboard/images/bg-30.png) repeat-x;
	height: 20px;
	width: 328px;
	padding: 5px 0 5px 10px;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times New Roman, Times, serif;
	color: #F29113;
	text-shadow: 0px -1px 0px black;
}
.graph-holder {
    width: 380px;
	height: 202;
	padding: 9px;
}
.figures-holder, .news-holder {
    width: 398px;
    padding: 0px;
    height: 243px;
    overflow: scroll;
	overflow-x: hidden;
}
#graphs, #figures, #news {
	clear: left;
}
/* nav */
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #333333 url(../../../economic-dashboard/images/bg-30.png) repeat-x;
	width: 328px;
	float: left;
	box-shadow: 0 1px 4px #aaa;
}
ul#nav li {
	float: left;
	width: 32%;
	text-align: center;
	margin-top: 5px;
	height: 20px;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times New Roman, Times, serif;
	color: #EEE;
	border-right: 1px solid #EEE;
	font-size: 0.9em;
}
ul#nav li.last {
	border-width: 0px;
}
ul#nav li a {
	text-decoration: none;
	color: #eee;
}
ul#nav li a.active, ul#nav li a:hover {
	color: rgb(242,145,19);
	text-shadow: 0px -1px 0px #000;
}
a#touchstone-link {
	font-size: 0px;
	display: block;
	float: left;
	width: 82px;
	height: 30px;
	margin: 0 0 0 -12px;
	background: url(../../../economic-dashboard/images/logo-small.png) no-repeat;
	position: absolute;
	right: 0px;
	z-index: 20;
}
/* graphs */
.graph {
	height: 202px;
	width: 378px;
}
/* graph titles */
.title-block {
	margin: 0px 0px 0px;
	text-align: left;
	color: white;
	font-family: "Bliss Regular", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	position: absolute;
	background: rgb(242, 145, 19);
	background: rgba(242, 145, 19, 0.7);
	padding: 2px 2px 2px 5px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(50,50,50,0.3);
	display: inline;
	z-index: 1000;
}
.figures-holder .title-block {
    display: block;
    position: static;
}
.title-block .additional {
	font-size: 0.8em;
}
a.title-help {
    float: right;
	font-size: 0em;
	background-image: url(../../../economic-dashboard/images/help-button.png);
	background-repeat: no-repeat;
    display: block;
	width: 16px;
	height: 16px;
	margin-left: 3px;
}
a.title-help:hover {
	background-position: 0 -16px;
}
.top-left {
    left: 35px;
    top: 5px;
}
.top-right {
    top: 5px;
    right: 15px;
}
.bottom-left {
	bottom: 45px;
	left: 35px;
}
.bottom-right/*, .top-left, .top-right*/ {
	bottom: 45px;
	right: 15px;
}
.tickLabel {
	font-family: "Bliss Regular", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #666;
	font-size: 0.8em;
}
/* slideshow */
ul.pagination {
	list-style: none;
	margin: 0;
	padding: 3px 19px;
	height: 15px;
	background: #333333 url(../../../economic-dashboard/images/bg-21.png) repeat-x;
	box-shadow: 0 -1px 4px #aaa;
}
.pagination li {
	float: left;
	margin: 0 3px;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../../../economic-dashboard/images/pagination.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}
a.prev, a.next {
	position: absolute;
	z-index: 1000;
	top: 121.5px;
	height: 30px;
	width: 30px;
	display: none;
	font-size: 0px;
	background: rgb(100, 100, 100);
	background: rgba(100, 100, 100, 0.6);
	background-image: url(../../../economic-dashboard/images/arrows.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
}
a.prev {
	left: 0px;
	border-radius:  0 15px 15px 0;
	background-position: 3px -23px;
}
a.next {
	right: 0px;
	border-radius: 15px 0 0 15px;
}
a.prev:hover {
	background-position: -19px -23px;
}
a.next:hover {
	background-position: -19px 3px;
}
/* help text */
#help-text {
	display: none;
	position: absolute;
	z-index: 2000;
	top: 40px;
	background: rgb(50,50,50);
	background: rgba(50,50,50,0.8);
	padding: 5px;
	width: 378px;
	margin: 5px;
	color: white;
	border-radius: 8px;
}
#help-text h1 {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 1em;
	color: #F3961D;
}
#help-text p {
	font-family: "Bliss Regular", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.8em;
}
#help-text .close-button {
	float: right;
	background-image: url(../../../economic-dashboard/images/close-button.png);
	background-repeat: no-repeat;
	font-size: 0px;
	display: block;
	width: 16px;
	height: 16px;
}
#help-text .close-button:hover {
	background-position: 0px -16px;
}
/* tooltip */
#graph-tooltip {
    position: absolute;
    display: none;
    padding: 2px;
    background-color: #333;
    color: #fff;
	font-family: "Bliss Regular", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.8em;
    opacity: 0.80;
	z-index: 5000;
    border-radius: 2px;
}
/* figures table */
.figures-holder h2 {
    margin: 10px;
    padding: 0;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    color: #333;
}
.figures-holder table {
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
}
.figures-holder td {
    font-family: "Bliss Regular", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em;
    color: #666;
    vertical-align: middle;
}
.figures-holder td .title-block {
    font-size: 1em;
    margin: 6px 4px 6px 10px;
}
.figures-holder tr.odd td {
    background-color: #e3e3e3;
}
.figures-holder tr td {
    border-bottom: 1px solid #ccc;
}
img.totp {
    margin-right: 10px;
}
img#news-loader {
    width: 66px; 
    margin: 0px auto; 
    margin-top: 60px; 
    display: block;
}
/* news */
ul#news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#news-list li {
    margin: 0;
    padding: 10px;
}
ul#news-list li.odd {
    background-color: #eee;
}
ul#news-list li {
    border-bottom: 1px solid #ccc;
}

ul#news-list h2 {
    font-family: "Bliss Regular", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #666;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1em;
    margin: 0;
}
ul#news-list h2 a {
    color: #BF720E;
    text-decoration: none;
}
ul#news-list h2 a:hover {
    color: #333;
}
ul#news-list p {
    color: #333;
    margin: 0;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times New Roman, Times, serif;
    font-size: 0.8em;
}
ul#news-list p.meta {
    color: #aaa;
    font-size: 0.65em;
    margin: 2px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}