@charset "utf-8";
/* 
CSS Document: www.dutchorangeday.com.au.au
Author: Jerun Spriggs Terlaak */

/* globals */

* {
margin: 0;
padding: 0;
}

body {
	background-color: #f1671e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%
}

#shadows {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-image: url(../images/shadows.jpg); 
	background-repeat: no-repeat;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 803px;
	background-color: #fff;
	height: 100%; /* these 3 */
	float: left; /* rows make up */
	margin-left: 24px; /* the hack that makes the wrapper bg color auto stretch*/
}

h1 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.1em;
	color: #193e86;
	line-height: 150%;
	font-weight: 400;
	margin: 5px 0;
	padding: 0 0 10px 0;
}

h1 a:link, h1 a:visited {
	color: #193e86;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #f26526;
	text-decoration: none;
}


h2 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.1em;
	color: #f26526;
	line-height: 150%;
	font-weight: 400;
	text-align: left;
	padding: 10px 0 10px 0;
}

.h2_border {
	border-top: 1px solid #fff;
	margin: 5px 0;
}

h2 a:link, h2 a:visited {
	color: #f26526;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #193e86;
	text-decoration: none;
}

table.sbs tr, th, td {
	padding: 0px 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 150%;
	color:#666666;
	}
	
table.sbs th {
	font-weight: bold;
	text-align: left;
	background-color:#006699;
	color: #fff;
	}

p {
	margin-bottom: 14px;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 150%;
	color:#666666;
}

ol, ul, li {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 150%;
	color:#666666;
}


.float_left {
	float: left;
	padding: 0 20px 10px 0;
}

.float_right {
	float: right;
	padding: 0 0 20px 20px;
}

p a:link, p a:visited {
	text-decoration: none;
	color: #193e86;
}

p a:hover, p a:active {
	text-decoration: none;
	color: #f26526;
}

/*Form E-News*/

#marginForm input {
	position: relative;
	top: -1.4em;
	left: 6em;
	display: block;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color:#333;
}

#marginForm input.submit {
	clear: both;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color:#666;
}

#marginForm label {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color:#666;
	line-height: 50%;
}

#marginForm select {
	position: relative;
	top: -1.4em;
	left: 6em;
	display: block;
}

/* header and menu */

#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	padding: 53px 0 0 0;
}

.logo {
	float: left;
	margin: 5px 0 5px 5px;
}

.banner {
	float: right;
	margin: 5px 5px 5px 0;
}

#menu_main {
	margin: 0 5px;
	padding: 5px 0 0 0;
	text-align: left;
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-color:#000099;
	height: 30px;
	display:block;
}

#menu_main a {
	color: #fff;
	padding: 5px 18px 5px 8px;
	text-decoration: none;
}

#menu_main a:hover {
	text-decoration: none;
	color: #cccccc;
}

#dropmenudiv {
	position: absolute;
	margin-top: 4px;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	font: 12px Lucida Sans;
	color: #000000;
	line-height: 25px;
	z-index: 100;
	background-color: black;
	text-align: left; 
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: white;
}

#dropmenudiv a:hover {
	background-color: #023eb3;
	color: #fff;
}

/* Content */

#content {
	margin: 15px 5px 5px 5px;
}

#column_left {
	float: left;
	width: 545px;
	position: relative;
	border: 1px solid #eeeeef;
	height: 100%;
}

#column_whole {
	float: left;
	width: 790px;;
	position: relative;
	padding: 0px;
	border: 1px solid #eeeeef;
}

#column_right {
	float: right;
	width: 240px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #eeeeef;
	position:relative;
	height: 100%;
}

#column_right #padding15 {
	padding-left: 15px;
}

#snippet {
	background-image: url(../images/snippet_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 25px 5px 25px;
}

/*Footer*/

#footer {	
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eee;
	padding: 15px;
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #eee;
}

#footer a:hover, a:active {
	text-decoration: underline;
	color: #eee;
}

/*KLM Auction*/

.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Trebuchet MS !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://www.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://www.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://www.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}