body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 8px;
	padding:0;
}
#pageBlock {
	width: 760px;
	margin: 0px auto;
	position: relative;
	padding: 5px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
#navBlock {
	/*position: relative;*/
	width: 198px;
	float: left;
	padding-top: 79px;
}
#contentsBlock, #contentsBlockFull {
	float: left;
	position: relative;
}
#contentsBlock {
	width: 562px;
}
#contentsBlockFull {
	width: 100%;
}
#contentFooter, #contentFooterFull {
	height: 39px;
}
#contentFooter {
	width: 562px;
}
#contentFooterFull {
	width: 100%;
}

#contactBlock {
	background-color: #eeeff2;
	padding: 9px 6px;
	font-size: 0.7em;
	color: #96979c;
	text-align: right;
	margin: 3px 12px;
}
#bottomRule {
	position: relative;
	height: 22px;
}
#photoShow {
	position: relative;
	clear: both;
	border-top-width: 3px;
	border-bottom-width: 2px;
}
h2 {
	color: #3a88ca;
	font-size: 1.4em;
	font-weight: normal;
}
#contentArea {
	padding: 22px 30px;
	font-size: 0.8em;
}
h2 strong {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
#navBlock ul {
	padding: 0px;
	margin: 0px 13px 18px 18px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
}
#navBlock ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navBlock li a {
	padding: 12px 12px 12px 38px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}
#navBlock li a.normButton:hover {
	background-color: #FFFF99;
}
.normButton, .currentPage {
	background-image: url(../images/flyinireland/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
.currentPage {
	background-color: #86ceff;
	color: #FFFFFF;
}
.normButton {
	color: #000000;
}
#photoOverlay {
	position: absolute;
}
#lastPhoto {
	border-right: solid 1px #FFFFFF;
}
.emphasis {
    color: #3a88ca;
	font-size: 1.4em;
}
.emphasis a {
    color: #3a88ca;
    text-decoration: none;
}
.emphasis a:hover {
    text-decoration: underline;
}

.list-header {
    width: 620px;
    background: #f0f0f0;
    clear: left;
}

.list-container {
    margin-top: 10px;
}

.list-container ul {
    list-style-type: none;
}

.list-container table{
    
}

.list-container td {
    padding-left: 5px;
    padding-right: 5px;
}

.list-container th {
    text-align: left;
    vertical-align: top;
    width: 200px;
}

.list-container image {
    margin-left: 50px;
    margin-top: 30px;
}

.left-list {
    width: 315px;
	display: block;
	float: left;
}

.right-list {
    width: 315px;
	display: block;
	margin-left: 325px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.detail {
	font-size: 8pt;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

img.screenLogo {
    display: none;
}

img.printLogo {
    display: block;
}