﻿body {
	font-family: Arial, sans-serif, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	
	margin: 0;							/*set the page margin to 0*/
	padding: 0;							/*set the page padding margin to 0*/
	text-align: center; 				/*set the page alignment of our div to center*/
	background-color: #5c605c;
}

#box {
	margin: 70px auto;					/*set the div to center with top and bottom 15px*/
	text-align: left;					/*set the div alignment to left*/
	width: 900px;						/*set the div size to 900px*/
	/*word-wrap: break-word;*/ 				/*set the div word-wrap for ie5.5 above so that it will break to next line if it gets over horizontally*/
	overflow: hidden;					/*set the div word to be hidden if it goes over the right border for other browser*/
	background-color: #3A3E39;
}
 	
#content
	{
	/*padding:3em;*/					/*set the padding of our div content so that it will be nicely written with a fair amount of space*/
	padding: 10px;
	}

.main_upper_div {
	height: 115px;
} 

.main_show_div {
	height: 30px; 
	background-color: #C7E689;
	color: #262B25;
	margin-left: 1px;
	margin-right: 1px;
}

.main_content_div {
	background-color: #231F20;
	min-height: 400px;
	padding-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 20px;
}

.main_bottom_div {
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

.topNavigation
{	
	top:100px;
	float: right; 
	margin-top: 40px;
	margin-right: 50px;
	font-size:14px;
	font-family: Arial, sans-serif, Arial;
	text-align:right;
	}
/*--------------------------------- Start HTML Control Style ---------------------------------*/
A:link
{
	font-size: 9pt;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A:visited
{
	font-size: 9pt;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A:hover
{
	font-weight: normal;
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A:active
{
	font-weight: normal;
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkGreen:link
{
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkGreen:visited
{
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkGreen:hover
{
	font-weight:normal;
	font-size: 9pt;
	color: White;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkGreen:active
{
	font-weight: normal;
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkBlack:link
{
	font-size: 9pt;
	color: Black;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkBlack:visited
{
	font-size: 9pt;
	color: Black;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkBlack:hover
{
	font-weight:normal;
	font-size: 9pt;
	color: White;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.linkBlack:active
{
	font-weight: normal;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.siteNavigation:link
{
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.siteNavigation:visited
{
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.siteNavigation:hover
{
	font-weight:normal;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
A.siteNavigation:active
{
	font-weight: normal;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}

h1{
	color:#C7E689;
	border-bottom:solid 1px #C7E689;
}

TABLE {
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}

.pagecontents
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;  
    min-height:500px;
}

.pagecontentsFooter
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;  
    height: 46px;
}

.dropdown 
{
	font-family: Arial, sans-serif, Arial;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}
.dropdowndisabled 
{
	font-family: Arial, sans-serif, Arial;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	background-color: #D4D0C8;
}
.textbox 
{
	font-family: Arial, sans-serif, Arial;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}
.textboxdisabled 
{
	font-family: Arial, sans-serif, Arial;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	background-color: #D4D0C8;
}
.label
{
	font-weight: bold;
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}

.paneHolder
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.paneLeft
{
    text-align: left;
    vertical-align: top;
    width: 220px;
    padding-left: 10px;
}

.paneRight
{
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

.paneRightMost
{
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

.sitebutton
{
	border-right: #eeeeee 1px outset;
	padding-right: 1px;
	border-top: #eeeeee 1px outset;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 1px;
	margin: 2px;
	text-transform: capitalize;
	border-left: #eeeeee 1px outset;
	cursor: default;
	color: #231F20;
	line-height: normal;
	padding-top: 1px;
	border-bottom: #eeeeee 1px outset;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
	letter-spacing: normal;
	background-color: #C7E689;
}

/*--------------------------------- End HTML Control Style ---------------------------------*/

/*--------------------------------- Start Label Style ---------------------------------*/
.errormessage
{
	font-size: 9pt;
	color: red;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
.successmessage
{
	font-size: 9pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
.errorlabel
{
	font-size: 9pt;
	font-weight: bold;
	color: red;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
.labelgreen
{
	font-weight: bold;
	font-size: 10pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
	margin: 10px 10px 10px 10px;	
}

.divFade
{
	height: 20px;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	margin: 2px;
	color:#231F20;
	line-height: normal;
	padding-top: 1px;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
	letter-spacing: normal;
	background-color: #C7E689;
}

.message {
	margin: 2px 0 2px;	
}
	.message p,
	.message h2 {
		padding: .4em 0 .6em;
	}
	.message.red 
	{
		border-color: #FFBCB3;
		background: red;
	}
	
.companyname 
{
	color:#3a3e39;
	font-size: 30pt;
	font-family: Ariel, Helvetica, sans-serif;
}

.boothnumber 
{
	color:#3a3e39;
	font-size: 18pt;
	font-family: Ariel, Helvetica, sans-serif;
}
	
/*--------------------------------- Start Label Style ---------------------------------*/

/*--------------------------------- Start DataGrid Style ---------------------------------*/

.DataGridHeader
{
	font-size: 8pt;
	padding-bottom: 2px;
	color: #000000;
	line-height: normal;
	padding-top: 2px;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
	background-color: #C7E689;
}
.DataGridBody
{
	font-family: Arial, sans-serif, Arial;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #EEEEEE;
}
TR.DataGridHeaderStyles TD, TR.DataGridHeaderStyles A
{
	color: #000000;
	background-color: #C7E689;
	font-family: Arial, sans-serif, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1px;
	line-height: normal;
	text-align:center;
}
TABLE.DataGridStyle 
{
	font-family: Arial, sans-serif, Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #EEEEEE;	
}
/* DataGrid HeaderStyle */
	TR.DataGridHeaderStyle {
		background-color: #C7E689;
		color : #000000}
		/* child-elementen HeaderStyle */
		TR.DataGridHeaderStyle TD, TR.DataGridHeaderStyle A:visited, TR.DataGridHeaderStyle A:link
		{
			color: #ffffff;
			background-color: #C7E689;
			font-family: Arial, sans-serif, Arial;
			font-size: 8pt;
			font-weight: normal;
		}	
		TR.DataGridHeaderStyle A:hover
		{
			color: #000000;
			background-color: #C7E689;
			font-family: Arial, sans-serif, Arial;
			font-size: 20pt;
			font-weight: normal;
		}		
   /* DataGrid ItemStyle */
	TR.DataGridItemStyle {
		background-color: #5c605c;
		color : #C7E689;
		font-family: Arial, sans-serif, Arial;
		font-weight :normal;
		font-size : 9pt;
	}
		/* child-element ItemStyle */
		TR.DataGridItemStyle TD, TR.DataGridItemStyle A:visited, TR.DataGridItemStyle A:link, TR.DataGridItemStyle INPUT
		{
			background-color: #5c605c;
			color: #C7E689;
			font-family: Arial, sans-serif, Arial;
			font-weight :normal;
			font-size: 9pt;
		}
		TR.DataGridItemStyle A:hover
		{
			background-color: #5c605c;
			color: #ffffff;
			font-family: Arial, sans-serif, Arial;
			font-weight :normal;
			font-size: 9pt;
		}	
    /* DataGrid AlternatingItemStyle */
	TR.DataGridAlternatingItemStyle {
		background-color: #3a3e39;
		color : #C7E689;
		font-family: Arial, sans-serif, Arial;
		font-weight :normal;
		font-size : 9pt;
	}
		/* child-element AlternatingItemStyle */
		TR.DataGridAlternatingItemStyle TD, TR.DataGridAlternatingItemStyle A:link, TR.DataGridAlternatingItemStyle A:visited, TR.DataGridSelectedItemStyle INPUT
		{
			color: #C7E689;
			background-color: #3a3e39;
			font-family: Arial, sans-serif, Arial;
			font-weight :normal;
			font-size: 9pt;
		}
		TR.DataGridAlternatingItemStyle A:hover
		{
			background-color: #3a3e39;
			color: #ffffff;
			font-family: Arial, sans-serif, Arial;
			font-weight :normal;
			font-size: 9pt;
		}	
.DataGridPagerStyle
{
	font-size: 8pt;
	line-height: normal;
	font-weight:bold;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
	background-color: #3a3e39;
	}		
/*--------------------------------- End DataGrid Style ---------------------------------*/

/*--------------------------------- Start Box Border Style ---------------------------------*/
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	l = left border
	r = right border
	t = top border
	b = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;		/*set background color to transparent for our 4 corner so that it will not go overlapped*/
	background-repeat: no-repeat;		/*set background to only display once for our 4 corner*/
	
	}

#tlc
	{
	background-image:url(../img/topleft.png); 	/*set top left hand corner image*/
	background-position: 0% 0%;				/*set the position to start at 0,0, top left*/
	}

#trc
	{
	background-image:url(../img/topright.png);	/*set top right hand corner image*/
	background-position: 100% 0%;			/*set the position to start at max width,0, top right*/
	}
	
#blc
	{
	background-image:url(../img/bottomleft.png);	/*set bottom left hand corner image*/
	background-position: 0% 100%;			/*set the position to start at 0,max height, bottom left*/
	}

#brc
	{
	background-image:url(../img/bottomright.png);	/*set bottom right hand corner image*/
	background-position: 100% 100%;			/*set the position to start at max width,max height, bottom right*/
	}
			
#t
	{
	background-image:url(../img/toppx.png); /*set the top border image*/
	background-position: 0% 0%;			/*set the position to start at 0,0, top left*/
	background-repeat: repeat-x;		/*repeat the top border image in x-axis*/
	}

#b
	{
	background-image:url(../img/bottompx.png); /*set the bottom border image*/
	background-position: 0% 100%;		/*set the position to start at 0,max height, bottom left*/
	background-repeat: repeat-x;		/*repeat the bottom border image in x-axis*/
	}
	
#r
	{
	background-image:url(../img/rightpx.png); /*set the right border image*/
	background-position: 100% 0%;		/*set the position to start at max width,0, top right*/
	background-repeat: repeat-y;		/*repeat the right border image in y-axis*/
	}

#l
	{
	
	background-image:url(../img/leftpx.png); /*set the left border image*/
	background-position: 0% 100%;		/*set the position to start at 0,max height, top left*/
	background-repeat: repeat-y;		/*repeat the left border image in y-axis*/
	}
/*--------------------------------- End Box Border Style ---------------------------------*/

div.divTopMasterPage {
	border-left: 1px white solid;
	border-right: 1px white solid;
	width: 470px;
	height: 56px;
	position:absolute;
	top: 8px;
	left: 135px;
	overflow: hidden;	
}

div.divTopMasterPage table 
{
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 12px;
}

div.divTopMasterPage img
{
	height: 35px;
}

.titleRow
{
    height:40px;
}

.titleTable
{
	padding: 0px;
	margin: 0px;
	width: 100%;    
    text-align: left;
}

.pagebody
{
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}

.pageheader
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
	background-color: #ffffff;
}
.pageinfo
{
	font-weight: bold;
	font-size: 8pt;
	color: Gray;
	font-style:italic;
	font-family: Arial, sans-serif, Arial;

}
.sectionheader
{
	font-weight: bold;
	font-size: 10pt;
	color: #C7E689;
	font-style: normal;
	font-family: Arial, sans-serif, Arial;
}
		
		
.contentPanel
{
    width: 200px;
    padding: 0;
    margin: 0;    
}
.contentPanelLinks
{
    text-align:right;
    padding: 10px;
}

.contentPanelBody
{
    text-align: left;
    padding: 10px;
}

.contentLabel
{
    color: #000000;
    font-size:18px;
}

.contentLabelBold
{
    color: #000000;
    font-weight: bold;
    font-size: larger;
}

.pageTitle
{
    font-size: 16pt;
    font-weight: bold;
}

.pageTitleDivider
{
    border: 1px solid #C7E689;
    padding: 0px;
    margin: 4px 0 4px 0;
}

.pageSectionLabel
{
    font-size: 14px;
    font-weight: bold;
}

/* Basic form layout */
fieldset.basicForm {
	margin: 0px;
	border: 2px solid #C7E689;
	padding: 5px;
	vertical-align:middle;
}
fieldset.basicForm legend {
	margin: 0px;
	padding: 2px 2px 6px 2px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
fieldset.basicForm h3 {
	padding-bottom: 1em;
	font-size: 100%;
}
fieldset fieldset.basicForm {
	background: #EFEFEF;
	border: 0;
}
fieldset fieldset.clear-inner {
	border: 1px solid #CCC;
	background:none;
}

/* Form cells */
.formLabel
{
    text-align: right;
    padding-top: 4px;
    vertical-align: top;
    width: auto;
    max-width: 100px;
}
.formInput
{
    text-align: left;
    vertical-align: top;
}

.divBottom {
	bottom:0;
	height:50px;
	padding:0;
	position:fixed;
	right:0;
	width:100%;
	z-index:99;
	background-color:#3A3E39;
	border-top: 2px solid #C7E689;
}
.inputFile
{     
	color:#000000;
}
.printFull{
	height:300px;
	overflow:auto;
}
#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
.navMenu{
	padding:5px;
	margin-left:43px;
	font-weight:bold;
	font-size:16px;
}
.navMenu a{
	text-decoration:none;
	color:#5C605C;
}
