@charset "utf-8";
/* CSS Document */

#status_screen {
		display:block;
		margin:0;
		padding:0;
		width:536px;
		min-height:225px;
		height:auto !important;
		height:225x;		
		font:normal 14px "Calibri", Arial, Helvetica, sans-serif;		
	}
	#status_screen .toptop {
		display:block;
		margin:0;
		padding:0;
		background:url(../_IMAGES/popup_roundedtop.png) bottom left no-repeat;
		width:536px;
		height:25px !important;
	}
	#status_screen div.top_content {
		padding:0px 32px 15px 32px;
		background:url(../_IMAGES/popup_bg_repeater.png) top left repeat-y;
	}
	#status_screen div.top_content h1 {
		display:block;
		float:left;
		margin:0;
		padding:0 0 8px 0;
		overflow:hidden;
		text-indent:-9999px;
		background:url(../_IMAGES/status_scrn_LD_logo.jpg) top left no-repeat;
		width:247px;
		height:38px;
	}
	#status_screen div.top_content .hr {
		display:block;
		clear:both;
		margin:0;
		padding:0;
		height:2px;
		overflow:hidden;
		background-color:#eaeaea;
	}
	#status_screen div.top_content .info {
		display:block;
		float:left;
		width:227px;
		min-height:79px;
		height:auto !important;
		height:79px;
		color:#333;
		padding:11px 0 0 13px;
	}
	#status_screen div.top_content .info p{
		display:block;
		margin:0;
		padding:0 0 6px 0;
		font-weight:bold;
	}
	#status_screen div.top_content .right_side {
		display:block;
		float:right;
		width:230px;
		min-height:79px;
		height:auto !important;
		height:79px;
		padding:11px 0 0 0;
	}
	
	#status_screen div.top_content .right_side #flash_div {
		display:block;
		clear:both;
		width:207px;
		height:36px;
		margin:0;
		padding:0 0 13px 0;
	}
	
	#status_screen div.top_content .right_side #timer {
		display:block;
		clear:both;
		margin:0;
		padding:2px 0 0 4px;
	}
	
	/*#status_screen div.top_content .right_side .fullreport_btn {
		display:block;
		float:right;
		width:105px;
		height:30px;
		margin:0 22px 0 0;
		padding:0;
		background:url(../_IMAGES/status_scrn_btn_FullReport.gif) bottom left no-repeat;
		overflow:hidden;
		text-indent:-9999px;
	}*/
	
	#status_screen div.top_content .rounded_box {
		display:block;
		clear:both;
		background-color:#f4f4f4;
		margin:0;
		padding:0;
	}
	
	#status_screen div.top_content .rounded_box .top,
	#status_screen div.top_content .rounded_box .bottom{
		display:block;
		height:5px;
		margin:0;
		padding:0;
		background-repeat:no-repeat;
		background-position:top left;
	}
	#status_screen div.top_content .rounded_box .top {
		background-image:url(../_IMAGES/status_scrn_rb_top.gif);
	}
	#status_screen div.top_content .rounded_box .bottom {
		background-image:url(../_IMAGES/status_scrn_rb_bottom.gif);
	}
	#status_screen div.top_content .rounded_box .content {
		margin:0;
		padding:0 14px 10px 14px;
		min-height:40px;
		height:auto !important;
		height:40px;
		background:none;
	}
	#status_screen div.top_content .rounded_box .content .date_line{
		display:block;
		margin:0;
		padding:0;
		font-size:12px;
		color:#333;
		height:20px;
	}
	
	#status_screen .status_area_wrapper {
		display:block;
		margin:0;
		padding:0 0 0 0;
		height:10px;
	}
	#status_screen .status_area_wrapper .statarea {
		font-size:12px;
		overflow:hidden;
		margin:0;
		padding:0;
		text-align:right;
		font-weight:bold;
		font-style:italic;
		color:#333;
	}

	
	.big_number {
		font-size:16px;
		font-weight:bold;
		font-style:italic;	
	}
	.med_number {
		font-size:14px;
		font-weight:bold;
		line-height:12px;
	}
	.textcolor1 {color:#fa0000;}
	.textcolor2 {color:#06aede;}
	.textcolor3 {color:#f09c37;}
	.textcolor4 {color:#8dc63f;}
	.textcolor5 {color:#8e8e8e;}
	
	#cancel_link,
	#cancel_link_mini  {
		display:block;
		float:right;
		width:77px;
		height:21px;
		margin:31px 10px 0 0;
		background:url(../_IMAGES/status_scrn_cancelbtn.gif) bottom no-repeat;
		overflow:hidden;
		text-align:left;
		text-indent:-9999px;
	}
	#cancel_link_mini {
		width:47px;
		background:url(../_IMAGES/status_scrn_cancelbtn2.gif) bottom no-repeat;
	}
	
	.clear{
		clear:both;
		height:0;
		padding:0;
		margin:0;
	}
	
	#premium_area {
		margin:0;
		padding:0;
		background:url(../_IMAGES/status_scrn_prem_bg_repeat.png) top left repeat-y;
	}
	
	#premium_area .content{
		padding:10px 32px 5px 32px;
		margin:0;
	}
	
	#premium_area_bottom {
		display:block;
		margin:0;
		padding:0;
		clear:both;
		background:url(../_IMAGES/status_scrn_prem_bg_bottom.png) bottom left no-repeat;
		height:90px;
	}
	
	#progress {
		height:30px;
		background:white;
		border:solid 1px red;
	}
	
	#progress_done {
		height:30px;
		background:red;
		width:0px;
	}
	
	#premium_area .prem_title {
		display:block;
		margin:0;
		padding:4px 0 10px 0;
		font-size:18px;
		font-weight:bold;
		color:#333;
	}
	#premium_area ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#premium_area ul li {
		display:block;
		float:left;
		width:208px;
		margin:0;
		padding:4px 6px 4px 22px;
		font-weight:bold;
		font-style:italic;
		list-style:none;
		background:url(../_IMAGES/icon_bullet_1.gif) top left no-repeat;
		color:#553c0d;
	}
	/*.status_upgrade_btn {
		display:block;
		float:right;
		width:162px;
		height:56px;
		margin:12px 40px 0 0;
		text-align:left;
		overflow:hidden;
		text-indent:-99999px;
		background:url(../_IMAGES/btn_status_upgrade.gif) top left no-repeat;
	}*/
	.status_money_btn {
		display:block;
		float:right;
		width:147px;
		height:56px;
		margin:12px 40px 0 0;
		text-align:left;
		overflow:hidden;
		text-indent:-99999px;
		background:url(../_IMAGES/btn_status_clickhere.gif) top left no-repeat;
	}
