/* Initialise
--------------------------------------------------------------*/
/*
body {
	margin:20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e7e7e8;
	color:#333333;
}
*/
body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #E7E7E8 url(../images/background.png) 50% 0% repeat-y;
	color: #333;
	padding: 20px;
}
img {
	border:none;
}
h1 {
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	margin-top:0px;
	margin-bottom:5px;
}
p {
	margin:10px;
}
eeh2 {
	font-size:12px;
	font-weight:bold;
}
hr {
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
	border:none;
}
.hr {
	color:#cccccc;
	background-color: #cccccc;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

/* Links
--------------------------------------------------------------*/
a:link, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}

/* Forms
--------------------------------------------------------------*/
form {
	display:inline;
}
label {
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	white-space:nowrap;
	min-width:170px;
}
.input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	min-width:170px;
}
select {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	min-width:170px;
}
.textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	min-width:170px;
	float: right;
}
form div {
	clear:both;
}
.form_button {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	border:none;
	background-color:#666666;
	color:#FFFFFF;
	padding:5px;
	cursor:pointer;
}

/* Messages and errors
--------------------------------------------------------------*/
.msg {
	border:1px #009900 solid;
	background-color:#D1EFC7;
	padding:10px;
	font-weight:bold;
	color:#009900;
}
.error {
	border:1px #ff0000 solid;
	background-color:#FFDFDF;
	padding:10px;
	font-weight:bold;
	color:#ff0000;
}

/* Structure
--------------------------------------------------------------*/
.site_wrapper {
	width:960px;
	margin:0 auto;
	background-color:#c8d3dd;
	padding:10px;
}
.main {
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
}
.content_holder {
	width:960px;
	text-align:left;
	float:left;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.breadcrumb {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.breadcrumb:hover {
	text-decoration:underline;
}
.arrow {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.link_item {
	float:left;
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	margin:3px auto;
	cursor:pointer;
}
.link_item:hover {
	background-color:#f1f1f1;
	border-color:#666666;
}
.link_item span {
	display:block;
	padding:5px;
}

/* Top Nav
--------------------------------------------------------------*/
.menu_header {
	height:119px;
	width:941px;
	margin:0 auto;
	margin-bottom:2px;
	padding:10px 0;
}
.menu_header img {
	display:block;
}
.menu_bg {
	background-image:url(../images/dynamic/bar_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	width:941px;
	margin:0 auto;
	text-align:center;
}
.menu_holder {
	width:100%;
	height:32px;
	margin:0 auto;
	background-image:url(../images/bar_bg.png);
	background-repeat:repeat-x;
}
.flags {
	background-color:#ffffff;
	white-space:nowrap;
	padding-top:5px;
	padding-bottom:5px;
}
#flag_holder {
	width:941px;
	margin:0 auto;
	margin-bottom:2px;
	background-color:#c8d3dd;
}
#flag_holder img.flag {
	margin-top:4px;
}
#btn_office_menu {
	cursor:pointer;
}
.menu_bg a {
	text-decoration:none;
}
a.menu_item img {
	border-right:1px #fff solid;
}
#search_bar {
	height:5px;
	width:941px;
	margin:2px auto;
	background-color:#ccc;
	font-size:0;
	line-height:0;
}
/* Drop menu */
.drop_menu {
	position:absolute;
	visibility:hidden;
	z-index:100;
}
.drop_menu img {
	display:block;
	border-top:1px #ffffff solid;
}
#office_menu {
	position:absolute;
	visibility:hidden;
	z-index:100;
	background-image:url(../images/country_menu_bg.png);
	background-repeat:repeat;
}
#office_menu a:link, #office_menu a:visited {
	display:block;
	background:transparent;
}
#office_menu a:hover, #office_menu a:active {
	color:#fff;
	background:#B3BBD1;
}

/* Left Menu
--------------------------------------------------------------*/
.fake_ul {
	list-style:none;
	padding:0;
	margin:0;
}
.fake_ul img {
	display:block;
}
.fake_ul li img#left_nav {
	border-right:1px #4E5D6D solid;
}
.fake_ul_left {
	list-style:none;
	padding:0;
	margin:0;
	width:199px;
	background: url(../images/left-menu-rectangle.png) 8px 0% repeat-y;
	margin-top: 20px;
	padding-bottom: 9px;
}

