/* Site Structure */
html {
	height: 100%;
}
			
body {
	padding: 0;
	margin: 0;
	background: #cdbf9e url("images/background_body.gif") repeat top left;
}

#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#mainTable {
	width: 770px;
	height: 100%;
	background: url("images/background_table.gif") repeat-y top left;
	margin: 0 auto;
}
	/* Header */	
	#mainTable #headerLogoLeft {
		width: 200px;
		height: 95px;
	}
	
	#mainTable #headerLogoRight {
		width: 568px;
		height: 95px;
		padding-bottom: 1px;
		background: #000d73 url("images/footerBackground.gif") repeat-x bottom;
		text-align: right;
		vertical-align: bottom;
	}
	
	/* Menu, part next to menu (left side), en the right side */
	#mainTable #Left {
		width: 58px;
		height: 170px;
		background-color: #9c927e;
	}
	
	#mainTable #menu {
		width: 144px;
		height: 170px;
		padding-top: 15px;
		background-color: #ee0600;
		background: #ee0600 url("images/background_menu.gif") no-repeat top;
	}
	
	#mainTable #menu img {			/* For the menu images */
		width: 144px;
		display: block;
		margin: 0 0 10px 0px;
		padding: 0;
	}
	
	#mainTable #right {
		width: 11px;
		background-color: #ee0600;
	}	
	
	/* Content */
	#mainTable #content {
		width: 541px;
		background-color: #FFFFFF;
		padding: 14px;
		vertical-align: top;
	}
	
	#mainTable #contentLeft {
		width: 58px;
		background-color: #FFFFFF;
	}
	
	#mainTable #contentBlue {
		width: 137px;
		height: 100%;
		background: #000d73;
		text-align: right;
		padding-right: 5px;
		vertical-align: top;
		padding-bottom: 70px;
	}
	
	#mainTable #contentBlue img {
		position: relative;
		margin-top: -34px;
		margin-bottom: 40px;
	}
	
	/* Footer */
	#mainTable #footerLeft {
		width: 58px;
		background-color: #FFFFFF;
	}
	
	#mainTable #footerBlue {
		width: 144px;
		background: #000d73;
		text-align: center;
		vertical-align: middle;
	}
	#mainTable #footerBlue a{
		color: #ccccFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	#mainTable #footer {
		vertical-align: middle;
		height: 24px;
		background: #00094b url("images/footerBackground.gif") repeat-x top;
		color: #FFFFFF;
		font-size: 11px;
		text-align: right;
		padding: 0 8px 0 8px;
	}
	
	#mainTable #footerRight {
		width: 11px;
		background-color: #ee0600;
	}

/* Tables */
table, .normaltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
td {
	vertical-align: top;
}

/* Images */
img {
	border: 0;
}

/* Text and headers*/
p {
	color: #706142;
	margin: 0 0 15px 0;
}

#mainTable #headerLogoRight h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #a4a1a9;
	padding: 0;
	margin: 0 4px -6px 0;
	letter-spacing: 1px;
}

#mainTable h2 {
	font-size: 10px;
	font-weight: bold;
	color: #706142;		
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #706142;		
	padding: 0;
	margin: 0;
}
/* Lists */
#mainTable #content ul {
	list-style-type: square;
	color: #FF0000;
	margin-left: 16px;
}

#mainTable #content li span {
	color: #706142;
}

/* Links */
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.link {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.clr {
  clear: both;
}

/* Form stuff */
  .formleftTop {
    font-weight: normal;
  	font-size: 10px;
    color: white;
  }
  
  .formrightTop {
    font-weight: normal;
  	font-size: 10px;
    color: white;
    text-align:right;
  }
  
  .txtfieldTop {
    width: 80px;
    height: 15px;
  	font-size: 10px;
  }
  
  #login {
    width: 40px;
    height: 20px;
    font-size: 10px;
  }
  
  .txtfield {
    width: 200px;
    height: 15px;
    font-size: 10px;
  }
  .txtfieldsm {
    width: 100px;
    height: 15px;
    font-size: 10px;
  }
  .txtfieldxsm {
    width: 30px;
    height: 15px;
    font-size: 10px;
  }
  .block1, .block2 {
    border: 1px #333333 solid;
  }
  .row1 {
    background-color: #dedede;
  }
  .row2 {
    background-color: #cccccc;
  }
  .formleft {
    width: 270px;
  }
  .txtarea {
    width: 300px;
    height: 50px;
    xborder: 1px #bebebe solid;
  }
/* for admin */
  .eddel {
    display: inline;
    float: right;
  }

/* extra stuff */
  .greenb {
    font-weight:bold;
    color: #00FF00;
  }