/******************************************************
 * RedesignMe Shared Styles for Business and Community page
 *
 ******************************************************/

/******************************************************
 * General / Global
 ******************************************************/

body, html, h1, h2, h3, h4, ul, ol, li, p {margin: 0px; padding: 0px; }
html, h2, h3, h4, p{ line-height: 1em;}
textarea { resize:none; }

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
	line-height: 1.2em;
}

h1 {
	line-height: 1.2em;
}

a {
	text-align: center;
	color:#000000;
}

a:focus { outline: none; }

button:focus { outline: none; }

div.form_label {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

div.form_input {
	clear: both;
	float: left;
	width: 970px;
}

/******************************************************
 * Flash Message
 ******************************************************/

div#flashMsg {
	background: #18688E;
	padding: 10px;
	line-height: 20px;
	margin-top:20px;
	margin-bottom:20px;
	border:solid;
	border-width:1px;
}

div#flashMsg p {
	color: white;
	font-size: 16px;
}

/******************************************************
 * liveSupport
 ******************************************************/

div#liveSupport {
	float: right;
	text-align:center;
	margin-top:20px;
}

/******************************************************
 * Buttons
 ******************************************************/
 
a.button:link , 
a.button:visited,
input.button,
input.button:link,
input.button:visited {
	display:block;
	height: 18px;
	padding-top:4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right:4px;
	color: #135275;
	font-size: 13px;
	background: transparent url('../images/button_bg.png') repeat-x;
	border: 1px solid #CCC;
	float:right;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
}

input.button {
  height: 24px;
  padding-top: 0;
  line-height: 24px;
}

a.button:hover, 
input.button:hover {
	background: transparent url('../images/button_bg_hover.png') repeat-x;
	text-decoration: underline;
	cursor: pointer;
	color: #3A5E6D;
} 
 
a.normalBtn {
	display:block;
	border: 0px;
	width: 108px;
	height: 30px;
	font-size:12px;
	background: transparent url('../images/business/normal_btn_up.png') no-repeat top left;
	overflow: hidden;
	text-decoration:none;
	float:left;
	padding-top:7px;
}

a.normalBtn:hover {
	background: transparent url('../images/business/normal_btn_dn.png') no-repeat top left;
	font-weight:bold;
}
	
a.bigBtn {
	display: block;
	border: 0px;
	width: 178px;
	height: 33px;
	background:  url('../images/business/big_btn_up.png') no-repeat top left;
	font-size:14px;
	margin-top:10px;
	padding-top: 9px;
	color:#444;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
}

a.bigBtn:hover {
	color:#000;
	background:url('../images/business/big_btn_dn.png') no-repeat top left;
}
	
a.blueBtn, a.orangeBtn {
	display: block;
	border: 0px;
	padding-left:10px;
	padding-right:10px;
	height: 23px;
	font-size:13px;
	margin-top:10px;
	padding-top: 9px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

a.blueBtn {
	padding-left:7px;
	padding-right:7px;
	font-size:12px;
}
a.blueBtnSml, a.orangeBtnSml {
	display: block;
	border: 0px;
	height: 32px;
	width: 100px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:10px;
	margin-left:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

a.blueBtn {
	background: transparent url('../images/bg/blue_btn.png') repeat-x top left;
}

a.blueBtn:hover {
	color:#000;
}

a.blueBtnSml {
	background: transparent url('../images/bg/blue_btn.png') repeat-x top left;
}

a.blueBtnSml:hover {
	color:#000;
}

a.orangeBtn {
	background: transparent url('../images/bg/orange_btn.png') repeat-x top left;
}

a.orangeBtn:hover {
	color:#000;
}

a.orangeBtnSml {
	background: transparent url('../images/bg/orange_btn.png') repeat-x top left;
}

a.orangeBtnSml:hover {
	color:#000; 
}
	
a.loginBtn {
	display:block;
	border: 0px;
	width: 49px;
	height: 20px;
	font-size:8px;
	font-weight:bold;
	background: transparent url('../images/business/login_btn_up.png') no-repeat top left;
	overflow: hidden;
	text-decoration:none;
	float:left;
	padding-top:3px;	
}

a.loginBtn:hover {
	background: transparent url('../images/business/login_btn_dn.png') no-repeat top left;
	text-decoration:underline;
}
	
div#footer button.submitBtn {
	border: 0px;
	width: 15px;
	height: 15px;
	background: transparent url('../images/business/littlerightarrow_btn.png') no-repeat top left;
	float: left;
	margin-left: -2px;
	margin-top: -6px;
}

div#footer button.submitBtn:hover {
	background: transparent url('../images/business/littlerightarrow_btn_dn.png') no-repeat top left;
}

