/*
*************************************************

file : screen.css
client : i.fresh
author : Karl Brightman
date created : 19th April 2007
the podcast : EGM Live* 04/16/2007
on this day : 1995 - Oklahoma City bombing: A car bomb was detonated in front of the Alfred P. Murrah Federal Building in Oklahoma City, Oklahoma, killing 168 people.

*************************************************
*/

/*-------------------------------------------
	Basic Selector
-------------------------------------------*/
* { line-height: 1.4; margin:  0; padding: 0; }
body {
	background: #fff;
	font: normal 62.5% Verdana, Helvetica, sans-serif;
	text-align: center;
}

p { margin-bottom: 1em; }

img { border: 0; }

hr { color: #efefef; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 954px;
}

/*-------------------------------------------
	Header
-------------------------------------------*/
#header {
	height: 150px;
	position: relative;
}

#header #flash {
	background: #00fff00;
	height: 86px;
	left: 25px;
	position: absolute;
	top: 35px;
	width: 200px;
	z-index: 1000;
}

#header #logo {
	/*background: url(../images/core/logo.gif);*/
	height: 86px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 48px;
	width: 200px;
}

#header #slogan {
	background: url(../images/core/slogan.gif);
	display: block;
	height: 28px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 156px;
	width: 495px;
}
#slideshow
{
	border: 0px solid #636363;
	width:250px;
}
#slideshow .title
{
	background-color:#636363;
	display:block;
	height:18px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:2px;
	padding-left:4px;
}
#slideshow .content
{
	padding:0px;
	background-color:#FFFFFF;
}
#slideshow .download
{
	display:block;
	margin-top:0px;
}
/*-------------------------------------------
	Navigation
-------------------------------------------*/
#navigation {
	border-left: 1px solid #e3e3e3;
	font-size: 1.1em;
	position: absolute;
	right: 5px;
	top: 60px;
}

#navigation li { float: left; list-style: none; }

#navigation li a {
	border-right: 1px solid #e3e3e3;
	color: #959595;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	padding: 27px 8px;
	text-decoration: none;
}
#navigation li a:hover { color: #000; }


#navigation_intro {
	border-left: 1px solid #e3e3e3;
	font-size: 1.1em;
	margin:20px auto;
	position: absolute;
    left: 530px;

}

#navigation_intro li { float: left; list-style: none; }

#navigation_intro li a {
	border-right: 1px solid #e3e3e3;
	color: #959595;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	padding: 27px 20px;
	text-decoration: none;
}
#navigation_intro li a:hover { color: #000; }

/*-------------------------------------------
	Login Box
-------------------------------------------*/
#login_box {
	background: #efefef url(../images/core/login_bg_right.gif) no-repeat right top;
	font-size: 1.1em;
	height: 66px;
	margin-bottom: 26px;
}

#login_box_form {
	background: url(../images/core/login_bg_left.gif) no-repeat left top;
	border: 0;
	height: 66px;
	line-height: 27px;
	padding: 16px 0 6px 20px;
}

#login_box_form fieldset {
	border: 0;
}

#login_box_form fieldset h4 {
	color: #959595;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin-right: 20px;
}

#login_box_form fieldset ol { position: relative; top: -8px; }
#login_box_form fieldset ol li {
	display: inline;
	list-style: none;
}

#login_box_form fieldset ol li.forgotten_password {
	float: left;
	clear: left;
}

#login_box_form fieldset ol li input {
	background: url(../images/core/login_box_field_bg.gif) no-repeat 0 0;
	border: 0;
	color: #fff;
	font-size: 1em;
	height: 17px;
	padding: 6px 8px 4px 8px;
	width: 124px;
}

#login_box_form fieldset ol li div {
	background: url(../images/core/login_box_field_bg.gif) no-repeat 0 0;
	display: inline;
	height: 27px;
	width: 140px;
}

#login_box_form fieldset ol li a {
	color: #7AB800;
	text-decoration: underline;
}

