﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #aaa199;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;		
}

a.regular, a.regular:visited, a.regular:active {
	color: Orange;
}

a.regular:hover {
	text-decoration: none;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	padding: 0;
	margin: 0;
}

p {
	color: #000;
	text-align: justify;
}

table {
	border: 0px;	
}

/* ---------------------------------------Main Menu------------------------------------*/

.AspNet-Menu-Horizontal {	
	font-weight: bold;					
	font-size: 11px;	
	margin: 2px 0 0 -10px;
}

.AspNet-Menu-Link {		
	color: #005474;
	padding: 0 5px 0 5px;
	text-decoration: none;
	border-right: 1px solid #005474;
}

.AspNet-Menu-Link:hover,
.AspNet-Menu-Selected a {
	color: #df922c; 
}

#container  { 
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF; 
	background-image: url(bodyBackground.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%		
}

#container { 
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF; 
	background-image: url(bodyBackground.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%		
}

* html #container {
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF; 
	background-image: url(bodyBackground.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%
}
 
#header { 
	background: #DDDDDD; 
	padding: 0 0 0 0px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 112px;
	background-image:url(header.jpg) !important;			
}

/*********** REPEATER ***************/

#alphabet {	
	margin: 0 0 20px 0;
}

#alphabet a {
	color: Orange;
}

#alphabet a:hover {
	text-decoration: none;
}

#alphabet span.searchcommand {
	padding: 10px 0 0 0;
	text-decoration: underline;
}

/************** LOGIN ***************/

#loginStatus {  
	font-size: 12px;
	font-weight: bold;	
	float: right;
	text-align : right;
	color: Orange;
	text-transform: capitalize;
	margin: -20px 0px 0 0;
    top: 0px;
    right: 0;    
    position: relative;
	display: block;
	padding: 0 100px 0 0;      	
}

#loginStatus a {
	color: Orange;
}

#loginStatus a:hover {
	text-decoration: none;
}

#headerspacer {
	width: 916px;
	height: 83px;
	text-align: right;
}

#sidebarSpacer {
	height: 28px;
	width: 140px;
}

#picSpacer {
	height: 28px;
	width: 161px;
}

#linkBar {
	width: 916px;
	height: 28px;
	font-size: 12px;
	text-transform: uppercase;
}

#menuBar {
	width: 521px;
	height: 28px;			
	top: 7px;
	left: 10px;
	position: relative;
}

#menuBar p {
	margin-top: 5px;
}

#loginBar {
	height: 28px;
	width: 916px;
}

#logsidebar {
	height: 28px;
	width: 140px;
}

#logpic {
	height: 28px;
	width: 161px;
}

#login {
	height: 28px;
	width: 521px;
}
 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(sidebarLeftBG.gif);	
}

#sidebarLeftBackgroundEmpty,
#sidebarLeftBackgroundCompany,
#sidebarLeftBackgroundContact {	
	background-repeat: no-repeat;
	background-position: bottom;
	height: 406px;
	width: 140px;	
}

#sidebarLeftBackgroundCompany {
	background-image: url(lfr_bedrijf.jpg);
}

#sidebarLeftBackgroundContact {
	background-image: url(lfr_contact.jpg);
}

/* ---------------------------------------Left Treeview--------------------------------------*/

.TreeView {	
	margin: 0 0 0 -20px; // margin: -1px 0 0 -20px;	
	width: 160px;
	background-image: url(node_bg.gif);
	background-repeat: repeat-y;
	background-position: 20px 0;
}

.LeafNode {
	color: #FFF;
	font-size: 11px;	
	width: 140px;	
	display: block;	 
	text-indent: 20px;
    height: 26px; // height: 24px;
    padding: 2px 0 0 0;    
}

.LeafNodeHover, .LeafNodeSelected {
	 background-image: url(node_bghover.gif);   
	 background-repeat: no-repeat; 
	 background-position: 1px -2px;
}

#sidebarRight {
	float: right;
	width: 120px;
	height: 36px;
	background: url("HLText.gif") no-repeat;
	background-position: top;
}

#mainContent { 
	margin-left: 141px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-right: 121px;
	padding: 10px 20px 20px 27px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
}

#mainContent span {
	margin: 0 0 10px 0;
	display: block;
}

#mainContent p {
	color: #000;
	font-size: 12px;
	
	margin-bottom: 10px;
}

#footer { 
	height: 30px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(footer.gif);
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.leftFloat {
	float: left;
	margin-right: 0px;
}

.rightFloat,
.addNewRecordLink {
	float: right;
	display: block;
}

.addNewRecordLink {
	Color: Orange;
	margin: 0 0 5px 0;
}

.addNewRecordLink:hover {
	text-decoration: none;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #005438;
	font-weight: bold;
	text-decoration: none;
}

/*
	navigationPath layout
*/

#navigationPointer { 
	position: relative;
	margin-left: 140px;
	padding: 5px 0 0 10px;
} 

.rootNode {
	font-size: 12px;
	font-weight: bold;
	color: #DF922C;
	text-decoration: none;
}

.parentNode {
	font-size: 11px;
	font-weight: bold;
	color: #005438;
	text-decoration: none;
}

.nodeSeparator {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

/*
	EINDE: navigationPath layout 
*/

/* ---------------------------------------Forms------------------------------------*/

#form table span,
#form table input {
	width: auto;
}

