

/* Clearfix Junk */
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* Toggle Link */
#toggle { visibility:hidden; }
div.globalMenu #toggle { visibility:visible; }

.tab a.open, .tab a.close {
    cursor: pointer;
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    position: relative;
    top: 11px;
    width: 100px;
}
#toggle a { color:#F8BB49!important; }
#toggle a:hover { color:#fff!important; }

/* Dropdown Panel Main */
#toppanel {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 0;
    width: 995px;
    z-index: 999;
}
#panel {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: none;
    height: 60px;
    margin: auto;
    overflow: hidden;
    position: relative; /* Absolute for Overlap */
    width: 984px;
    z-index: 3;
}
#panel h1 {
    color: white;
    font-size: 1em;
    margin: 0;
    padding: 0 0 5px;
}

/* Dropdown Panel Inner */
#panel h2 {
    color: white;
    font-size: 1.2em;
    margin: 0;
    padding: 10px 0 5px;
}
#panel p {
    margin: 5px 0;
    padding: 0;
}
#panel a {
    color: #F8BB49;
    text-decoration: none;
}
#panel a:hover {
    color: white;
}
#panel a-lost-pwd {
    display: block;
    float: left;
}
#panel .content {
    font-size: 0.85em;
    margin: 0 auto;
    padding-top: 3px;
    text-align: left;
    width: 960px;
}
#panel .content .left {
    float: left;
    padding: 0 15px;
    width: 380px;
}
#panel .content .right {
    border-right: 1px solid #333333;
}
#panel .content form {
    margin: 0 0 10px;
}
#panel .content label {
    clear: both;
    display: block;
    float: left;
    padding-top: 8px;
    width: 280px;
}
#panel .content input.field {
    background: none repeat scroll 0 0 #414141;
    border: 1px solid #1A1A1A;
    color: white;
    height: 16px;
    margin-right: 5px;
    margin-top: 4px;
    width: 200px;
}
#panel .content input.field:focus {
    background: none repeat scroll 0 0 #545454;
}
#panel .content input.bt_login, #panel .content input.bt_register {
    border: medium none;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    height: 24px;
    margin: 10px 0;
    text-align: center;
}
#panel .content input.bt_login {
    background: #fff;
    width: 74px;
}
#panel .content input.bt_register {
    background: #444;
    border:solid 1px #888;
    color: white;
    width: 94px; 
    padding:0;
}
#panel .content input.bt_register:hover { color:#F8BB49; }
a#reglink:hover { text-decoration:underline; }

#panel .lost-pwd {
    clear: right;
    display: block;
    float: left;
    font-size: 0.95em;
    padding: 15px 5px 0;
    text-decoration: underline;
}
.grey {
    color: #FFFFFF;
    font-weight: bold;
}
#status {
    height: 10px;
}
#nav1 {
    font-size: 14px;
    margin: 20px 0 0 30px;
}
#nav1 a {
    margin-right: 10px;
}