#listings { width:600px; }

em.gold { background-color: #BECBD5; color: #fff; cursor: pointer; }
em.blue { background-color: #C7E5EC; color: #fff; cursor: pointer; }
em.red { background-color: #F2A1B8; color: #fff; cursor: pointer; }

.yui-navset .yui-nav .selected em.gold { background-color: #0C2030; color: #fff; cursor: pointer; }
.yui-navset .yui-nav .selected em.blue { background-color: #00B5DE; color: #fff; cursor: pointer; }
.yui-navset .yui-nav .selected em.red { background-color: #ED0042; color: #fff; cursor: pointer; }


div.goldhead { background-color: #0C2030; color: #fff; padding:5px; cursor: pointer;}
div.bluehead { background-color: #00B5DE; color: #fff; padding:5px; cursor: pointer;}
div.redhead { background-color: #ED0042; color: #fff; padding:5px; cursor: pointer;}


.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
    background-color:#777; /* active tab, tab hover, and content bgcolor */
    color: #fff;
}


.yui-navset .yui-content {
    background-color:#fff; /* active tab, tab hover, and content bgcolor */
    color: #000;
}
.yui-navset .yui-nav li a {
    color: #000;
    
}


.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #777;  /* label and content borders */
}




.yui-navset .yui-nav li em { width:100px; } /* tab padding */

.yui-content .yui-navset .yui-nav li em { width:100px; cursor: pointer; } /* tab padding */


.yui-navset .yui-nav li {
    margin-right:.5em; /* horizontal tabs */
}


.yui-content .yui-navset .yui-nav li {
    margin-right:0; /* horizontal tabs */
}

#aberdeen { border-top: 6px solid  #0C2030; }

#edinburgh { border-top: 6px solid  #00B5DE; }

#glasgow { border-top: 6px solid  #ED0042; }

.yui-content .yui-navset .yui-nav li a , .yui-content .yui-navset .yui-content{
    border:0px solid #777;  /* label and content borders */
}

.yui-navset .yui-content  table {
     border-top:1px solid #777; 
     border-right:1px solid #777; 
    width: 100%;
}


.yui-navset .yui-content  table tr td {
     border-bottom:1px solid #777; 
     border-left:1px solid #777; 
    padding: 3px;
}
