/**
 * 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:none;
	background-image:url(../images/layout/bg_button.gif);
	height:25px;
	background-repeat:no-repeat;
	border:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	letter-spacing:-1px;
	font-weight:bold;
}
html>body .submitButton, html>body .submitButton[disabled]{
	background:none;
	background-image:url(../images/layout/bg_button.gif);
}

html>body .submitButtonShop{
	background:none;
	background-image:url(../images/layout/bg_button.gif);
	border:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	height:25px;
	letter-spacing:-1px;
	color:#FFF;
}
html>body .submitButtonShop[disabled]{
	background:none;
	background-image:url(../images/layout/bg_button.gif);
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	height:25px;
	letter-spacing:-1px;
}

/* ORDER */
div#order{
	float:right; 
	margin-top:-20px; 
	right:0px;
}
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:11px;
	background:url(../images/layout/common/bg_spacer.gif) center repeat-x;
	width:100%;
	clear:both;
}
div.spacer100ptab{
	width:100%;
	height:20px;
}

/* CLASSES */
.even{
	background-color:#ffffff;
}

.odd{
	background-color:#f0f0f0;
}
.resultitem_even{
	float:left; 
	width:179px; 
	height:250px; 
	margin-right:10px; 
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
}

.resultitem_odd{
	float:left; 
	width:179px; 
	height:250px; 
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
}

.resultevent_even{
	float:left; 
	width:179px; 
	height:250px; 
	margin-right:10px; 
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
}

.resultevent_odd{
	float:left; 
	width:179px; 
	height:250px; 
	padding:5px; 
	background:#ffffff;
	overflow:hidden;
}
.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,
table.t4{
	width:98%;
}
table.t3{
	width:100%;	
}
table.t5{
	width:100%;
	background:#f0f0f0;
}
table.t5 .header,
table.t5 .footer{
	background:#2b4b8e; 
	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 ONLY*/
	height:10px;
}
fieldset{
   margin:0 0 15px 0;
   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; 
	width:100%;
	padding-bottom:3px;
}
.tabcontent_hidden{
	display:none; 
	clear:both; 
	width:100%;
}
.screenTabs{
	margin:0px;
	margin-top:5px;
	/*background:#ffffff url("../images/tabs/bg.gif") repeat-x bottom;*/
}
.tabs{
	float:left;
	width:100%;
	line-height:normal;
	white-space:nowrap;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:-1px;
	/*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;
	padding:5px 9px 0px 4px;
	vertical-align:baseline;
	text-decoration:none;
	color:#000000;
	width:.1em;
}
.tabs > ul a{
	width:auto;
}
.tabs li{
	float:left;
	margin:0;
	padding:0 0 0 0px;
	/*background:url("../images/tabs/left.gif") no-repeat left top;*/
	/*border-bottom:solid 1px #776655;*/
}
.tabs li#current{
	/*border-width:0;*/
}
.tabs #current{
	background:url("../images/layout/common/bg_tab.gif") no-repeat;
}
.tabs #current a{
	/*background-image:url("../images/tabs/right_on.gif");*/
}
.tabs .last a{
	background-image:url("../images/layout/common/bg_last.gif");
}

.tabs .first{
	/*background-image:url("../images/tabs/left_first.gif");*/
}
.tabs .first#current{
	margin-left:0;
}
.tabs li:hover{
	cursor:pointer;
}

/* 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;
}

/* STYLE FOR PATHWAY */
ul.pathway{
	margin:0 0 8px 0;
	padding:0;
	list-style:none;
}
ul.pathway li{
	display:inline;
	padding:0;
	margin:0;
	color:#999;
	font-size:10px;
}
ul.pathway li a{
	color:#999;
	text-decoration:none;
}
ul.pathway li a:hover{
	text-decoration:underline;
}
ul.pathway li.desc{
	font-weight:bold;
}
