/**
 * COMMON STYLESHEET
 * BY SANDER BECK
 * SANDER@MULTIMOVE.NL
 **/

/* SEARCH */
div#search_scroll1,
div#search_scroll2{
	direction:rtl; 
	display:block; 
	width:173px; 
	height:58px; 
	overflow:auto; 
	border:0px solid #ba8;
}
form{
	margin:0;
	padding:0;
}

/* SUBMIT BUTTON */
.submitButton{
	background:#f4f9ed;
	border:0px;
	font-size:12px;
	color:#646464;
	border:1px solid #646464;
	font-weight:bold;
   	overflow:visible;
}
input.submitButton[class] { /*ie ignores [class]*/
    width: auto;
}

html>body .submitButtonShop{
	background:none;
	border:0px;
	font-size:12px;
	color:#1fa9e2;
	padding:0;
	cursor:pointer;
   	overflow:visible;
}
input.submitButtonShop[class] { /*ie ignores [class]*/
    width: auto;
}
html>body .submitButtonShop[disabled]{
	background:none;
	border:0px;
	font-size:12px;
	color:#999;
	text-decoration:line-through;
	cursor:none;
}

/* ORDER */
div#order{
	height:30px;
}
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:30px;
	background:url(../images/layout/common/bg_spacer.gif) center repeat-x;
	width:100%;
	clear:both;
}
div.spacer100ptab{
	height:14px;
	background:url(../images/layout/common/bg_spacer.gif) bottom repeat-x;
	width:100%;
	clear:both;
	margin-top:-14px;
}

/* CLASSES */
.even{
	background-color:#ffffff;
}
.odd{
	background-color:#f0f0f0;
}
.resultitem_even{
	width:100%; 
	padding:10px 0 15px 0; 
	overflow:hidden;
	background:url(../images/layout/common/bg_spacer.gif) bottom repeat-x #f4f9ed;
}
.resultitem_odd{
	width:100%; 
	padding:10px 0 15px 0; 
	overflow:hidden;
	background:url(../images/layout/common/bg_spacer.gif) bottom repeat-x;
}

.resultevent_even{}
.resultevent_odd{}

.red{
	color:#ff0045;	
}
.gray_smaller{
	color:#6f6f6f;
}
.selected_page{
	font-weight:bold;
	font-size:large;
}
.participant_new{
	color:#cc0033;	
}
.participant_regular{}

table.t1{
	width:80%;
}
table.t2,
table.t4{
	width:98%;
}
table.t3{
	width:100%;	
}
table.t5{
	width:100%;
	background:#f0f0f0;
}
table.t5 .header,
table.t5 .footer{
	background:#81b6e0; 
	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:auto;
}

/* 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;
	width:100%;
}
.tabcontent_hidden{
	display:none; 
	clear:both; 
	width:100%;
}
.screenTabs{
	margin:18px 0 14px 0;
	padding:1px 0 0 0;
	background:url(../images/layout/bg_menuLevel4.gif) repeat-x;
	height:15px;
	width:100%;
}
.tabs{
	float:left;
	width:100%;
	line-height:normal;
	white-space:nowrap;
	/*background:#ffffff url("../images/tabs/bg.gif") repeat-x bottom;*/
}
.tabs ul{
	margin:0;
	padding:0;
	list-style:none;
}
.tabs a{
	display:block;
	/*background:url("../images/layout/common/bg_tab_right.gif") no-repeat right top*/
	vertical-align:baseline;
	text-decoration:none;
	color:#000000;
	width:.1em;
	border:none;
}
.tabs > ul a{
	width:auto;
	border:none;
}
.tabs li{
	float:left;
	height:16px;
	padding:0 7px 0 7px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.tabs li#current{
	/*border-width:0;*/
}
.tabs #current{
}
.tabs #current a{
	color:#ff0031;
}
.tabs .last a{
}
.tabs .first{
}
.tabs .first#current{
}
.tabs li: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;
}