/*********************************
      Algemene instellingen
*********************************/

body, h1, h2, p, ul, form, fieldset { margin: 0; padding: 0; }

a img { border: none; }

img { vertical-align: middle; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background: #FFF url(../img/sidebar_background.png) right top repeat-y;
}

#wrapper {
	margin-bottom: -29px;
	min-height: 100%;
}

html, body {
	height: 100%;
}

h1 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 24pt;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0.8em 0 0.4em;
}

h1, p, ul {
	margin-bottom: 0.8em;
}

ul {
	list-style: none;
}
li {
	padding-left: 10px;
	background: url(../img/bullet.png) left 0.6em no-repeat;
}

em {
	font-style: normal;
	font-weight: bold;
}

table {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}
th {
	text-align: left;
	background-color: #8AC66E;
	border-left: 1px white solid;
	border-bottom: 1px white solid;
}
th:first-child {
	border-left: none;
}
th, td {
        vertical-align: top;
        padding: 3px;
        font-size: 10pt;
}
td.logo {
        width: 80px;
}

tr.row1 {
        background-color: #CDF7B8;
}
tr.row2 {
	background-color: #FFF;
}
table.searchresults caption {
	text-align: right;
}

fieldset {
    border: none;
}

input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

input[type="button"], input[type="submit"], #companysectionlink {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #3F7126 url(../img/button.png) repeat-x;
	border: 2px #3F7126 solid;
}

input[type="text"], input[type="password"], textarea, select {
	border: 2px #3F7126 inset;
}

a {
	color: #44772F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.nonbold {
	font-weight: normal !important;
}

.no_decoration{
	text-decoration: none;
}

/*********************************
   Header: menu, banners, tabs
*********************************/

#header {
	background: #F1F1F1 url(../img/header_background.png) repeat-x;
	overflow-x: hidden;
	cursor: default;
}

#nav {
	height: 21px;
	padding-top: 3px;
	padding-right: 10pt;
	margin: 0;
	text-align: right;
	overflow: hidden;
}
#nav li {
	display: inline;
	padding-left: 1ex;
	font-size: 8pt;
	border-left: 1px #AAA solid;
	background-image: none;
}
#nav li:first-child {
	border-left: none;
}

#banners {
	height: 82px;
	padding-left: 30px;
	margin: 0;
	width: 950px;
	overflow-x: hidden;
}
#banners li {
	float: left;
	padding: 0;
	margin-right: 40px;
}

#vtkbanner {
	width: 220px;
	height: 80px;
	background: transparent url(../img/vtk_logo.png) left top no-repeat;
}
#vtkbanner a {
	display: block;
	padding-left: 110px;
	padding-top: 15px;
	height: 65px;
	color: #1A7505;
	font-size: 14pt;
	font-weight: bold;
}
#vtkbanner a:hover {
    text-decoration: none;
}

#menu {
	margin: 0;
	padding-left: 15px;
	
	border-bottom: 4px #D23410 solid;
	list-style: none;
}
#menu li {
	float: left;
	height: 25px;
	margin-top: 2px;
	margin-right: 3px;
	padding: 0;
	background: #D0D0D0 url(../img/tab_corner.png) right top no-repeat;
}

#menu li:hover {
	margin-top: 0;
	height: 27px;
	background-color: #DCDCDC;
}
#menu li a {
	display: block;
	height: 21px;
	padding: 4px 15px 0 18px;
	
	color: black;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/tab_shadow.png) left bottom repeat-x;
}
#menu li:hover a {
	height: 23px;
}

#menu li.active a {
    background-image: none;
}
#menu li.active {
    background-color: #D23410;
}

/*********************************
            Content
*********************************/

#content {
	padding: 20px 0 80px 20px;
	margin-right: 280px;
	background-color: #FFF;
}

.highlight {
	padding: 10px;
	border: 1px #888 solid;
	background-color: #EEE;
	margin-bottom: 4em;
}

.infobox, table, caption {
	border: 2px #7CB95D solid;
}
.infobox {
	padding: 8px;
}
table {
	border-top: none;
}
caption {
	border-bottom: 1px white solid;
	vertical-align: middle;
}
.infobox h2, caption {
	padding: 4px 8px 6px 8px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	background: #7CB95D url(../img/infobox_header_background.png) repeat-x;
}
.infobox h2 {
	margin: -8px -8px 8px -8px;
}

.vcalendar td {
	padding-right: 8px;
}
#calendardate {
	width: 13ex;
}
#calendarhour {
	width: 5ex;
}

