html,body{
 height:100%;
 
}

/*============================================
base design
rgba(0,136,230,1.0); Cyan 
rgba(0,80,135, 1.0);  Dark blue 


============================================*/

body {
 font-family:Helvetica, Arial;
 margin:0px;          
 padding:0px;        
 text-align:center;  
 width:100%;
 background-color:#005087;
 background-attachment: fixed;
 background-image: -moz-linear-gradient(
  top,
  #005087 130px,
  #0080ba 
 );
 background-image:-webkit-gradient(
  linear, 
  0 130,  
  0 100%, 
  from(#005087), 
  to(#0080ba)
);

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(
  top,
  #005087 130px,
  #0080ba 
 );
}

h1{
color:#005087;/*for IE8*/
margin-left:20px;
font-size:20px;
}
p{
margin:0;
}


a{
	 text-decoration:none;
}

img{
	border-style:none;
}
textarea{
font-size:12pt;
 font-family:Helvetica, Arial;
 padding:3px 0px 0px 2px;
}
.close-box{
position:absolute;
right:0px;
top:6px;
padding-right:4px; 
}



#CloseErrorBox img.close-box,#CloseConfirmationBox img.close-box
{
  position:relative;  
  top: 0;
    }

input[type=text], input[type=password] {
 font-family:Helvetica, Arial;
 font-size:11pt;
 border:solid 1px rgba(0,0,0,0.5);
padding:3px 1px 2px 5px;
/*-moz-box-shadow: inset 1px 2px 2px -1px  rgba(0,0,0,0.4);
-webkit-box-shadow: inset  1px 2px 2px -1px  rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 2px -1px rgba(0,0,0,0.4);*/
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input:focus{

background-color: #CFF3FF;/*clear green*/
}


input[type="submit"], input[type="button"] {
    border: 0 none;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #005087), color-stop(1, #005087) );
	background:-moz-linear-gradient( center top, #005087 100%, #005087 100% );
	background:-o-linear-gradient( center top, #005087 100%, #005087 100% );
    background:-ms-linear-gradient( center top, #005087 100%, #005087 100% );
    background:linear-gradient(to bottom, #005087 100%, #005087 100%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;

	text-decoration:none;
	line-height: 1.4em;
}


input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="button"]:active{
 	border: 0 none;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #39b7de), color-stop(1, #39b7de) );
	background:-moz-linear-gradient( center top, #39b7de 100%, #39b7de 100% );
	background:-o-linear-gradient( center top, #39b7de 100%, #39b7de 100% );
    background:-ms-linear-gradient( center top, #39b7de 100%, #39b7de 100% );
    background:linear-gradient(to bottom, #39b7de 100%, #39b7de 100%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	
	text-decoration:none;
	line-height: 1.4em;
}

input[type="submit"]:disabled, input[type="button"]:disabled{
	border: 0 none;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #dddddd), color-stop(1, #dddddd) );
	background:-moz-linear-gradient( center top, #dddddd 100%, #dddddd 100% );
	background:-o-linear-gradient( center top, #dddddd 100%, #dddddd 100% );
    background:-ms-linear-gradient( center top, #dddddd 100%, #dddddd 100% );
    background:linear-gradient(to bottom, #dddddd 100%, #dddddd 100%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	
	text-decoration:none;
	line-height: 1.4em;

}

.field{　
 font-family:Helvetica, Arial;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
font-size:14px;


}

/*select {
 font-family:Helvetica, Arial;
font-size:12px!important;
padding-top: 4px;
padding-bottom: 1px;
height:24px;
}*/
select {
 font-family:Helvetica, Arial;
font-size:12px!important;
padding-top: 4px;
padding-bottom: 1px;
height:24px;

}

option{
padding-top: 3px;
padding-bottom: 3px;


}


.color-txt-blue-dark{
	color:#005087;
}


/*Text effect*/
.txtColor-blueDark{
	color:#005087;/*for IE8*/
}
.txtColor-black{
	color:black;/*for IE8*/
}
.txtSize-medium{
	font-size:12pt;
}
.txtSize-1{
	font-size:13pt;
}
.txtEffect-bold{
	font-weight:bold;
}
.txtEffect-italic{
	font-style:italic;
}
.txtEffect-1{
	font-weight:normal;
	opacity:0.7;
	font-size:12pt;
}
.txtEffect-2{
	font-weight:normal;
	font-size:11pt;
}
.txtEffect-3{
	color:#005087;/*for IE8*/
	font-size:14pt;
}
.txtEffect-4{
line-height:1.3em;
}
.txtEffect-5{
border-bottom:1px dotted;
color:blue;
}
.txtEffect-6{
	font-weight:normal;
	opacity:0.6;
}




.text-lessImportant{
opacity: 0.6;
}
.text-1{
	color:#005087;/*for IE8*/
	font-size:12pt;
	font-weight:bold;
}
.text-2{
	color:white;/*for IE8*/
}
.text-3{
	font-size:8pt;
}
.text-4{
	color:#005087;/*for IE8*/
	font-size:11pt;
	font-weight:bold;
}
.text-5{
	
	font-size:12pt!important;
}
.text-6{
	font-size:11pt;
}
.text-7{
	font-size:16pt;
	font-weight:bold;
}

.text-8{
	font-size:15pt;
	font-weight:bold;
	color:#005087;/*for IE8*/
}
.text-9{
	font-size:11pt;
	color:#4D4D4D;/*for IE8*/
}
.text-10{
	font-size:13pt;
	font-weight:bold;
	color:#005087;/*for IE8*/
}
.text-11{
	font-size:10pt;
}
.text-error{
	color:red;
	font-weight:bold;
}
.text-ok{
	color:green;
	font-weight:bold;
}

.color-txt-blue-clear{
	color:#a5cfe5;
}


.color-bg-blue-dark{
	background-color:#005087;
}
.color-bg-blue-medium{
	background-color:#7ec5e8;
}

.color-bg-blue-clear{
	background-color:#AFDBF0; /* for IE8 */
}

.bgclor-cyan-1{
	 background-color:#B4DBF5; /* for IE */
}
.bgclor-onMouse{
	background-color: #DCEEF5!important;/*for IE8*/
}




/*============================================
common parts
============================================*/

.hidethis{
	display:none;
}

.padding-zero{
	padding:0px!important;
}

.subWindow{
	   background-color: #C5E2EF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 15px 25px 0 #000000;
    position:fixed;
    right:1%;
    	
}
.subWindow-header{
		 background-color: #005087;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
    font-size: 12pt;
    overflow: hidden;
    padding-bottom: 4px;
    padding-top: 6px;
    /*text-align: center;*/
    width: 100%;
    /*position:relative;*/
}
.subWindow-header-titleLeft{
float:left;
padding-left:10px;
}
.subWindow-header img{

padding-right:4px;
width: 18px;
height:18px; 
cursor:pointer;
float:right;
}
.subWindow-content{
    font-size: 11pt;
}



/* Sub Window modul 
  <div class="subWindow">
			<div class="subWindow-header">
				<img src="images/icon_close.png" class="userManage-subWin-close">
				ewew
			</div>
			<div class="subWindow-content">
				ewwee
			</div>
		</div>
  */

.icon-duplicate{
	width:32px;
	height:27px;
	cursor: pointer;
}

.icon-unpubblish{
	 width:24px;
	 height:24px; 
	 padding-bottom:1px;
	 vertical-align: middle;  
}

.icon-ok-green{
	 width:24px;
	 height:24px; 
	 padding-bottom:1px;
	 vertical-align: middle;  
}
.icon-ok-yellow{
	 width:24px;
	 height:24px; 
	 padding-bottom:1px;
	 vertical-align: middle;  
}

.icon-image{
	width:40px;
	height:27px;
}
.icon-preview{
width:30px;
height:16px;
vertical-align:top;  
}
.icon-remove{
	width:27px;
height:27px;
cursor: pointer;
}
.icon-add{
	width:15px;
height:15px;
}
.icon-zoom{
	width:18px;
height:18px;
display: inline;  
    vertical-align: middle;  
    padding-left: 2px;
    padding-right: 2px;

}
.icon-arrow-white-big{
	width:13px;
	height:13px;
}
.icon-arrow-white-small{
	width:12px;
	height:12px;
}

.icon-arrow-right{
		width:15px;
height:20px;
padding:0px 1px 0px 1px;
}
.icon-arrowRight-white{
	width:12px;
	height:13px;
	padding:0px 1px 3px 5px;
    vertical-align: middle;  
}
.icon-arrowLeft-white{
	width:12px;
	height:13px;
	padding:0px 5px 3px 1px;
  	vertical-align: middle;  
}
.icon-arrow-goBlue{
width:12px;
height:14px;
padding-right: 2px;
}
.icon-arrow-below{
width:10px;
height:12px;
}
.icon-arrow-below-big{
width:15px;
height:15px;
}




.icon-editSmall{
width:24px;
height:24px;
margin-right:2px;
  vertical-align: middle;  
}

.icon-inactive{
	width:18px;
height:11px;
 vertical-align: middle;  
}

.icon-search{
width:25px;
height:25px;
}

.icon-face{
width:24px;
height:24px;
}
.icon-attention{
width:22px;
height:22px;
}

.icon-ok{
	 width:25px;
	 height:24px; 
}

.icon-euro{
	width:20px;
	 height:20px; 
}
.icon-remove-clear{
	width:20px;
	 height:20px; 
}
.icon-pdf{
	width:40px;
	 height:20px; 
}

.icon-button{
	cursor:pointer;
}
.icon-creditcard{

	 height:35px; 
	
}



.horizontalDisposition-Container{
display:table;
}
.horizontalDisposition-element{
	display:table-cell;
vertical-align: middle;
}
.horizontalDisposition-element_B{
	display:table-cell;
}




.textAlign-right{
text-align:right;
}
.boxLength-1{
 width:80px;
}

.margin-1{
margin:5px 5px 5px 0px;
}
.margin-2{
padding:0px 0px 2px 0px;
margin:14px 0px 10px 0px;	
}
.margin-3{
padding:0px 0px 2px 0px;
margin:0px 0px 8px 0px;	
}
.margin-4{
padding:5px 5px 5px 5px;
margin:0px 0px 8px 0px;	
}
.margin-5{
overflow: hidden;
}
.margin-6{
margin-right:10px;
}
.margin-7{
padding:20px 20px 10px 20px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.margin-8{
padding-left:20px;
}
.margin-9{
padding: 6px;
}
.margin-10Left{
width:290px;
margin: 8px 8px 8px 0px;
}
.margin-10Right{
width:290px;
margin: 8px 0px 8px 8px;
}

.margin-11{
padding: 15px;
}
.margin-11b{
padding: 4px 15px 15px 15px;
}
.margin-12{
width:90px;
text-align:right;
padding-right:4px;
}
.margin-13{
padding-bottom:4px;
}
.margin-14{
 padding: 6px 40px 6px 40px !important;
 margin-top:10px;
}
.margin-15 {
    padding-right: 4px;
    text-align: right;
    width: 65px;
}
.margin-16 {
    padding-left:10px;
    padding-bottom:15px;
    overflow: hidden;
}
.margin-17 {
   padding:6px 14px 5px 13px!important;
}
.margin-18{
	padding: 5px 12px 4px 14px!important;
	margin-left: 15px!important;
	margin-bottom:3px;
}

.margin-19{
padding:0px 15px 0px 15px;
height:32px;
vertical-align:middle;
}

.margin-20{
padding-bottom:18px;
}
.margin-21{
padding:5px 16px!important;
}
.margin-22{
margin-top:20px;
margin-bottom: 15px;
}
.margin-23{
padding: 1px 22px 1px 22px!important;
}
.margin-24{
margin: 0px 1px 0px 1px;
min-width:150px;
padding-top:2px ;
padding-bottom: ;
padding-left: 5px;
padding-right: 5px;

}
.margin-25{
	padding:6px 15px 5px 15px!important;
}

.margin-26{
	padding-top: 13px;
	padding-bottom:2px ;
	padding-left: 2px;
	padding-right: 2px;
}
.margin-27{
	padding-left: 15px;
	padding-right: 15px;
}
.margin-28{
	/*background-color: gray;*/
	padding-left:5px;
	padding-right:5px;
		vertical-align:top!important;
}
.margin-29{
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	
}
.margin-30{
	padding-top: 12px;
	padding-bottom: ;
	padding-left: 25px;
	padding-right: ;
}
.margin-31{
	padding-left: 25px;
}
.margin-32{
	padding-left: 5px;
}
.margin-33{
	padding-left: 10px;
}

.margin-34{
min-height:330px;
}
.margin-35{
	padding:3px 12px 2px 12px!important;
	margin-left:3px;
	margin-right:3px;
}
.margin-36{
	padding:6px 3px 5px 8px;


}
.margin-37{
	padding:6px 4px 6px 12px;
	margin-right: 10px;
}

.margin-38{
	padding:15px 0px 3px 0px;
	width:700px;
}

.margin-39{
	min-width:60px;
	margin-right:15px;
}
.margin-40{
	padding:6px 10px 3px;
	margin-left:5px;
	margin-right:5px;
}
.margin-41{
	margin-left:15px;
	margin-right:3px;
}

.margin-42{
	padding-top:10px;
}
.margin-43{
	padding:8px 25px 3px 25px!important;
	margin-top:18px;

	margin-right: 10px;
}
.margin-44{
	padding:0px 15px 0px 15px;
}
.margin-45{
	padding:8px 15px 10px 15px;
}
.margin-46{
	height: 8px;
	
}
.margin-47{
	padding-right: 15px;
}
.margin-48{
	padding-top: 2px;
}
.margin-49{
	padding-bottom: 2px;
}

.margin-50{
	padding:22px 10px 50px 10px;
}
.margin-51{
	padding-bottom: 15px;
}

.margin-52{
	padding-left: 15px;
}
.margin-53{
	padding: 8px 10px 0px 10px;
}
.margin-54{
	padding: 17px 12px 15px 12px;
	margin:0px 5px 0px 5px;
}
.margin-55{
	margin: 15px 0px 15px 0px;
}
.margin-56{
	margin-top: 6px;
	margin-left: 15px;
}
.margin-57{
	padding:8px 0px 5px 0px!important;
	min-width:140px;
}
.margin-58{
	padding: 8px 20px;
}
.margin-59{
	margin-top: 7px;
}
.margin-60{
	width:200px;
}
.margin-61{
	width:550px;
	
}
.margin-62{
	padding-top:10px;
	padding-bottom:12px;
}
.margin-63{
	width:100px;
}
.margin-64{
	
}

.margin-65-a{
	width:50px;
	
}
.margin-65-b{
	width:130px;
}

.margin-66{
	padding-top: 10px;
	padding-bottom:40px;
	width:500px;
}
.margin-67 {
    padding: 8px 26px 6px !important;
    margin-top:15px;
}
.margin-68 {
	padding: 8px 10px 8px 10px;
	margin-bottom:1px;
    width:100%;
}
.margin-69 {
    width:100%;
    padding: 10px;
}

.margin-70 {
    width:220px;
    margin-top:2px;
}
.margin-71 {
    padding:0px 4px 10px 10px;
}
.margin-72 {
    width:5em;
    margin-top:2px;
    margin-right:10px;
}
.margin-73 {
    width:4em;
    margin-top:2px;
    margin-right:10px;
}
.margin-74 {
    margin-top:82px!important;
    margin-right:10px;
}
.margin-75 {
    padding: 8px 26px 6px !important;
  
}

.margin-76{
	padding-left:15px!important;
	padding-bottom: 10px;
}
.margin-77{
	width:80px;
}
.margin-78{
	padding-bottom: 15px;
	overflow: hidden;
}

.margin-79 {
    margin-top: 2px;
    width: 5em;
}
.margin-80 {
    padding:0px 4px 0px 10px;
}
.margin-81 {
    padding:15px 20px;
    margin-top: 2px;
}

.margin-82 {
    padding:15px 16px 0px 16px;
}
.margin-83 {
    padding:8px 4px 0px 4px;
}
.margin-84 {
    width:5em;
    margin-top:2px;
}
.margin-85 {
    width:30px;
    margin-top:2px;
}
.margin-86 {
    width:6em;
    margin-top:2px;
    margin-right:10px;
}
.margin-87{
	margin-bottom: 40px;
}
.margin-88{
	margin-top: 3px;
}
.margin-89{
	margin-top: 22px;
}
.margin-90{
padding-top:12px;
}
.margin-91{
padding:5px 12px 4px 12px !important;
}
.margin-92{
padding-left:14px;
}
.margin-93{
width:100%;
}
.margin-94{
padding: 0px 0px 4px 0px;

}
.margin-95{
	
width:2px;
}

.margin-96{
padding-right: 6px;
}

.margin-97{
	margin-bottom: 25px!important;;
    padding-bottom: 5px!important;
    padding-top: 9px!important;
    width: 150px!important;;
}


.margin-btnLessImg{
    padding: 6px 25px 6px 25px !important;
}

.btn-marginFor-imgRight{
	padding:6px 6px 6px 14px!important;
}
.btn-marginFor-imgLeft{
	padding:6px 10px 6px 6px!important;
}
.underLine{
	border-bottom: 1px solid #99B9CF;
}

.textBox-length-1{
	width:190px;
}
.textBox-length-2{
	width:160px;
}




.lineHeight-high{
line-height:1.6em;
}
.fontSize-xSmall{
font-size:10pt;
}
.fontSize-small{
font-size:11pt;
}
.box-borderRadius-all{
	overflow:hidden;
	padding:6px;
		-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: #B4DBF5;/* for IE8*/
}
.box-borderRadius-upper{
	overflow:hidden;
	padding:6px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleftineHeight-high 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #B4DBF5;/* for IE8*/
}

.box-borderRadius-under{
	overflow:hidden;
	padding:6px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
background-color: #B4DBF5;/* for IE8*/
}

.box-typeA{
	overflow:hidden;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #B4DBF5;/* for IE8*/
}
.box-typeB{
	overflow:hidden;
	background-color: #7FC3F2; /*for IE8*/
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.box-typeC{
	overflow:hidden;
	background-color: #B4DBF5;/* for IE8*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box-typeD{
	background-color: #B4DBF5;/* for IE8*/
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display:table;
padding:12px 12px 9px 6px;
margin-bottom: 6px!important;
}
.box-typeD div{
		display:table-cell;
vertical-align: middle;
}

.box-typeE{
	display:table;
padding:8px 12px 2px 6px;
}
.box-typeE div{
		display:table-cell;

}

.box-typeF-upper{
	overflow:hidden;
	background-color: #B4DBF5;/*for IE8*/
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.box-typeF-center{
	overflow:hidden;
	background-color: #B4DBF5;/*for IE8*/

}
.box-typeF-under{
	margin-top: 1px;
	overflow:hidden;
	background-color: #B4DBF5;/*for IE8*/
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.box-typeG-upper{
	overflow:hidden;
	background-color: #B4DBF5;/*for IE8*/
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.box-typeG-under{
	margin-top: 1px;
	overflow:hidden;
	background-color: #B4DBF5;/*for IE8*/
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.box-typeG{
	overflow:hidden;
	background-color: #B4DBF5;/*for IE8*/
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}



.box-filter-partsTop{
	 background-color:#B4DBF5; /* for IE */
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;

}

.box-filter-partsBottomLeft img{
		vertical-align:middle;
	margin-bottom:2px;
}

.box-filter-partsBottomLeft{
	 background-color:#B4DBF5; /* for IE */
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
}
.box-filter-partsBottomCenter{
	 background-color:#B4DBF5; /* for IE */
}
.box-filter-partsBottomRight{
	 background-color:#B4DBF5; /* for IE */
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
}

.boxMenu-A, .boxMenu-A-selected{
	 background-color:#B4DBF5; /* for IE */
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
cursor: pointer;
/*border-bottom:2px solid white;*/
margin-bottom: 1px;

}
.boxMenu-A:hover{
	background-color: #7FC3F2;/*for IE8*/
	color:white;
	margin-bottom: 0px;
	padding-bottom: 1px;
	
}
.boxMenu-A-selected{
	background-color: #7FC3F2;/*for IE8*/
	color:white;
	margin-bottom: 0px;
	padding-bottom: 1px;
	
}


/* Position setting*/
.boxPosition_left{ /* name is collect*/
float:left;
}
.boxPosition_right{ /* name is collect*/
float:right;
}
.boxPosition-center{/* name is collect*/
margin:0 auto;
}
.boxContainer{ /* name is collect*/
overflow: hidden;
}


.inBox-left{
	text-align:left;
}
.inBox-left-upper{
	text-align:left;
}
.position-middleTableCell{
vertical-align: middle;
}
.position-right-inBox{
	float:right;
}
.position-left{
	text-align:left!important;
}
.align-left{/*name is collect*/
	text-align:left;
}
.align-right{/*name is collect*/
	text-align:right;
}
.align-center{/*name is collect*/
	text-align:center;
}
.position-left-inBox{
	float:left;
}

.position-center-inBox{
	margin:0 auto;
}

.position-center{
	text-align:center;
}


.boxLeft{
float:left;
}

.inputText-lenghtFor-url{
	width:330px;
}


.buttonText{
	cursor:pointer;
	  color:#005087;/*for IE8*/
}
.buttonText :hover{
	color:#0088E6;/*for IE8*/
}

.link-style-main, #home_msg_box a, home_alert_box a, #home_msg_box a:visited, home_alert_box a:visited{
	cursor:pointer;
 margin-top:50px;
  border-bottom: 1px solid #99B9CF;/*for IE8*/
  font-weight:bold;
  color:#005087;/*for IE8*/

}
.link-style-main:hover, #home_msg_box a:hover, home_alert_box a:hover{
	
	 border-bottom: 1px solid #29abe2;
    color:#29abe2;
}


.border-A{
	border-bottom:solid 1px #70787C;/*for IE8*/
}
.border-B{
	border-bottom:solid 2px #6C8392;/*for IE8*/
}
.border-C{
	
	border-bottom:solid 1px #fff;
}

/*  Menu design*/
.menu-table{
	background-color:white;
	padding-top:9px;
	padding-bottom:4px;
	padding-left:20px;
	padding-right:20px;

	float:left;


	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;


}


/*Table design*/

.table_main{
	border-collapse: separate;
	background-color:#FFFFFF;
	margin-bottom:10px;
	 padding:2px;
	padding-top:7px;
	font-size:11pt;
	width:100%;
}
.table_main tr:nth-child(2n) {  /* odd */
	background-color:#EDEDED; /* for IE */
   
}
.table_main th{
	font-weight:bold;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
	
}
.table_main td{
	text-align: left;
	padding: 5px 0px 2px 10px;
}
.table_main td+td{
	text-align: center;

}
.table_main td+td+td{
	text-align: center;
}
.table_main td+td+td+td{
	text-align: left;
	    max-width: 250px;
    overflow: hidden;
}
.table_main td+td+td+td+td{
	text-align: center;
}
.table_main td+td+td+td+td+td{
	text-align: left;
}
.table_main td+td+td+td+td+td+td{
	text-align: center;
}



.table-typeA{
	clear:both;
	 border-collapse: separate;
    border-spacing: 1px;
    padding-top:10px;
}
.table-typeA th{
	background-color: #B3DCF8;/*for IE8*/
text-align:right;
padding: 5px;
vertical-align:middle;

}
.table-typeA td{
	background-color: #B4DBF5;/*for IE8*/
padding: 5px;
vertical-align:middle;
 width:100%;
}
.table-typeB{
	clear:both;
	 border-collapse: separate;
    border-spacing: 1px;
}

.table-typeC{
	border-collapse: separate;
	background-color:#FFFFFF;
	 padding:2px;
	padding-top:7px;
	font-size:11pt;
	width:100%;
}
.table-typeC tr:nth-child(2n) {  /* odd */
	background-color:#EDEDED; /* for IE */
}
.table-typeC th{
	font-weight:bold;
	padding: 3px 0px 6px 0px;
	vertical-align: middle;
	
}
.table-typeC td{
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}

.table-typeD{
	border-spacing: 1px;
	border-collapse: separate;

	font-size:11pt;
	
}

.table-typeD th{
	padding: 3px 0px 6px 0px;
	background-color: #fff;
	background-color: #4EA0D6;/*for IE8*/
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	text-align:left;
	
}
.table-typeD td{
	color:white;
	
	padding: 5px 0px 5px 0px;
	background-color: #4495CC;/*for IE8*/
	width: 180px;
	word-wrap:break-word;
	word-break:break-all;
	text-align:left;
		padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
}


.table-typeE{
	clear:both;
	 border-collapse: separate;
    border-spacing: 8px;
}

.table-typeF{
	 border-collapse: separate;
    border-spacing: 5px;
}
.table-typeF th{
	 text-align:right;
}
.table-typeG{
	
    border-spacing: 5px;
}
.table-typeG td{
	 padding-top:4px;
	 margin-top:4px;
}

.table-typeH{
		 border-collapse: separate;
 		  border-spacing: 0px;
 		  padding:8px 5px 3px 5px;
 		  background-color:white;
}


/* Select design (lenght)*/
.select-lenght{
	width:220px;
	font-size:12pt;
	
	
}


/*============================================
header design
============================================*/


#header-container-external{
	width:100%;
	background-color:white;	
	visibility:hidden;
}

#header-container-internal{
   	background-color:white;	
 	margin-left:auto;
 	margin-right:auto;
	max-width: 1200px;
	min-width: 980px;
	padding-top:8px;
 	height:74px;
}
#header-container-internal > img{
  padding-left:8px;

}
#header-logo{
	float:left;
	/*text-align:left;*/
	padding-left:15px;
}

#header-userMenu{
	margin:0;
	padding:0;
	padding-top:6px;
	float:right;
	/*min-width:620px;*/
}

.slidingDiv, .slidingShopDiv {
	position: absolute; 
	top:21px;
	left:0px;
	z-index:99998 !important;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #a5cfe5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a5cfe5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#a5cfe5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#a5cfe5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#a5cfe5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#a5cfe5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5cfe5',GradientType=0 );
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	visibility:hidden;
}


.slidingDiv a, .slidingShopDiv a{
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
	display:block; 
	color:#005087;
	border-bottom:solid 1px #B4DBF5; /* for IE */
	padding: 6px;
	text-align: left;
	cursor:pointer;
}

.slidingDiv a:hover, .slidingShopDiv a:hover{
	   background-color:#B4DBF5; /* for IE */
}

.slidingDiv li, .slidingShopDiv li{
}

.slidingDiv-centerCell, .slidingShopDiv-centerCell{
	 border-bottom:solid 1px #005087;/*for IE8*/

}


.show_hide, .show_hide2 {
    display:none;
}



#header-userMenu li{
	display: inline-block;
	_display: inline;
}

#header-mainMenu{

	padding-top:7px;
	float:left;
	/*display: inline-block;
	_display: inline;*/
	/*margin-bottom: 0px;*/
	border-spacing: 0px;
	border-collapse: separate;
	
}

.header-line-vertical{
/*	padding-left:15px;
	padding-right:15px;*/
	padding-right:1px;
	padding-right:1px;
	vertical-align:middle;	
} 


.header-mainMenu-single-selected{
	margin:0;
	padding:0;
	width:152px;
	background-color:#005087;
	color:white;
	display: inline-block;
	_display: inline;
	text-align:center;
	font-size:12pt;
	padding-top:8px;
	padding-bottom:5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.header-mainMenu-single-selected a{
	color:white;
	display:block; /*maxmize the link aeria*/
}


.header-mainMenu-single{
	margin:0;
	padding:0;
	width:152px;
	background-color:#7ec5e8;
	
	background-image:url(images/shadow_mainMenu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display: inline-block;
	_display: inline;
	text-align:center;
	font-size:12pt;
	padding-top:8px;
	padding-bottom:4px;
	

	
	
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.header-mainMenu-single:hover{
	background-color:#b3ddf2;
}

.header-mainMenu-single :visited{
	color:#005087;
}
.header-mainMenu-single a{
	color:#005087;
	display:block; /*maxmize the link aeria*/
}




/*============================================
Button design
============================================*/
/*
.button-rectangle-bg-white {
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #39b7de), color-stop(1, #0086e6) );
	background:-moz-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
	
		 background:-o-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
        background:-ms-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
        background:linear-gradient(to bottom, #39b7de 5%, #0086e6 100%);
        
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b7de', endColorstr='#0086e6');
	background-color:#0086e6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	
	padding-top:6px;
	padding-bottom:5px;
	padding-left:11px;
	padding-right:5px;
	
	
	text-decoration:none;
	margin-right:9px;
	
}.button-rectangle-bg-white:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0086e6), color-stop(1, #39b7de) );
	background:-moz-linear-gradient( center top, #0086e6 5%, #39b7de 100% );
	
	background:-webkit-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-o-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-ms-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:linear-gradient(to bottom, #0086e6 5%, #39b7de 100%);
        
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086e6', endColorstr='#39b7de');
	background-color:#0086e6;
	

	
	
}.button-rectangle-bg-white:active {
	position:relative;
	top:1px;
}

.button-round{
	cursor:pointer;
        
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #39b7de), color-stop(1, #0086e6) );
	background:-moz-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
	background:-o-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
    background:-ms-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
    background:linear-gradient(to bottom, #39b7de 5%, #0086e6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b7de', endColorstr='#0086e6');
	background-color:#0086e6;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	padding:3px 12px;
	text-decoration:none;
    }
    .button-round:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0086e6), color-stop(1, #39b7de));
        background:-moz-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-webkit-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-o-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-ms-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:linear-gradient(to bottom, #0086e6 5%, #39b7de 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086e6', endColorstr='#39b7de',GradientType=0);
        background-color:#0086e6;
    }
    .button-round:active {
        position:relative;
        top:1px;
    }
    

.button-round-disabled, .button-round-disabled:active, .button-round-disabled:hover
{
	cursor:pointer;
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	padding:3px 12px;
	text-decoration:none;
	background:#DCDCDC;
}




.button-rectangle{
	cursor:pointer;
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #39b7de), color-stop(1, #0086e6) );
	background:-moz-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
    background:-o-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
    background:-ms-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
    background:linear-gradient(to bottom, #39b7de 5%, #0086e6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b7de', endColorstr='#0086e6');
	background-color:#0086e6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-family:Helvetica, Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.button-rectangle:hover {
	 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0086e6), color-stop(1, #39b7de));
        background:-moz-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-webkit-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-o-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-ms-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:linear-gradient(to bottom, #0086e6 5%, #39b7de 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086e6', endColorstr='#39b7de',GradientType=0);
        background-color:#0086e6;
}.button-rectangle:active {
	position:relative;
	top:1px;
}




.button-rectangle-content {
	cursor:pointer;
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #39b7de), color-stop(1, #0086e6) );
	background:-moz-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
	
		 background:-o-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
        background:-ms-linear-gradient( center top, #39b7de 5%, #0086e6 100% );
        background:linear-gradient(to bottom, #39b7de 5%, #0086e6 100%);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b7de', endColorstr='#0086e6');
	background-color:#0086e6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:12px;
	font-weight:normal;
	
	text-decoration:none;
}.button-rectangle-content:hover {
	 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0086e6), color-stop(1, #39b7de));
        background:-moz-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-webkit-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-o-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:-ms-linear-gradient(top, #0086e6 5%, #39b7de 100%);
        background:linear-gradient(to bottom, #0086e6 5%, #39b7de 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086e6', endColorstr='#39b7de',GradientType=0);
        background-color:#0086e6;
}.button-rectangle-content:active {
	position:relative;
	top:1px;
}

*/


.button-rectangle-bg-white {
	cursor:pointer;
	background:#005087;
	background-color:#005087;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:11px;
	padding-right:5px;
	text-decoration:none;
	margin-right:9px;
}

.button-rectangle-bg-white:hover {
	background:#39b7de;
	background-color:#39b7de;	
}


.button-rectangle-bg-white:active {
	position:relative;
	top:1px;
}

.button-round{
	cursor:pointer;
    background:#005087;
	background-color:#005087;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	padding:3px 12px;
	text-decoration:none;
	line-height: 1.4em;
    }
.button-round:hover {
    	background:#39b7de;
		background-color:#39b7de;
    }
.button-round:active {
        position:relative;
        top:1px;
}

.button-round-disabled, .button-round-disabled:active, .button-round-disabled:hover
{
	cursor:pointer;
	-moz-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	padding:3px 12px;
	text-decoration:none;
	background:#DCDCDC;
	line-height: 1.4em;
}

.button-rectangle{
	cursor:pointer;
    background:#005087;
	background-color:#005087;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	font-family:Helvetica, Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.button-rectangle:hover {
	 background:#39b7de;
     background-color:#39b7de;
}.button-rectangle:active {
	position:relative;
	top:1px;
}




.button-rectangle-content {
	cursor:pointer;
    background:#005087;
	background-color:#005087;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	 font-family:Helvetica, Arial;
	font-size:12px;
	font-weight:normal;
	
	text-decoration:none;
}.button-rectangle-content:hover {
	 background:#39b7de;
     background-color:#39b7de;
}.button-rectangle-content:active {
	position:relative;
	top:1px;
}



.img-position-center{
	vertical-align:middle;
	margin-bottom:2px;
	margin-right:2px
}



.txtButton-standard{
	border-bottom: 1px solid #CCDCE7;/*for IE8*/
    color: #005087;
    cursor: pointer;
}
.txtButton-standard:hover{
	color:#0088E6;/*for IE8*/
		 border-bottom:solid 1px #0088E6;/*for IE8*/
}

/*============================================
Content design
============================================*/


#content{
	margin: 0 auto;
	padding-bottom:20px;
	max-width: 1200px;
	min-width: 960px;
	z-index: 0;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	visibility:hidden;
}



#content-menu-container{
	margin-top: 1px;
	overflow: hidden;
	padding-top:8px;
	padding-bottom:3px;
}

#content-menu, #content-help{
 position:relative;
}
#content-menu{
	margin-top:5px;
	float:left;
}
#content-menu li{
	display:inline-block;
	_display:inline;
}

#content-menu ul{
	margin:0;
}

.content-menu-left, .content-menu-left-selected{
	margin-left:21px;
	margin-right:21px;
	float:left;
}
.content-menu-left{
	margin-left:21px;
	margin-right:21px;
	float:left;
	border-bottom: 1px solid #AFDBF0; /* for IE8 */
}

.content-menu-left a{
	color:#7ec5e8;
}

.content-menu-left a:hover{
	border-bottom: 1px solid white;
	color:white;
}

.content-menu-left-selected{
	 border-bottom:solid 1px white;/*for IE8*/
}
.content-menu-left-selected a{
	color:white;
}



#content-help{	
	
	padding-left:2px;
	float:right;
	overflow: hidden;
	
}


#content-help p{	
	margin:0;
	padding-top:6px;
	margin-right:3px;

	float:left;

		color:white;
	border-bottom:1px solid #fff;
	
}
#content-help a{	
	color:white;
}
#content-help a:hover{	
	 border-bottom:solid 1px white;/*for IE8*/
}


#content-main{
	width:100%;
	background-color:#e1f1f9;
	padding-top:12px;
	padding-bottom:1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height:250px;
	overflow:hidden;
	

 }




/*============================================
Report page design
============================================*/

/* only report page  */

#report-filter-container{
	overflow: hidden;
	display: inline-block;
	_display: inline;
	padding-bottom:3px;
	margin: 0 auto;  
	/*min-width: 930px;*/
	width:1100px;
	font-size:14px;
	margin-left:50px;
}

.report-filter-select-dispute{
 width:160px;
 font-size: 14px;
}

#report-filter-left{
	float: left;
}

.report-filter-parts-top{
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 30px;
    height:20px;
    padding-top:5px;
    padding-bottom:6px;
    padding-left:6px;
    padding-right:6px;
    text-align:center;
}

.report-filter-parts-bottom-left img{
		vertical-align:middle;
	margin-bottom:2px;
}

.report-filter-parts-bottom-center img {
    vertical-align: middle;
    margin-bottom: 2px;
}

.report-filter-parts-bottom-left{
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
	 -webkit-box-flex: 1;
  -moz-box-flex: 1;

}

.report-filter-parts-bottom-center{
 -webkit-box-flex: 1;
  -moz-box-flex: 1;
	
}

.report-filter-parts-bottom-center_new{
 -webkit-box-flex: 1;
  -moz-box-flex: 1;
  padding-top: 4px;
  padding-bottom: 4px;
}

.report-filter-parts-bottom-center_new img{
    vertical-align:middle;
	margin-bottom:2px;
}

.report-filter-parts-bottom-right{
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
 -webkit-box-flex: 1;
  -moz-box-flex: 1;
padding-top:4px;
padding-bottom:4px;
padding-left:20px;
padding-right:20px;	


}

.report-filter-parts-top-right {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:20px;
    padding-right:20px;	
}


.report-filter-select{
	width:100px;
	font-size: 14px;
}
.report-filter-select-short{
	width:70px;
	font-size: 14px;
}

.report-filter-select-dispute{
	width:130px;
	font-size: 14px;
}

#report-filter-right{
	margin-left:8px;
	float: left;
}

