h1 {	
	font-size: 32px;
	display : block;
	margin : 0.5em 0 0.5em 0;
	word-wrap:break-word;
    white-space:normal;
}

h2 {
	font-size: 24px;
	display : block;
	margin : 0.5em 0 0.5em 0;
	word-wrap:break-word;
    white-space:normal;
}

h3 {
	font-size: 18px;
	display : block;
	margin : 0.5em 0 0.5em 0;
	word-wrap:break-word;
    white-space:normal;
}
p {
	text-align: left;
}

html,
body {
	margin:0 auto;
	padding:0;
	height:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #FAFAFA;
        background-image: url(../images/sign.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wrapper {
	min-height:100%;
	position:relative;
	width: 70%;
	margin:0 auto;
}
.header {
	padding-top:10px;
}
.content {
	padding-bottom: 80px; /* Height of the footer element + margin */
}
.footer {
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	text-align: center;	
}

img {
	border: 0;
}

a {
	color: #00F;
	background-color: transparent;
}

a:link, a:active, a:visited {
	color: #00F;
	background-color: transparent;
}

a.headermenu:link, a.headermenu:active, a.headermenu:visited {
	text-decoration: underline;
	color: #00F;
	background-color: transparent;
	padding-left: 8px;
}

form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 2px solid black;
	margin-left: 10px;
	padding: 10px;
	width: 700px;
	font-size: 10px;
}

legend {
	background-color: rgb(200, 220, 240);
	border: 2px solid black;
	padding: 0.25em;
	padding-top: 0.1em;
	font-size: 12px;
}

table {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 4px #666666;
	-moz-box-shadow: 0px 1px 4px #666666;
	box-shadow: 0px 1px 4px #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #212121;  
	font-size: 12px;
	margin: 0.4em 0.2em 0.4em 0.2em;
	width: 100%;
}

th {
	font-weight: bold;
	background-color: #7A88A0;
	padding: 3px;
	/*color: #323C4D;*/
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #606060;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #222222 !important;	
}
th a {
	color: #fff !important;		
}
th img {
	  -webkit-filter: drop-shadow(1px 1px 1px #222222) !important;
    
}

img {
	  -webkit-filter: drop-shadow(1px 1px 1px #555555);
    
}

td {
	background-color: #FFF;
	opacity: .8;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	/* border: 1px solid #a0a0a0; */
}

.menu {	
	height: 22px;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
/*	border: 1px solid #808080;	*/
	margin: 0 auto;	
}

/*
.menu-pad {
	background-color: #AFC3E4;
	height: 22px;
	font-size: 13px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: bottom;
	border: 1px solid #808080;
	border-left: 2px solid #808080;
	border-bottom: 2px solid #808080;
	color: #000000;
}
*/
.menu a {
	vertical-align: bottom;
	text-decoration: none;
	font-size: 13px;
}

.headermenu-ie {
	text-align: right;
	margin-right: 0.01in;
	margin-top: -0.20in;
	min-width: 500px;
}

.headermenu-konq {
	text-align: right;
	margin-right: 0.01in;
	margin-top: -0.25in;
	min-width: 500px;
}
.headermenu-ie .btn {
	font-size: 11px;
	padding: 3px 7px 3px 7px;
}
.logo-ie {
	font-family: 'impact', sans-serif;
	font-size: 60pt;
	font-weight: bold;
	color: #99caff;
	margin-top: -0.20in;
	margin-bottom: 0;
	margin-right: 0.2in;
	text-align: left;
	text-shadow: 0px 1px 1px #8a8a8f;
}

.title-ie {
	font-family: 'impact', sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.4in;
	/* margin-top: -0.50in; */
	margin-bottom: 0;
	color: #A1ABB6;
	text-align: left;
	text-shadow: 0px 1px 1px #8a8a8f;
}

.logged-in {
	margin-top: -0.50in;
	margin-bottom: 0;
	text-align: left;
	text-shadow: 0px 1px 1px #8a8a8f;
	float: right;
}

.logo-konq {
	font-family: 'impact', sans-serif;
	font-size: 62pt;
	font-weight: bold;
	color: #99caff;
	margin-top: -0.20in;
	margin-bottom: 0;
	margin-right: 0.2in;
	text-align: left;
	text-shadow: 0px 1px 1px #8a8a8f;
}

.title-konq {
	font-family: 'impact', 'sans-serif';
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.4in;
	/* margin-top: -0.55in; */
	margin-bottom: 0;
	color: #A1ABB6;
	text-align: left;
	text-shadow: 0px 1px 1px #8a8a8f;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	text-align: left;
}

.btn {
	background: #ADD5FF;
	background-image: -webkit-linear-gradient(top, #ADD5FF, #99caff);
	background-image: -moz-linear-gradient(top, #ADD5FF, #99caff);
	background-image: -ms-linear-gradient(top, #ADD5FF, #99caff);
	background-image: -o-linear-gradient(top, #ADD5FF, #99caff);
	background-image: linear-gradient(to bottom, #ADD5FF, #99caff);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*text-shadow: 1px 0px 1px #8a8a8f;*/
	-webkit-box-shadow: 0px 1px 4px #666666;
	-moz-box-shadow: 0px 1px 4px #666666;
	box-shadow: 0px 1px 4px #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #212121;  
	padding: 3px 10px 3px 10px;
	border: solid #fff 0px;
	outline: none;
	text-decoration: none;
	margin: 0.4em 0.25em 0.4em 0.25em;
	font-size: 13px;
}
.btn:hover {
	background: #7A88A0;
	outline: none;
	text-decoration: none;
	color:white;
}
.btn:focus {
	background: #7A88A0;
	outline: none;
	text-decoration: none;
	color:white;
}
.btn:active {
	background: #99caff;
	outline: none;
	text-decoration: none;
	color:white;
}

.inputbox {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #fefefe);
	background-image: -moz-linear-gradient(top, #ffffff, #fefefe);
	background-image: -ms-linear-gradient(top, #ffffff, #fefefe);
	background-image: -o-linear-gradient(top, #ffffff, #fefefe);
	background-image: linear-gradient(to bottom, #ffffff, #fefefe);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 4px #666666;
	-moz-box-shadow: 0px 1px 4px #666666;
	box-shadow: 0px 1px 4px #666666;
	color: #212121;  
	padding: 3px 10px 3px 10px;
	border: solid #fff 0px;
	outline: none;
	text-decoration: none;
	margin: 0.5em 0.25em 0.5em 0.25em;
	font-size: 13px;
}
.inputbox:hover {
	background: #7A88A0;
	outline: none;
	text-decoration: none;
	color:white;
}
.inputbox:focus {
	background: #ADD5FF;
	outline: none;
	text-decoration: none;
	color: black;
}
.inputbox:disabled {
	background: #EBEBEB;
	outline: none;
	text-decoration: none;
	color: #545454;
}
.inputbox:-webkit-autofill {
    -webkit-box-shadow: 0px 1px 4px #666666, 0 0 0px 1000px #fefefe inset;    
    -webkit-text-fill-color: black;
}
.inputbox:-webkit-autofill:hover {
    -webkit-box-shadow: 0px 1px 4px #666666, 0 0 0px 1000px #7A88A0 inset;    
    -webkit-text-fill-color: white;
}
.inputbox:-webkit-autofill:focus {
	-webkit-box-shadow: 0px 1px 4px #666666, 0 0 0px 1000px #ADD5FF inset;
	-webkit-text-fill-color: black;
}

hr {
	margin-top: 8px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 3px #666666;
}

.picker {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #fefefe);
	background-image: -moz-linear-gradient(top, #ffffff, #fefefe);
	background-image: -ms-linear-gradient(top, #ffffff, #fefefe);
	background-image: -o-linear-gradient(top, #ffffff, #fefefe);
	background-image: linear-gradient(to bottom, #ffffff, #fefefe);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 4px #666666;
	-moz-box-shadow: 0px 1px 4px #666666;
	box-shadow: 0px 1px 4px #666666;
	color: #212121;  
	padding: 3px 10px 3px 10px;
	border: solid #fff 0px;
	outline: none;
	text-decoration: none;
	margin: 0.5em 0.25em 0.5em 0.25em;
	font-size: 13px;
	display: inline-block
}
