@charset "utf-8";
body {
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
}
.report_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.report_titles {
	font-weight: bold;
	color: #000000;
}
.report_table td {
	border: 1px solid #333333;
}
a:link, a:visited {
	color: #FFFFFF;
}
.report_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.report_titles {
	font-weight: bold;
	color: #000000;	
}
.report_tds {
	border: 1px solid #333333;
	background-color: #4F80FF;
}
#nav{
	border:1px solid #CCCCCC;
	background-color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
#nav a{
	text-decoration:none;
	padding:5px;
}
#nav a:hover{
	padding:5px;
	background-color:#444;
}
.blockheader{
	background:url(img/blockheader_02.jpg) repeat-x;
	height:32px;
	width:100%;
	padding-top:5px;
	text-align: center;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#003;	
}
.thead{
	height:26px;
	vertical-align:middle;
	padding-top:6px;
}	
.airhead{
	height:26px;
	vertical-align:middle;
	padding-left:36px;
	padding-top:6px;
	background:url(img/plane.png) left no-repeat;
}	
.inclusions{
	text-align:left;
	font-size:11px;
}
#groupmodal{
	position:absolute;
	height:100%;
	background: url(img/modal_bg.png) repeat;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:none;
	z-index:999;
}
#groupdisplay{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
	display:none;
}
#pageloader{
	position:absolute;
	z-index:9999;
	background:url(img/modal_bg.png) repeat;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	display:none;
}
.textinput{
	width:188px;
	height:14px;
	font-size:12px;
	background: transparent url(img/input_bg.png) center center no-repeat;
	border:1px #112E58 solid;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#continuebutton{
	display:none;
}
#savebutton{
	display:none;
}
#nogroups{
	display:none;
}
.visible {
	display:block;
}
.hidden {
	display:none;
}
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 0;
	line-height: 1;
	height: 1px;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
}
.custom-checkbox label {
	background: url(img/checkbox.png) no-repeat; 
}

.custom-radio label { 
	background: url(images/radiobutton.gif) no-repeat; 
}

.custom-checkbox label, .custom-radio label {
	background-position: 0px 0px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: 0px 0px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: 0px -26px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: 0px -26px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 0px;
}