@charset 'utf-8';

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: tabs.css
* Version: 1.0 (2009-07-22)
* Author: Rob Masefield
* Copyright (C) 2009 Cathay Pacific Airways
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* TABS
==========================================*/

ul.tabs 							{ margin: 0; padding: 0; float: left; list-style: none; height: 32px; border-bottom: 1px solid #CCC; 
									  border-left: 1px solid #CCC; width: 100%; }
ul.tabs li 							{ float: left; margin: 0; padding: 0; height: 31px; line-height: 31px; border: 1px solid #CCC; border-left: none; 
									  margin-bottom: -1px; background: #F2F2F2; overflow: hidden; position: relative; }
ul.tabs li a 						{ text-decoration: none; color: #444; display: block; font-size: 12px; padding: 0 20px; border: 1px solid #FFF; outline: none; }
ul.tabs li a:hover 					{ background: #DDD; }	

html ul.tabs li.active, html ul.tabs li.active a:hover  
									{ background: #FFF; border-bottom: 1px solid #FFF; font-weight: bold; }

.tab_container 						{ border: 1px solid #CCC; border-top: none; clear: both; float: left;  width: 100%; background: #FFF;
									  -moz-border-radius-bottomright: 8px; -khtml-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
									  -moz-border-radius-bottomleft: 8px; -khtml-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; }

.tab_content 						{ padding: 20px; font-size: 11px; }