/********************************************
   TOPMENU
********************************************/ 
    .mainmenu {
	width: 778px;
	margin: 0em 0em 0em 20px;
	padding: 0px;
	background: url(http://www.aerlinguscargo.com/cms/images/mainmenu_bg.gif) repeat-x;
	display: block;
	height: 30px;
    }
    .mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 10px;
	right: 10px;
	background-image: url(../images/mainmenu_bg.gif);
    }

    .mainmenu li {
	width: 124px;
	margin-right: 1px;
	background: url(none);
	text-align: center;
	height: 25px;
	margin-top: 0px;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
	color: #006666;
	float: left;
	font-size: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cce0cc;
    }
    .mainmenu a {
	display: block;
	padding-top: 4px;
	width: 100%;
	text-decoration: none;
	color: #006666;
    }
    .mainmenu a:hover {
	background: url(none);
	text-decoration: underline;
    }

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #FFFFFF;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
   overflow: -moz-scrollbars-vertical;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #006666; 
}
a:hover {
	color: #4EBF37;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
.image_caption { 
   line-height: 8px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3 {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333333;	
}

ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:5px; padding: 0 5px;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#006666;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#006666;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 40px; right: 25px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333333; 
}
form.search input.button {
	background: #CCC url(/cms/style/images/headerbg.gif) repeat-x;
	color: #333333;
	border: 1px solid #CCCCCC;	
	width: 70px; height: 21px;
}

form.search a { 
   color: #333333; 
   font-size: 11px; 
   text-decoration: underline; 
}
   
form.trackingsearch {
	background: transparent;
	border: none;	
	text-align: left;
}	

form.trackingsearch .dropdownday {
	width: 50px;
	text-align: left;
	border: 1px solid #e4e3e3;
	font-size: 90%;	
}	

form.trackingsearch input.button {
	background: #CCC url(/cms/style/images/headerbg.gif) repeat-x;
	text-align: center;
	float: right;
	color: #333333;
	border: 1px solid #e4e3e3;
	width: 60px;
	height: 21px;
	font-size: 90%;
	display: block;
	margin-top: 10px;
	padding-top: 0px;
}


form.trackingsearch input.textbox {
	width: 75px;
	border: 1px solid #7F9DB9;
	font-size: 90%;	
	color: #006666;		
}

form.schedules {
	background: transparent;
	border: none;	
	text-align: left;
}	

form.schedules .dropdownairport {
	width: 144px;
	text-align: left;
	border: 1px solid #e4e3e3;
	font-size: 90%;	
}	

form.schedules .dropdownday {
	width: 50px;
	text-align: left;
	border: 1px solid #e4e3e3;
	font-size: 90%;
}	

form.schedules .dropdownmonth {
	width: 86px;
	text-align: left;
	border: 1px solid #e4e3e3;
	font-size: 90%;
}	

form.schedules input.button {
	background: #CCC url(/cms/style/images/headerbg.gif) repeat-x;
	text-align: center;
	float: right;
	color: #333333;
	border: 1px solid #e4e3e3;
	width: 60px;
	height: 21px;
	font-size: 90%;
	display: block;
	margin-top: 10px;
	padding-top: 0px;
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(/cms/style/images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#newsheadwrap {
	width: 413px;
	margin: 0;
	text-align: left;
	float: left;
	padding: 0px;
	background-image: url(/cms/images/newsheadline_bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	border: 1px solid #edf7e6;

}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(/cms/style/images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	top: 38px;
	left: 50px;
	border: none;
}
#header h1#img {
	border: none;
}
#header h1#logo-text a {
	color: #FFF;
	border: none;
}
#header h1#logo-text a:hover {
	text-decoration: none;
	border: none;

}
#header h2#topmenu {
	position: absolute;
	margin: 0; padding: 0px 0 0;
	font: normal 0.9em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #006666;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 25px; left: 480px;		
}
#header h2#topmenu a:link{
	text-decoration: none;	
}
#header h2#topmenu a:visited{
	text-decoration: none;	
}
#header h2#topmenu a:hover{
	text-decoration: underline;	
}
#header h2#topmenu a:active{
	text-decoration: underline;	
}

/* Menu */
#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 40px 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: underline; 
}