#form p {
	font-weight: bold;
	color: Orange;
	margin: 5px 0 5px 0;
}

#form span {
	clear: left;
	float: left;
	width: 225px;
	display: block;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
    line-height: 20px;	
}

#form.login span {
	width: 125px;
}

span.message,
a.message {
	clear: left;
	width: 98%;
	display: block;
	padding: 10px 0 5px 10px;
	margin: 0;
	font-size: 12px;
	color: #005538;
}

span.PleaseConfirm {
	float: left;
	text-decoration: underline;
	color: Red;
	font-weight: bold;	
	position: relative;
	top: -50px;	// top: 0;
	text-transform: uppercase;
}

a.message:hover {
	text-decoration: none;
}

#form span.error {
   clear: none;
   width: auto;
   color: #ff0000;
}

#form #validationSummary {
	width: auto;
	color: #ff0000;
	font-size: 12px;
	margin-top: 0px;
}

#form span.checkbox {
	float: left;
	width: 100%;
	line-height: 28px;
	margin: 0; 
	padding: 0;	
}

.disabledCheckbox {
	padding-top: 9px;
} 

#form span.checkboxPromotion {
   width: 225px;
}

#form span.checkboxOrderContact {
	width: 80px;
	margin: 0;
}

#form span.checkboxOrderContact input {
	width: 25px;
	margin: 0 0 0 -5px;
	padding: 0;	
	display: inline;
	display: block;
}

#form span.checkboxOrderContact label {
	float: left;	
	font-weight: bold;
	font-size: 12px;
}

#form span.checkboxPromotion input {
	width: 25px;
	float: left;
	margin: 0 0 0 -5px;
	padding: 0;
}

#form span.checkboxPromotion label {
	width: 200px;
	float: right;	
	font-weight: bold;
	font-size: 12px;
}

#form span.SpanTwoRows,
#form input.SpanTwoRows {
	margin: -10px 0 0 0; // margin: 20px 0 0 0;	
}

#form span.checkbox input {
	width: auto;	
}

#form span.checkbox label {
	font-weight: normal;
}

#form input, 
#form select,
#form textarea {
	width: 200px;
	margin: 5px 0 5px 0;
	float: left;
}

#form textarea {
	width: 100%;
}

br.spacer {
	width: 100%;
	clear: right; // clear: both;
	display: block;
}

#form input.small,
#form select.small {
	width: 75px;
}

#form input.medium,
#form select.medium {
	width: 110px;
}

#form input.submit {
	width: 100px;
	border: 1px solid black;
	float: right;
	margin: 0 0 0 10px;
	height: 24px;
}

#form input.quantityInput {	
	float: right;
}

#form fieldset {
   border: #005538 solid 1px; 
   padding: 15px; 
   width: 450px;	   
}

#form fieldset a {
	color: Orange;
	font-size: 12px;
}

#form.login fieldset {
	width: 385px;
}

/* ---------------------------------------Contact--------------------------------------*/

#contact h2 {
	color: #df922c;
    font-size: 14px;
    text-transform: uppercase;	
    padding-bottom: 10px;	
}

#contact p {
	padding-bottom: 10px;
}

#contact fieldset {
	padding-top: 5px;
	width: 500px;
	height: auto;
	border: #000000 solid 1px;
}

#contact span {
	clear: left;
	float: left;
	width: 150px;
	display: block;
	margin: 2px 0px 5px 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

#contact span.validation {
	clear: none;
	width: auto;
	color: #ff0000;
}

#contact input {
	width: 300px;
	margin-bottom: 5px;
	margin-top: 2px;
	float: left;
}

#contact textarea {
	width: 300px;
	height: 150px;
	margin-bottom: 5px;
	margin-top: 2px;
	float: left;
}

#contact input.submit {
	width: 100px;
	border: 1px solid black;
	float: right;
	margin-right: 42px;
}

.BorderRight {
	border-right: 1px solid black;
}

/*************** CREATE ORDERS ***************/

.commentaar {
	width: 100%;
	height: 50px;
	float: left;
}

span.orderStatus { 
	border: 1px solid #434343;
	padding: 5px;
	text-transform: uppercase;
	width: auto; 
	float: right;
	display: block;
	text-decoration: underline;
	background-color: #FFFFBB;
	margin: 10px 0 5px 0;
}

span.orderStatusCancelled {
	font-weight: bold;
	color: Red;
}

span.orderStatusConfirmed {
	color: Green;
}

#form .noDisplay {
	display: none;
}

/**************** BEHEER SAMENAANKOOPDAGEN *****************/

#samenaankoop table {
	border: none;
}

#samenaankoop fieldset {
	border: 1px solid black;
}

#samenaankoop fieldset.reports {
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

#samenaankoop p.title {
	color: Orange;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

#samenaankoop input.submit {
	width: 100px;
	border: 1px solid black;
	margin-right: 40px;
	height: 24px;
}

#samenaankoop .centerDiv {
	text-align: center;
}

#samenaankoop .links {
	color: Orange;
	text-decoration: none;
}

#samenaankoop table.linkTable {
	width: 300px;
	border: 1px solid Black;
	font-weight: bold;
}

/*********** NEWSFLASH **************/

#newsflash img {
	height: 700px;
	width: 1000px;
	border: none;
}

#newsflash body {
	background-color:#aaa199;
}

#newsflash .desc {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