.left_menu_triangle {
	background: url(../images/left-menu-triangle.png) 0% 0% no-repeat;
	padding-top: 9px
}


.fake_ul li {
	float:left;
}
.fake_ul li a {
	float:left;
}

.left_menu {
	padding:0;
	margin:0;
	float:left;
	width:180px;
	overflow:hidden;
}
a.left_menu_cell {
	margin-left:0px;
	display:block;
	height: 32px;
}
a.left_menu_selected {
	margin-left:0px;
	display:block;
	height: 32px;
}
#fast_quote {
	width:172px;
	height:159px;
	background-image:url(../images/fast_quote.jpg);
	background-repeat:no-repeat;
	margin-top: 18px;
}
#fast_quote #text_a {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding-left:13px;
	padding-top:5px;
}
#fast_quote #text_b {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-left:13px;
	padding-top:15px;
}

/* Footer
--------------------------------------------------------------*/
.footer {
	width:941px;
	color:#000066;
	font-size:10px;
	margin-top:10px;
}
.propeller_link {
	float:left;
	font-size:10px;
	padding:5px;
	padding-top:17px;
	color:#666666;
}
.propeller_link a {
	color:#666666;
}
.footer a {
	color:#000066;
	font-size:10px;
}

/* Content
--------------------------------------------------------------*/
.home {
	width:941px;
	margin:0 auto;
}
.content {
	width:941px;
	margin:0 auto;
}

.content2{
	margin-bottom:5px;
}

.search_bar2 {
	width:743px;
	height:27px;
	overflow:hidden;
	float:right;
	background:#e7e7e8;
}
.search_box {
	float:right;
	background:url(../images/qs_bg.png);
	height:24px;
	width:207px;
	padding-top:4px;
}
.search_box form {
	padding:0;
	margin:0;
	background:none;
	height:12px;
}
.search_box label {
	float:left;
	font-size:11px;
	color: #231f20;
	font-weight:bold;
	padding-top:2px;
	padding-left:5px;
}
.search_box input {
	width:70px;
	border:none;
	margin-left:40px;
	padding-left:5px;
	background:none;
	height:12px;
	line-height:7px;
	border-collapse:collapse;
}
.specialists {
	font-size:11px;
	color:#1A1A1A;
	font-weight:bold;
	margin:0;
	padding:6px 0 0 15px;
	background:transparent url(../images/title_corner.png) no-repeat;
	height:21px;
	float:left;
	width:470px;
}
.specialists2 {
	font-size:13px;
	color:#717173;
	font-weight:bold;
}
.full_column {
	float:left;
	width:680px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
}
.column_1 {
	float:left;
	width:515px;
	padding:20px 0 40px 20px;
}
.column_2 {
	float:right;
	width:205px;
	padding-bottom:40px;
	padding-right:0;
	background-color:transparent;
}
.link_box {
	border:1px #cccccc solid;
}
.link_box_header {
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.link_box_header, .download_box_header, .info_box_header, .contact_box_header {
	background: #cccccc url(../images/dynamic/header_bg.gif) no-repeat right;
}
.link_box_content {
	background-color:#ffffff;
	padding:10px;
	min-height:100px;
}
.link_box_content a {
	background-image:url(../images/dynamic/link_icon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.download_box {
	border:1px #cccccc solid;
}
.download_box_header {
	background-color:#cccccc;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.download_box_content {
	background-color:#ffffff;
	padding:10px;
	min-height:100px;
}
.info_box {
	border:1px #cccccc solid;
}
.info_box_header {
	background-color:#cccccc;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.info_box_content {
	background-color:#ffffff;
	padding:10px;
	min-height:100px;
}
.contact_box {
	border:1px #cccccc solid;
}

.contact_box_header {
	background-color:#cccccc;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.contact_box_content {
	background-color:#ffffff;
	padding:10px;
	min-height:100px;
}
.google_map {
	border:1px #cccccc solid;
	width:250px;
	height:200px;
}

/* Home Styles
--------------------------------------------------------------*/
.left {
	float:left;
}
.right .alignright {
	text-align:right;
}
.home_title {
	background-image:url(../images/dynamic/home_bg.jpg);
	color:#FFFFFF;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.home_image {
		cursor:pointer;
	}
#map_canvas {
	width:400px;
	height:400px;
	border:1px solid #aaa;
}
#location_left {
	width:170px;
	float:left;
}
#location_right {
	width:400px;
	float:right;
}
.gird_item {
	margin-top:20px;
}
.download_tbl {
	width:700px;
}

