/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/*
==========================General=============================*/
html {
	height: 100%;
	margin-bottom: 1px;
	background-image: url(../images/grey_bgnd.gif);
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
    font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0;
	color: #000000;
	text-align: center;
}
ul {
    list-style: none;
}
dl {
	margin: 0.5em 0;
	line-height: 140%;
}
p {
    margin-bottom: 0.5em;
    font-size: 1.0em;
	color: #333333;
	font-weight:normal;
    text-decoration: none;
}
a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}
a:focus {
    outline: none;
}

hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

img {
    border: none;
}

strong {
    font-weight:bold;
}

ol {
    list-style-type: decimal;
    padding-left: 25px;
}
li {
    display: list-item
}

td {
    border-width: 0px;
}

th {
    border-width: 0px;
}

tr {
    border-width: 0px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    font-size: 1.1em;
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#header {
    position: relative;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 900px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
    padding-left: 55px;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 340px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 573px;
}
#layout-rightCol #middleCol {
    width: 573px;
}
#layout-noCols #middleCol {
    width: 798px;
}
#leftCol {
    float: left;
    width: 225px;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 225px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
}

/*
=========================Header===============================*/
#header {
}
#header .wrapLeft {
}
#header .wrapRight {
}

#header .wrap {
    position: relative;
    height: 295px;
    margin:0px auto;
    background: #ffffff url('http://www.seattletoursaver.com/themes/ts_seattle/images/seattlebanner01.jpg') left top no-repeat;
}
#header span#logo {
    font-size: 3.0em;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
}
#inner-wrapper .inner-container {
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #333333;
}

/*
======================Main Content============================*/
#content h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
	font-weight: bold;
}
#content h1.pageTitle {
    background-image: url(../images/backgrounds/underlines.gif);
	background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 1.4em;
	color: #4264ac;
	margin-top:0;
	margin-bottom: 10px;
	padding-left: 25px;
	height: 35px;
}
#content h1.highlight {
    font-size: 1.4em;
    color: #d22626;
    margin-top:0;
	margin-bottom: 5px;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style: none;
    list-style-position: inside;
}
#content li {
    padding-left: 0.5em;
    list-style: none;
}

#content h2 {
    font-size: 1.2em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
}

#content a,  #content h2 a {
    color: #333333;
    text-decoration: underline;
}

#content h2 a {
    color: #08338C;
    text-decoration: underline;
}

#content a:hover, #content h2 a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}

#content h2 a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}

#content #highlightbox {
    background-color: #EEEEEE;
}

#content #highlightbox h2{
    font-size: 1.2em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 0;
	margin-left: 12px;
}
/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    width:300px;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer .wrapLeft {
}
#footer .wrapRight {
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #000000;
    font-size: 10px;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #072d7a;
    color: #08338C;
}
.error, .required {
    color: #FF3300;
}
.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #08338C;
    color: #fff;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 98%;
}
.wideButton {
    width: 8em;
}
#confirm { font-size: 1.1em; width: 9em; font-weight: bold; }
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #FFFFFF;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.blockContainer {
    margin-bottom: 1.5em;
}
.blockHeader {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #8FA0D0;
    color: #8FA0D0;
    font-weight: bold;
}
.blockHeader h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
}
.blockContent {
    font-size: 1.0em;
}

.blockContent ul li{
    font-size: 1.0em;
	color: #333333;
	font-weight:normal;
	margin: 0;
	padding: 0;
	list-style:none;
}


.blockTitle {
    background-image: url(../images/backgrounds/underlines.gif);
	background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 1.6em;
    font-family: Verdana, Helvetica, sans-serif;
	color: #08338C;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 15px;
	padding-left: 25px;
	height: 35px;
}

.blockh1 {
    font-size:138.5%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #08338C;
    margin-top:0;
    margin-bottom: 5px;
    font-weight: bold;
}

.blockRightH1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 20px;
}

.blockTitleHide {
    visibility: hidden;
    height: 0;
}

.blockLeftContent {
    padding: 0;
    margin: 0;
    padding-right: 20px;
    font-size: 1.0em;
    border-right-color: #08338C;
    border-right-style: solid;
    border-right-width: 1px;
}

.blockLeftContent h1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
	font-weight: bold;
}

.blockRightContent {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    font-size: 10px;
}

.blockListContent {
    padding: 0;
    margin: 0;
    font-size: 1.0em;
    padding-left: 0px;
}

.blockListContent ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
    padding: 0;
}

.blockListContent ul li {
    margin: 0;
    padding: 0;
    color: #333333;
	font-weight:normal;
	list-style-type: none;
	list-style-image: none;
    padding-bottom: 2px;
    list-style-position: outside;
}

.blockListContent ul li a{
	color: #333333;
    text-decoration: underline;
}

.blockListContent ul li a:hover{
	color: #8FA0D0;
    text-decoration: underline;
}

#leftCol .content a, #rightCol .content a {
    color: #333333;
    text-decoration: underline;
}

#leftCol .content a:hover, #rightCol .content a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}

.newsBody {
    padding-left:25px;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

#nav {
    position: relative;
    padding-left:90px;
    height: 55px;
    font-size: 1.1em;
    background: #ffffff;
    z-index:99;
}
#nav .inner {
    height: 2.5em;
    padding-left: 0;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    list-style: none;
    float: left;
    padding-left: 0;
}
#nav li a {
    display: block;
    padding: 0.5em 1em;
    font-weight: normal;
    color: #08338C;
    text-decoration: none;
}
#nav li a:hover {
    text-decoration: none;
}

#nav li.current a {
    color: #08338C;
}

#nav li.current a:hover {
    text-decoration: none;
}

 #nav ul li ul {
        position: absolute;
        width: 12em;
        left: -999em;
        margin: 0 0 0 0;
        color: #08338C;
        background: #FFFFFF;
        -moz-opacity: 0.95;
        border:1px solid #DFDFDF;
}
    #nav li ul a {
        font-weight: normal;
        color: #08338C;
        cursor: default;
        text-align: center;
        text-decoration: none;
    }

    #nav li.current ul a {
        font-weight: normal;
        color: #08338C;
        cursor: default;
    }
    #nav li ul a:hover {
        text-decoration: underline;
        border: none;
        text-decoration: none;
    }
    #nav ul li:hover ul, #nav ul li.sfhover ul {
        left: 1px;
    }
    #nav ul li ul ul {
        margin: -1.5em 0 0 12em;
    }
    #nav ul li ul li {
        width: 12em;
    }
    #nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul {
        left: -999em;
    }
    #nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul {
        left: auto;
    }
/**
 * Forms.
 *
 * @package    themes
 * @subpackage wsd_yaml_base
 * @author     Michael K. Alber <malber@one2market.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
    padding-left: 75px;
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(../images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}

input.mediumText {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 225px;
    padding: 2px;
    background: #fff url(../images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}

input.longText {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 350px;
    padding: 2px;
    background: #fff url(../images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    font-weight: bold;
    color: #333;
}

.meduimTextarea {
    width: 225px;
    height: 8em;
}   

.largeTextarea {
    width: 350px;
    height: 10em;
}   


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em; 
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        list-style: none;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}

/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */