#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #ffffcc;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.7em ;
} 
#tooltip div {margin: 0;}

#header {
	background-color: #646464;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 150px;
	display: none;
}

/* GLOBAL STUFF */

body {
/*	min-width: 1175px;*/
	margin: 1em 0.5em;
	background-color: #fff;
	color: #000;
	font: 100%/1.6 Verdana, Arial, Helvetica, sans-serif;
}

a { 
	color: #069; background: transparent; text-decoration: none; 
}
a:hover { 
	color: #C00;background: transparent; 
}


.linkWhite { 
	color:#FFFFFF;
}
td {
	font-family:verdana; font-size:11px; color:#333333;
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

.keyrequest {
	background-color: #FBD480	
}

.keybook {
	background-color: #ACD551
}

.keynotavailable {
	background-color: #FF9999
}

/* ---------------------------------------- */
/* NEW DD STYLES */
/* ---------------------------------------- */

/* Default style for headings, same as .pageTitle */
h1, h2 {
	text-align: left;
	color:#CC0000; 
	font-size:13pt; 
}

h2 {
	font-size: 12px;
}

hr {
	border:1px solid #A5B6C6;
	height: 1px;
}

td.label {
	border:1px solid #A5B6C6;
	height: 1px;
}

#wrapper {
	width:expression(document.body.clientWidth < 800? "800px": "auto" );
	min-width: 800px;
	width: 100%;
}

.book {
	background-color: #1A3F8F;/*#88B91E;*/
	border: 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.bookred {
	background-color: green;
	border: 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.input {
	border: 1px solid #A5B6C6;
	width: 250px;
	padding: 1px 3px;
	font-size: 11px;
}

input.cal{
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	background: url(../images/cal.gif) top left no-repeat;
}

textarea.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
	height: 200px;
}

select.input {
	width: auto;
	max-width: 220px;
	padding-right: 0;
}

.minwidth {
	width: 50px;
}

.midwidth {
	width: 80px;
}

.varwidth {
	width: 90%;
}

.invis {
	border: 0px;
	width: 200px;
}

/* tabledata style can be used as a default style for all datatables */
.tabledata {
	border: 1px solid #A5B6C6;
	width: 100%;
}

.tabledata table {
	border: 0;
}

/* Set the padding for all cells */
.tabledata td, .tabledata th {
	padding: 3px;
}

/* defaut style for TH in .tabledata */
.tabledata th {
	background-color: #D2DBE3;
	border:1px solid #A5B6C6;
}

/* Dark green highlight TD */
.tabledata td.head {
	background-color: #D2DBE3;/*#C2E974;*/
	border: 1px solid #88B91E !important;
	font-weight: bold;
}

/* Light green highlight TD */
.tabledata td.subhead {
	background-color: #D2DBE3;/*#D7F0A2;*/
	border: 1px solid #A5B6C6 !important;
}

.tabledata td.cellborder {
	border: 1px solid #dcdcdc !important;
}

/* Border under each row -  apply .datarow to TR to style all TDs in that row */
.tabledata tr.datarow td {
	border-bottom: 1px solid #DCDCDC;
}

.candystripe {
	background-color: #DCDCDC
}

.alignRight {
	text-align: right;
}


a.reg {
	background-image: url(../images/register.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	font-size: 0; 
	line-height: 0;
	height: 24px;
	margin: 4px 0;
	padding: 0;
	border: 0;
	width: 112px;
}

a.reg:hover {
	background-position: top;
}

#hotelAdmin {
	background: url(../images/bg_admin.gif) repeat-y;
}

#hotelAdmin,
#login,
#register {
	margin-top: 0;
	background-color: #EFEFEF;
}

#login form,
#register form {
	width: 480px;
	margin: 3em auto 0 auto;
	background-color: #fff;
	padding: 0.5em 1em;
	border: 1px solid #A5B6C6;
}

#login .input,
#register .input {
	width: 180px;
	margin-bottom: 5px;
}

