﻿.style1
        {
            width: 500px;
            padding: 15px;
            border: 1px solid #0099cc;
            margin: 4px auto;
        }
        body
        {
            font-size: 12px;
            color: #666;
            font-family: Arial;
            margin: 0 auto;
            padding: 0;
            width: 1000px;
        }
        tr div
        {
            border-bottom: 1px solid #ccc;
            text-align: center;
        }
        .d30
        {
            width: 50px;
            float: left;
        }
        .d80
        {
            width: 80px;
            float: left;
        }
        .d60
        {
            width: 80px;
            float: left;
        }
        .d200
        {
            width: 220px;
            float: left;
        }
        a
        {
            text-decoration: none;
            padding: 5px;
        }<style type="text/css">
        .style1
        {
            width: 500px;
            padding:15px;border:1px solid #0099cc;margin:4px auto
        }
        body{font-size:12px;color:#666;font-family:Arial;margin:0 auto;padding:0;width:1000px}
        td div{border:1px solid #ccc;text-align:center}
        .d30{width:50px;float:left}
        .d80{width:80px;float:left}
        .d60{width:80px;float:left}
        .d200{width:220px;float:left}
        .style2
        {
            width: 100%;
            text-align: center;
        }
        .style2 td
        {
            border-bottom: 1px solid #ccc;
        }
        .header
        {
            height: 35px;
        }
        .header td
        {
            border: 1px solid #ccc;
        }
        .table_Report{text-align:center;width:100%}
        .table_Report th{height:32px;background-color:#ccc}
        .table_Report td{height:25px}
        .table_Report td table{margin:0 auto}
        .table_Report td table span{padding:5px 6px;color:Red;font-weight:bold;border:1px solid Red}
        .table_Report td a{color:#0099cc;}
        .table_Report td a.click,.table_Report td a:hover{color:Red}
        
        #popup_box { 
	position:absolute;
	margin:0 auto;
	top:140px;	  
	
}

#container {
	width:100%;
	height:100%;
}

a{  
cursor: pointer;  
text-decoration:none;  
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size:15px;  
	line-height:15px;  
	right:5px;  
	top:5px;  
	position:absolute;  
	color:#6fa5e2;  
	font-weight:500;  	
}