/* Main Column */
#main {
	width: 420px;
	padding: 0;
	margin: 0;
	float: left;
}
#main ul li {
	list-style-position: outside;
	list-style-image: url(images/green_bullet_arrow.gif);
	margin-left: -10px;
}
#main h4 {
	color: #006666;
	font-size: 145%;
	font-weight: normal;
	margin: 0px;
}
#main h2 {
	color: #006666;
	font-size: 145%;
	font-weight: normal;
	margin-top: 12px;
}
#main h1 {
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
}
#main h1 a {
	color: #88ac0b; 	
	background: none;
}
#main h1 a:hover {
	color: #88ac0b; 
	text-decoration: underline;
}
#main div.content {
	width: 395px;
	padding-left: 10px;
}

#main div.not_found {
   padding: 40px;
   text-align:center;
}



/* Main-Route Map Column */
#track {
	width: 100%;
	padding: 0;
	margin: 0;
}
#track ul li {
	list-style-position: outside;
	list-style-image: url(images/green_bullet_arrow.gif);
	margin-left: -10px;
}
#track h4 {
	color: #006666;
	font-size: 145%;
	font-weight: normal;
	margin: 0px;
}
#track h2 {
	color: #006666;
	font-size: 145%;
	font-weight: normal;
	margin-top: 12px;
}
#track h1 {
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
}
#track h1 a {
	color: #88ac0b; 	
	background: none;
}
#track h1 a:hover {
	color: #88ac0b; 
	text-decoration: underline;
}
#track .content {
	width: 100%;
}

#track div.not_found {
   padding: 40px;
   text-align:center;
}







#main-rm {
	width: 585px;
	padding: 0;
	margin: 0;
	float: left;
}
#main-rm ul li {
	list-style-position: outside;
	list-style-image: url(images/green_bullet_arrow.gif);
	margin-left: -10px;
}
#main-rm h4 {
	color: #006666;
	font-size: 145%;
	font-weight: normal;
	margin: 0px;
}
#main-rm h2 {
	color: #006666;
	font-size: 145%;
	font-weight: normal;
	margin-top: 12px;
}
#main-rm h1 {
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
}
#main-rm h1 a {
	color: #88ac0b; 	
	background: none;
}
#main-rm h1 a:hover {
	color: #88ac0b; 
	text-decoration: underline;
}
#main-rm div.content {
	width: 560px;
	padding-left: 10px;
}

#main-rm div.not_found {
   padding: 40px;
   text-align:center;
}
div.post-cats { padding-left: 10px; }


.art-info-1 {
	width: 150px;
	padding: 0px 0px 10px 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	float: right;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 0px 10px 0px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px 10px 5px 0px;
	margin: 0px 10px 25px 0px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
	width: 400px;
}

.post-footer_leftmenu {
	background-color: #ecf7e6;
	padding: 3px 0px;
	margin: 0px;
	font-size: 95%;
	width: 100%;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 10px 2px 20px;
	margin: 0 10px 0 5px;
	width: 413px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer_leftmenu .readmore {
	padding: 0px 3px 0px 5px;
	margin: 0;
	display: block;
}

.email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}



/* Sidebar */	
#sidebar {
	width: 165px;
	padding: 0;
	margin: 0;
	float: right;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
#sidebar a.selected { 
   color: #4EBF37; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}




/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}





/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}



/* optional non-list navigation */

      .altmenu { 
         font-weight: bold; 
         margin: 3px 3px 8px 3px; 
         border-bottom: 1px solid #eeeeee; 
      }
      
      .altmenu div { 
         padding: 2px; 
      }
      
      div.catMenu-0 { font-size: 11px; padding-left: 5px;  }
      div.catMenu-1 { font-size: 10px; padding-left: 20px; }
      div.catMenu-2 { font-size: 9px;  padding-left: 35px; }
      div.catMenu-3 { font-size: 8px;  padding-left: 50px; }
      div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a { 
         padding-left: 20px; 	
         background: url(images/go.gif) no-repeat 0px 0px; 
      }




/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: underline;
}


/* Footer */	
#footer {
	color: #FFFFFF;
	background: #006600 url(/cms/style/images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px; 
	text-align: center;	
	font-size: 92%;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0;
	margin: 20;
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