.submitBtn {
	display:block;
	width: 49px;
	height: 25px;
	border: 0;
	margin-left: 6px;
	margin-top:-1px;
	background: transparent url('../images/business/login_btn_up.png') no-repeat top left;
	overflow: hidden;
	float:left;
	cursor: pointer; /* hand-shaped cursor */
	font-size:8px;	
	font-weight: bold;
	text-decoration:none;
	color:#000;
	padding-bottom: 3px;
}

.submitBtn:hover {
	background: transparent url('../images/business/login_btn_dn.png') no-repeat top left;
	text-decoration:underline;
}

button.smallAdmin {
   background: url(../images/rnd_btn_up3.png) no-repeat;
   color: #FFFFFF;
   width: 81px;
   height: 22px;
   font-weight: bold;
   font-size: 14px;
   border:none;
   float:left;
   margin: 10px 0px 20px 20px;
   clear:both;
}

button.smallAdmin:hover {
   background: url(../images/rnd_btn_dn3.png) no-repeat;
   text-decoration: none;
   cursor: pointer;
   color: #000000;
}

/******************************************************
 * Top / Header / Logo
 ******************************************************/

div#header_container {
    margin: 0 auto;
	width:100%;	
    height:120px;
	background-color: #d3d4d5;
 	background-image: url(../images/business/header_bg.png);
	background-repeat: repeat-x;
	min-width:980px;
}

div#header {
	width: 94%;
	height:100%;
    margin: 0 auto;
	min-width:800px;
	max-width:1100px;
}

h1.logo a { /* this is the RedesignMe logo */
	display: block;
	overflow: hidden;
	background: transparent url('../images/redesignme_logo.png') no-repeat top left;
	margin-top:15px;
	float:left;
}

/******************************************************
 * My account Widget
 ******************************************************/
	
div#myAccount {	
	float:right;
	margin-top:4px;
	width:573px;
}

div#myAccount span.field {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	background:#E9E9E2 url(../images/business/inner_shadow.png) no-repeat scroll -1px -1px;
	color:#5B5B5B;
	display:block;
	float:left;
	font-size:11px;
	height:17px;
	padding:3px;
	margin-right:10px;
}

div#myAccount form {
	position: relative;
	padding-top: 5px;
}

div#myAccount form input {
	width: 110px;
	height: 15px;
	background: none;
	border: none;
	font-size: 10px;
}

div#myAccount img { 
	border:0px;
	z-index:1000px;
}

div#myAccount div.inputs {
	float: right;
	height:30px;
}

div#myAccount div.actions {
	float:right; 
	width:300px; 
}

div#myAccount div.actions a {
	font-size:10px;
	color: #aaaaaa;
}

div#myAccount div.actions a:hover {
	color:#1c99d2;
}

.register {
	float:left;
	width:130px;
}

.forgot {
	float:left;
	width:130px;
}

div.portalLink{
	float:right;
	margin-right:10px;
	margin-top:7px;
}

div.portalLink a{	
	color: #aaaaaa;
	font-size: 9pt;
	font-weight: 500;
	text-transform: capitalize;
}

div.portalLink a:hover{	
	color: #000;
	font-size: 9pt;
	font-weight: 500;
	text-transform: capitalize;
}

div.loggedin {	
	float:right;
	margin-left:15px;
	margin-top:7px;
}

div.loggedin a{	
	color: #848484;
	font-size: 10pt;
	font-weight: bold;
}

div.loggedin a:hover{	
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

div#myAccount div.language{
    margin-top:5px;
	position:relative;
	text-align:center;
	overflow:hidden;
	float: right;
	margin-right:15px;
}

div#myAccount div.language a{
  text-decoration: none;
}

div#myAccount div.langFlag img {
    width: 20px;
    height: 20px;
}

div#myAccount div.langFlag, div.langFlagSelected {
	width: 20px;
	height:20px;	
	margin-top:2px;
	float: right;
	margin-left:7px;
}

div#my_account_admin_options{
	margin-left: 422px; 
	margin-top: 50px; 
	text-align: right;
}

.dutchFlag {
 	background: transparent url('../images/dutch_flag_transparant.png');
}

.dutchFlagSelected, .dutchFlag:hover {
	background: transparent url('../images/dutch_flag.png');
}

.englishFlag {
 	background: transparent url('../images/english_flag_transparant.png');
}

.englishFlagSelected, .englishFlag:hover{
	background: transparent url('../images/english_flag.png');
}

/******************************************************
 * Main Navigation
 ******************************************************/

