html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, small, strike, strong, sub, sup, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body{ 
	margin: 0;
    padding: 0; 
    height: 100%;
	background-image: url('../images/bg.png');
    background-repeat: repeat-x;
    color: #333333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 13px;
    background-color: #CCCCCC;
}

img, div, input { behavior: url('../js/iepngfix.htc') }

h2 {
	margin-bottom: 12px;
}

h3 {
	margin-top: 30px;
	margin-bottom: 12px;
}

dt, legend, caption {
    display: none;
}

.clear {
	clear: both;
}

#pleaseselect-container a{
	color: #0089cc;
}

#container-content {
	width: 996px;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -498px;
}

#header-parent {
	position: relative;
	width: 980px;
	height: 44px;
	padding: 8px 8px 0px 8px;
	background-image: url('../images/bg_shadow_header.png');
	background-repeat: no-repeat;
}

#header {
	position: relative;
	width: 980px;
	height: 44px;
	background-color: #0089cc;
}

#resetbutton-header {
	cursor: hand !important;
	cursor: pointer !important;
}

#header-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

#selector {
	position: relative;
	width: 980px;
	height: 380px;
	background-color: #27292a;
    background-image: url('../images/selector_gradient.png');
    background-repeat: repeat-x;
}

#selector-parent {
	position: relative;
	width: 980px;
	padding: 0px 8px 0px 8px;
	background-image: url('../images/bg_shadow.png');
	background-repeat: repeat-y;
}

#select-form {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 285px;
	height: 330px;
}

#selector-curve {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 170px;
	height: 27px;
	z-index: 9;
	background-image: url('../images/selector_curve.png');
}


a.printbtn {
    display: block;
    float: right;
    margin: 6px 25px auto auto;
    background: transparent url('../images/print_button.png') no-repeat scroll top right;
	width: 64px;
	height: 22px;
}
a.printbtn:active, a.printbtn:hover {
    background-position: bottom right;
	width: 64px;
	height: 22px;
}

#loading-freq {
	width: 28px;
	height: 28px;
	float: right;
	margin-right: -4px;
}

#loading-equip {
	width: 28px;
	height: 28px;
	float: right;
	margin-right: -4px;
}

.form-header {
	float: left;
}

.form-text {
	float: left;
	margin: 12px 0px 16px 0px;
	color: #0089cc;
	font-weight: bold;
    font-size: 14px;
}

.form-input {
	float: left;
	color: #ffffff;
}

.form-buttons {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.input-label {
	text-align: left;
	vertical-align: middle;
	height: 35px;
}

.input-field {
	height: 35px;
	width: 156px;
	background:transparent url(../images/form_field.png) no-repeat scroll center 6px;
}

.input-field-coords {
	height: 35px;
	width: 76px;
	background:transparent url(../images/form_field_coords.png) no-repeat scroll center 6px;
}

.spacer {
	width: 4px;
}

.input-field input {
	border: none;
	color: #0089cc;
	font-weight: bold;
	width: 136px;
	height: 13px;
	margin: 12px 10px 10px 10px;
	font-size: 12px;
	font-family: Arial;
}

.input-field-coords input {
	border: none;
	
	font-weight: bold;
	width: 56px;
	height: 13px;
	margin: 12px 10px 10px 10px;
	font-size: 12px;
	font-family: Arial;
}

.grijs{
	color: #bcbcbc;
}

.blauw{
	color:#0089cc;
}

a.button-search {
	margin-left: 12px;
    background: transparent url('../images/button_submit.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 25px;
    width: 96px;
}

a.button-search:active, a.button-search:hover {
    background-position: bottom right;
    height: 25px;
    width: 96px;
}

a.button-reset {
    background: transparent url('../images/button_reset.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 25px;
    width: 65px;
}

a.button-reset:active, a.button-reset:hover {
    background-position: bottom right;
    height: 25px;
    width: 65px;
}


#googlemap-container {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 620px;
	height: 330px;
	background-color: #0089cc;
}

#googlemap {
	margin: 4px;
	z-index: 1;
}

#map_canvas{
	width: 612px;
	height: 322px;
}

#map-corner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 253px;
	height: 32px;
	z-index: 8;
	background-image: url('../images/map_corner.png');
	background-repeat: no-repeat;
}

.iphone-small {
	position: absolute;
	top: 25px;
	left: 100px;
	width:192px;
}

.spinawards { 
 	position: relative; 
 	float: left; 
 	margin: 15px 0px 15px 0px;
} 
	
.appstore-badge {
	float: left;
	margin: 18px 15px 0px 0px;
}