/* Flight enquiry form

/* CSS Document */



#passenger_form h4 {
color:#145683;
font-size:11px;
font-weight:bold;
padding-left:35px;
margin-top:5px;
}
#passenger_form h2 img {
padding-left:10px;
}
#passenger_form {

padding-left:0px;

}

#passenger_form .title {

width:180px;
font-size:11px;
font-weight:700;
color:#45454f;

}


#form_block_1 {

padding-left:30px;
padding-top:30px;
width:665px;
height:190px;
background:url(../images/forms/form_06.png) no-repeat;

}

#form_block_1 input,#form_block_4 input,#form_block_5 textarea,.inputs {

padding-left:5px;
font-size:12px;
font-weight:bold;
font-family:arial;
color:#606069;
height:15px;
width:395px;
border:1px solid #d6d6da;
 
}
#form_block_1 #direct_1 {
width:70px;

}
#form_block_1 #direct_2 {
width:70px;
}
#form_block_1 #direct_3 {
width:240px;
}
#form_block_2 {

padding-left:30px;
padding-top:30px;
width:665px;
height:65px;
background:url(../images/forms/form_13.jpg) no-repeat;

}
#form_block_2 label {

vertical-align:middle;
font-weight:bold;
color:#606069;

}
#form_block_2 input {

vertical-align:middle;
font-weight:bold;
color:#606069;

}
#form_block_3 {

padding-left:30px;
padding-top:30px;
width:665px;
height:190px;
background:url(../images/forms/form_18.jpg) no-repeat;

}

#form_block_3 select {

color:#606069;
font-weight:700;
font-size:12px;
font-family:arial;

}
#form_block_4 {

padding-left:30px;
padding-top:24px;
width:665px;
height:70px;
background:url(../images/forms/form_23.jpg) no-repeat;

}

#form_block_4 .title {

line-height:20px;
width:180px;
font-size:10px;
}

#form_block_5 {

padding-left:30px;
padding-top:30px;
width:665px;
height:150px;
background:url(../images/forms/form_28.png) no-repeat;

}

#form_block_5 .title {
width:150px;
padding-right:28px;
}

#form_block_5 textarea {

background:url(../images/forms/textarea_bg.png);
height:90px;

}

#mandatory {
padding-left:10px;
}
#submit_button {

width:155px;
float:right;
padding-bottom:20px;

}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

#loyalty_form {
margin-left:190px;
clear:right;
padding-top:20px;
width:710px;
}

#loyalty_form #block_1 {
padding-left:30px;
padding-top:30px;
width:665px;
height:190px;
background:url(../images/forms/loyalty_1.png) no-repeat;
}

#loyalty_form #block_2 {

padding-left:30px;
padding-top:30px;
width:665px;
height:430px;
background:url(../images/forms/loyalty_2.png) no-repeat;

}
#loyalty_form #block_3 {

padding-left:30px;
padding-top:30px;
width:665px;
height:280px;
background:url(../images/forms/loyalty_3.png) no-repeat;

}
#loyalty_form #block_3 .radios {
border:none;
padding:0px;
margin:0px;
width:40px;
height:auto;
vertical-align:middle;
background:none;
}
#loyalty_form #block_4 {

padding-left:30px;
padding-top:30px;
width:665px;
height:150px;
background:url(../images/forms/form_28.png) no-repeat;

}
#loyalty_form .title {

width:180px;
font-size:11px;
font-weight:700;
color:#45454f;

}
#loyalty_form #block_1 input,#loyalty_form #block_2 input,#loyalty_form #block_3 input,#loyalty_form #block_4 textarea, .inputs {

padding-left:5px;
font-size:12px;
font-weight:bold;
font-family:arial;
color:#606069;
height:15px;
width:395px;
border:1px solid #d6d6da;
background:url(../images/forms/input_bg.png);

}
#loyalty_form #block_4 textarea {

background:url(../images/forms/textarea_bg.png);
height:90px;

}
#loyalty_form .title2 {

font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 30px;
color:#45454f;
font-weight:bold;
line-height:20px;
width:140px;
font-size:10px;
}
#loyalty_form .title3 {

