@charset "utf-8";
html , body, div, p, h1, h2, h3, ul, li{
	margin:0;
	padding:0;
}

body{
	background-color: #c9f7cd;
	background-image: url("/staaec-taxpayer/javax.faces.resource/logos/bg.jpg.xhtml?ln=primefaces-sta-aec");
	background-repeat: repeat-x;
	background-position: left top;	
}

.font-login{
	font:bold 12px tahoma;
	color:#0b9317;
}

.font-alert{
	font:normal 12px tahoma;
	color:#c80105;
	text-align:center;
	padding-top:10px;
}

.clear-all{
	clear:both;
	line-height:0px;
}


.language .ui-inputfield{
	padding:2px!important;	
}

#support{
	font:normal 12px tahoma;
	line-height:18px;
	color:#656565;
	text-align: right;
	padding-right: 10px;
}

#support img{
	vertical-align: middle;
	width:20px;	
}

#taxsso-msg{
	font:normal 12px tahoma;
	line-height:18px;
	color:#fff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
/*--------------------------------------- tablet --------------------------------------------*/

@media screen and (max-width:768px){

	#wrapper {
		width:436px;
		margin:30px auto 0;
	}
	
	#language{
		float:right;
		padding-right:5px;		
	}

	#login-top{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-top-tablet.png.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		width:436px;
		height:79px;
		padding-left:10px;
	}

	#login-center{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-bg-tablet.jpg.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		width:426px;
		height:267px;
		margin-right: auto;
		margin-left: auto;
		clear:both;
	}		

	#img{
		display:none;
	}
	
/*--------- start tab login ----------*/	
	
	.login-box{
		
		width:386px;
		height:230px;
		background-color: #047b0f;
		border-radius:10px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 7px;
	}
	
	.login-header{
		font:bold 12px tahoma;
		color:#fff;
		text-align: center;
		line-height: 32px;
	}
	
	.login-header img{
		vertical-align: text-top;
	}
	
	/* Set the size and font of the tab widget */
	.tabGroup {
    	font:bold 12px tahoma;    	
 		color:#0b9317;
    	width: 386px;
    	height: 213px;
	}
 
	/* Configure the radio buttons to hide off screen */
	.tabGroup > input[type="radio"] {
    	position: absolute;
    	left:-100px;
    	top:-100px;
	}
 
	/* Configure labels to look like tabs */
	.tabGroup > input[type="radio"] + label {
    	/* inline-block such that the label can be given dimensions */
    	display: inline-block;
 		line-height:28px;
		/* Padding around tab text */
		padding: 0px 22px;
		/* Set the background color to default gray (non-selected tab) */
		background-color: #e2e2e2;
	}
	
	label.tab-header1 {
		border-radius: 10px 0 0 0;
    	-moz-border-radius: 10px 0 0 0;
    	-webkit-border-radius: 10px 0 0 0;
    	margin-left: 5px;
	}
	
	label.tab-header2 {
		width:229px;
		border-radius: 0 10px 0 0;
    	-moz-border-radius: 0 10px 0 0;
    	-webkit-border-radius: 0 10px 0 0;
	}

	
	/* Checked tabs must be white with the bottom border removed */
	.tabGroup>input[type="radio"]:checked+label {
		background-color: #f9fafa;
		margin-bottom: -1px;
	}
	
	.tabGroup>input[type="radio"]:hover+label {
		cursor: pointer;
		background-color: #f9fafa;
	}

	/* The tab content must fill the widgets size and have a nice border */
	.tabGroup>div {
		display: none;
		background-color: #f9fafa;
		height: 170px;
		overflow: auto;
		border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
	}

	/* This matchs tabs displaying to thier associated radio inputs */
	.tab1:checked ~ .tab1,.tab2:checked ~ .tab2,.tab3:checked ~ .tab3{
		display: block;
	}
	
/*--------- end tab login ----------*/	

	#login-box{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-box.png.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		background-position: 0px 25px;
		width:374px;
		height:213px;
		margin-right: auto;
		margin-left: auto;
		padding-top:10px;
		padding-bottom:25px;
	}
	
	#box-left{
		float:left;
		text-align: right;
		padding-top:12px;
		padding-left:20px;
		line-height:32px;
	}

	#box-right{
		float:left;
		padding-left:10px;
	}
		
	#login-name{
		margin-top:47px;
		margin-left:170px;
	}

	#taxid-box{
		margin-top:15px;
	}

	#user-box{
		margin-top:7px;
	}
		
	#user-email-box{
		margin-top:14px;
	}
	
	#password-box{
		margin-top:7px;
	}

	#taxid-box input, #user-box input, #password-box input, #user-email-box input{
		width:155px;
	}

	#btt,#btt2,#btt3{
		margin-top:10px;
		text-align:center;
	}

	#login-bottom{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-bottom-tablet.png.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		width:436px;
		height:40px;
		font:normal 11px tahoma;
		color:#656565;		
		text-align:center;				
	}	

	#login-bottom img{
		vertical-align:middle;
	}
}

/*--------------------------------------- pc --------------------------------------------*/

