/* ----------------------- Begin LOGIN ---------------------- */

#login_container {
	width: 1004px;
	height: 40px;
	margin: 0px auto;
	background-image: url(http://www.schutte-informatisering.nl/simg/member_si/bg_login_header.png);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: 'Century Gothic', arial;
}

#login_container table {
	margin: 0px 50px 0px 0px;
	height: 34px;
}

#login_container table tr td a {
	text-decoration: none;
}

#login_container #login_form table tr td a {
	margin-right: 5px;	
}

#login_container table tr td {
	font-family: 'Century Gothic', arial;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	color: #797979;
}

#login_container table tr td.title label {
        display: block;
	font-size: 18px;
	line-height: 34px;
	margin-top: -2px;
}

#login_container table tr td label, #login_container table tr td a {
	font-size: 12px;
	color: #797979;
	line-height: 34px;
}

#login_container table tr td input.input {
	float: left;
	width: 132px;
	height: 17px;
	border: none;
	background-color: transparent;
	background-image: url(http://www.schutte-informatisering.nl/simg/member_si/bg_login_field.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

#login_container table tr td input#login_button {
	height: 25px;
	width: 25px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	background-image: url(http://www.schutte-informatisering.nl/simg/member_si/button_login.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* ----------------------  LOGIN END ----------------------  */

/* ----------------------  LOGGED_IN BEGIN ----------------  */

#member table tr td {
	border-right: 1px dotted #acacac;
	padding: 0px;
}

#member table tr td.welkom {
	font-size: 14px;
	border-left: none;
	border-right: none;
	padding: 0px 5px 0px 5px;
}

#member table tr td.screen_name {
	font-size: 18px;
	border-left: none;	
	padding: 0px 15px 0px 5px;	
}

#member table tr td.myaccount {
}

#member table tr td.logout {
}

#login_container #member table tr td a {
	display: block;
	line-height: 31px;
	padding: 0px 15px 0px 15px;	
}

#login_container #member table tr td a:hover {
        background-color: #fafafa;
}
/* ----------------------  LOGGED_IN END ------------------  */