@charset "utf-8";

/* orange and blue css */

html {

}


body {
    background:#dedede;
}

*:first-child+html body {
text-align:center;
}
 body {
text-align /*\**/: center\9 ;
}
* html body {
text-align:center;
}
div {
    font-family: Arial, Verdana, sans-serif;
}
p {
    font-family: Arial, Verdana, sans-serif;
}

/* menu links section */

a:link {
	color:#327baa;
}

a:hover {
	color:#327baa;
}

a:visited {
	color:#327baa;
}

a:active {
	color:#327baa;
}

#header {
	padding: 3px 0 3px 5px;
}

#headerLogo {
    border: 0;
}

ul{ 
  list-style-type: none;
}

/*breadcrumb */

.breadcrumb {
	background:#327baa;
	color:#fff;
	padding:2px 5px 2px 5px;
}

span.breadcrumb a:link {
	color:#fff;
}

span.breadcrumb a:hover {
	color:#fff;
}

span.breadcrumb a:visited {
	color:#fff;
}

span.breadcrumb a:active {
	color:#fff;
}

/* body styling */
#wrapper  { 
	width /*\**/: 320px\9 ;
	max-width:320px;
	text-align:left;
	margin:0 auto;
	background:#fff;
	padding:1px;
	text-align:left;
} /* "auto" makes the left and right margins center the wrapper */ 

* html #wrapper  {
width:320px;
}

*:first-child+html #wrapper  {
width:320px;
}

#frame  {
	border:solid 0px #ff0000;
	padding:3px 5px 3px 5px;
	margin:0px;
	width:92%;
/* uncomment both lines below to make the frame div scrollable and 250px high */
	/* height:250px; */
	/* overflow:auto; */
}

#footer {
 	background:#faa52e;
	color:#fff;
	padding: 1px 5px 1px 5px;
}

/* individual page css info */
/* title bar color for individual listings */

.title {
 	background:#7a9de1;
	padding:0 5px 2px 0;
	margin:0 0 2px 0;
/*        width:100%;*/
}

.flttitle {
 	background:#7a9de1;
	padding:0 2px 2px 2px;
/*        width:50px;*/
}


.fltcontent {
	border-bottom:1px solid #333;
	padding:2px 2px 2px 2px;
}

.airlinetitle {
	text-align:center;
	font-weight:bold;
	color:#fff;
 	background:#faa52e;
	padding:0 5px 2px 0;
}

.padding {
	padding: 2px 0 2px 0;
}

div#transporttitle {
	margin: 8px 0 0 0;
	color:#fff;
 	background:#7a9de1;
	padding:0 2px 2px 2px;
}
.transportlist {
    padding-left: 8px;
    margin: 4px 0 4px 8px;
    list-style-type: disc;
}

.parkingbox {
    background: #E8F2F9;
}
.parkingheader {
    margin: 8px 0 0 8px;
    font-weight: 600;
/*    font-size: 14px;*/
    color: rgb(15, 79, 130);
/*    width: 170px;*/
    text-align: center;
}
.parkingdetails {
    margin-top: 4px;
    list-style-type: disc;
}
#copyright {
    font-size: 60%;
    vertical-align: super;
}