.report-filter-right-bottom{
	padding-top:4px;
padding-bottom:4px;
	
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

#report-menu-comand-container-header, #transfer-menu-comand-container-header{
	padding-top:12px;
	margin-left:18px;
	margin-right:18px;
}

#report-menu-comand-container{
	margin-left:18px;
	margin-right:18px;
}
	
.report-menu-comand-left{
	background-color:white;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*width: 22%;*/
    min-width: 220px;
}





#transfer-resul-container{
	/*float:left;
	width: 52%;
	text-align: center;*/
	width:100%;
　	background-color: gray;
　	overflow:hidden;
}
#report-result-container{
 	/*float: left;*/
 	display:inline-block !important;
    text-align: center;
    /*width: 52%;*/
    overflow:hidden;
    margin-top:7px;
    margin-left: -70px;
}

#transfer-resul-container{
	width: auto;
	float:none;
}

#report-result, #transfer-result{
	/*margin-top:9px;*/
	margin-left:12px;
 	float:left;
  	color: #000; /*cyan */
  	font-size:10pt;	
	width:100%;
  	text-align:center;
  	margin-bottom:5px;
}


.report-result-textEmphasis{
	background-color:#C3E3F3; /* for IE8 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding-top:4px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	
	margin-left:3px;
	margin-right:5px;
	
	color:black;
display: inline-block;
	_display: inline;
	font-weight:bold;
}
.report-result-textBold{
	font-weight:bold;
}

