@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	background:url(../images/bgBody.gif) repeat-x;
}

h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}

ul,ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}

#header .tagline {
	float:right;
	margin:-48px 10px 0px 0px;
}

#main {
	width:95%;
	margin:0px auto;
}

a {
	color:#ffb000;
	font-weight:bold;	
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a img {
	border:none;	
}

#primary_menu {
	background:#ececec;
	padding:8px 0px 0px 10px;
	height:22px;
}

#primary_menu ul li{
	background:#ececec;
	padding:0px 0px 0px 10px;
	height:22px;
	float:left;
	margin-right:5px;
}

#primary_menu ul li a{
	float:left;
	text-decoration:none;
	color:#000;	
	padding:3px 10px 3px 0px;
	font-weight:normal;
}

#primary_menu ul li a:hover{
	float:left;
	text-decoration:none;
	color:#ffb000;
}

#primary_menu ul li.active{
	background:url(../images/li_actief_left.gif) no-repeat;
}

#primary_menu ul li.active a{
	background:#fff url(../images/li_actief_right.gif) right no-repeat;
	color:#ffb000;
	font-weight:bold;
}

#welcome_text{
		background:#ececec url(../images/header.jpg) top right no-repeat;
		padding:14px;
		margin-top:8px;
		margin-bottom:2px;
		font-size:0.85em;
		line-height:16px;
		height:73px;
}

#welcome_text h1 {
	font-size:1.65em;
	margin-bottom:5px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#354847;
}

#welcome_text .text_width{
		width:60%;
}

.APIKey{
	text-indent:-9000px;
	width:238px;
	height:34px;
	display:block;
	float:right;
	margin-right:-2px;
	position:relative;
	margin-top:41px;
	background:url(../images/API_button.gif);
}

.APIKey:hover{
	background:url(../images/API_hover.gif);
}

.headerRight .APIKey {
	margin-top:43px;
	margin-right:11px;

}

.APIKeyterms{
	text-indent:-9000px;
	width:238px;
	height:34px;
	display:block;
	float:right;
	margin-top:56px;
	margin-right:12px;
	background:url(../images/API_button.gif);
}


.APIKeyterms:hover{
	background:url(../images/API_hover.gif);
}

#content {
	padding-top:7px;
	padding-bottom: 15px;
}

#content #left{
	padding-left:10px;
	padding-bottom:10px;
	border:1px solid #d5d5d5;
	width:55%;
	background:#faf7f7;
	float:left;
	min-height:340px;
}

.registration #content #left {
	background:#fff;	
}

#content #right {
	padding-left:10px;
	padding-bottom:10px;
	border:1px solid #d5d5d5;
	width:40%;
	background:#faf7f7;	
	float:left;
	margin-left:15px;
}

#content h2{
	background:#c8c6c6;
	font-size:1.2em;
	color:#fff;
	margin:0px 0px 15px 0px;
	padding:2px 0px 2px 5px;
	margin-left:-10px;
}

#content textarea {
	margin-left:10px;
	border:1px solid #d5d5d5;
	width:95%;
	height:220px;
}

#content #left input {
	border:1px solid #d5d5d5;
	font-size:0.95em;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:7px;
	width:100%;	
	padding:2px;
}

#content h4{
	border-bottom:1px dashed #cacaca;
	background:url(../images/bg_h4.gif) 0px 7px no-repeat;
	padding:0px 0px 2px 10px;
	color:#ffb000;
	margin:15px 0px 5px 0px;
	width:95%;
}

#content .basetag{
	width:47%;
	float:left;
	margin-right:10px;
	height:65px;
}

#content #search_groups{
	background:#ffffff;
	padding:10px;
	clear:left;
	border:1px solid #d5d5d5;
	width:93%;
	font-size:0.8em;	
	margin-bottom:10px;
}

#content #search_groups .row{
	width:33%;
	float:left;
	
}

#content #search_groups input{
	width:auto;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:6px;
}

#content #search_groups li{
	width:100%;
	clear:both;
	padding-top:4px;
	padding:5px 0px 5px 0px;
	
}

#content #left .submit{
	width:auto;
	background:url(../images/submit.gif);
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	padding:5px 0px 4px 6px;
	float:right;
	margin-right:24px;
	width:80px;
	letter-spacing:-1px;
}

#content #right textarea {
	margin-left:10px;
	border:1px solid #d5d5d5;
	width:95%;
	height:390px;
	line-height:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.85em;
}

/* REGISTRATION */

.registration #content #left {
	width:50%;
}

#content {
	font-size:0.85em;
}

#content #left dl input {
	width:45%;
}

#content #left dt  {
	width:30%;	
	float:left;
	margin-top:9px;
	padding-right:5px;
	text-align:right;
}

#content #left .validation {
	clear:both;
	margin-top:20px;
	border-top:1px solid #adadad;
	width:70%;
	padding-top:10px;
	padding:10px 0px 0px 10px;
}

#content #left .validation_image {
	text-align:center;
	margin:10px 0px 10px 0px;
}


#content #left .validation input {
	width:130px;
}

#content #left .validation input.check {
	width:auto;
	float:left;
	margin:0px;
	margin-right:5px;
}

#content #left .warning {
	font-weight:bold;
	display:block;
	border-top:1px solid #adadad;
	margin-top:15px;
	width:120%;
	padding-top:5px;
	padding-bottom:10px;
}


.registration #content #right {
	border:none;
	width:47%;
	padding:0px;
	background:#fff;
}

.registration #content #right .headerRight {
	background:#496164 url(../images/headeR_right.jpg) top right no-repeat;
	height:100px;
}

.registration #content #right h2{
	margin:0px;
	background:#ececec;
	padding:2px 0px 2px 5px;
	color:#323231;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:10px;
}

.registration #content #right ul {
	padding-left:30px;
	background:url(../images/features.gif) 0px 5px no-repeat;
	width:80%;
}

.registration #content #right ul li{
	padding:10px 0px 11px 0px;
	border-bottom:1px solid  #d5d5d5;
}

#footer {
	clear:both;
	background:url(../images/bg_footer.gif);
	padding:5px;
	font-size:0.85em;
	color:#fff;	
	margin-bottom: 30px;
}

#footer a {
	float: right;
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

#content #left h1 {
	font-weight:normal;
	font-size:1.6em;
	margin-top:10px;
}

.terms {
	padding:10px;
	margin-top:10px;
}
.terms li {
	list-style:circle;
	margin-left:10px;
}
