/*
default.css
Ultralingua WebLex

Created by Ben Kazez on 8/10/08.
Copyright 2008 Ultralingua. All rights reserved.
*/

#WLOverlay {
    z-index: 9980;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    background-color: #000;
    display: none;
}

span.WL {
    color: inherit;
}
span.WL:hover, span.WL.WLHover {
    background-color: #fff08a;
    cursor: pointer;
}    

/* Most global element styles should be applied only to those elements within the ULWebLex class, to avoid messing up the page's original formatting. */
.ULWebLex {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ULWebLex img {
    border: 0;
}

.ULWebLex a:link {
    text-decoration: none;
}

.ULWebLex p {
    padding: 0;
    margin: 0;
}

.ULWebLex a:hover {
    text-decoration: underline;
}

/* Header */

#WLSlidePanel {
    z-index: 9999;
    position:fixed;
    height: 24px;
    display: none;
}    
#WLHeader {
    /*z-index: 9999;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: #ddd url(../images/header-bg.png) repeat-x top left;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    font-weight: bold;
    font-size: 13px;
    color: #262626;
    /*text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;*/
    padding: 3px 3px 3px 10px;
    margin: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #a3a3a3;
    white-space: nowrap;
}

#WLHeaderLeft {
    display: inline;
    float: left;
    width: 49%;
    padding-top: 2px;
    vertical-align: middle;
}

#WLHeaderRight {
    display: inline;
    float: left;
    text-align: right;
    width: 50%;
    padding-top: 4px;
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

#WLHeader img {
    vertical-align: middle;
    padding-bottom: 2px;
}

#WLHeader select{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #b1b1b1;
    padding: 0 0 0 0;
    color: #000000;
}

#WLHeader .WLCloseButton {
    padding-left: 5px;
    padding-right: 5px;
}

/* PopUp */
#WLPopUp {
    z-index: 9999;
    position: absolute;
    top: 300px;
    left: 100px;
    width: 324px;/*325px;*/
    height: 195px;/*151px;*/
    background-image: url(../images/popup-new.png);
    font-size: 13px;
    text-align: left;
    display: none;
}

#WLPopUp .WLCloseButton {
    padding-right: 4px;
    padding-top: 2px;
    vertical-align: middle;
    float: right;
}

#WLPopUp .WLTitlebar {
    padding: 7px 10px 4px 10px;
    height: 27px/*21px;*/
    font-weight: bold;
    color: #262626;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    overflow: hidden;
}
#WLTitlebar select{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 6px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgb(255, 255, 255);
    border: 1px solid #b1b1b1;
    font-size: 12px;
    color: #000000;
}

#WLPopUpContent {
    border: none;
    position: absolute;
    right: 3px;
    height: 137px;
    width: 315px;
    background-color: #FFFFFF;
}

#WLPopUp .WLPopUpFooter {
    position: relative;
    top: 138px;
    height: 15px;
    font-size: 10px;
    overflow:hidden
}

.WLCopyright {
    font-size: 10px;
    color: #666;
}

p.WLCopyright {
    padding-top: 5px;
    padding-bottom: 5px;
}

#ULResult {
    display: block;
}

/* Account Actions Popup for Login */
#WLAccountFrame {
    z-index: 9999;
    position: absolute;
    top: 300px;
    left: 100px;
    width: 324px;/*325px;*/
    height: 195px;/*151px;*/
    background-image: url(../images/popup-new.png);
    font-size: 13px;
    text-align: left;
    overflow: auto;
    display: none;
}

#WLAccountCloseButton {
    padding-right: 4px;
    padding-top: 2px;
    vertical-align: middle;
    float: right;
}

#WLAccountFrame .WLAccountTitlebar {
    padding: 7px 10px 4px 10px;
    height: 27px/*21px;*/
    font-weight: bold;
    color: #DDDDDD;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    overflow: hidden;
}

#WLAccountFrameContent {
    border: none;
    position: absolute;
    right: 3px;
    height: 136px;
    width: 315px;
    background-color: #FFFFFF;
    overflow: auto;
}

#WLAccountFrame .WLAccountFooter {
    position: relative;
    top: 138px;
    height: 15px;
    font-size: 10px;
    overflow:hidden
}

#WLAccountFrame img {
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 4px;
}


