/* scroller background: iframe BODY object */

.Back {

	background: white;

}

/* style to be applyed to all items' bodies - DIV

	all local stylesheets of external files if any are to be ignored */

.ItemBody {

	font: normal .7em/1.4em Verdana, Arial, Helvetica, sans-serif;

	color: #333;

}

div#item-container-outer {height: 40px; overflow: hidden; position: relative;}

div#item-container-outer[id] {display: table; position: static;}

div#item-container-middle[id] {display: table-cell; padding-top: 5px; vertical-align: middle; position: static; }

div#item-container-middle2[id] {display: table-cell; padding-top: 2px; vertical-align: middle; position: static;}





div#item-label {

	float: left;

	font: bold 1.2em Georgia, "Times New Roman", Times, serif;

	background: url(bg_gray-gradient.gif) repeat-x;

	height: 60px;

	margin: 0 10px 0 0;

	padding: 5px;

	color: #666666;

	text-align: right;

}

div#item-label p {

	margin: 0px;

	padding: 0px;

	font: normal .8em Verdana, Arial, Helvetica, sans-serif;

	color: #666666;

	white-space: nowrap;



}

