div#dashboard_background{	display:none;	position: absolute;	z-index:25;	background-color: #fff794;	width:100%;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */	filter: alpha(opacity=50);  /* IE 5-7 */	-moz-opacity: 0.5;          /* Netscape */	-khtml-opacity: 0.5;        /* Safari 1.x */	opacity: 0.5;               /* Good browsers */}div#dashboard_container{	position:absolute;	z-index: 29;	width:800px;	height:300px;	top:200px;	left:200px;	border:0px solid black;	display:none;}div#dashboard_border_top {	width:100%;	height:6px;	background-image: url(../images/dashboard/border-top.png);}div#dashboard_border_top_left {	float:left;	width:5px;	height:6px;	background-image: url(../images/dashboard/border-top-left.png);}div#dashboard_border_top_right {	float:right;	width:5px;	height:6px;	background-image: url(../images/dashboard/border-top-right.png);}div#dashboard_border_left {	width:100%;	height:100%;	background-image: url(../images/dashboard/border-left.png);	background-repeat: repeat-y;	background-position: left;}div#dashboard_border_right {	width:100%;	height:100%;	background-image: url(../images/dashboard/border-right.png);	background-repeat: repeat-y;	background-position: right;}div#dashboard_border_center {	width:100%;	height:100%;	margin-left:5px;		padding-right:10px;		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}div#dashboard_data {	background-image: url(../images/dashboard/background.png);	background-repeat: repeat-x;	background-position: left, top;	width:100%;	height:100%;	}div#dashboard_border_bottom {	background-image: url(../images/dashboard/border-bottom.png);	width:100%;	height:5px;}div#dashboard_border_bottom_left {	width:5px;	height:5px;	float:left;	background-image: url(../images/dashboard/border-bottom-left.png);}div#dashboard_title {	/*position: fixed;	*/	/*background-image: url(../images/dashboard/background.png);	background-position: left,bottom;	*/	background-color: #e9c391;	border-bottom:1px solid black;}div#dashboard_title h2 {	 color: black;    font: bold 24px/24px "PT Sans",sans-serif;    margin-left:20px;    padding-top:20px;    padding-bottom:20px;}a#dashboard_close {	font-size:10px;color:black;}div#dashboard_text {		font-family:Tahoma;		font-size:13px;text-indent:20px;text-align:justify;line-height:18px;				padding-left:10px;		padding-right:10px;		width:100%;		height:100%;				overflow-y: scroll;		padding-top:10px;}div#dashboard_text h2 {		font-size:18px;		line-height: 32px;}div#dashboard_text li {	margin-left:50px;}div#dashboard_text p {	margin-top:10px;	}div#dashboard_text div.image_wrapper {	text-align:center;	width:100%}div#dashboard_text strong {	text-transform: uppercase;}div#dashboard_text a{	color:#2A4EB3;}