.report-result-textNormal{
	opacity:0.6;
	font-weight:normal;
}

.report-menu-comand-right{
	float:right;
	padding-top:6px;
	/*width: 26%;*/
    min-width: 160px;
    text-align: right;
}


.report-button-date{
	cursor:pointer;
    padding-right:2px;
    color:#005087;/*for IE8*/
    border-bottom:solid 1px #005087;
    white-space: nowrap;
}


span.report-button-date:hover{
	font-weight:bold;
	border-bottom:solid 1px #005087;/*for IE8*/

}

a.report-button-date:visited, a.report-button-date:link{
	color:#8b2496;
	border-bottom:solid 1px #8b2496;
}

.test2{
background-color:gray;
}
.test2:hover{
background-color:gray;
}





#report-detail-containner{
	display:none;
position:fixed;
top: 40px;
right: 1%;

font-size:11pt;
-moz-box-shadow: 0px 15px 25px 0px rgba(0,0,0,1.0);
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,1.0);
box-shadow: 0px 15px 25px 0px rgba(0,0,0,1.0);
background-color:#C5E2EF;/*for IE8*/
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;


}

#report-detail-title{
	position:relative;
width:100%;
padding-top:8px;
padding-bottom:3px;
font-size:12pt;
color:white;
text-align:center;
overflow:hidden;


