@charset "utf-8";
/* CSS Document */
#popup {
	position: absolute;
	top: 0;
	left: 40%;
	width: 787px;
	height:480px;
	margin-left: -250px;
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}


#mpopup {
	position: absolute;
	top: 0;
	left: 40%;
	width: 487px;
	height:230px;
	margin-left: -250px;
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#msgpopup {
	position: absolute;
	top: 0;
	left: 40%;
	width: 475px;
	height:140px;
	margin-left: -250px;
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#sunzpopup {
	position: absolute;
	top: 0;
	left: 40%;
	width: 510px;
	height:440px;
	margin-left: -250px;
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#loginpopup {
	position: absolute;
	top: 30%!important;
	left: 40%!important;
	width: 220px;
	height:180px;
	/*margin-left: -250px;*/
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#savpopup {
	position: absolute;
	top: 0;
	/*left: 40%;
	width: 420px;
	height:60px;
	margin-left: -250px;*/
	top: 10%!important;
	left: 10%!important;
	width: 80%;
	
	
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#bafpopup {
	position: absolute;
	top: 10%!important;
	left: 10%!important;
	width: 80%;
	/*
	left: 40%;
	width: 787px;
	/*height:580px;
	margin-left: -500px !important;
	*/
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#notifypopup {
	position: absolute;
	top: 10%!important;
	left: 18%!important;
	width: 60%;
	background: #FFF;
	font-family: 'arial';
	font-size: 16px;
	color: #2983D1;
	z-index: 1001;
	display: none;
	padding: 25px;
}
#popup li {
        font-size: 13px;
        font-weight: bold;
        margin-left:40px;
}
#popup ul{
	margin-left:auto;
        margin-right:auto;
}
#popup-shadow {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2983d1;
	filter: alpha(opacity=75) !important;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2983d1;
	filter: alpha(opacity=75) !important;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
.home-sheet{ width:100%!important;}
a.ex1:link, a.ex1:visited, a.ex1:active {text-decoration:none; color: rgb(41, 131, 209); font-weight: bold; font-size:15px;} 
a.ex1:hover {text-decoration:underline; color: rgb(41, 131, 209); font-weight: bold; font-size:15px;}
 .panes {
			min-height:0 !important;
			margin: 0 auto;
			width: 950px;
        }
        #wizard li {
            list-style-image:inherit !important;
        }
        #status li {
            padding:4px 5px;
            width:138px;
            white-space:nowrap;
        }
        .subtabs {
            background:#E9E9E9;
            height:25px !important;
            position:relative;
            left:-1px;
        }
        .subtabs a{
            height:25px !important;
            line-height:26px !important;
        }
        .subtabs a:hover{
            background:silver !important;
            color:white !important;
        }
        .subtabs li {
            background: none !important;
            height:20px;
        }
        ul.subtabs a.current, ul.subtabs a.current:hover, ul.subtabs li.current a {
            background:gray !important;
        }
        .page {
            padding-left:0 !important;
            padding-right:0 !important;
			
           
        }
        .page .panes {
            min-height:400px !important;
            padding:0px 40px;
        }
        .controlpanel {
            width:888px;
            margin:0 auto;
        }
        #tableContainer {
            height:100px;
            overflow-y:auto;
            overflow-x:hidden;
        }
        #f1_upload_process{
            z-index:100;
            position:relative;
			visibility:hidden;	
			
            text-align:center;
            width:80%;
            padding:0px;
            background-color:#fff;
            border:1px solid #ccc;
        }
		#f1_upload_process2{
            z-index:100;
            position:relative;
            visibility:hidden;
            text-align:center;
            width:400px;
            padding:0px;
            background-color:#fff;
            border:1px solid #ccc;
        }

        form{
            text-align:center;
            width:390px;
            margin:0px;
            padding:5px;
            background-color:#fff;
            border:1px solid #ccc;
        }
		.odd {
			background: none repeat scroll 0 0 #F7F7D7;
		}