/* project: anthrotect
   author: amaury prieto */

   
/* default styles
   -------------- */
  
body {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	background-color: #FDFEFD;
}
img{
	border: none;
}

.page{
	width: 980px;
	margin: 5px auto 5px auto;
}

.header{
	height:	70px;
	margin: 5px 0 10px 0;
}
	.subheader{
		margin-bottom: 10px;
	}

	.subheader .top{
		background: #FBAE2C url(../img/orange-top.gif) no-repeat;
		height: 10px;
		color: #666666;
	}
	
	.subheader .box{
		height:	85px;
		background: #FBAE2C url(../img/orange-bottom.gif) no-repeat bottom;
		margin: 0;
		text-align: justify;
		font-size: 1.2em;
		padding: 5px 10px 5px 10px;
	}

	.subheader .box .col1, .subheader .box .col2 {
		float: left;
		display: inline;
		padding: 0 5px 0 5px		
	}	

	.subheader .box .col1{
		width: 75%;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFEDB5;
		padding-right: 15px;
	}	
	
	.subheader .box .col2{
		width: 20%;
		border: none;
		padding-right: 5px;
		padding-left: 15px;
	}	
	
	.content{
		width: 100%;
	}
	
	.content .col1{
		float: left;
		width: 480px;
	}
	
	.content .col2{
		float:	left;
		margin-left: 10px;
		width: 480px;
	}

.footer{
	clear:	both;
	height:	160px;
	width:	980px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height:1.5em;
	font-size: 0.88em;
}

	.footer .top{
		background:  #B1BB1E url(../img/green-top.gif) no-repeat;
		height: 10px;
		color: #666666;
	}
	
	.footer .box{
		color: #FFFFFF;
		padding:	5px;
		margin: 0 0 10px 0;
		background: #B1BB1E url(../img/green-bottom.gif) no-repeat bottom;
	}

	.footer .box .col1, .footer .box .col2, .footer .box .col3{
		float: left;
		display: inline;
		padding: 0 5px 0 5px;
		height: 145px;
	}
	
	.footer .box .col1{
		width: 40%;
	}

	.footer .box .col2{
		width: 29%;
	}
	
	.footer .box .col3{
		width: 26%;
		float: right;
	}
		
	.footer .box .col1, .box .col2{
		border-right: 1px #fff solid;
	}

.box a {
	color: #FFFCD1;
	background: inherit;
}

.box h2 {
	color: #FFF;
	background: inherit;
}	

h1 {
	letter-spacing: -1px;
	padding: 2px 0 0 0px;
	margin: 0;
	color: #B1BB1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}

h1 a, h2 a {
	text-decoration: none;
	color: #B1BB1E;
}

h1 a:hover, h2 a:hover {
	color: #CCCCCC;
}

h1 .red{
	color: #FFFFFF;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {	
	margin: 0px 10px 5px 0px; 
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(../img/button.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(../img/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.logo {
	float: left;
	width: 220px;
	height:	40px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}

.header_right {
	float: right;
	width: 580px;
	height: 40px;
}

.logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.top_info {
	width: 568px;
	margin: 5px;
	padding: 0 5px 5px 0;
	text-align: right;
	color: #444;
}
	
.slogan {
	text-align: right;
	width: 160px;
}


.bar {
	text-align: right;
	font-size: 1.15em;
	height: 30px;
}
	.bar .languages{
		font-size: 0.6em;
		float: right; 
		height: 20px; 
		top: -5px;		
	}

	.bar li {
		padding: 0px 0px 8px 15px;
		color: #B1BB1E;
		display: inline;
	}
	
	.bar li.active { 
		background: #FFF url(../img/bar.gif) no-repeat center bottom; 
		color: #C3593C;
		font-weight: bold; 
		padding-bottom: 8px; 
		border-right: 1px #C3593C solid;
	}

	.bar a { 
		color: #B2BB1E; 
		background: inherit;
		font-weight: bold;
	} 

	.bar a:hover { 
		color: #B2BB1E; 
		text-decoration: none;
	} 


.show{
	display:	block;
}

#layersSelector{
	font-size:		12px;
	background: 	#fff;
	margin-left:	240px;
	color:			#444444;
	opacity: 		0.7;
	padding-left:	20px;
	margin-top:		5px;
	padding:		10px;
}

.border-top {
	background: url(../img/c_1_top.jpg) no-repeat top;
	width: 490px;
	height: 25px;
	margin-top: 10px;
}

.border-middle {
	background: url(../img/c_1_middle.jpg) repeat-y;
	width: 460px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	min-height: 470px;	
}

.border-bottom {
	background: url(../img/c_1_bottom.jpg) no-repeat scroll;
	width: 490px;
	height: 25px;
	margin-bottom: 20px;
	clear: left;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	color: #666666;
	text-align: center;
	clear: both;
	height: 29px;
	width: 980px;
}

ul.tabs{
	display: inline;
	text-align: right;
}

.tabs li{
	color:#B1BB1E;
	display:inline;
	padding:0 0 8px 15px;	
}

.result .title{
	font-weight: bold;
}

.result{
	border-bottom: 1px #ccc dashed;
	margin: 5px;
	padding: 5px;
	height: 50px;
}

.search input{
	color:#333;
	background: url(../img/rounded-input.gif) transparent no-repeat scroll;
	border-style: none;
	border-style: hidden;
	padding-right: 5px;
	padding-left: 5px;
	width: 230px;
	height: 20px;
	margin-top: 10px;
	outline:none; 
}

.search input:focus {
	border-style: none;
	outline:none; 
}

.results .button{
	float:	left;
	background-color: #B1BB1E;
	color:	#fff; 
	padding: 5px;
}
a.button{
	text-decoration: none;	
}

.results{
	height: 330px;
	overflow-y: auto;
	margin-right: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.hide{
	display: none;
}

.loading {
    background-image:url(/img/loading.gif);
    position: relative;
    background-position:center;
    background-repeat:no-repeat;
	z-index: 1001;
}