#register select.input {
	width: 190px;
}

#footer {
	margin-top: 0.5em;
}

#login #footer,
#register #footer {
	margin-top: 0;
}

#login #footer ul,
#register #footer ul {
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#footer ul {
margin: 1em auto;
padding: 0;
font-size: 80%;
list-style: none;
}

#footer li {
margin: 0;
float: left;
display: block;
margin-right: 0.5em;
font-size: 1.2em;
}

#footer li.first {
float: left;
}

#footer li.last {
float: right;
}

#supplierMenu ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	border: none;
}

#supplierMenu ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.1em;
	font-weight: bold;	
	margin: 0px;
	padding: 5px 0px;
}


/* ---------------------------------------- */
/* END DD STYLES */
/* ---------------------------------------- */



/* BASIC TEXT STYLES */

.pageTitle { 
	color:#CC0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold; 
}
.textWhite9pt {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead1 {
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
}
.smlText {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* GLOBAL PAGE ELEMENTS */

.mast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #A5B6C6;
}
.mastStrapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #A5B6C6;
	padding-right: 15px;
}
.navbar {
	height: 20px;
}
.navbar td {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	vertical-align: middle;
	color: #006699;
	text-align: center;
	background-color: #D2DBE3;
}


/* 
	Tooltip styles 
*/
.tooltiptitle{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none; 
	CURSOR: Default; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 8pt
}
.tooltipcontent{
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	CURSOR: Default; 
	font-family: arial; 
	font-size: 8pt
}

#ToolTip{
	position:absolute; 
	width: 100px; 
	top: 0px; 
	left: 0px; 
	z-index:4; 
	visibility:hidden;
}



/* GENERIC BOX COLOUR THEMES */

.box1a {
	background-color: #006699;
	color: #FFFFFF;
}
.box1b {
	background-color: #D2DBE3;
}
.box1c {
	background-color: #E7EBEF;
}
.boxcell1a {
	background-color: #D2DBE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5B6C6;
}
.boxcell1b {
	background-color: #E7EBEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5B6C6;
}

.box2a {
	background-color: #94CB21;
}
.box2b {
	background-color: #DBEABB;
}
.box2c {
	background-color: #E7F1D2;
}
.boxcell2a {
	background-color: #DBEABB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
}
.boxcell2b {
	background-color: #E7F1D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
}
.box3a {
	background-color: #F09451;
}
.box3b {
	background-color: #FFE5BF;
}
.box3c {
	background-color: #FFEBCC;
}
.boxcell3a {
	background-color: #FFE5BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD699;
}
.boxcell3b {
	background-color: #FFEBCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD699;
}


/* SEARCH BOX STYLES */
}
.searchDateBox {
	border: 1px solid #333333;
}
.searchTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #8DA4B8;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
}
.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #818181;
	padding-left: 3px;
	border: 1px solid #FFFFFF;
	height: 16px;
	width: 100%;
}
.searchRadio {
	border: 0px;
}
.searchSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0000;
	vertical-align: middle;
	height: 21px;
	border: 0px solid #CC0000;
	text-align: center;
}

/* SPECIALS BOX STYLES */

