/**
 * COMMON STYLESHEET
 * BY SANDER BECK
 * SANDER@MULTIMOVE.NL
 **/

/* SEARCH */
div#search_scroll1,
div#search_scroll2{
	position:relative;
	direction:rtl; 
	display:block; 
	width:173px; 
	height:58px; 
	overflow:auto; 
	border:0px solid #ba8;
}
form{
	margin:0;
	padding:0;
}

/* SUBMIT BUTTON */
.submitButton{
	background:none;
	background-image:url(../images/layout/common/btn_bg_submitinput.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
	background-repeat:no-repeat;
	border:0px;
	color:#ffffff;
	font-size:11px;
	height:21px;
	padding:0 0 4px 0;
	width:95px;
}
html>body .submitButton{
	background:none;
	background-image:url(../images/layout/common/btn_bg_submitinput.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
}
html>body .submitButton[disabled]{
	background:none;
	background-image:url(../images/layout/common/btn_bg_submitinputDisabled.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
}

.submitButtonShop{
	background:none;
	background-image:url(../images/layout/common/btn_bg_submitinput_shop.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
	background-repeat:no-repeat;
	border:0px;
	color:#ffffff;
	font-size:11px;
	height:21px;
	padding:0 0 4px 0;
	width:190px;
}
html>body .submitButtonShop{
	background:none;
	background-image:url(../images/layout/common/btn_bg_submitinput_shop.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
}
html>body .submitButtonShop[disabled]{
	background:none;
	background-image:url(../images/layout/common/btn_bg_submitinput_shopDisabled.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
}

/* ORDER */
div#order{
	position:absolute;
	margin-top:-77px; 
	left:240px;
}
div#order .rfilter{
	color:#aca899; 
	width:55px; 
	padding-right:20px;
}	
div#order .bfilter{
	color:#000000; 
	width:55px; 
	padding-right:20px;
}
div#order .submitInput{
	position:absolute; 
	margin:2px 0 0 -20px; 
	border:0; 
	background:url(../images/layout/common/bg_button_filter.gif); 
	width:15px; 
	height:15px; 
	cursor:pointer;
}
div#displayLoading{
	display:none;
	font-weight:bold;
}

/* SPACERS */
div.spacer100p{
	height:20px;
	background:url(../images/layout/common/bg_spacer.gif) center repeat-x;
	width:100%;
	clear:both;
}
div.spacer100ptab{
	width:100%;
	height:5px;
}

/* CLASSES */
.even{
	background-color:#ffffff;
}
.odd{
	background-color:#f0f0f0;
}
.resultitem_even{
	float:left; 
	width:337px;
	height:137px; 
	margin:0 5px 15px 0;
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
	cursor:pointer;
	z-index:99;
	position:relative;
}
.resultitem_odd{
	float:left; 
	width:337px; 
	height:137px; 
	margin:0 0 15px 0;
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.resultevent_even{
	float:left; 
	width:337px;
	height:137px; 
	margin:0 5px 15px 0;
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
	cursor:pointer;
	z-index:99;
	position:relative;
}
.resultevent_odd{
	float:left; 
	width:337px; 
	height:137px; 
	margin:0 0 15px 0;
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.red{
	color:#cc0033;	
}
.gray_smaller{
	color:#6f6f6f;
}
.selected_page{
	font-weight:bold;
	font-size:large;
}
.participant_new{
	color:#cc0033;	
}
.participant_regular{}

table.t1,
table.t2{
	width:70%;
}
table.t3{
	width:100%;	
}
table.t4{	
   width:75.5%;
}
table.t5{
	width:100%;
	background:#f0f0f0;
}
table.t5 .header,
table.t5 .footer{
	background:#a20e5b; 
	color:#ffffff;
}
table.t5 .bottom{
	background:#ffffff;
}

th{ 
	text-align:left;
	background:#d6d6d6;
	color:#000000;
	height:15px;
}

th a{
	color:#000000;	
}

/* FIELDSETS */
legend{ 
	color:#005daa; 
	font-weight:bold;
	.padding-bottom:10px; /*IE X*/
}
fieldset{
   margin-bottom:15px;
   padding:15px; 
   border:1px solid #d5dfe5;
   width:70%;
}

/* BLOCKS */
.error_block{
	padding:1px 0px 5px 15px;
	font-weight:bold;
	background:url(../images/icons/small/icon_warning.gif) no-repeat;
}
.feedback_block{
	padding:1px 0px 5px 15px;
	font-weight:bold;
	background:url(../images/icons/small/icon_feedback.gif) no-repeat;
}

/* TABS */
.tabcontent_block{
	display:block; 
	clear:both; 
	padding-bottom:3px;
	_margin:-10px 0 0 0;
	width:100%;
}
.tabcontent_hidden{
	display:none; 
	clear:both; 
	width:100%;
}
.screenTabs {
	position:absolute;
	margin-top:-76px; 
	.margin-top:-76px;
}

.tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

.tabs a {
	display:block;
	background-image:url(../images/layout/common/btn_bg_submitinput.png);
	behavior:url('http://www.vvvootmarsum.nl/styles/iepngfix.htc');
	background-repeat:no-repeat;	
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	width:95px;
	height:18px;
	padding:2px 0 0 0;
}

.tabs li#current a,
.tabs a:hover,
.tabs a:active {
	text-decoration: none;
	color:#c3c3c3;
}

.tabs li {
	float:left;
	width:95px;
	height:20px;
	color:#fff;
}

.tabs li#current {
	/*display:none;*/
} 

.tabs #current {
	/*display:none;*/
}

.tabs li:hover a {

}

.tabs a:hover {

}

/* GOOGLE MAP CANVAS, EDIT */
#map,
#map_canvas{
	width:100%; 
	height:389px;
}

/* STYLE FOR DROPDOWN SUGGESTIONS */
#ajax_listOfOptions{
	position:absolute;
	width:175px;
	_height:150px;
	max-height:150px;
	overflow:auto;	
	border:1px solid #317082;
	background-color:#ffffff;
	text-align:left;
	font-size:12px;
	z-index:100;
}
#ajax_listOfOptions div{
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{			
}
#ajax_listOfOptions .optionDivSelected{
	background-color:#316ac5;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