background-color:#005087;/*for IE8*/
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

#report-detail-title span{
color: #fff;
}

#report-detail-title div{
	padding-left: 8px;
	float:left;
	color: #fff;
}

#report-detail-info{

padding-top:5px;
padding-bottom:3px;

}

#report-detail-containner-internal{
	width:400px;
	/*background-color:gray;*/
	padding-left:10px;

	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.report-detail-info-window{
	/*max-height:180px;*/
	height:180px;
	overflow: auto;	
}
#report-detail-info-table{
	border-collapse: separate;
	 border-spacing:1px;
	 width:100%;
	 text-align:left;
}
#report-detail-info-table td{
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}

.report-detail-info-title{
	color:#005087;/*for IE8*/
	background-color: #89B5CF;/*for IE8*/
	width:34%;
}
.report-detail-info-content{
	background-color: #6298BB;/*for IE8*/
	color:white;
	font-weight: normal;
	
}
#report-dettail-transaction-container{
 text-align:left;
 margin-top: 10px;

}
#report-dettail-transaction-title{
background-color: #6298BB;/*for IE8*/
padding-left: 5px;
padding-top: 6px;
padding-bottom: 3px;
color:white;
/*font-size:12pt;*/
}
#report-dettail-transaction-title span{
	color:#005087;/*for IE8*/
	padding-left:5px;
	padding-right: 5px;
}