/* Printer Friendly Page classes */
#printer #main-rm {
	padding: 0;
	margin: 20;
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
}
#printer #main-rm h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}
#printer #main-rm { text-align: left; width: 95%;}

#leftmenu_container {
	width: 165px;
	background-color: #017f7e;
	height: 100%;
	float: left;
	padding-top: 0px;
	margin-top: 5px;
	border-bottom: 20pt solid #017f7e;
}
#leftmenu_blank_container {
	width: 1px;
	height: 100%;
	float: left;
	border-bottom: 20pt solid #017f7e;
}
#leftmenu_container img {
	border: 1px solid #017f7e;
}
#sitemap_menu_header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.2em;
	color: #88AC0B;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu_header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.4em;
	color: #FFFFFF;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-bottom: 10px;
}
#tracking {
	background-image: url(../images/box_green_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	width: 165px;
	background-color: #FFFFFF;
	border: 1px solid #edf7e6;
}
#tracking .head3{
	color: #006666;
	font-size: 120%;
	padding-top: 6px;
	padding-bottom: 4px;	
	display: block;
	padding-left: 10px;
}
#splashscreen {
	background-image: url(../images/box_green_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	width: 546px;
	background-color: #FFFFFF;
	border: 1px solid #edf7e6;
	position: absolute;
	margin-top: 5px;
}
#splashscreen .head3{
	color: #006666;
	font-size: 120%;
	padding-top: 8px;
	display: block;
	padding-left: 10px;
}
#schedules {
	background-image: url(../images/box_green_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 184px;
	width: 165px;
	background-color: #FFFFFF;
	border: 1px solid #edf7e6;
}
#schedules .head3{
	color: #006666;
	font-size: 120%;
	padding-top: 6px;
	padding-bottom: 4px;
	display: block;
	padding-left: 10px;
}
#newsletter_hp {
	padding: 5px 0px;
	margin: 5px 0px 0px;
	font-size: 95%;
	width: 125px;
	height: 115px;
}
#newsletter_hp .head3 {
	color: #006666;
	font-size: 120%;
	background: url(images/aerlingus_shamrock.gif) no-repeat 2px center;
	padding: 5px 0px 0px;
	margin: 0 10px 0 0px;
	width: 150px;
	display: block;
	text-align: left;
	text-indent: 25pt;
}
#newsletter_hp .text {
	color: #333333;
	font-size: 100%;
	background: url(images/newspaper.gif) no-repeat 100px 58px;
	padding: 7px 5px 0px;
	margin: 0 0px;
	width: 152px;
	display: block;
	text-align: left;
	letter-spacing: .02em;
	height: 90px;
}
#routemap_hp {
	padding: 5px 0px;
	margin: 5px 0px 0px;
	font-size: 95%;
	height: 100px;
	width: 165px;
}
#routemap_hp .head3 {
	color: #006666;
	font-size: 120%;
	background: url(images/aerlingus_shamrock.gif) no-repeat 2px center;
	padding: 5px 0px 0px;
	margin: 0 10px 0 0px;
	display: block;
	text-align: left;
	text-indent: 25pt;
	
}
#routemap_hp .text {
	color: #333333;
	font-size: 100%;
	background: url(images/routemap.gif) no-repeat 105px 13px;
	padding: 7px 5px 0px;
	margin: 0 0px;
	width: 150px;
	display: block;
	text-align: left;
	height: 90px;
		letter-spacing: .02em;

}
#quicklinks_hp {
	padding: 5px 0px;
	margin: 0px;
	font-size: 95%;
	height: 180px;
}
#quicklinks_hp .head3 {
	color: #006666;
	font-size: 120%;
	background: url(images/aerlingus_shamrock.gif) no-repeat 2px center;
	padding: 5px 0px 0px;
	margin: 0 10px 0 0px;
	display: block;
	text-align: left;
	text-indent: 25pt;
}
#quicklinks_hp .text {
	color: #3333FF;
	font-size: 100%;
	width: 150px;
	margin: 0px;
	padding: 5px 0px 0px;
}
#quicklinks_hp ul li {
	color: #333333;
	font-size: 100%;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/green_bullet_arrow.gif);
	margin-left: 25px;
}
#worldtime_hp {
	padding: 5px 0px;
	margin: 5px 0px 0px 0px;
	font-size: 95%;
	width: 165px;
	height: 60px;
}
#worldtime_hp .head3 {
	color: #006666;
	padding-top: 2px;
	display: block;
	padding-left: 10px;

	font-size: 120%;
	background: url(images/aerlingus_shamrock.gif) no-repeat 2px center;
	width: 165px;
	display: block;
	text-align: left;
	text-indent: 25pt;
	
}
#worldtime_hp .text {
	color: #333333;
	font-size: 100%;
	padding: 7px 5px 0px;
	margin: 0 0px;
	width: 75px;
	display: block;
	text-align: left;
	height: 90px;
	letter-spacing: .02em;
	clear: right;
	float: left;
}
#worldtime_hp #clock_hp {
	float: right;
	width: 75px;
	padding-top: 11px;
}
#accreditations_hp {
	padding: 5px 0px;
	margin: 5px 0px 0px 0px;
	font-size: 95%;
	width: 165px;
	height: 70px;
	}