.login_box-submit, #login_box_form .login_box-submit {
	background: url(../images/core/login_box_submit.gif);
	border: 0;
	display: inline;
	height: 27px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 3px;
	width: 60px;
}


#login_box.loggedin p {
	color: #959595;
	background: url(../images/core/login_bg_left.gif) no-repeat left top;
	border: 0;
	height: 55px;
	line-height: 27px;
	padding: 16px 0 6px 20px;
}

#login_box.loggedin a { color: #959595; }
#login_box.loggedin a:hover { color: #7ab800; }



/*-------------------------------------------
	Alpha
-------------------------------------------*/
#alpha {
	float: left;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-right: 25px;
	width: 250px;
}
#p-home #alpha { width: 303px; }

#alpha h3 {
	color: #acacac;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
}

/*-------------------------------------------
	Call to Action
-------------------------------------------*/

.call_to_action {
	height: 375px;
	margin-bottom: 1em;
	width: 250px;
}

#p-home .call_to_action { width: 303px; }

.call_to_action#whatever_size_your_strata { /*background: url(../images/call_image_1.jpg);*/ }

.innerimage1 { background: url(images/innerimage1.jpg); }
.innerimage2 { background: url(../images/innerimage2.jpg); }
.innerimage3 { background: url(../images/innerimage3.jpg); }
.innerimage4 { background: url(../images/innerimage4.jpg); }
.innerimage5 { background: url(../images/innerimage5.jpg); }
.innerimage6 { background: url(../images/innerimage6.jpg); }
.innerimage7 { background: url(../images/innerimage7.jpg); }

.call_to_action a {
	display: block;
	height: 375x;
	width: 250px;
	overflow: hidden;
}


/*-------------------------------------------
	Support / Member of
-------------------------------------------*/
#member_of_list, #support_list { margin: 0; margin-bottom: 1em; }
#member_of_list li, #support_list li{
	display: inline;
	list-style: none;
	margin-right: 10px;
}

#member_of_list li img, #support_list li img { vertical-align: middle; }

/*-------------------------------------------
	Kappa
-------------------------------------------*/
#kappa {
	color: #727272;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	width: 451px;
}
#p-home #kappa { width: 351px; }

#kappa h2 {
	color: #7ab800;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#kappa h3 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#kappa h4 {
	color: #a8c07a;
	font-size: 12px;
	font-weight: normal;
	margin-left: 14px;
}

#kappa a {
	/*color: #7ab800   abba8c;*/
	color: #a8c07a;
	text-decoration: underline;
}
#kappa a:hover { color: #005172; }

#kappa strong { color: #868686; }

#kappa table {
	border: 0px solid #d0d0d0;
	border-left: 0;
	border-top: 0;
	color: #959595;
	font-size: .9em;
	margin-bottom: 1em;
	width: 100%;
}

#kappa table th {
	background: #e8f7cb;
	border: 0px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	color: #78a421;
	padding: 4px;
}

#kappa table td {
	border: 0px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	padding: 4px;
	text-align: left;
}
#kappa table tr.alt td { background: #efefef; }

#kappa ol, #kappa ul { margin-bottom: 1em; margin-left: 3em; }

#kappa ul.ticks {
	list-style-type: none;
}

#kappa ul.ticks li {
	padding-left: 20px;
	background: url('../images/tick_icon.gif') left center no-repeat;
}

#kappa ol.seperated_numbered_list { margin-bottom: 1em; }
#kappa ol.seperated_numbered_list li {	
	border-left: 0px solid #d0d0d0;
	margin: 6px 0;
	padding: 6px;
}
#kappa ol.seperated_numbered_list li.alt { 	background: #efefef; }

#kappa p { text-align: justify; }


/*-------------------------------------------
	rechtsgroot
-------------------------------------------*/
#rechtsgroot {
	color: #727272;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	width: 654px;
}
#p-home #rechtsgroot { width: 351px; }

#rechtsgroot h2 {
	color: #7ab800;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#rechtsgroot h3 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#rechtsgroot h4 {
	color: #a8c07a;
	font-size: 12px;
	font-weight: normal;
	margin-left: 14px;
}