#report-dettail-transaction-info{
	background-color: #89B5CF;/*for IE8*/
padding-left: 8px;
padding-top: 5px;
padding-bottom: 3px;
color:#005087;/*for IE8*/

overflow:hidden;

}

#report-dettail-transaction-info > div{

	padding-bottom:5px;
}
#report-dettail-transaction-action{
float:left;
}

#report-dettail-transaction-when{
float:left;
line-height:1.6em;
margin-left: 5px;
}
#report-dettail-transaction-when img{
	margin-bottom: 3px;
	vertical-align: middle;
}




#report-dettail-history-container{
	padding-top: 10px;
	text-align:left;
}
#report-dettail-history-container table{
	border-collapse: separate;
	 border-spacing:1px;
	 width:100%;
	 text-align:center;
}
#report-dettail-history-container th{
	background-color: #89B5CF;/*for IE8*/
color:#005087;/*for IE8*/
font-size:10pt;
padding-top: 5px;
padding-bottom: 2px;
padding-left: 3px;
padding-right: 3px;
}
#report-dettail-history-container td{
background-color: #6298BB;/*for IE8*/
color:white;
vertical-align:middle;
padding-top: 5px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;

}
#report-dettail-history-container table:first-child span{
	font-size:9pt;
	opacity: 0.6;
	text-decoration: underline #4c57e0;	
}

