@CHARSET "ISO-8859-1";

/* base definitions */



* {
	margin:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, head {
	margin:0;
	padding:0;
	background: #FFFFFF;
	font-size: 10pt;
	height: 100%;
	background-image: url(../images/alfa_background_1280.png);
	background-repeat:no-repeat;
	background-position:center center;
}

body {
	margin:0;
}

input {
	font-size:0.8em;
}

select {
	font-size:0.8em;
}

input, select, textarea {
	border:1px solid #C7D4F7;
}

input, textarea {
	-x-system-font:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
	
a:link { 
	text-decoration:none; 
	font-size: 18px;
   	color: #707172;	
}
a:visited { 
	text-decoration:none; 
	font-size: 18px;
	color:#707172; 
}
a:hover { 
	text-decoration:none; 
	font-size: 18px;
	color:#707172;
}
a:active { 
	text-decoration:none; 
	font-size: 18px;
	color:#707172; 
}
a:focus { 
	text-decoration:none;
	font-size: 18px;
	color:#808182; 
}

a.small:link { 
	text-decoration:none; 
	font-size: 9px;
   	color: #909192;	
}
a.small:visited { 
	text-decoration:none; 
	font-size: 9px;
	color:#909192; 
}
a.small:hover { 
	text-decoration:none; 
	font-size: 9px;
	color:#101112;
}
a.small:active { 
	text-decoration:none; 
	font-size: 9px;
	color:#909192; 
}
a.small:focus { 
	text-decoration:none;
	font-size: 9px;
	color:#909192; 
}
/* layout */

#container {
  margin:auto;
  background: #ffffff;
  width: 100%;
}

#header {
}

#content {
	float:left;
	margin:0;
	text-align:center;
	width:100%;
}

#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  z-index: 1;
}

#version {
    width: 30%;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6pt;
    color: #00639C;
    position: relative;
    left: 80px;
}

#buttons {
    margin-top: 16px;
    font-size: 6pt;
}

#buttons button {
    width: 135px;
    font-size:6pt;    
}
#buttonSpace {
    margin-left: 150px;
}

#buttonSpace2 {
    margin-left: 20px;
}

#buttonSubmit {
    margin-left: 4px;
}

#buttonReset {
    margin-left: 4px;
}

#buttonOk {
    margin-left: 260px;
}

#errors {  
	display: block;
    text-align: center;
    position: relative;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

#company {
  	position: absolute;
	top: 200px;	
	left: 15px;	
	z-index:3
}
#user {
  	position: absolute;
	top: 3px;	
	left: 8px;	
	z-index:3
}

/* styles */

.caption {
    margin-top: 16px;
    padding-bottom: 6px;
    text-align: left;
    font-size: 1.1em;
    color: #00639C;
}

.infoLine {
    margin-top: 3px;
    margin-left: 40px;
    margin-bottom: 3px;
    text-align: left;
    font-size: 14px;
}

.inputLine {
    margin-top: 3px;
    margin-left: 40px;
    text-align: left;
    font-size: 14px;
}

.labelLine {
   margin-left: 204px;
   margin-top: 5px;
   margin-bottom: 10px;
   font-size: 16px;
   text-align: left;
   color: #00639C;
}
           
.label {
    float: left;
    width: 165px;
    color: #00639C;
}

.value {
    color: #00639C;
}

.input {
	font-size:0.8em;
	width: 190px;
}

.select {
	width: 192px;
    height: 18px;
	font-size:0.8em;
}

.hint {
  font-size: 10pt;
  color: #4040F0;
}

.success {
  font-size: 10pt;
  font-weight: bold;
  color: green;
}

.error {
	font-size: 8pt;
  	color: red;
}

.important {
  vertical-align: top;
  border: 1px solid #DCDC90;
  background-color: #FFFFEE;
  padding: 2pt;
}

.company {
}

