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

/* globals */

* {
	margin: 0;
	padding: 0;
}

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

#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	width: 803px;
}

h1 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.1em;
	color: #193e86;
	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;
	font-weight: 400;
	text-align: left;
}

.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;
}

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

ol, ul, li {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 140%;
	color:#444;
	list-style-position: outside;
	padding-left: 20px;
}


.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;
}

/* header and menu */

#header {
	padding: 0;
}

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

#menu_main {
	margin: 0;
	padding: 15px 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: 35px;
	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 {
	width: 803px;
	background-color: #FFFFFF;
}

#column_left {
	float: left;
	width: 523px;
	position: relative;
	height: 100%;
	*min-height: 500px;
	background-color: #FFFFFF;
	padding: 20px;
}

#column_right {
	float: right;
	width: 200px;
	background-color: #eeeeef;
	padding: 20px;
	height: 100% auto;
	min-height: 500px;
}


#snippet {
	background-image: url(../images/snippet_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	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;
}

table th {
	background-color: #F1671E;
	color: #FFFFFF;
}

table {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 125%;
	color: #444;
}

.tbmain{ 
 /* Changes on the form */
}
.left{
  /* Changes on the form */
  color: #ff5200 !important; 
  font-family: Arial !important;
  font-size: 12px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#333333;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight: bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;
}
.btn{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#333333;
   border:1px #c6c7ca solid;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://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://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://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://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
 