#rechtsgroot a {
	/*color: #7ab800   abba8c;*/
	color: #a8c07a;
	text-decoration: underline;
}
#rechtsgroot a:hover { color: #005172; }

#rechtsgroot strong { color: #868686; }

#rechtsgroot table {
	border: 0px solid #d0d0d0;
	border-left: 0;
	border-top: 0;
	color: #959595;
	font-size: .9em;
	margin-bottom: 1em;
	width: 100%;
}

#rechtsgroot table th {
	background: #e8f7cb;
	border: 0px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	color: #78a421;
	padding: 4px;
}

#rechtsgroot table td {
	border: 0px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	padding: 4px;
	text-align: left;
}
#rechtsgroot table tr.alt td { background: #efefef; }

#rechtsgroot ol, #rechtsgroot ul { margin-bottom: 1em; margin-left: 3em; }

#rechtsgroot ul.ticks {
	list-style-type: none;
}

#rechtsgroot ul.ticks li {
	padding-left: 20px;
	background: url('../images/tick_icon.gif') left center no-repeat;
}

#rechtsgroot ol.seperated_numbered_list { margin-bottom: 1em; }
#rechtsgroot ol.seperated_numbered_list li {	
	border-left: 0px solid #d0d0d0;
	margin: 6px 0;
	padding: 6px;
}
#rechtsgroot ol.seperated_numbered_list li.alt { 	background: #efefef; }

#rechtsgroot p { text-align: justify; }



/*-------------------------------------------
	Omega
-------------------------------------------*/
#omega {
	float: right;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-left: 25px;
	width: 203px;
}

/*-------------------------------------------
	Green Box
-------------------------------------------*/
.green {
	background: #7ab800 url(../images/green_box_bottom.gif) no-repeat left bottom;
	color: #fff;
	font-size: .9em;
	margin-bottom: 1em;
}
.green .content { background: url(../images/green_box_top.gif) no-repeat left top; padding: 8px 14px; }

.green h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em;
}

.green a {
	color: #fff;
	text-decoration: underline;
}
.green a:hover { color: #d1f48c; }

ul.green_links_list { border-bottom: 1px solid #89c710; margin: 0; padding: 0; }
ul.green_links_list li { display: inline; list-style: none; padding: 0; margin: 0; }
ul.green_links_list li a {
	border-top: 1px solid #89c710;
	color: #fff;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}
ul.green_links_list li a:hover { color: #d3edbe; }

/*-------------------------------------------
	Blue Box
-------------------------------------------*/
.blue {
	background: #005172 url(../images/blue_box_bottom.gif) no-repeat left bottom;
	color: #fff;
	font-size: .9em;
	margin-bottom: 1em;
}
.blue .content { background: url(../images/blue_box_top.gif) no-repeat left top; padding: 8px 14px; }

.blue h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em;
}

ul.blue_links_list { border-top: 1px solid #1a6380; margin: 0; padding: 0; }
ul.blue_links_list li { display: inline; list-style: none; }
ul.blue_links_list li a {
	border-bottom: 1px solid #1a6380;
	color: #fff;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}
ul.blue_links_list li a:hover { color: #bfd3dc; }


/*-------------------------------------------
	Blue box text
-------------------------------------------*/
.blue #all_contracts_entered {
	background: url(../images/blue_all_contracts.gif);
	height: 126px;
	margin: 6px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 161px;
}

.green #happily_discuss {
	background: url(../images/green_happily_discuss.gif);
	height: 112px;
	margin: 6px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 173px;
}

/*-------------------------------------------
	Talk To Us
-------------------------------------------*/

#talk_to_us_list li {
	border-top: 1px solid #89c710;
	clear: both;
	display: block;
	list-style: none;
	padding: 4px 0 14px;
}

#talk_to_us_list li.first { border-top: 0; }

#talk_to_us_list a { text-decoration: none; }

#talk_to_us_list li .icon {
	height: 50px;
	float: left;
	margin-right: 4px;
	width: 50px;
}

#talk_to_us_list li h4 {
	font-size: 1.2em;
	margin-top: 8px;
}

#talk_to_us_list li p { margin: 0; }

#talk-skype { padding-bottom: 8px !important; }
#talk-skype .icon { background: url(../images/talk-skype_icon.jpg); }
#talk-skype h4 { margin-top: 0px; }
#talk-email .icon { background: url(../images/talk-email_icon.jpg); }
#talk-phone .icon { background: url(../images/talk-phone_icon.jpg); }
#talk-fax .icon { background: url(../images/talk-fax_icon.jpg); }

/*-------------------------------------------
	Footer
-------------------------------------------*/
#footer {
	border-top: 3px solid #efefef;
	color: #959595;
	clear: both;
	padding-top: 1em;
	position: relative;
}