@media screen and (min-width:769px){
	#wrapper {
		width:737px;
		margin:30px auto 0;
	}
	
	#language{
		float:right;
		padding-right:5px;
	}	

	#login-top{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-top-pc.png.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		width:737px;
		height:79px;
		padding-left:10px;
	}

	#login-center{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-bg-pc.jpg.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		width:727px;
		height:320px;
		margin-right: auto;
		margin-left: auto;
		clear:both;
	}	

	#img{
		text-align:center;
		padding-left:25px;
		float:left;
		margin-top:-20px;
	}
	
/*--------- start tab login ----------*/	
	
	.login-box{
		width:386px;
		height:245px;
		background-color: #047b0f;
		border-radius:10px 0px 0px 10px;
		float:right;
		margin-top:25px;
	}
	
	.login-header{
		font:bold 12px tahoma;
		color:#fff;
		text-align: center;
		line-height: 32px;
	}
	
	.login-header img{
		vertical-align: text-top;
	}
	
	/* Set the size and font of the tab widget */
	.tabGroup {
    	font:bold 12px tahoma;    	
 		color:#0b9317;
    	width: 386px;
    	height: 213px;
	}
 
	/* Configure the radio buttons to hide off screen */
	.tabGroup > input[type="radio"] {
    	position: absolute;
    	left:-100px;
    	top:-100px;
	}
 
	/* Configure labels to look like tabs */
	.tabGroup > input[type="radio"] + label {
    	/* inline-block such that the label can be given dimensions */
    	display: inline-block;
 		line-height:28px;
		/* Padding around tab text */
		padding: 0px 22px;
		/* Set the background color to default gray (non-selected tab) */
		background-color: #e2e2e2;
	}
	
	label.tab-header1 {
		border-radius: 10px 0 0 0;
    	-moz-border-radius: 10px 0 0 0;
    	-webkit-border-radius: 10px 0 0 0;
    	margin-left: 5px;
	}
	
	label.tab-header2 {
		width:232px;
		float: right;
	}
	
	label.tab-header3 {
		width:232px;
		float: right;
	}

	
	/* Checked tabs must be white with the bottom border removed */
	.tabGroup>input[type="radio"]:checked+label {
		background-color: #f9fafa;
		margin-bottom: -1px;
	}
	
	.tabGroup>input[type="radio"]:hover+label {
		cursor: pointer;
		background-color: #f9fafa;
	}

	/* The tab content must fill the widgets size and have a nice border */
	.tabGroup>div {
		display: none;
		background-color: #f9fafa;
		height: 170px;		
		padding-top:15px;
		overflow: auto;
		border-radius: 0 0 0 10px;
		-moz-border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px;
	}

	/* This matchs tabs displaying to thier associated radio inputs */
	.tab1:checked ~ .tab1,.tab2:checked ~ .tab2,.tab3:checked ~ .tab3{
		display: block;
	}
	
/*--------- end tab login ----------*/		
	
	#login-box{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-box-pc.png.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		background-position: 0px 35px;
		width:386px;
		height:213px;
		margin-right: auto;
		margin-left: auto;
		padding-top:35px;
		padding-bottom:35px;
		float:right;
	}
	
	#box-left{
		float:left;
		text-align: right;
		padding-top:12px;
		padding-left:30px;
		line-height:32px;
	}

	#box-right{
		float:left;
		padding-left:10px;
	}
		
	#login-name{
		margin-top:25px;
		margin-left:170px;
	}
	
	#taxid-box{
		margin-top:15px;
	}

	#user-box{
		margin-top:7px;
	}

	#user-email-box{
		margin-top:14px;
	}
	
	#password-box{
		margin-top:7px;
	}

	#taxid-box input, #user-box input, #password-box input, #user-email-box input{
		width:155px;
	}

	#btt,#btt2,#btt3{
		margin-top:10px;
		text-align:center;
	}

	#login-bottom{
		background-image: url("/staaec-taxpayer/javax.faces.resource/logos/login-bottom-pc.png.xhtml?ln=primefaces-sta-aec");
		background-repeat: no-repeat;
		width:737px;
		height:41px;
		font:normal 11px tahoma;
		color:#656565;		
		text-align:center;		
		clear:both;
	}	

	#login-bottom img{
		vertical-align:middle;
	}
	
	.login-box h1{
		font:bold 15px tahoma;
		line-height: 30px;
		text-align: center;
		color: #fff;
	}
	
	.content{
		padding: 10px;
		height: 195px;
		background-color: #fff;
		border-bottom-left-radius: 10px;
		font: normal 13px tahoma;
		color: #3d3d3d;
		line-height: 20px;
		text-indent:20px;
	}
	
	.content span{
		color:#d13100;
		display: block;
		text-align: center;
		line-height: 25px;
		text-indent: 0;
		font-weight: bold;
	}
	
	.content .button{
		text-align: center;
		padding:7px 0;
	}
	
	.button a{
		padding: 5px 15px;
		background-color: #ec9508;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
	}
	
	.button a:hover{
		background-color: #da6c0f;
	}
	
	.content .contact span{
		text-align: left;
		color:#3d3d3d;
		font-weight: bold;
	}
}