font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 30px;
color:#45454f;
font-weight:bold;
line-height:20px;
width:140px;
font-size:11px;
padding-top:10px;
padding-right:40px;
}
#loyalty_form .terms {
font-size:12px;
font-weight:bold;
padding-left:20px;
}
#loyalty_form #block_5 {
width:600px;
}
.cargo_form #form_block_3 {
height:300px;
background:url(../images/forms/form_063.png) no-repeat;
}
.cargo_form #form_block_1 {
height:220px;
background:url(../images/forms/form_062.png) no-repeat;
}
.cargo_form .inputs2 {
padding-left:5px;
font-size:12px;
font-weight:bold;
font-family:arial;
color:#606069;
height:15px;
width:235px;
border:1px solid #d6d6da;
background:url(../images/forms/input_bg.png);
}
/* Contact Addresses
--------------------------------------------------------------*/
.address_holder {
	text-align:left;
	width:260px;
	margin-top:20px;
}
.address_holder img.map_button {
	cursor:pointer;
	margin-top:5px;
}
.searchlink {
	display:block;
	border:1px solid #ccc;
	padding:5px;
	text-decoration:none;
	color:#505c67;
	}
.searchlink:hover { border: 1px solid #456a8b; color:#000;}
.searchlink img { border:none; }


/* home styles */

/* --- Right Area  ------------------------------------------------------------- */

#right {
	float: left;
}
#right_flash {
	padding-right:2px;
	float:right;
}
#right_body {
	float: left;
	padding-left: 20px;
}
#right_body_text {
	width: 398px;
	float: left;
	font-size: 11px;
	color: #4D4D4D;
}
#right_body p {
	padding: 0;
	margin: 8px;
	margin-left: 18px;
	margin-top: 3px;
	margin-bottom:4px;
}
#right_body_bundles/acs/images {
	width: 135px;
	float: left;
}
#right_body_bundles/acs/images img {
	margin-bottom: 20px;
}
#right_body .title {
	font-size: 11px;
	font-style: italic;
	color: #1A1A1A;
	margin: 0;
	padding: 6px 0 0 15px;
	background: #e7e7e8  url(../images/title_corner.png) no-repeat;
	height: 21px;
}
#right_body h2 {
	color: #153067;
	width: 480px;
	padding: 10px 0 0px 0px;
	font-size:15px;
	margin-bottom:7px;
	height:20px;

}
#right_body h3 {
	background: #153067;
	color: #fff;
	font-size: 11px;
	padding: 2px 0 2px 5px;
	margin-right: 20px;
	margin-bottom:10px;
	margin-top:0px;
}
#right_body h3 span {
	padding-left:3px;
	padding-right:3px;
}
#right_body_text h1 {
	color: #153067;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 3px;
}
#right_body_text .first {
	margin-top: 0;
}
#right_banner_image {
	background: url(../images/empty_legs_ad.png) no-repeat;
	height: 275px;
}
#right_banner_text {
	padding-top: 183px;
	height: 90px;
	background: url(../images/right_ad_alpha.png) left bottom no-repeat;
}
#right_banner_text h3 {
	margin: 0;
	padding: 27px 0 0 10px;
	font-size: 24px;
	color: #153067;
	height: 30px;
}
#right_banner_text h4 {
	margin: 0;
	padding: 17px 0 0 10px;
	font-size: 12px;
	color: #0E1030;
}

#right_search {
	float: left;
}
/* --- feature Blocks  ----- */

#feature_blocks_2 {

	width: 740px;
	padding-left: 25px;
}
#feature_blocks_2 h4 {
	height: 18px;
	font-size: 12px;
	background: #333333 ;
	margin-top: 0;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;	
	margin-bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
}
#feature_blocks_2 #news {
	float: left;
	width: 180px;
	height: 145px;
}
#feature_blocks_2 p {
	color: #4D4D4D;
	font-size: 11px;
	padding-left: 8px;
	display: block;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 13px;
}
#feature_blocks_2 .links {
	background: #c6cfd4;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 16px;
	text-decoration: none;
	color: #153067;
	padding-top: 2px;
	padding-left: 9px;
}
#feature_blocks_2 #cargo {
	float: left;
	width: 180px;
	margin-left: 3px;
	height: 145px;
}
#feature_blocks_2 #testimonials {
	float: left;
	width: 180px;
	margin-left: 3px;
	height: 145px;
}
#feature_blocks_2 #other {
	float: left;
	width: 197px;
	margin-left: 3px;
	height: 145px;
}
/* --- feature Blocks  ----- */