#footer_nav {
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

#footer_nav a { color: #959595; text-decoration: underline; }
#footer_nav a:hover { color: #7ab800; }

#footer_nav li {
	border-left: 1px solid #959595;
	display: inline;
	list-style: none;
	padding: 0 5px 0 7px;
}
#footer_nav li.first { border-left: 0; padding-left: 0; }

#footer #site_created_by {
	background: url(../images/site_created_by.gif);
	display: block;
	height: 28px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 5em;
	width: 201px;
}

/*-------------------------------------------
	Forms
-------------------------------------------*/
.cmxform fieldset {
	border: none;
	margin-bottom: 1em;
}

.cmxform legend { display: none; }

.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

.cmxform fieldset ol {
	margin: 0 0 1em 0 !important;
	padding: 0;
}

.cmxform fieldset li {
	border-bottom: 1px solid #d0d0d0;
	list-style: none;
	padding: 10px 5px;
	margin: 0;
}

.cmxform fieldset li input, .cmxform fieldset li textarea, .cmxform fieldset li select {
	color: #959595;
	padding: 4px;
}

.cmxform fieldset li select { width: 210px; }

.cmxform fieldset li textarea { font-family: Verdana, Helvetica, sans-serif; font-size: .9em; }

.cmxform li.submit { border-bottom: 0; margin-left: 120px; }
.cmxform li.submit input { color: #666; }

.cmxform fieldset li.alt { background: #efefef; }

.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

.cmxform em {
	color: #ff0000;
	font-style: normal;
	font-weight: .8em;
}

.cmxform label {
	width: 120px; /* Width of labels */
}
#kappa .cmxform label { width: 210px; }
#p-home #kappa .cmxform label { width: 120px; }

.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

.cmxform .form_note { color: #bebebe; display: block; font-size: .8em; }

/*-------------------------------------------
	Links List
-------------------------------------------*/
.links_list { border-bottom: 1px solid #d0d0d0; margin: 0 0 1em !important; }
.links_list li {
	border-top: 1px solid #d0d0d0;
	list-style: none;
	padding: 8px 12px;

}
.links_list li.alt { background: #efefef; }

.links_list li h3 a{
	text-decoration: none !important;
}

.links_list#breadcrumbs { border-bottom: 1px solid #e9e9e9; font-size: .9em;}
.links_list#breadcrumbs li { border-top: 1px solid #e9e9e9; padding: 0;}
.links_list#breadcrumbs a { background: url(../images/icon_link_go.gif) no-repeat left center; color: #000000; display: block; padding: 4px 0 4px 22px; }
.links_list#breadcrumbs a:hover { color: #7ab800; }


/*-------------------------------------------
	Language List
-------------------------------------------*/
.language_list { border-bottom: 1px solid #d0d0d0; margin: 0 0 1em !important; }
.language_list li {
	border-top: 1px solid #d0d0d0;
	list-style: none;
	padding: 0px 0px;
	float:left;
}
.language_list li.alt { background: #efefef; }

.language_list li h3 a{
	text-decoration: none !important;
}

.language_list#breadcrumbs { border-bottom: 2px solid #e9e9e9;border-top: 2px solid #e9e9e9; font-size: .9em; }
.language_list#breadcrumbs li { border-top: 1px solid #e9e9e9; padding: 0; }
.language_list#breadcrumbs a { color: #000000;  padding: 4px 0 4px 10px; }
.language_list#breadcrumbs a:hover { color: #7ab800; }


/*-------------------------------------------
	Logged In As Panel
-------------------------------------------*/
 #logged_in_as {
	background: url(../images/logged_in_as_user.gif) no-repeat left center;
	display: block;
	font-size: .8em;
	padding-left: 30px;
}
#logged_in_as span { font-size: 1.3em; }
span.username { font-weight: bold; }

/*-------------------------------------------
	Management Form
-------------------------------------------*/
#management_forms ol li.alt input { background: #efefef; }

#management_forms ol li input.not_active { border: 0; }

/*-------------------------------------------
	Contacts with vCard
-------------------------------------------*/
#contacts_list {
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 1em 0 !important;
}
#contacts_list li {
	border-top: 1px solid #d0d0d0;
	list-style: none;
	padding: 8px 12px;
}
#contacts_list li.alt { background: #efefef; }

.vcard h3 {
	color: #005172 !important;
	margin: 0 !important;
}

.vcard h4 {
	color: #666 !important;
	margin: 0 !important;
	margin-bottom: 1em !important;
}

.hide_type { display: none !important; }

#contacts_list .editable { background: #e7f5cb; }

/*-------------------------------------------
	Pricing Table
-------------------------------------------*/
#pricing_table th, #pricing_table td { text-align: center; }
#pricing_table td.description { text-align: left; }

/*-------------------------------------------
	Glossary
-------------------------------------------*/
.glossary_list {
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 1em !important;
	padding-bottom: 1em;
}
.glossary_list dt {
	border-top: 1px solid #d0d0d0;
	color: #666;
	font-weight: bold;
	margin-top: 1em;
	padding: 8px 0 5px;
}

/*-------------------------------------------
	Back to top
-------------------------------------------*/
.back_to_top {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	display: block;
	font-size: 1em;
	margin: 1em 0;
	padding:0.6em 0;
	text-align: right;
}

.back_to_top a {
	background: url(../images/icon_alders.gif) no-repeat left center;
	padding-left: 22px;
	color: #efefef;
	text-decoration: underline;
}
.link_logo_lijn {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	display: block;
	font-size: 1em;
	margin: 1em 0;
	padding:0.6em 0;
	text-align: right;
}

.link_logo_lijn a {
	background: url(../images/icon_link_go.gif) no-repeat left center;
	padding-left: 22px;
}
.link_logo {
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #efefef;
	display: block;
	font-size: .9em;
	margin: .5em 0;
	padding: .3em 0;
	text-align: right;
}

.link_logo a {
	background: url(../images/icon_alders.gif) no-repeat left center;
	padding-left: 22px;
}


/*-------------------------------------------
	Account Details
-------------------------------------------*/
.account_details { margin: 0 0 1em; }
.account_details dt { color: #005172; float:left; font-weight: bold; margin-right: 10px; }


#info {height:500px;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:1000px; 
font-size:0.85em;
padding-bottom:200px;
z-index:1000;
position:relative;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
width:159px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:159px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000000; 
width:146px; 
height:32px; 
border:1px solid #c4c5c4; 
border-width:0px 1px 0px 1px; 
background:#ffffff; 
padding-left:10px; 
line-height:29px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:159px;

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#266629;

}
/* style the second level hover */
.menu ul ul a.drop:hover{

background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:159px;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;

}




/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#f5faf6; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:146px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:159px;

}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#266629;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#266629;

}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 

}


 .result-row{
	display:block;
	padding-bottom: 10px;
	margin-bottom:10px;

}
 .result-row .item{
	display:block;
	margin-bottom:10px;
}

 .result-row .item{
	display:block;
	margin-bottom:10px;
}
 .buttons img{
	display:block;
	float:right;
	clear:both;
	margin-bottom:10px;
}

