
html {
	height: 100%;
	margin:0px;

}

body {
	background-color: transparent;	
	height: 100%;
	margin:0px;
	font-size: 15px;
	font-family: Helvetica, Sans Serif;
	color:#3B5179;

 
}
a{
	text-decoration:none;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 15px;
	color:#FFA200;
}
a:hover{
	text-decoration:underline;
}
.inputbox {
	margin-top:2px;
	border-width:1px; 
	border-color:#777777; 
	border-style:solid; 
	background-color:#F5F5F5; 
	color:#333333;
 	font-size:11px;
	padding:0px;
}

.button{ 
	background-color: #FFFFFF;	
	border: thin #FFA200 solid;
	color:#3B5179;
}

.gwt-Button { 
	background-color: #FFFFFF;	
	border: medium #FFA200 solid;
	color:#3B5179;
	cursor:pointer;
	}
.gwt-ListBox{
	margin-top:2px;
	border-width:1px; 
	border-color:#777777; 
	border-style:solid; 
	background-color:#F5F5F5; 
	color:#333333;
 	font-size:20px;
	padding:0px;
	}
.gwt-TextArea{
	margin-top:2px;
	border-width:1px; 
	border-color:#777777; 
	border-style:solid; 
	background-color:#F5F5F5; 
	color:#333333;
 	font-size:20px;
	padding:0px;
	}
.gwt-TextBox{
	margin-top:2px;
	border-width:1px; 
	border-color:#777777; 
	border-style:solid; 
	background-color:#F5F5F5; 
	color:#333333;
 	font-size:20px;
	padding:0px;
	}
.gwt-TextBox-error{
	margin-top:2px;
	border-width:1px; 
	border-color:#777777; 
	border-style:solid; 
	background-color:#F5D5D5; 
	color:#333333;
 	font-size:20px;
	padding:0px;
	}
.gwt-PasswordTextBox{
	margin-top:2px;
	border-width:1px; 
	border-color:#777777; 
	border-style:solid; 
	background-color:#F5F5F5; 
	color:#333333;
 	font-size:20px;
	padding:0px;
	}
.gwt-Button[disabled]  { 
	background-color: #AAAAAA;	
	border: medium #FFA200 solid;
	color:#3B5179;
	cursor:default;
	}

.gwt-DialogBox {
  width: 400px;
}

.voucher-error{
	color:red;
	font-size:8pt;
}
.voucher-upper-caption{
	font-weight:bold;
	font-size:10pt;
	font-family: Helvetica, Sans Serif;
	color:#3B5179;
	
}
.voucher-lower-caption{
	font-weight:lighter;
	font-style:italic;
	font-size:8pt;
	font-family: Helvetica, Sans Serif;
	color:#3B5179;
	
}
.voucher-price{
	font-weight:lighter;
	font-style:italic;
	font-size:12pt;
	font-family: Helvetica, Sans Serif;
	color:#3B5179;
	
}
.noscript-error{
	font-size: 2em;
	font-weight: bold;
	color: red;
	margin: 40px 0px 70px;
	text-align: center;
}
.loading-panel{
	font-size: 2em;
	font-style:italic;
	position:relative;
	top:100px;
	left:45%;
	font-family: Helvetica, Sans Serif;
	color:#3B5179; 
}
