@charset "utf-8";
#mb_innerbox #container {
	height: 450px;
}
#mb_mids #mb_topbar {
	background-image: url(../images/mainbox_topbar_long.png);
	height: 101px;
}
#mb_topbar #topbar_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 25px;
}
#mb_topbar #topbar_textbox a {
	color: #572600;
	font-weight: bold;
}
#mb_topbar #secondbar {
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7d8e94;
}
#sb_status tr .newride_active .chevron {
	color: #c92000;
}
#sb_status tr .newride_active {
	color: #5A3709;
}
.tablecontent {
	line-height: 20px;
	padding-left: 15px;
}
#Scrollingbox tr th a {
	font-size: 12px;
	font-weight: bold;
}
#Scrollingbox tr td .scrollbox {
	height: 90px;
}
#newridebox #lowerinfobox {
	text-align: right;
}
#newridebox #container {
	height: 410px;
}


/* START CSS NEEDED ONLY IN DEMO */
/*html{
	height:100%;
}
body{
	background-color:#E2EBED;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	width:100%;
	height:100%;		
	margin:0px;
	text-align:center;
}

#mainContainer{
	width:660px;
	margin:0 auto;
	text-align:left;
	height:100%;
	background-color:#FFF;
	border-left:3px double #000;
	border-right:3px double #000;
}
#formContent{
	padding:5px;
}*/
/* END CSS ONLY NEEDED IN DEMO */


/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:auto;	/* Width of box */
	height:auto;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:0px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:1.3em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}