#centre_col {
	height: 100px;
	float: left;
	right: 180px;
	width: 140px;
}
#leftmenu_networkmap {
	width: 165px;
	height: 500px;
	float: left;
	padding-top: 0px;
	margin-top: 5px;
}
#main h5 {
	color: #006600;
	background-color: #ecf7e6;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#main-rm h5 {
	color: #006600;
	background-color: #ecf7e6;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#main h6 {
	color: #FF0000;
	font-size: 14px;
	}
#contact_form {
	float: left;
}
#contact_form .contact_form_tbl {
	width: 380px;
	border: 0px solid #00CC00;
}
#contact_form .address_text{
	width: 200px;
		border: 1px solid #cce0cc;
}
#contact_form .enquiry{
	width: 200px;
	border: 1px solid #cce0cc;
}
#contact_form input.button {
	background: #CCC url(/cms/style/images/headerbg.gif) repeat-x;
	color: #333333;
	border: 1px solid #cce0cc;
	width: 150px;
	height: 21px;
	font-size: 90%;
	display: block;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0px;
	position: relative;
	left: 104px;
}
#contact_form input {
border: 1px solid #cce0cc;;
}
#contact_form .sendto {
	border: 1px solid #cce0cc;
	;
	height: 18px;
}


#main h5.linemode2 {
	color: #000;
	background-color: #ebebeb;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#main h5.linemode1 {
	color: #000;
	background-color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#main-rm h5.linemode2 {
	color: #000;
	background-color: #ebebeb;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#main-rm h5.linemode1 {
	color: #000;
	background-color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}


#ops_man input.button {
	background: #CCC url(/cms/style/images/headerbg.gif) repeat-x;
	color: #333333;
	border: 1px solid #cce0cc;
	width: 250px;
	height: 25px;
	font-size: 100%;
	display: block;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0px;

}
form.adv_search input.button {
	background: #CCC url(/cms/style/images/headerbg.gif) repeat-x;
	text-align: center;
	color: #333333;
	border: 1px solid #e4e3e3;
	width: 80px;
	height: 21px;
	font-size: 90%;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}


table.airway {
	font-size: 11px;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #000;
}
table.airway th {
	text-align: left;
	padding: 5px;
	background-color: #017F7E;
	color:#FFF;
}
table.airway td {
	color: #017F7E;
	padding: 5px;
	background-color: #ECF7E6;
}
table.airway .even {
	background-color: #3D3D3D;
}
table.airway .odd {
	background-color: #6E6E6E;
}
table.airway .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.airway .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.airway .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}



table#airway {
	font-size: 11px;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#FFFFFF;
}
table#airway th {
	text-align: left;
	padding: 5px;
	background-color: #017F7E;
	color:#FFF;
}
table#airway td {
	color: #017F7E;
	padding: 5px;
	background-color: #ECF7E6;
}
table#airway .even {
	background-color: #3D3D3D;
}
table#airway .odd {
	background-color: #6E6E6E;
}
table#airway .header {
	background-image: url(/cms/style/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	background-color: #017F7E;
	height: auto;
	color: #FFF;
}
table#airway .headerSortUp {
	background-image: url(/cms/style/images/asc.gif);
	background-repeat: no-repeat;
}
table#airway .headerSortDown {
	background-image: url(/cms/style/images/desc.gif);
	background-repeat: no-repeat;
}