body, html
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
span.website_title
{
	font-size:30px;
	font-weight:bold;
}
h3, h4, h5
{
  margin: 0px 0px 0px 0px;  
}

h1 {
font-size:20px;
font-weight: bold;
/*The top, right, bottom, and left margin*/
margin: 0 0 5 0;
}

h2, h3 {
font-size: 14px;
font-weight: bold;
margin: 0px;
}

/******** Menu ************/
#tdMenu
{
  background-color: #EDEDED;
  padding-right:5px;
  padding-left:5px;
  width:200px;
}
#tdMenu table
{
	width:200px;
	table-layout:fixed;
}
#tdMenu table td
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:pointer;	
}

.tdWebsiteBg
{
  background-image: url(../../Imgs/Layout/line_gradient_oranje3.jpg);
  height:80px;
}
.tdWebsiteTitle
{
  background-image: url(../../Imgs/Layout/line_gradient_oranje2.jpg);
}
.tdWebsiteFooter
{
  background-image:url(../../Imgs/Layout/line_gradient_groen.jpg);
  background-color:#339933;
  height:30px;
}

/* Link Section */
a.NavbalkLink:link 
{
	color: #FFFFFF;	
	text-decoration: underline;
}
a.NavbalkLink:visited 
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.NavbalkLink:hover 
{
	color: #023785;
	text-decoration: none;
}
a.NavbalkLink:active
{
	color: #023785;
	text-decoration: underline;
}
a.TekstLink:link 
{
	color: #003399;
	text-decoration: none;
}
a.TekstLink:visited 
{
	color: #003399;
	text-decoration: none;
}
a.TekstLink:hover
{
	color: #003399;
	text-decoration: underline;
}
a.TekstLink:active 
{
	color: #003399;
	text-decoration: underline;
}
/* Menu */

a.MenuLink, a.MenuLink:visited
{
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	width: 120px;
	height: 23px;
	border: 1px solid #003399;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	white-space:pre;
	vertical-align:middle;
}
a.MenuLink:hover
{
	border: 1px solid #FE5115;
	background-color: #004600;
	color: #FFFFFF;
	text-decoration: none;
}
a.MenuLink:active
{
	border: 1px inset #003399;
	background-color: #FFA851;
	color: #003399;
	text-decoration: none;
}
/* -- Record Navigation Links -- */
a.NavRecLink
{
	margin: 1 1 1 4;
	padding: 3 3 3 3;	
	border: 1px solid #E8E8E8;
	height:15px;
	color: #003399;
	font-weight:bold;
	text-decoration: none;
}
a.NavRecLink:hover
{
	border: 1px solid #FE5115;
	background-color: #FFA851;
	color: #003399;
	text-decoration: none;
}

/* End Link Section */

.ellipsis 
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.outsideTable
{
	width:100%;
	height:100%; 
	border:10px outset #003399;
}


.palletheffer_details_table
{
	WIDTH: 100%; 
	BORDER-RIGHT: #848400 1px solid; 
	BORDER-TOP: #848400 1px solid; 
	BORDER-LEFT: #848400 1px solid; 
	BORDER-BOTTOM: #848400 1px solid;
}
.heftruck_toebehoren_table
{
	WIDTH: 100%; 
	BORDER-RIGHT: #848400 1px solid; 
	BORDER-TOP: #848400 1px solid; 
	BORDER-LEFT: #848400 1px solid; 
	BORDER-BOTTOM: #848400 1px solid;
}
.heftruck_accus_table
{
	WIDTH: 100%; 
}
.heftruck_weegtechniek_table
{
	WIDTH: 100%; 
}
.heftruck_onderdelen_table
{
	WIDTH: 100%; 
}
input 
{  
	font-style: normal; 
	line-height: normal; 
	color: #000000; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	border:expression((this.getAttribute('type') == 'checkbox' || this.getAttribute('type') == 'radio') 
	                  ? "none"
	                  : (this.disabled ? "1px solid #808080" : "1px solid #A8B2BB"));
	
}
.button 
{  
	font-style: normal; 
	line-height: normal; 
	color: #000000; 
	text-decoration: none; 
	background-color: #FF952B; 
	border: 1px solid #339966; 
	cursor: hand; 
}


