﻿body
{
    margin: 0px;
    background-color: #FFFFFF
}

div.MMBMasterPageContent, div.AgentMasterPageContent
{
    width: 1000px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #FFFFFF;
}

.IBEMasterBody
{
    width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.IBEMasterBodyContentLeft
{
  width: 260px;
  vertical-align: top;
  padding-bottom: 5px;
}

.IBEMasterBodyContentRight
{
  width: 651px;
  vertical-align: top;
  padding-bottom: 5px;
}

/**************************/

.requirementsContent
{
    background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif, Helvetica;
    font-size: 12px;
    height: 250px;
    width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	padding-right: 10px;	
}

*html .requirementsContent
{	
    height: 250px;
}

.requirementsInnerContent
{
    width: 200px;	
}

.requirementsCityDropDown, .requirementsText
{
    width: 130px;
}

.requirementsDate
{
	width: 90px;
	text-align: center;
}

div.requirementsReturn
{	
    width: 90px;
    float: left;
    padding-bottom: 3px;
}

.requirementsReturn .requirementsLabel
{
  width: 60px;
  min-width: 60px;
}

div.requirementsLeaving
{
    padding-top: 3px;
}

div.requirementsReturning
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.requirementsLabel
{
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
	min-width: 60px;
	width: 60px;	
	display: inline-block;
}

div.requirementsPassengerType
{   
    display: table;
    width: 190px;
}

div.requirementsPassengerType ol
{
    display: table-row;
    list-style-type: none;
}

div.requirementsPassengerType ol li
{
    display: table-cell;
}

div.requirementsPassengerType ol li.requirementsPassengerCount
{
    text-align: right;
}

div.requirementsTo, div.requirementsPassengerInfo, div.requirementsEVoucher
{
    padding-bottom: 3px;
}


