@charset "utf-8";
/* CSS Document */
/* Tinstaafl Stylesheet */
/* Ugly version */
body{
font-size:100%;
font-family:Helvetica, Arial, sans-serif;
background-color:#fff;
}
#container{
max-width:960px;
margin:0 auto;
}
.column1{
float:left;
width:45%;
margin: 0;
padding:5px 0 0 0;
border:0;
}
.column2{
float:right;
width:55%;
margin: 0;
padding:5px 0 0 0;
border:0;
}
/* Font styles */
h1{
text-align:center;
/*color:#333;*/
color:#000;
font-size:150%;
}
h2{
text-align:center;
color:#000;
font-size:150%;
margin:5px 0 5px 0;
clear:both;
}
h3{
color:#000;
font-size:100%;
margin:8px 0 8px 0;
}
.search_parameters_area h3{
color:#000;
font-size:110%;
}
h4{
color:#000;
font-size:100%;
}
p{
font-size:95%;
color:#000;
}
p.mandatory{
font-size:110%;
text-align:center;
color:#933;
font-weight:bold;
}
p.copyright{
font-size:70%;
}
.center{
text-align:center;
}
.clear{
clear:both;
}
/* Links */
a{
color:#933;
}
a:visited{
color:#933;
}
a:hover{
background-color:#933;
color:#fff;
text-decoration:none;
}
/* Image Styles */
img{
max-width:100%;
}
/*form, .box{
text-align:center;
padding:5px;
background-color:#CCC;
border:#666 1px solid;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
border-radius:6px;
-moz-box-shadow: 2px 2px 2px #ccc;
-webkit-box-shadow: 2px 2px 2px #ccc;
box-shadow: 2px 2px 2px #ccc;
}*/
select, option, input{
font-size:100%;
}
input{
background-color:#CCC;
color:#000;
width:140px;
height:40px;
/*border: 1px solid #000;*/
/*-moz-border-radius:6px;
-webkit-border-radius: 6px;
*//*border-radius:6px;*/
/*-moz-box-shadow: 2px 2px 2px #ccc;
-webkit-box-shadow: 2px 2px 2px #ccc;
*/box-shadow: 2px 2px 2px 2px #999;
}
#results_table_area {
text-align:center;
padding:10px;
}
/* Table Styles */
#results_table_area table {
	width:100%;
 	padding:0;
    background-color:#fff;
    border: 1px solid #808080;
	}	
#results_table_area th, #results_table_area td { 
	text-align:left;
	border:#666 thin solid;
	font-size:95%;
	color:#000;
	margin:0;
	line-height:1.0;
	padding:2px;
	}	
#table_area table {
	width:100%;
 	padding:0;
    background-color:#fff;
    border: 1px solid #808080;
	border:0;
	}
#table_area {
	width:100%;
 	padding:0;
    background-color:#fff;
    border: 1px solid #808080;
	}	
#table_area th,#table_area td { 
	text-align:center;
	border:#666 thin solid;
	font-size:100%;
	color:#000;
	margin:5px 5px 10px 5px;
	line-height:1.0;
	padding:5px;
	}	