#feature_blocks {

	width: 748px;
	padding-left: 20px;
	clear:left;
	margin-top:3px;
}
#feature_blocks h4 {
	height: 18px;
	font-size: 12px;
	background: #c6cfd4;
	margin-top: 0;
	padding-left: 8px;
	padding-top: 2px;
	margin-bottom: 0;
	font-weight:normal;
	color: #153067;
}
#feature_blocks #news {
	float: left;
	width: 180px;
	height: 145px;
}
#feature_blocks p {
	color: #4D4D4D;
	font-size: 11px;
	padding-left: 8px;
	display: block;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 13px;
}
#feature_blocks .links {
	background: #c6cfd4;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 16px;
	text-decoration: none;
	color: #153067;
	padding-top: 2px;
	padding-left: 9px;
}
#feature_blocks #cargo {
	float: left;
	width: 180px;
	margin-left: 3px;
	height: 145px;
}
#feature_blocks #testimonials {
	float: left;
	width: 180px;
	margin-left: 3px;
	height: 145px;
}
#feature_blocks #other {
	float: left;
	width: 191px;
	margin-left: 3px;
	height: 146px;
	overflow: hidden;
}
#other .loyalty {
	margin-top: 4px;
}
#other h4 {
	background: #c6cfd4 url(../images/more-details.gif) 100% top no-repeat;
}
.search_padding {
padding:10px;
border-bottom:1px solid #ccc;
}
.row0 {
background:#f1f1f1;
}

.aircraft_title {
				
	background:#7383a4 url(../images/arrow_1.png) 5px 50% no-repeat;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}
table._datatable {
	width:100%;
	
}
table._datatable th, table._datatable td {
	text-align:left;	
}
table._datatable .details{
	overflow: hidden;
	height:0px;
}
table._datatable tr {
	cursor:pointer;	
}
table._datatable tr.odd:hover td, table._datatable tr.even:hover td {
	color:#fff;
	background-color:#000 !important;
}
.tLeft {
	text-align:left;
}
.tRight {
	text-align:right;	
}
.tCenter {
	text-align:center;
}
.Left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
#msgs{
	display:none;
	width:80%;
}
#ajax-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 5000;
  display: none;
}
#ajax-indicator{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: transparent url(../images/ajax-loader.gif) left top no-repeat;
  z-index: 5001;
  display: none;
}
form.frmDetails label {
	margin:5px;
} 
.formDialog input, .formDialog textarea, .formDialog select {
	width:350px;
	margin:0px 15px 10px 0;
}
.formDialog select{
	width: 354px;
}
.formDialog input[type="radio"], .formDialog input[type="checkbox"]{
	width:auto;
}
div.dateSelector select{
	width:80px;
	min-width:80px;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { z-index:999; padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
.invalid {
	color:#FF0000;
	border-color:#ff0000;
}
table.confirm td {
	padding:5px;
}
a.logout{
	float:right;
}
#nav {
	list-style: none;
	margin-top: 5px;
}
#nav li {
	float:right;
}
#user_status, #user_groups{
	clear:none;
	width:350px;
	float:right;
}
#success {
	width:100%;
	height:350px;
}
.BookingSummaryLayout {
	width:70%;
	margin:15px auto;
}
.BookingSummaryLayout td {
	padding: 5px;
}
.BookingSummaryLayout .dataTitle {
	font-weight:bold;
	width:35%;	
	text-align:left;
}
.BookingSummaryLayout .field {
	font-weight:normal;
	width:65%;	
	text-align:right;
}
.textcenter {
	text-align:center;
}
#error404 {
	height:200px;
	padding:100px;
}
h3.thanks {
	padding:10px;
	font-size:1.3em;
}
input.loading {
	background:transparent url(../images/small-loading.gif) no-repeat right center;
}
.ui-menu-item {
	font-size:0.8em;
}
.noSort {
	cursor: default !important;
}
.ui-button {
	margin:0 1px;
}
.listHead {
	width:100%;
	clear:both;
}
.listHead label, .listHead input {
	float:right;
	min-width:0;
}
