DIV.table
{
float: left;
background: none #fff5ee; 
border: 0px solid #00ccff;
width: 650px;
height: 100px;
}

DIV.table-row-ports {
  width: 650px;
  height: 18px;
 }
DIV.depdates {
  float: left;
  background: none #fff5ee; 
  border: solid #dcdcdc 1px;
  color: #006600;
  text-align: center;
  font-family: Verdana, sans-serif, Arial;
  font-size: 11px;
  font-weight: bold;
  width: 650px;
  height: auto;
}
DIV.fares {
  float: left;
  background: none #fff5ee; 
  border: solid #dcdcdc 1px;
  color: #800000;
  text-align: center;
  font-family: Verdana, sans-serif, Arial;
  font-size: 11px;
  font-weight: bold;
  width: 650px;
  height: 18px;
}

DIV.month {
    float: left;
    text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #800000;
	background-color: #dcdcdc;
	border: 1px #a9a9a9 solid;
	padding: 0px;
	width: 650px;
	height: 26px;
	}
DIV.ports {
    float: left;
    text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #800000;
	background-color: #dcdcdc;
	border: 1px #a9a9a9 solid;
	padding: 0px;
	width: 650px;
	height: 15px;
	}
 
DIV.space {
    float: left;
	width: 300px;
	height: 15px;
	}
DIV.discounts {
    float: left;
    text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	color: #800000;
	background-color: #FFF5EE;
	border-bottom: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	border-top: 1px #dcdcdc solid;
	padding-left: 4px;
	width: 363px;
	height: auto;
	}
DIV.cancel {
    float: left;
    text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	color: #800000;
	background-color: #FFF5EE;
	border: 1px #dcdcdc solid;
	padding-left: 4px;
	width: 363px;
	height: auto;
	}
