/* ---------------------------------------------
Columbia Metropolitan Airport Mobile Style Sheet
For Blackberry, PDAs, and Non-Touchscreen Devices
author: Cyberwoven
version:  2009.01
----------------------------------------------- */

body {
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;}

a {color:#032e5e; text-decoration:underline;}

h2, h3, h4 {font-size:14px; font-weight:bold;}


/* Reusables
----------------------------------------------- */

.clear {clear:both; display:block; overflow:hidden; width:0; height:0;}

table.data {text-align:left; background:#fff; border:1px solid #888; font-size:10px;}
table.data th {padding:2px; border-bottom:1px solid #888; font-weight:bold; line-height:18px; text-align:left; color:#600;}
table.data td {padding:2px; line-height:16px; border-bottom:1px solid #888; }
table.data tr.even td {background-color:#eee;}
table.data tr.green td {background:#d0ffd2;}
table.data tr.red td {background:#fedbdb;}

.floatleft {float:left;}
.floatright {float:right;}
.nofloat {float:none !important;}


/* Layout Blocks
----------------------------------------------- */

.wrapper {background:#e3eef4 url(../images/mobilebg.png) fixed no-repeat 0 0; padding:10px;}

ul.mainnav {margin:5px 0 0 0; padding:0; list-style:none;}
ul.mainnav li {margin:5px 0; padding:0;}
ul.mainnav li a {display:block; padding:2px; font-size:14px; text-align:center; background:#d4e3ed; border:1px solid #032e5e; font-weight:bold; text-decoration:none;}
ul.mainnav li.active a {background:#fff;}

ul#flightinfojumper {margin:0; padding:0; list-style:none;}
ul#flightinfojumper li {margin:6px 0; padding:0;}
ul#flightinfojumper li a {display:block; padding:5px 2px 5px 20px; text-align:left; font-size:14px; background: url(../images/mainnav-activebullet.png) no-repeat left center; font-weight:bold; text-decoration:underline;}
ul#flightinfojumper li.dep a {background-image:url(../images/mainnav-activebullet-up.png);}

#flightinfo td strong.canceled {color:#600; font-size:10px; text-transform:uppercase; font-weight:normal;}

#legend {padding:5px 0;}
#legend em {display:inline-block; margin:0px 1px 0 10px; height:10px; width:10px; font-size:1px; text-indent:-9999px;}
#legend em.arrived {background:#d0ffd2; border:1px solid #97e39a;}
#legend em.delayed {background:#fedbdb; border:1px solid #fdbcbc;}

a.skiplink {display:none; visibility:hidden;}
a.mobiletoggle {display:none; visibility:hidden;}
ul.headernav {display:none; visibility:hidden;}
ul.footernav {display:none; visibility:hidden;}

#header h1 {display:block; margin:0; padding:0;}
#header h1 a {display:block; width:auto; height:auto; font-size:14px; text-indent:0; padding:4px; background:#032e5e; color:#fff; text-decoration:none;}

#header .mobiletoggle {position:absolute; top:10px; right:0; height:45px; width:65px; background:url(../images/mobiletoggle-desktop.png) no-repeat center center; font-size:1px; text-indent:-9999px;}

.sectiontitle {margin:10px 0 0 0; padding:5px 0 5px 10px; border:1px solid #698bab;}
ul.subnav {margin:0 0 10px 0; padding:0; list-style:none; border:1px solid #698bab; border-width:0 1px;}
ul.subnav li {display:block; margin:0; padding:0; border-bottom:1px solid #698bab;}
ul.subnav li a {display:block; padding:4px 0 4px 25px; text-decoration:none; background:url(../images/mobile-subnav-item.png) no-repeat 10px center;}
ul.subnav li.active a {background-image:url(../images/mobile-subnav-active.png);}

#footer {font-size:11px; border-top:1px solid #698bab; margin-top:10px; padding-top:10px;}
a.cyberwoven {white-space:nowrap; text-decoration:none;}
a.cyberwoven span {text-decoration:underline;}