#notfound-container{
	float: left;
	height: 150px;
	display:block;
	width: 930px;
	position: relative;
	text-align: center;
}

#pleaseselect-container{
	float: left;
	width: 930px;
	height: 430px;
	display:block;
	position: relative;
	min-height: 415px;
}

#pleaseselect-equipm-container{
	float: left;
	width: 930px;
	height: 125px;
	margin-top: 25px;
	display:block;
	position: relative;
	text-align: center;
}

.output-selection-text{
	width: 400px;
	margin: 10px auto 0px auto;
	color: #0089cc;
	font-size: 12px;
	text-align: center;
}

.output-selection-text2{
	position: absolute;
	top: 23px;
	left: 330px;
	width: 500px;
	color: #0089cc;
	font-size: 12px;
	text-align: left;
}

.output-selection-text h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.output-selection-text2 h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#output {
	float: left;
	position: relative;
	width: 980px;
	background-color: #ffffff;
	padding-top: 25px;
	min-height: 160px;
}
#output-parent {
	float: left;
	position: relative;
	width: 980px;
	min-height: 160px;
	padding: 0px 8px 0px 8px;
	background-image: url('../images/bg_shadow.png');
	background-repeat: repeat-y;
}

.output-container {
	width: 930px;
	float: left;
	display: block;
	position: relative;
	margin: 0px 25px 36px 25px;
}

/*
#output-container {
	min-height: 415px;
}
*/

.output-header {
	width: 930px;
	height: 28px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 6px;
}

.table-output-general-spacer {
	width: 26px;
	display: inline;
	float: left;
}

.table-output-equip {
	display: table;
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
	background-color: #fafafa;
	text-align: center;
	font-size: 11px;
	float: left;
}

.table-output-general {
	display: table;
	width: 213px;
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
	background-color: #fafafa;
	text-align: center;
	font-size: 11px;
	float: left;
}

.table-output-general-container {
	display: inline;
	float: left;
}

#table-frequency-ajax {
	margin-top: 10px;
}

.output-row {
	height: 20px;
	width: 930px;
	border: 1px solid #dbdbdb;
}

.output-row-index {
	height: 20px;
	width: 930px;
	border: 1px solid #dbdbdb;
	background-color: #e5e5e5;
	font-weight: bold;
}

.output-col {
	height: 20px;
	width: 70px;
	border: 1px solid #dbdbdb;
}

.output-col-equipment {
	height: 20px;
	width: 43px;
	border: 1px solid #dbdbdb;
}

.output-col-index {
	height: 20px;
	width: 70px;
	background-color: #e5e5e5;
	font-weight: bold;
}

.freq-col {
	height: 20px;
	width: 43px;	
	border: 1px solid #dbdbdb;
}

.index {
	background-color: #e5e5e5;
	font-weight: bold;
}

.index-bank {
	background-color: #e5e5e5;
	font-weight: bold;
}
.index-bank-head {
	background-color: #e5e5e5;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

.equip-output {
	width: 930px;
}

.equipment-selector {
	display: block;
	position: absolute;
	right: 0px;
	top: 43px;
	z-index: 5;
}

.equip-output-header {
	position: relative;
	float: left;
	display: block;
	width: 930px;
	height: 91px;
	z-index: 4;
}

.equip-output-body {
	display: block;
	float: left;
	width: 930px;
	margin: 0px;
	padding: 0px;
}

.equip-instructions {
	float: right;
	display: inline;
	font-size: 12px;
	color: #0089cc;
/*	border: 1px solid #dbdbdb; */
	width: 400px;
}

.equip-instructions-channels {
	float: right;
	display: block;
}

.equip-instructions-frequencies {
	float: right;
	display: block;
	margin-bottom: 10px;
}


.equip-image {
	float: left;
	display: inline;
}

.equip-title {
	float: left;
	display: inline;
	color: #0089cc;
	font-size: 30px;
	font-weight: bold;
	margin: 25px 0px 0px 20px;
}

.equip-tabs {
	position: absolute;
	bottom: -1px;
	right: 0px;
	height: 26px;
}
.equip-tabs-ff3,  x:-moz-any-link, x:default  { 
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 26px;
}
.equip-tabs-ff,  x:-moz-any-link  {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 26px;
}


.equip-tab {
	float: left;
	display: inline;
	width: 70px;
	height: 24px;
	background-color: #0089cc;
	border-left: 1px solid #fff;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.equip-tab-active {

	color: #000000;

}

.tab-curve {
	float: left;
	display: inline;
	width: 62px;
	height: 26px;
	background-image: url('../images/tabs_curve.png');
}

.tabbar-title {
	float: left;
	display: inline;
	width: 50px;
	height: 26px;
	color: #000000;
	font-weight: none;
	font-size: 13px;
	text-decoration: none;
	text-align: right;
	padding-top: 4px;
}

a.tab-button {
	float: left;
	display: inline;
	width: 70px;
	height: 22px;
	background-color: #0089cc;
	border-left: 2px solid #fff;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	cursor: hand !important;
	cursor: pointer !important;
}

a.tab-button:active, a.tab-button.active {
	float: left;
	display: inline;
	width: 70px;
	height: 22px;
	background-color: #e5e5e5;
	color: #000000;
}

a.tab-button:hover{
	float: left;
	display: inline;
	width: 70px;
	height: 22px;
	background-color: #cccccc;
	color: #000000;
}


#manual {
	float: left;
	display: block;
	width: 930px;
	margin: -11px 25px 25px 25px;
	color: #0089cc;
/*	border: 1px solid #dbdbdb; */
}