.settle-id{
 cursor: pointer;
}

.report-detail-history-window{
	min-height:100px;
	overflow: auto;	
}

.PaymentSYSIcon{
	height: 27px;
    max-height: 27px;
	vertical-align: middle;
}



.printer {
    position: absolute;
    margin-left: 20px;
}

.pointer{
	cursor: pointer;
}

.fixed {
 position: fixed !important;
 top: 0px;
 padding-top:0px!important;
 background-color: white;
}

.fix_fixed {
 display: none;
 width: 100%;
 }

.labelLocaleContainer { position: relative; }
.fixed-table-box-typeD { width: 100%; }
.fixed-table-box-typeD td { padding: 5px 0px; }
.fixed-table-box-typeE { margin-bottom: 5px; }
.advanced-filter-table-container { width: 100%; }


/* Paolo */

#descBox{
	display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    margin-top:15px;
    margin-bottom:15px;
    overflow: hidden;
    padding-bottom: 3px;
    max-width: 750px;
}

#descBox p{
	color: rgba(0, 0, 0, 0.6);
	text-align:left;
	line-height:1.5em;
	/*width:650px;*/

}

#descBox b{
	font-weight: bold;

}

.red{
	color:red;
	/*text-align:right;*/
}

.green{
	color:green;
	/*text-align:right;*/
}
#report-table, #transfer-table, #authreport-table{
	border-collapse: separate;
 	border-spacing: 0px;
 	padding:5px;
    background-color:white;
	margin-bottom:20px; 
	
}

#authreport-table  tr:nth-child(2n)  {  /* odd */
	background-color:#EDEDED; /* for IE */
}
#report-table  tr:nth-child(odd)  {  /* odd */
	background-color:#EDEDED; /* for IE */
}



#transfer-table tr:nth-child(4n-1){
background-color:#EDEDED; /* for IE */
}
.report-table-menu, .transfer-table, .transfer-table-menu{
	font-size:10pt;
	font-weight:bold;
	border-bottom: solid 1px #0033cc;
	/*padding-left:2px;*/
	text-align:center;
	white-space: nowrap;
}

.report-table-tr-active, .transfer-table-active{
	background-color: #c5e2ef!important;
}

.report-table-tr, .transfer-table-tr{
	height:40px;
	font-size:10pt;
	text-align:center;
	vertical-align: middle;
	line-height:0.9em
}
.authreport-table-tr{
	height:40px;
	font-size:10pt;
	text-align:center;
	vertical-align: middle;
	line-height:1.9em
}
.report-table-tr td, .transfer-table-tr td{
	text-align:center;
	vertical-align: middle;
}

authreport-table-tr td{
	text-align:center;
	vertical-align: middle;
}


.transfer-table-tr-details{
	margin-top:3px;
	padding-top:.5em;
	line-height:10pt;
}
.transfer-table-tr-details td{
	background-color:#FFF;
	font-size:9pt;
}

.transfer-table-tr-commands{
	border-top:1px solid #F5F5F5;
	background-color:#FFF;
	font-size:9pt;
	line-height:12pt;
	text-align:right;
}
.transfer-table-tr-commands span{
	margin-right:5em;
}

.transfer-table-tr-commands td{
	background-color:#FFF;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

.WizMenuHidden{
	display:none;
}



body#riskmanagement .config-category-info{
	width:700px;
}

body#riskmanagement .config-table-payment td{
	text-align:left;
}



#RedAnswerTable{
	width:420px;
	margin:0 auto;
}

#RedAnswerTable td{
	padding-top: 5px;
}

#TableDenyAdvanced, #TableCHALLENGEAdvanced, #TableERRORAdvanced, #TableNOSCOREAdvanced{
	width:300px;
	margin-bottom: 15px;
}


table#RedAnswerTable .left, table#TableDenyAdvanced .left, table#TableERRORAdvanced .left, table#TableNOSCOREAdvanced .left{
	text-align:left;
}
table#RedAnswerTable .right{
	text-align:right;
}


body#ModifyPaymentPage .config-category-info{
	float:none;
	width:auto;
	padding-top:auto;
}

body#OTPManager fieldset{
	float:left;
}

body#OTPManager label{
	width:auto;
}

body#PaymentSystems #userManage_tableMain td{
	width:150px;
}


body#VirtualPos label{
	display:block;
	margin:0;
}

body#ModifyPaymentPage .descri{
	color:#666666;
	text-align:left;
	margin-top:.5em;
	margin-bottom:.5em;
}

body#ModifyPaymentPage #Confirmbox p{

line-height: 1.8em;
}

body#ModifyPaymentPage .config-text-emphasis{
	display:inline-block;
}


/* Loading stuff*/

	#loadingwheel{
		/*display:hidden;*/
		position:absolute;
		top:50%;
		left:50%;
		/*margin-top:-16px;*/
		margin-left:-30.5px;
	}
	#loadingCanvas{
		margin-top:-50px;
		margin-left: -75px;
		width:100px;
		height:100px;
	}

	#loadingArrow{
    	height: 60px;
    	left: 21%;
    	position: relative;
    	top:-3%;
    	width: 60px;
	}

#loadingbox{
		width:100%;
		height:100%;
		position: fixed;
    	top: 0px;
    	left: 0px;
    	visibility: visible;
    	/*display: block;*/
    	display:none;
		background-attachment:scroll;
		background: rgba(0,0,0,0.8);
		background-image:none;
		background-position:0 0;
		background-repeat:repeat;
		overflow-x:hidden;
		overflow-y:hidden;
		z-index:99999999 !Important;
   		min-width: 100%;
    	min-height:100%;
    	overflow:hidden;
	}
	
#canvasbox {
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100px;
}



/* Virtual POS */
#VirtPosCardLogos {

background-color:#FFF;margin-top:7.5px;margin-bottom:7.5px;border:0;
border-radius:4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;

}

#VirtPosCardLogos img{
	height:30px;
	padding:.2em;
}




