html {
    background: #ffffff;
    background-color: #ffffff;
}

body {
    background: #ffffff;
    background-color: #ffffff;
    color= #000000;
    font-family: Frutiger,sans-serif,arial;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }

.textcolorcompanydark { color: #232D91; }
.textcolorcompanydefault { color: #232D91; }
.textcolorinfo { color: #F2CD13; }
.textcolorwhite { color: #ffffff; text-decoration:none; }

.outerpanel {
    background: #ffffff;
    background-color: #ffffff;
    color= #000000;
    padding: 0px;
    margin: 0px;
}

.headlinepanel {
	background: #232D91;
	background-color: #232D91;
	width: 100%;
	height: 30px;
}

.headimagepanel {
	margin-top: 30px;
	margin-left: 10%; 
	background: none repeat scroll 0% 0% transparent; 
}

.companypanel {
	color: #ffffff;
	background: #232D91;
	background-color: #232D91;
	width: 90%;
	padding-left: 10%;
	padding-top: 1px;
	padding-bottom: 15px;
}

.errorpanel {
	color: #ffffff;
	background: #ED1823;
	background-color: #ED1823;
}

.margedpanel {
	margin-top: 20px;
	margin-left: 10%;
}

.datainputpanel {
	background: #F5F7F7; 
	background-color: #F5F7F7;
	color: #000000;
}

.horizontalbar {
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	vertical-align: center;
}

/* ### input text ### */
.defaulttextinput {
	font-size: 16px;
	padding: 6px 4px;
}


/* ### check box ### */

.cbbox {
	width: 20px;
	height:20px;
	border: 1px solid #bbb;
	background: #fefefe;
	padding: 1px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
	vertical-align: middle;
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
}
.cbbox:hover {
	background: #dddddd;
}

.cbouterbox {
	width: 24px;
	height:24px;
	border: 1px solid #bbb;
	background: #white;
	padding: 1px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
	vertical-align: middle;
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	cursor: default;
}
.cbinnerbox {
	width: 20px;
	height:20px;
	border: 0px solid #bbb;
	background: #fefefe;
	margin: 2px;
	cursor: inherit;
}
.cbinnerbox:hover {
	background: #dddddd;
}

.cbtext {
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	max-width: 75%;
}

input[type='checkbox'] {
	width:auto;
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin:0;
	padding:0;
}

input[type='checkbox'] + label {
	cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
	content:' ';
	display:inline-block;
	width: 25px;
	height:25px;
	position: relative;
	top:4px;
	border: 1px solid #bbb;
	background: white;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox']:hover  + label::before {
	background:#ddd;
	box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before {
	background:black;
	box-shadow: inset 0 0 0 2px white;
}

/* ### input file ### */
.fileContainer {
	border: 0px solid #ccc;
	background: #232D91;
	color: #ffffff;
	text-color: #ffffff;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    max-width: 200px;
}

.fileContainer [type=file] {
    display: none;
}

.filesaved {
	border: 0px solid #ccc;
	background: #232D91;
	color: #ffffff;
	text-color: #ffffff;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    max-width: 200px;
}

.filesaved [type=file] {
    display: none;
}

.filesaveinprogress {
	border: 0px solid #ccc;
	background: #F2CD13;
	color: #000000;
	text-color: #000000;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    max-width: 200px;
}

.filesaveinprogress [type=file] {
    display: none;
}

/*
.fileContainer div { margin-top:1px; margin-bottom:10px; }
.fileContainer div {
	cursor:pointer;
	background-image: none!important;
	background: rgb(1,44,95)!important;
	background-color:rgb(1,44,95)!important;
	color: #fff!important;
	color: #fff!important;	
	font-weight: bold!important;
	border:none!important;
	border-radius: 5px;
	text-align:center;
	padding:5px 0!important;
	width: 210px;
}
.fileContainer div:hover { box-shadow:0px 0px 12px rgb(1,44,95)!important } 
*/

.fileSet div { margin-top:1px; margin-bottom:10px; }
.fileSet div {
	cursor:pointer;
	background-image: none!important;
	background: rgb(218,225,239)!important;
	background-color:rgb(218,225,239)!important;
	color: #000!important;
	color: #000!important;	
	font-weight: bold!important;
	border:none!important;
	border-radius: 5px;
	text-align:center;
	padding:5px 0!important;
	width: 210px;
}
.fileSet div:hover { box-shadow:0px 0px 12px rgb(218,225,239)!important } 
.fileSet INPUT {display:none}