.legenda {
	float: left;
	display: inline;
/*	border: 1px solid #dbdbdb; */
	width: 520px;
	margin-bottom: -8px;
}

.legenda-block {
	float: left;
	display: inline;
	margin-bottom: 8px;
}


.legenda-label {
	float: left;
	display: inline;
	color: #0089cc;
	font-weight: bold;
	margin-top: 3px;
}

.legenda-label2 {
	float: left;
	display: inline;
	margin-left: 8px;
	color: #8d8d8d;
	margin-top: 3px;
}

.legenda-indicator {
	float: left;
	display: inline;
	height: 20px;
	width: 43px;
	border: 1px solid #b7b7b7;
	margin-right: 6px;
}

.legenda-tda {
	padding-bottom: 8px;
}

.legenda-tdb {
}

.yellow {
	background-color: #fffd8b;
	color: #fffd8b;
}
.red {
	background-color: #e50013;
	color: #e50013;
}
.orange {
	background-color: #ffc345;
	color: #ffc345;
}
.transparent, .green {
	background-color: #d3f7dc;
}
.blue {
	background-color: #c2e1f7;
}

.purple{
	background-color: #99a4de;
}	

.empty {
	font-size: 0px;
	color: white;
	background-image: url('../images/empty_cross.png');
}

.output-col.red{
	color: black;
}

.output-col.yellow{
	color: black;
}

.output-col.orange{
	color: black;
}


#footer {
	position: relative;
	float: left;
	width: 980px;
	height: 44px;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
}

#footer-parent {
	position: relative;
	float: left;
	width: 980px;
	height: 44px;
	padding: 0px 8px 8px 8px;
	background-image: url('../images/bg_shadow_footer.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#footer-curve {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 267px;
	height: 71px;
	z-index: 9;
	background-image: url('../images/sennheiser_footer_curve.png');
}

#footer-text {
	display: inline;
	float: left;
	width: 930px;
	margin: 16px 25px 0px 25px;
	font-size: 10px;
	color: #0089cc;
}

#footer-copyright {
	display: inline;
	float: left;
}

#footer-menu {
	display: inline;
	float: left;
	font-size: 10px;
	color: #0089cc;
}

#footer-title-container {
	position: absolute;
	height: 44px;
	bottom: 0px;
	right: 0px;
}

#footer-title {
	display: inline;
	float: right;
	margin: 30px 25px 0px 0px;
	font-size: 10px;
	color: #0089cc;
}


dl, dd{
	padding: 0;
	margin: 0;
}

.menu {

}

.menu a {
	text-decoration: none;
	color: #0089cc;
}
.menu a:hover {
	text-decoration: underline;
	color: #0089cc;
}

.menu ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.menu li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #dbdbdb;	
}

.menu .init-li {
	border: none;
}

#termsofuse-container {
	position: relative;
	width: 826px;
	margin: 0px auto 0px auto;
}

#termsofuse {
	float: left;
	width: 826px;
	color: #0089cc;
	font-size: 12px;
	text-align: justify;
	margin: 30px 0px 40px 0px;
}

#termsofuse a {
	text-decoration: none;
	color: #696969;
}
#termsofuse a:hover {
	text-decoration: underline;
	color: #696969;
}

#termsofuse h1{
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.tou-header {
	display: block;
	float: left;
	width: 826px;
}

.tou-col1 {
	display: inline;
	float: left;
	width: 400px;
	border: 0px solid #dbdbdb;	
}

.tou-col2 {
	display: inline;
	float: right;
	width: 400px;
	margin-left: 25px;
	border: 0px solid #dbdbdb;	
}