/*Error stuff*/
/*#modalbox{
	background: none repeat scroll 0 0 #FFF;
    border: 2px solid #005087;
    border-radius: 10px 10px 10px 10px;
    display: none;
 	height: 250px;
    width: 450px;
    position: absolute;
    top: 0;
    left:0;
    z-index: 99999;
    overflow:hidden;
}
#modalbox h3{
	background: #005087;
	padding:.5em;
	font-weight:bold;
	overflow:hidden;
	color:#FFF;
	width:100%;
}

#modalbox p{
	color: #666666;
	padding:.5em;
	overflow:hidden;
	width:90%;
	text-align:left;
	margin:0 auto;
	margin-bottom: 2em;
	overflow:hidden;
}

#modalcancel, #modalcontinue{
	border: 2px solid #005087;
	border-radius: 10px 10px 10px 10px;
	color: #005087;
	font-weight:bold;
	font-size:1em;
	cursor: pointer;
	padding:5px;
	margin-left:15px;
	margin-right:15px;
}

#modalbuttons{
	display:block;

}*/

#Confirmbox p{
	padding:.5em;
	font-size:.7em;
	line-height:1.1em;
}

#Confirmbox b{
	font-weight:bold;
}

#Confirmbox i{
	font-style:italic;
}

#ErrorBox,#ConfirmationBox{
	cursor: pointer;
	display:none;
	position:fixed;
 	top:1px;
  	left:0;
	width:99.5%;
	text-align:center;
	overflow:hidden;
	padding-top:1em;
	padding-bottom:1em;
	z-index:99999999 !important;
	font-size:1.1em;
	color:white;
	border-radius: 3px;
	margin-left:0.25%;
}


#ErrorBox{
	background-color:rgb(220,0,0);
}
#ConfirmationBox{
	background-color:rgb(0,205,0);
}



#CloseErrorBox,#CloseConfirmationBox{
	margin-top: 1.2em;
  	cursor: pointer;
  	font-size: 15px;
  	height: 15px;
  	padding: 2px;
  	position: fixed;
  	right: 5px;
  	top: 0;
  	width: 15px;
  	z-index: 1103;
  	opacity: 0.2; 
  	filter:alpha(opacity=20);
 	-moz-opacity:0.2;
  	-khtml-opacity: 0.2;
  }
  
#CloseErrorBox:hover,#CloseConfirmationBox:hover{
 	opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
}


#CloseErrorBox img,#CloseConfirmationBox img{
  	border-style: none;
    height: 15px;
    width: 15px;

}

/* ERROR PAGE*/
body#Errorpage {
    background: -moz-linear-gradient(center top , #FD6162 0%, #C7292A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(#FD6162, #C7292A); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FD6162, #C7292A); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FD6162, #C7292A) !important; /* Standard syntax */
	background:#C7292A;
    color: #FFFFFF;
}

#lblError{
	font-size: 1.25em;
    line-height: 27px;
}


body#Errorpage section {
    border: medium none;
    padding-top: 16px;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 960px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 0;
}

body#Errorpage h1{
	color:#FFF;
	font-size:1.5em;
}

body#Errorpage section#blocco_centrale img.errTriangle {
    height: 27px;
    line-height: 27px;
    vertical-align: sub;
    width: 30px;
}

body#Errorpage hr{
	background-color: #BC0C19;
    border-width: 0;
    color: #BC0C19;
    height: 1px;
    width: 50%;
}

body#Errorpage  .verticalhr{
	color: #BC0C19;
}

body#Errorpage p{	
	margin-top:.5em;
	margin-bottom:1em;

}

body#Errorpage  section#blocco_centrale #ErrDetail {
    background-color: #FFFFFF;
    border: 2px solid #BC0C19;
    color: #808080;
    margin: 5px;
    padding: 5px;
}

body#Errorpage #lblErrorText{
	margin-top:1em;
}

body#Errorpage a, body#Errorpage a:hover, body#Errorpage a:visited{
	color:#FFF;
}

body#Errorpage a.back {
    background-color: #BC0C19;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    display: inline-block;
    margin: 0.5em;
    padding: 1em;
    text-decoration: none;
}




body#VirtualPos .report-detail-info-window{
	width:580px;
	margin:0 auto;
}

body#VirtualPos .report-detail-info-title,body#VirtualPos .report-detail-info-content {
	width:50%
}
body#VirtualPos h1{
	margin-left:0;
}

body#VirtualPos .margin-97{
	width: auto !Important;
}

.bold{
	font-weight:blod;
}

.ManageRed{
	background-color: #E1F1F9;
    border-radius: 10px 10px 10px 10px;
    padding-top:12px;
	padding-bottom:1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow:auto;
	margin:0 auto;
	width:450px;
    max-height: 350px;
}

.RedAdvancedSettings{
	width:380px;
	margin: 0 auto;
	margin-bottom:.2em;
}

.RedAdvancedSettingContainer{
	background-color:#FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#OverlayLayer{
    background-attachment: scroll;
    background-color: #999999;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: block;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    z-index: 9999998;
    display:none;
}

#cvvhelp{
	display:none;
	z-index: 9999999;
	margin:0 auto;
	background: none repeat scroll 0 0 #E1F1F9;
    border: 2px solid #005087;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    min-height: 350px;
    min-width: 500px;
    padding: 0.2em 1em;
    position: absolute;
    text-align: center;
    visibility: visible;
    width: 500px;
}

div#cvvhelp .descri{
    float: left;
    margin: 0 1em 1em;
    text-align: justify;
    width: 300px;
}

div#cvvhelp h3 {
    margin: 0;
    text-align: left;
    font-weight:bold;
}

div#cvvhelp #intro {
    margin-bottom: 5px;
    padding: 1em;
    text-align: justify;
}


div#cvvhelp img {
    margin-top: 2px;
    width: 160px;
    border:0;
}

.notes{
	background-color: #E1F1F9;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    padding: 10px;
    margin: 20px 10px 10px 20px;
    text-align:left;
}

.detailbox{
	overflow:auto;
	max-width:510px;
	max-height:430px;
}

.bold{
	font-weight:bold;
}


#SelectShop li
{
    display: block;

    /*float: right;*/

    /*overflow: hidden;*/
	line-height: 1.2em;
    /*width: 300px;
    margin-bottom: 1px;*/
    padding: 0.1em;
    }
#SelectShop span
{
  /*  display: block;
    float: right;
   	max-width: 320px;
	line-height:1.4em;
    min-width: 320px;
    width: 320px;
    vertical-align: top;*/
    line-height:1.4em;
}
    
#SelectShop input{
	margin-top:12px;
}

#ShopInfos {
    color: grey;
	font-family: Times New Roman;
    font-size: 1.2em;
    font-style: italic;
    font-weight:bold;
    padding-left: 0.3em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
   /* border: 1px solid grey;*/
    cursor: pointer;
    padding-right: 0.4em; 
	padding-left: 0.4em; 
}

#Paging {
    display: block;
    overflow: hidden;
    position: relative;
}



#header-userMenu .RagSoc{
	color:#9A9A9A;
	font-style: italic;
}



#header-userMenu .RagSoc {
    display: block;
    font-size: 0.8em;
}

#header-userMenu span {
    display: inline-block;
    margin: 0;
    max-height: 2em;
    max-width: 162px;
    vertical-align: middle;
}

#NoResults {

    font-size: 14px;

    margin: 10px auto 0;

    padding: 1em;

    clear:both;

}

 
#home_msg_box p,#home_alert_box p{
	line-height:1.2em;
 	padding:1em;
}

.iconinfo{
	width:22px;
	height:22px;
	border:0;
	cursor:pointer;
	vertical-align:middle;
}

#NoResult{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #9A9A9A;
    font-style: italic;
    padding: 1.5em;
}

#authNoResult{
    color: #9A9A9A;
    font-style: italic;
    padding: 1.5em;
}

.AutotestResult{
	max-height:400px;
	overflow:auto;
}

.title_align