#loginbox {
	background: url(../img/loginbox_background.png) repeat-y;
	width: 448px;
	padding: 0 20px;
	margin: 4em auto 2em;
	text-align: center;
}
#loginbox input[type="submit"] {
	margin-top: 0.8em;
}
#loginbox:before {
	display: block;
	content: "";
	background: url(../img/loginbox_top.png) no-repeat;
	height: 30px;
	margin: 0 -20px -10px -20px;
}
#loginbox:after {
	display: block;
	content: "";
	background: url(../img/loginbox_bottom.png) no-repeat;
	height: 30px;
	margin: -10px -20px 0 -20px;
}
#loginbox label {
	display: block;
	text-align: left;
    margin-bottom: 5px;
}
#loginbox span {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 0.1em;
	padding-right: 1ex;
}

#company_logo {
	float: right;
}

#starter_pic {
   float: left;
   margin-right: 10px;
   margin-top: 5px;
}

#company_datasheet {
	width: 80ex;
}

#company_datasheet td:first-child {
	width: 35ex;
}

form table, table.details {
	width: 100%;
}
form table th, table.details th {
	background-color: transparent;
	font-weight: normal;
	width: 30ex;
	padding: 5px;
}
table.details th {
	font-weight: bold;
}
form table td, table.details td {
	padding: 4px;
}
form table li, table.details li {
	background: none;
	padding: 0;
}
form table img, table.details img {
	display: block;
	margin-bottom: 0.8em;
}
form table input[type="text"], form table input[type="password"], form table textarea {
	width: 99%;
}

form table ul.errorlist, form div.errormessage, p.error {
	color: red;
	font-weight: bold;
}

form div.errormessage {
	margin-bottom: 10px;
}

tr.separator th, tr.separator td {
	border-bottom: 3px solid #8AC66E;
}

.adr {
	float: left;
	width: 300px;
	margin-bottom: 2em;
}

.map {
	width: 500px;
	height: 300px;
}
.mapshadow {
	float: left;
	background: url(../img/map_shadow.png) no-repeat;
	padding: 9px 17px 22px 10px;
}

.messages {
	list-style: none;
	width: 450px;
	margin: 0 auto 0.8em;
}
.messages li {
	background: url(../img/info.png) 4px 4px no-repeat;
	padding: 17px 4px 4px 70px;
	height: 40px;
	border-top: 1px #444 solid;
}
.messages li:first-child {
	border-top: none;
}
.messages li.row1 {
	background-color: #EAF3E7;
}
.messages li.row2 {
	background-color: #FFF;
}

ul.padded {
    padding-left: 20px;
}

/*********************************
           Sidebar
*********************************/

#sidebar {
	/*width: 220px;*/
	width: 226px;
	float: right;
	/*padding: 15px 15px 80px 25px;*/
	padding: 15px 12px 80px 22px;
	color: #333B30;
	overflow-x: hidden;
}
#sidebar a {
	color: #23550A;
}

#quickquestion {
	width: 100%;
	height: 150px;
	margin-bottom: 0.4em;
	color: #BBB;
}
#submitquickquestion {
	display: block;
	margin-left: auto;
	margin-bottom: 2.5em;
}

#tags {
	text-align: center;
}
#tags li {
	display: inline;
	padding: 0;
	margin-right: 2ex;
	background-image: none;
}
.tag1 {
	font-size: 8pt;
}
.tag2 {
	font-size: 10pt;
}
.tag3 {
	font-size: 12pt;
}
.tag4 {
	font-size: 14pt;
}
.tag5 {
	font-size: 14pt;
	font-weight: bold;
}

.sidebarbox {
	margin-bottom: 2.5em;
	/*padding: 0 10px;*/
	padding: 0 15px;
	background: url(../img/sidebarbox_background.png) repeat-y;
}
.sidebarbox:before {
	display: block;
	content: "";
	background: url(../img/sidebarbox_top.png) no-repeat;
	/*margin: 0 -10px;*/
	margin: 0 -15px;
	/*height: 10px;*/
	height: 27px;
	margin-bottom: -12px;
}
.sidebarbox:after {
	content: "";
	background: url(../img/sidebarbox_bottom.png) no-repeat;
	/*margin: 0 -10px;*/
	margin: 0 -15px;
	display: block;
	/*height: 10px;*/
	height: 27px;
	margin-top: -12px;
}

.sidebarbox h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.8em;
}

#poll_form li {
	background: none;
	padding: 0;
}
#poll_form li input {
	margin-right: 1ex;
}

#advertorials {
	margin: 0;
}
#advertorials li {
	float: left;
	width: 107px;
	padding: 0;
	margin-bottom: 1em;
	background: url(../img/advertorial_background.png) 5px 0 no-repeat;
	text-align: center;
}
#advertorials li img {
	display: block;
	padding: 5px 0 8px 12px;
}


/*********************************
           Footer
*********************************/

#footer {
	height: 22px;
	padding-top: 5px;
	font-size: 8pt;
	background: #438529 url(../img/footer.png) repeat-x;
	border-top: 2px #31571D solid;
}
#footer p {
	text-align: right;
	margin: 0 10px 0 0;
}