.specialHeader {
	font-size: 13pt;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.1em;
}
.specialMastImage {
	background-image: url(../images/mastSpecial4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
.specialTitle {
	font-size: 9pt;
	font-weight: bold;
}
.specialAmount {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
}



/* SEARCH RESULT TABLE STYLES - BOY ARE THESE LONG*/
.resultTable {
	border:none;
	width:100%;
}

.resultTableTitleWeekday {
	border:1px solid #A5B6C6;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	background-color: #D2DBE3;
	padding-right: 3px;
	padding-left: 3px;
}
.resultTableTitleWeekdaySelected {
	border:1px solid #CC0000;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	background-color: #D2DBE3;
	padding-right: 3px;
	padding-left: 3px;
}
.resultTableTitleWeekend {
	border:1px solid #A5B6C6;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	background-color: #C2E974;
	padding-right: 3px;
	padding-left: 3px;
}
.resultTableTitleWeekendSelected {
	border:1px solid #CC0000;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	background-color: #C2E974;
	padding-right: 3px;
	padding-left: 3px;
}
.resultTableLabel {
	background-color: #DBEABB;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.resultTableRateWeekday {
	background-color: #E7F1D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B91E;
}
.resultTableRateWeekdayInc {
	background-color: #E7F1D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B91E;
	background-image: url(../images/include_icon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}
.resultTableRateWeekdaySelected {
	border:1px solid #CC0000;
	background-color: #E7F1D2;
	height: 26px;
}
.resultTableRateWeekdaySelectedInc {
	border:1px solid #CC0000;
	background-color: #E7F1D2;
	height: 26px;
	background-image: url(../images/include_icon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.resultTableRateWeekend {
	background-color: #D7F0A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B91E;
}
.resultTableRateWeekendInc {
	background-color: #D7F0A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B91E;
	background-image: url(../images/include_icon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.resultTableRateWeekendSelected {
	border:1px solid #CC0000;
	background-color: #D7F0A2;
	height: 26px;
}
.resultTableRateWeekendSelectedInc {
	border:1px solid #CC0000;
	background-color: #D7F0A2;
	height: 26px;
	background-image: url(../images/include_icon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.resultTableSold {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #666666;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B91E;
}
.resultTableSoldSelected {
	background-color: #FFFFFF;
	border:1px solid #CC0000;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #666666;
	text-transform: uppercase;
}
.resultTableProperty {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	padding-top: 3px;
	padding-bottom: 3px;
}
.resultTableBook {
	background-color: #88B91E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B91E;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 7pt;
}
.resultTableMonth {
	background-color: #006699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
}







/* OLD STYLES NO LONGER USED AND STUFF I HAVEN'T TRANSFERRED YET */

.formFieldFullWidth {
	width: 100%;

}

/* This is the main table for content: usually contains the form */
table.formTable { padding:2px; width:100%;}

/* td.formArea{ background-color:#EBEBEB; } */

.breadcrumbsTitle {text-indent: 3px; color:#555555; font-family:verdana; font-weight:bold; font-size:14px; }
.breadcrumbs {color:#555555; font-family:verdana; font-weight:bold; font-size:11px; }

a.splashLinks { color:#069; text-decoration: none; font-family:verdana; font-size:11px; font-weight:normal; padding:5px;}
a.splashLinks:hover { color:#C00 }

/* Outer table which may hold captions etc */
table.outerTable { padding:0px; border:none; width:100%; }


/* Any tables containing grids */
table.gridTable { padding:0px; border:none; width:100%; }

table.sideTable { border:none; width:100%; }

/* These are the section menus related to the supplier/section of integrator the user is in */
table.appMenu { padding:0px; border:1px solid #666666; width:96%;}
table.appMenuBody { padding:0px; border-top:none; border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; width:96%;}

tr.appMenuHeader {background-color:#EBEBEB; }
td.appMenuHeader { text-indent: 3px; text-align:left;  font-family:verdana; font-weight:bold; color:#555555;}

tr.appMenuItem {background-color:#F5F5F5;}
td.appMenuItem { text-indent:5px; padding-bottom:5px; font-family:verdana; font-size:10px; font-family:verdana; font-weight:normal; text-align:left;}

a.appMenuLink { color:#069; text-decoration: none; font-family:verdana; font-size:10px; font-weight:normal;}
a.appMenuLink:hover { color:#C00; }


/* The main integrator menu */
table.menuTable { border:none; width:100%; align:left; background-color:#EBEBEB}
td.menuItem { background-color:#666666; font-family:verdana; border-bottom:1px solid #F5F5F5; border-right:1px solid #F5F5F5; font-size:10px; font-weight:bold; color:white; text-align:center;}
a.menuLink { color:white; text-decoration: none; font-family:verdana; font-size:10px; font-weight:bold; color:white;}
a.menuLink:hover { color:white; }


/* Integrator static menu (down the left side) */
td.sideMenuLogon{padding-bottom:10px;}
td.sideMenuIcon {padding-left:10px;}
td.sideMenuItem {text-align:left; vertical-align:middle;}
td.sideMenuSupport {padding-left:10px; padding-top:5px; padding-bottom:10px; vertical-align:middle;}

a.sideMenuLink { color:white; text-decoration: none; font-family:verdana; font-size:10px; font-weight:normal; color: #069;}
a.sideMenuLink:hover { color: #C00; }

td.gridTableResults {
	color:#555555;
	border-bottom:1px solid #DCDCDC;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.data {color:#555555; border-bottom:1px solid #EBEBEB}

/* Active menu item */
td.activeMenuItem { background-color:#054A83; font-family:verdana; border-bottom:1px solid #054A83; border-right:1px solid #F5F5F5; font-size:10px; font-weight:bold; color:white; text-align:center;}
/* Integrator help style */
td.helpMenuItem { background-color:#999999; font-family:verdana; border-bottom:1px solid #F5F5F5; border-right:1px solid #F5F5F5; font-size:10px; font-weight:bold; color:white; text-align:center;}
/* The side bar edge box thingy */
td.edgeBox { background-color:#054A83; border-bottom:1px solid #F5F5F5;}

/* The actual side bar -- graphic only -- of no purpose at all */
td.sideBar { background-color:#666666; border-bottom:0px; border-right:1px solid #F5F5F5;}


/* --------------- Older stuff -----------------------*/
td.menuBar { border-bottom:1px solid #F5F5F5; border-right:1px solid #F5F5F5; background-color:#054A83;}

th, td.heading {font-family:verdana; color:#555555; font-weight:bold; font-size:11px; text-align:left;}

td.title {
	border:1px solid #A5B6C6;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	background-color: #D2DBE3;
	padding-right: 3px;
	padding-left: 3px;
}
th.title {border:1px solid #CCCCCC; text-indent:5px; font-family:verdana; font-weight:bold; font-size:11px; text-align:left; color:#333333; background-color: #EBEBEB;}

/*
-- Commented out by DD, this leaves a border around checkboxes, 
-- use .input class to style text boxes
input { color: black; font-family:arial; font-size:10px; border:1px solid #666666}
*/

/*select { font-family:arial; font-size:10px; border:1px solid #666666;}*/

a.ig { font-family:verdana; font-size:11px; color: #069; background: transparent; text-decoration: underline; }
a.ig:hover { color: #C00;background: transparent;text-decoration: underline; }


td.error { padding:3px; font-family:verdana; font-size:11px; font-weight: normal; color:#C00}
td.errorTitle { padding:3px; font-family:verdana; font-size:11px; font-weight: bold; color:black}

a.error { font-family:verdana; font-size:11px; color: #C00 ; background: transparent; text-decoration: none; }
a.error:hover { color: #069;background: transparent; }

input.button {width:112px; font-family:verdana; font-size:10px; color:white; background-color:#999999; border:1px solid #555555; padding-right:15px; background-image: url(file:///C|/Documents and Settings/Administrator/Local Settings/Temporary Internet Files/Content.IE5/HT1O5UAL/"../images/button_bg_arrowRight.gif"); background-position:center right; background-repeat:no-repeat; }

input.checkbox { border:none; }

td.fwf, input.fwf {font-family:courier new; font-size:11px; color:black}
input.fwf { text-transform: uppercase; }

tr.colour1 { background-color: #FFFFFF; }
tr.colour0 { background-color: #F5F5F5; }

input.colour1 {background-color: #FFFFFF; border:none;}
input.colour0 {background-color: #F5F5F5; border:none;}

.message { color: green; }

.error { color: red; }

.ellipsis { background-color: white; border: none; font-weight: bold; padding-left: 0.25cm; }

.alt2 {
	background: #DEDEDE;
}

#supplierMenu h2 {
	background: #8f8f8f;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}

.adminlogo {
	padding: 0 4px 4px 4px;
	text-align: center;
}

.admincontent {
	padding: 5px 5px;
}

.supplierleft {
	width: 160px;
	padding: 5px;
}

.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

hr.login {
	margin: 25px 0 8px 0;
}

.buttons a, .buttons button{
    display: block;
    float: left;
    background: #e8e7e3;
    color: #565656;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
    cursor: pointer;
	margin: 0 7px 0 0;
    padding: 5px 10px 6px 7px;
	border-width: 1px;
    border-style: solid;
    border-color: #ddd #bbb #bbb #ddd;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
}

#register h1 {
	font-weight: bold;
	margin: 1.0em 0;
}

#register h2 {
	color: #3f4c64;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.6em 0;
	margin: 0.5em 0;
	border-bottom: 3px solid #a5b6c6;
}


#register fieldset {
	width: 100%;
	margin: 1.2em 0;
}

#register .input {
	margin: 0;
}

#register p {
	margin: 1.0em 0;
}

#register td {
	padding: 3px 2px;
	vertical-align: middle !important;
}

/*** Custom overrides for jquery UI styles ***/
#ui-datepicker-div { font-size: 11px; }
.ui-tabs-hide {
  display: none;
}
#lang-tabs-0,
#lang-tabs-1,
#lang-tabs-2,
#lang-tabs-3,
#lang-tabs-4,
#lang-tabs-5,
#lang-tabs-6,
#lang-tabs-7,
#lang-tabs-8,
#lang-tabs-9,
#lang-tabs-10,
#lang-tabs-11,
#lang-tabs-12 {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: 0 !important;
  background: none !important;
  color: inherit !important;
  font-family: verdana;
  font-size: 11px;
}

#lang-tabs-0  .ui-tabs-nav,
#lang-tabs-1  .ui-tabs-nav,
#lang-tabs-2  .ui-tabs-nav,
#lang-tabs-3  .ui-tabs-nav,
#lang-tabs-4  .ui-tabs-nav,
#lang-tabs-5  .ui-tabs-nav,
#lang-tabs-6  .ui-tabs-nav,
#lang-tabs-7  .ui-tabs-nav,
#lang-tabs-8  .ui-tabs-nav,
#lang-tabs-9  .ui-tabs-nav,
#lang-tabs-10  .ui-tabs-nav,
#lang-tabs-11  .ui-tabs-nav,
#lang-tabs-12  .ui-tabs-nav {
  border-color: #D3D3D3;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
  bottom: -1px;
  float: left;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
  line-height: 1.3;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

#lang-tabs-0 .ui-tabs-nav li,
#lang-tabs-1 .ui-tabs-nav li,
#lang-tabs-2 .ui-tabs-nav li,
#lang-tabs-3 .ui-tabs-nav li,
#lang-tabs-4 .ui-tabs-nav li,
#lang-tabs-5 .ui-tabs-nav li,
#lang-tabs-6 .ui-tabs-nav li,
#lang-tabs-7 .ui-tabs-nav li,
#lang-tabs-8 .ui-tabs-nav li,
#lang-tabs-9 .ui-tabs-nav li,
#lang-tabs-10 .ui-tabs-nav li,
#lang-tabs-11 .ui-tabs-nav li,
#lang-tabs-12 .ui-tabs-nav li {
  border-color: #D3D3D3;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  float: left;
  font-size: 100%;
  line-height: 1.3;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
}

#lang-tabs-0 .ui-corner-all,
#lang-tabs-1 .ui-corner-all,
#lang-tabs-2 .ui-corner-all,
#lang-tabs-3 .ui-corner-all,
#lang-tabs-4 .ui-corner-all,
#lang-tabs-5 .ui-corner-all,
#lang-tabs-6 .ui-corner-all,
#lang-tabs-7 .ui-corner-all,
#lang-tabs-8 .ui-corner-all,
#lang-tabs-9 .ui-corner-all,
#lang-tabs-10 .ui-corner-all,
#lang-tabs-11 .ui-corner-all,
#lang-tabs-12 .ui-corner-all {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#lang-tabs-0 .ui-widget-header,
#lang-tabs-1 .ui-widget-header,
#lang-tabs-2 .ui-widget-header,
#lang-tabs-3 .ui-widget-header,
#lang-tabs-4 .ui-widget-header,
#lang-tabs-5 .ui-widget-header,
#lang-tabs-6 .ui-widget-header,
#lang-tabs-7 .ui-widget-header,
#lang-tabs-8 .ui-widget-header,
#lang-tabs-9 .ui-widget-header,
#lang-tabs-10 .ui-widget-header,
#lang-tabs-11 .ui-widget-header,
#lang-tabs-12 .ui-widget-header {
  background: 0;
}

#lang-tabs-0 .ui-corner-top,
#lang-tabs-1 .ui-corner-top,
#lang-tabs-2 .ui-corner-top,
#lang-tabs-3 .ui-corner-top,
#lang-tabs-4 .ui-corner-top,
#lang-tabs-5 .ui-corner-top,
#lang-tabs-6 .ui-corner-top,
#lang-tabs-7 .ui-corner-top,
#lang-tabs-8 .ui-corner-top,
#lang-tabs-9 .ui-corner-top,
#lang-tabs-10 .ui-corner-top,
#lang-tabs-11 .ui-corner-top,
#lang-tabs-12 .ui-corner-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
}

#lang-tabs-0 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-1 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-2 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-3 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-4 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-5 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-6 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-7 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-8 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-9 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-10 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-11 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-12 .ui-tabs-nav li.ui-tabs-selected a,
#lang-tabs-0 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-1 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-2 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-3 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-4 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-5 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-6 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-7 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-8 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-9 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-10 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-11 .ui-tabs-nav li.ui-tabs-selected a:hover,
#lang-tabs-12 .ui-tabs-nav li.ui-tabs-selected a:hover {
  background: url("images/ffffff_40x100_textures_02_glass_65.png") repeat-x scroll 0 50% #FFFFFF;
  color: #212121;
}

#lang-tabs-0 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-1 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-2 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-3 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-4 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-5 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-6 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-7 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-8 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-9 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-10 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-11 .ui-tabs-nav li.ui-tabs-selected,
#lang-tabs-12 .ui-tabs-nav li.ui-tabs-selected {
  border-bottom-color: #fff;
}

#lang-tabs-0 .ui-widget input,
#lang-tabs-1 .ui-widget input,
#lang-tabs-2 .ui-widget input,
#lang-tabs-3 .ui-widget input,
#lang-tabs-4 .ui-widget input,
#lang-tabs-5 .ui-widget input,
#lang-tabs-6 .ui-widget input,
#lang-tabs-7 .ui-widget input,
#lang-tabs-8 .ui-widget input,
#lang-tabs-9 .ui-widget input,
#lang-tabs-10 .ui-widget input,
#lang-tabs-11 .ui-widget input,
#lang-tabs-12 .ui-widget input,
#lang-tabs-0 .ui-widget select,
#lang-tabs-1 .ui-widget select,
#lang-tabs-2 .ui-widget select,
#lang-tabs-3 .ui-widget select,
#lang-tabs-4 .ui-widget select,
#lang-tabs-5 .ui-widget select,
#lang-tabs-6 .ui-widget select,
#lang-tabs-7 .ui-widget select,
#lang-tabs-8 .ui-widget select,
#lang-tabs-9 .ui-widget select,
#lang-tabs-10 .ui-widget select,
#lang-tabs-11 .ui-widget select,
#lang-tabs-12 .ui-widget select,
#lang-tabs-0 .ui-widget textarea,
#lang-tabs-1 .ui-widget textarea,
#lang-tabs-2 .ui-widget textarea,
#lang-tabs-3 .ui-widget textarea,
#lang-tabs-4 .ui-widget textarea,
#lang-tabs-5 .ui-widget textarea,
#lang-tabs-6 .ui-widget textarea,
#lang-tabs-7 .ui-widget textarea,
#lang-tabs-8 .ui-widget textarea,
#lang-tabs-9 .ui-widget textarea,
#lang-tabs-10 .ui-widget textarea,
#lang-tabs-11 .ui-widget textarea,
#lang-tabs-12 .ui-widget textarea,
#lang-tabs-0 .ui-widget button,
#lang-tabs-1 .ui-widget button,
#lang-tabs-2 .ui-widget button,
#lang-tabs-3 .ui-widget button,
#lang-tabs-4 .ui-widget button,
#lang-tabs-5 .ui-widget button,
#lang-tabs-6 .ui-widget button,
#lang-tabs-7 .ui-widget button,
#lang-tabs-8 .ui-widget button,
#lang-tabs-9 .ui-widget button,
#lang-tabs-10 .ui-widget button,
#lang-tabs-11 .ui-widget button,
#lang-tabs-12 .ui-widget button {
  font-family: inherit;
  font-size: inherit;
}

#lang-tabs-0 .ui-tabs-nav li a,
#lang-tabs-1 .ui-tabs-nav li a,
#lang-tabs-2 .ui-tabs-nav li a,
#lang-tabs-3 .ui-tabs-nav li a,
#lang-tabs-4 .ui-tabs-nav li a,
#lang-tabs-5 .ui-tabs-nav li a,
#lang-tabs-6 .ui-tabs-nav li a,
#lang-tabs-7 .ui-tabs-nav li a,
#lang-tabs-8 .ui-tabs-nav li a,
#lang-tabs-9 .ui-tabs-nav li a,
#lang-tabs-10 .ui-tabs-nav li a,
#lang-tabs-11 .ui-tabs-nav li a,
#lang-tabs-12 .ui-tabs-nav li a {
  float: left;
  font-weight: normal;
  padding: 0.5em 1.7em;
}

#lang-tabs-0 .ui-tabs-panel,
#lang-tabs-1 .ui-tabs-panel,
#lang-tabs-2 .ui-tabs-panel,
#lang-tabs-3 .ui-tabs-panel,
#lang-tabs-4 .ui-tabs-panel,
#lang-tabs-5 .ui-tabs-panel,
#lang-tabs-6 .ui-tabs-panel,
#lang-tabs-7 .ui-tabs-panel,
#lang-tabs-8 .ui-tabs-panel,
#lang-tabs-9 .ui-tabs-panel,
#lang-tabs-10 .ui-tabs-panel,
#lang-tabs-11 .ui-tabs-panel,
#lang-tabs-12 .ui-tabs-panel {
  border: 1px solid #D3D3D3;
  clear: left;
  padding: 1.5em 1.7em;
  text-decoration: none;
}

#lang-tabs-0 .ui-corner-bottom,
#lang-tabs-1 .ui-corner-bottom,
#lang-tabs-2 .ui-corner-bottom,
#lang-tabs-3 .ui-corner-bottom,
#lang-tabs-4 .ui-corner-bottom,
#lang-tabs-5 .ui-corner-bottom,
#lang-tabs-6 .ui-corner-bottom,
#lang-tabs-7 .ui-corner-bottom,
#lang-tabs-8 .ui-corner-bottom,
#lang-tabs-9 .ui-corner-bottom,
#lang-tabs-10 .ui-corner-bottom,
#lang-tabs-11 .ui-corner-bottom,
#lang-tabs-12 .ui-corner-bottom {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0 0;
  border-bottom-right-radius: 0 0;
}