{ color: #005087; font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; margin-left: 1.1em; text-align: left; }

::-webkit-input-placeholder { font-style:italic;color:#AAAAAA;}
::-moz-placeholder { font-style:italic;color:#AAAAAA;} /* firefox 19+ */
:-ms-input-placeholder { font-style:italic;color:#AAAAAA;} /* ie */
input:-moz-placeholder { font-style:italic;color:#AAAAAA;}
/*Apple Pay*/
 .imgApple
        {
        padding-left:15px;
        padding-bottom: 15px;
        padding-top:15px;
        }
        
     #PayPalDescri, #SofortDescri, #iDealDescri,#ConselDescri,#CompassDescri,#AppleDescri,#AmazonDescri,#SatisPayDescri
        {
            background-color: #FFFFFF;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            display: block;
            line-height: 1.2em;
            margin: 2px;
            padding: 0.5em;
            text-align: left;
            margin-bottom: .5em;
        }

        #PayPalDescri a, #SofortDescri a, #iDealDescri a,#ConselDescri a,#CompassDescri a,#AppleDescri a,#AmazonDescri a,#SatisPayDescri a
        {
            border-bottom: 1px solid #99B9CF;
            color: #005087;
            cursor: pointer;
            font-weight: bold;
        }
        .PayPalDescri1_Activation
        {
            display: block;
            text-align: left;
            font-size: 10px;
            font-family: Verdana;
            width: 300px;
            float: left;
        }
        .PayPalTasto_Activation
        {
            border: 1px solid black;
            font-size: 10px;
            margin: 1em 0 0 2em;
            font-family: Verdana;
            font-weight: bold;
        }
        .PayPalDescri1_Wait
        {
            display: block;
            font-size: 12px;
            width: 210px;
            float: left;
        }
        .PayPalTasto_Wait
        {
            border: 1px solid black;
            font-size: 12px;
            padding: .3em;
            font-weight: bold;
            vertical-align: top;
        }
        .PayPalDescri1_Enabled
        {
            font-family: Verdana;
            display: block;
            font-size: 12px; /*width: 50%;*/
            float: left;
        }
        .PayPalTasto_Enabled
        {
            font-family: Verdana;
            font-size: 12px;
            font-weight: bold;
            color: #003366;
            vertical-align: top;
        }
        #PayPalDescri img
        {
            float: left;
            vertical-align: bottom;
            padding: .2em;
        }
        
        #SofortDescri div#Sofortdescri2, #iDealDescri div#iDealdescri2, #ConselDescri div#Conseldescri2,#CompassDescri div#Compassdescri2,#AppleDescri div#Appledescri2,#AmazonDescri div#Amazondescri2,#SatisPayDescri div#SatisPaydescri2
        {
            cursor: pointer;
        }
        #PayPalDescri div#descri1 div
        {
            padding-top: .7em;
        }
        #PayPalDescri div#descri2, #SofortDescri div#Sofortdescri2, #iDealDescri div#iDealdescri2,#ConselDescri div#Conseldescri2,#CompassDescri div#Compassdescri2,#AppleDescri div#Appledescri2,#AmazonDescri div#Amazondescri2,#SatisPayDescri div#SatisPaydescri2
        {
            background: none repeat scroll 0 0 #94CCEC;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            clear: both;
            color: #005087;
            padding: 1em;
            text-align: center;
        }
        
        /*CSS inline*/
        .undo
        {
            display: none;
            cursor: pointer;
            width: 20px;
            height: 20px;
            vertical-align: top;
            margin-left: 5px;
        }
        
        #SofortParams, #iDealParams,#ConselParams,#CompassParams,#AppleParams,#AmazonParams,#SatisPayParams
        {
            display: none;
            visibility: hidden;
        }
        .close
        {
            float: right;
            width: 20px;
            height: 20px;
            vertical-align: bottom;
            cursor: pointer;
            display: none;
        }
        
        #SofortParams fieldset, #iDealParams fieldset,#ConselParams fieldset,#CompassParams fieldset,#AppleParams fieldset,#AmazonParams fieldset,#SatisPayParams fieldset
        {
            background: #B4DBF5;
            padding: .1em;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }
        
        #SofortParams input, #iDealParams input, #ConselParams input, #CompassParams input,#AmazonParams input
        {
            width: 200px;
        }
        
        #SofortParams label, #iDealParams label,#ConselParams label,#CompassParams label,#AmazonParams label
        {
            width: 180px;
            margin-left: 10px;
            margin-right: 5px;
            display: inline-block;
        }
        
        
        #iDealdescri2, #Sofortdescri2,#Conseldescri2,#Compassdescri2,#Appledescri2,#Amazondescri2,#SatisPaydescri2
        {
            cursor: pointer;
        }
        #AppleCSRdwnlad 
        {
        
        height:28px;
        text-align:center;
        }
        #AppleCSRdwnlad a
        {
        vertical-align: -webkit-baseline-middle;
        }
       
       #uploadAppPayCer
        {
        width:auto;
        margin-top:15px;
        margin-bottom:15px;
        }
        #divFileUpload,#divFileUpload1,#divFileUpload2,#divFileUpload3,#divFileUpload4,#divFileUploadSCIA
        {
         width: 0px;
         height: 0px;
         overflow: hidden;       
        }
    
    .delUpload
    {
        cursor:pointer;
        width:20px;
        height:20px;
       
        }
    .wrap 
    {
        width: 352px;
       
    }
    .divMain{
	display:inline-flex;
	width: 100%;
	padding-top:10px;
}

.divAppleCertficates {
	display:inline-flex;
	width: 100%;
	background: #B4DBF5;
    padding: .1em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.divCertName {
	
	display: inline-flex;
	padding: 10px 15px;
	word-break: break-all;
	width:75%;
	vertical-align: middle;
}
.divDelImg {
	
	display: inline-flex;
	padding: 10px 15px;
	vertical-align: middle;
	
}
        /*Apple Pay Ends*/ 
.merchant_btn{
    /*margin-top: 28%;*/
    position: relative;
    background: rgb(91, 155, 213);
    color: white !important;
    border: 2px solid white;
    border-radius: 8px;
    padding: 10px 5px !important;
    text-align: center !important;
    font-size: 15px;
    top: 8px;
}

/*Multiple Settlement - Begin*/
#refundDetails td{
    background-color: #89b5cf!important;
    color: #005087 !important;
    font-weight: bold; 
	font-size: 10pt;
	padding-top: 11px;
	}

	.refund-details{
    text-align: center;
    background-color: #b2d8e8;
    margin: 1px;
    position: inherit;
    border-spacing: 1px 0px !important;
    border: 1px solid #9cc9e6;
    border-left: none;
	}

	span#settlementIdForRefund{
	opacity: 1 !important;
    text-decoration: none !important;
    font-size: 10pt; 
	text-align: left; 
	padding-left: 13px;
    }
	#refundIdSpan{
	opacity: 1 !important;
    text-decoration: none !important;
    font-size: 9pt !important;
    }
	.reverse-btn{
	margin-left: 15px;
    margin-right: 11px;
	}

	strong#settlementEvent{
	font-style: italic;
    font-size: smaller;
	}

	.refund-collapse{
		font-weight: bold;
		font-size: 22px;
		color: azure;
		border: 1px solid #89b5cf !important;
		font-size: 12px !important;
		line-height: 1em !important;
	}

	.refund-collapse:hover, .refund-collapse:active{
		border: 1px solid #89b5cf !important;
		font-size: 12px !important;
		line-height: 1em !important;
	}



/*Multiple Settlement - End */


#authenticationreport-detail-containner{
display:none;
position:fixed;
top: 40px;
right: 1%;
width: 50%;
font-size:11pt;
-moz-box-shadow: 0px 15px 25px 0px rgba(0,0,0,1.0);
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,1.0);
box-shadow: 0px 15px 25px 0px rgba(0,0,0,1.0);
background-color:#C5E2EF;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
}

.authenticationreport-detail-info-window{
	height: 350px;
    overflow: auto;
    width: 685px;
	 	
}
#authenticationreport-detail-containner-internal{
    	width:400px;
	/*background-color:gray;*/
	padding-left:10px;

	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.optionSpace-btm {
	margin-bottom: 10px;
}
.optionSpace-top {
	margin-top: 10px;
}

.fancybox-inner
{
    height: 517px !important;
}
.fancybox-wrap fancybox-desktop fancybox-type-iframe fancybox-opened
{
    top: 23px !important;
}