/*
//Component of NedFile.nl - 2016
*/
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #2a3c48;
	//background: #F7F3EA;
	background: #F3F3F3;
    text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
		
/* header */
#headr {
  background-color:#7DA8CA;
  //background-color:#1E95C0;
   //background-image:url('../images/bgheader.jpg');
   //background-repeat:repeat-x;
}

#banner {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

/* content */
#content_wrapper {
	clear: both;
	width: 100%;
	min-height:600px;
}

#content {
	width: 900px;
	padding: 20px 0px 0px 50px;
	margin: 0 auto;
	
}

.content_section {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
/* end of content */

a:link, a:visited { 
    color: #0066CC;
    text-decoration: none;
    font-weight: normal;
   }
    
a:active, a:hover {
    color: #CC0000;
    text-decoration: none; 
   }

img {
    border: none;
 }

#result1 {
    font-family:Verdana, Helvetica, sans-serif;
    font-weight: 900;
    font-size:12px;
    color: #FF3535;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.inputst {
    border:solid 1px #8D8D8D; 
    height:20px;
    padding:2px;
    font-family:Verdana, Arial;
    font-size:12px;
}

.submbt {
    border: 1px solid #777777;
    background: #79B642;
    color: white;
    font: bold 14px 'Verdana';
    padding: 5px 14px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.font1 {
    font-family:Helvetica, sans-serif;
    font-weight:600;
    font-size:15px;
    color: #FFFFFF;
}

.font2 {
    font-family:Helvetica, sans-serif;
    font-size:28px;
    color: #338D3F;
}

.font3 {
    font-family:Helvetica, sans-serif;
    font-size:20px;
    color: #338D3F;
}

.font4 {
    font-family:Helvetica, sans-serif;
    font-size:18px;
    color: #338D3F;
}

.font5 {
    font-family:Helvetica, sans-serif;
    font-size:24px;
    color: #338D3F;
}

.font6 {
    font-family:Helvetica, sans-serif;
    font-size:15px;
   color: #338D3F;
}

.button {        
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
    background-image: -moz-linear-gradient(top, #fff, #ddd);
    background-image: -ms-linear-gradient(top, #fff, #ddd);
    background-image: -o-linear-gradient(top, #fff, #ddd);
    background-image: linear-gradient(top, #fff, #ddd);
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	background-color:#f9f9f9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #777777;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	padding:3px 8px;
	text-decoration:none;
}
    
.button:hover {
    background-color: #eee;        
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: -ms-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: -o-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: linear-gradient(top, #fafafa, #e8e8e8);
}


#errordiv {
    font-family: Verdana, sans-serif;
    font-size:13px;
	
	color:#562A00;
	//color:#6F3700;
	
	//background-color:#E1EFCD;
	//background-color:#FEFFEE;
	background-color:#FEFDDE;
	
	white-space:nowrap;
	vertical-align:middle; 
	display:table-cell; 
}