div#menu_container {
	margin:0 auto;
    width:100%;
    background: url('../images/business/menu_bg.png') repeat-x; 
    height: 32px;
	min-width:980px;
}

div#menu_container2 {
    width:94%;	
	min-width:800px;
	max-width:1100px;
	position: relative;
	margin:0 auto;
}

ul#menu {
    height: 32px;
    line-height: 32px;
    list-style: none;
	padding-left:20px;
}

ul#menu li {
	float: left;
	border:none;
	border-right:solid;
	border-width:1px;
	border-color:#CCCCCC;
	width:106px;
}

ul#menu li a {
	display: block;
	text-align:center;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	text-transform:uppercase;
}

ul#menu li:first-child {
	border-left:solid; 
	border-left-width:1px;
	border-color:#CCCCCC;
}

ul#menu li a:focus { outline: none; }

ul#menu li a.current {
	color:#FFFFFF;
    background: url('../images/business/menu_bg_selected_black.png') repeat-x; 
}

ul#menu li a.howitworks {
	color:darkorange; 
	font-weight:bold;
}

ul#menu li a:hover {
	color:#FFFFFF;
	background: url('../images/business/menu_bg_selected_black.png') repeat-x; 
}

/******************************************************
 * Footer
 ******************************************************/
	
div#footer_container {
	min-width:980px;
	text-align: left;
	background: #EBEBEB url('../images/bg/bg_footer.png') repeat-x;
	z-index:5;
	display:block;
	position:relative;
	overflow:hidden;
}

div#footer {
    padding:25px 0;
	margin: 0px auto;
	width:94%;	
	min-width:800px;
	max-width:1100px;
}

div#footer ul#footerNav {
	overflow: auto;
	list-style: none;
	padding-left:40px;
	float:left;
}

div#footer ul#footerNav li {
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #231F20;
}

div#footer ul#footerNav li a {
	text-decoration: none;
}

div#footer ul#footerNav li a:hover {
	color: #1c99d2;
}

div#footer ul#footerNav li form {
	margin:0;padding:0;
}

div#footer ul#footerNav p, div#footer ul#footerNav li p {
	margin:0;padding:0;
	color: #1c99d2;
}

div#footer ul#footerNav li ul li a {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #575757;
}
div#footer ul#footerNav li ul {
	margin-top: 10px;
	list-style: none;
}

div.newsletter {
	clear: both;
	margin-left:20px;
	float:left;
	color: #b4b2ae;
	font-size: 10px;
}

div.newsletter a {
	color: #b4b2ae;
	padding: 0px 5px;
}

div.newsletter h2 {
	width: 150px;
	text-align: left;
	font-size: 12px;
	color: #231F20;
	margin-bottom:13px;
	font-weight: bold;
}

div.newsletter div.reason {
	text-align: left;
	font-size: 10px;
	font-weight:normal;
	color: #444444;
	margin-bottom:5px;
}

div.newsletter span.field {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#E9E9E2 url(../images/business/inner_shadow.png) no-repeat scroll -1px -1px;
	color:#5B5B5B;
	display:block;
	float:left;
	font-size:11px;
	height:17px;
	padding:3px;
}

div.newsletter form input {
	width: 100px;
	border:none;
}

div#footer div#copyright {
	color: #666666;
	width:220px;
	text-align:right; 
	font-size:10px;	
	float: right;
	display: inline;
	margin-top:20px;
	margin-right:7px;
}

div#copyright a {
	color: #666666;
}

div#footer div#esomoa_logos {
	float:right; 
	margin-right:10px; 
}

div#esomoa_logos a {
	color:#999999;
}

div#esomoa_logos a:hover {
	color:#FFFFFF;
}

#tooltip {
	position: absolute;
	width: 300px;
	z-index: 3000;
	border: 1px solid darkgrey;
	background-color: #FFFFDD;
	color: black;
	padding: 5px;
	opacity: 0.95;
}

#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
}

/******************************************************
 * Footer
 ******************************************************/

A.fb-login {
	background: transparent url(../images/facebook-login.gif) no-repeat scroll 0 50%;
	text-decoration:none;
	padding:1px 0 2px 18px;
	line-height:11px;
	font-size:11px;
}
A.fb-login SPAN {
	color:#FFF;
	padding:1px 4px 2px 0;
}

/******************************************************
 * Statistics
 ******************************************************/

.stats {
	float: left;
	margin-right: 20px;
	margin-left:12px;
}

.stats h2 {
	color: gray;
	font-size: 18px;
}

.stats h3 {
	color: #1E5684;
}
