/* common classes for all registration pages */
#regTopBar {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 0px;
    background-color: #052868;
}

#regTopBar img {
    display: block;
    position: relative;
    float: left;
    padding: 9px;
    width: 254px;
    height: 32px;
}

#regTopBar span {
    display: block;
    position: relative;
    padding: 12px;
    font-size: x-large;
    font-weight: bold;
    text-align: right;
    margin-left: 300px;
    width: auto;
}

#regTopBar .shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 50px;
    background-image: url(../images/ui/drop_shadow_top.png);
    background-repeat: repeat-x;
}

#regBottomBar {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #052868;
    margin: 0px;
}

#regBottomBar .shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0px;
    background-image: url(../images/ui/drop_shadow_bottom.png);
    background-repeat: repeat-x;
}

#regBody {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #1E4696;
    padding: 15px 0px;
    margin: 0px;
}

#regFrame {
    display: block;
    width: 750px;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    background-color: transparent;
}








/* registration page 1 classes */
.rgt input {
    padding: 3px;
    width: 100%;
}

#accountInfo {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    padding: 0px;
    margin: 0px;
    border: 0px red solid;
    z-index: 100;
}

#helpPanel {
    display: block;
    position: relative;
    top: 0px;
    width: auto;
    height: 22em;
    margin:0 -1px 0 489px;
    padding: 10px;
    background: #081C3E;
    border: 1px #888 solid;
    z-index: 99;
}

.arrow {
    display: none;
    position: relative;
    float: right;
    right: 0px;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
}

#addPic {
    display: block;
    position: relative;
    margin: 0px;
    padding: 10px;
    background: #081C3E;
    border: 1px #888 solid;
    width: 210px;
    margin-left: 220px;
    font-size: small;
    z-index: 25;
}

#uploadPic {
    display: block;
    position: absolute;
    top: 0px;
    width: 210px;
    height: 20px;
    margin-left: 220px;
    padding: 10px;
    background: #000;
    z-index: 20;
    border: 1px black solid;
    text-align: left;
    opacity: 0.9;
    overflow: hidden;
}

.userIcon {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 50px;
    padding: 5px 0px;
    background-color: #252B37;
    background-image: url(../images/ui/fade_steel.png);
    background-repeat: repeat-x;
    border: 1px #888 solid;
    text-align: center;
    text-indent: 0px;
    font-size: small;
    font-weight: bold;
    cursor: pointer;
    color: white;
    z-index: 21;
    white-space: normal;
}
#captchaPanel {
    position: relative;
    margin: 0px;
    margin-bottom: 10px;
    text-align; center;
}
#captchaPanel > img {
    display: block;
    margin: 5px 28px;
    background-color: white;
}
#captchaPanel #captchaControls {
    position: absolute;
    top: 0px;
    left: 200px;
    height: 80px;
    width: 22px;
    background-color: #fff;
}
#captchaPanel #captchaControls img {
    display: block;
    margin: 0 0 5px 0;
    cursor: pointer;
}
#captchaPanel p {
    margin: 5px 0;
    text-align: center;
}
#captchaPanel input {
    display: block;
    width: 6em;
    margin: 0 auto;
}




#regFrame .lft {
    width: 210px;
}
#regFrame .rgt {
    margin-left: 220px;
}






/* agreement page classes */
.agreement {
    display: block;
    position: absolute;
    top: 15px;
    width: 799px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    background: #081C3E;
    border: 1px #888 solid;
    z-index: 2000;

}

.agreement .text {
    display: block;
    position: relative;
    width: auto;
    height: 450px;
    margin: 10px 10px;
    overflow: auto;
    border: 0px red solid;
    overflow: auto;
    line-height: normal;
    font-weight: bold;
    font-size: small;
}


.agreement h1 {
    font-size: 180%;
    margin: 0 0 5px 0;
}
.agreement h2 {
    font-size: 140%;
    margin: 0px;
}
.agreement h3 {
    font-size: 140%;
    margin: 0 0 1em 0;
}
.agreement strong {
    color: #fff;
    font-weight: bold;
    font-size: small;
}
.agreement p {
    margin-bottom: 1em;
    text-indent: 3em;
}
.agreement ol {
    list-style-type: lower-alpha;
    list-style-position: outside;
    margin: 2em 0 2em 4em;
}
.agreement ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 2em 0 2em 4em;
}
.agreement li {
    list-style-type: inherit;
}




/* agreement page classes */
.mobileagreement {
    display: block;
    position: absolute;
    top: 15px;
    width: 375px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    background: #081C3E;
    border: 1px #888 solid;
    z-index: 2000;

}

.mobileagreement .text {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin: 10px 10px;
    overflow: auto;
    border: 0px red solid;
    overflow: auto;
    line-height: normal;
    font-weight: bold;
    font-size: small;
}


.mobileagreement h1 {
    font-size: 180%;
    margin: 0 0 5px 0;
}
.mobileagreement h2 {
    font-size: 140%;
    margin: 0px;
}
.mobileagreement h3 {
    font-size: 140%;
    margin: 0 0 1em 0;
}
.mobileagreement strong {
    color: #fff;
    font-weight: bold;
    font-size: small;
}
.mobileagreement p {
    margin-bottom: 1em;
    text-indent: 3em;
}
.mobileagreement ol {
    list-style-type: lower-alpha;
    list-style-position: outside;
    margin: 2em 0 2em 4em;
}
.mobileagreement ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 2em 0 2em 4em;
}
.mobileagreement li {
    list-style-type: inherit;
}







/* registration page 2 classes */
#physicalLeft {
    float: left;
    width: 380px;
    height: auto;
    margin: 0px;
}

#physicalRight {
    width: auto;
    margin-left: 390px;
    height: auto;
}

#physicalLeft .lft, #physicalRight .lft {
    width: 140px;
    margin-right:-130px;
}
#physicalLeft .rgt,  #physicalRight .rgt{
    width: 140px;
    margin-left: 145px;
}

#physicalLeft .special, #physicalRight .special {
    width: 100px;
}
input[type="radio"] {
    vertical-align: middle;
    margin-right: 3px;
}






/* registration page 3 classes */
#intos {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    line-height: 2;
}

#intoDefinitions {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin:0 -1px 0 0;
    padding: 10px;
    background: #081C3E;
    border: 1px #888 solid;
}







/* registration page 4 classes */
#bgGraphic {
    display: block;
    position: absolute;
    top: 0px;
    width: 750px;
    height: 100%;
    margin-top: 10px;
    border: 0px red solid;
    background-image: url(../images/ui/page4_background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 2;
}

.fullAccessButton {
    display: block;
    position: relative;
    width: 200px;
    height: 20px;
    margin: 0px auto;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.startHunting {
    display: block;
    position: relative;
    width: 200px;
    height: 20px;
    margin: 0px auto;
    padding: 15px 0px;
    text-align: center;
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

.startHunting:hover {
    color: #000;
    text-decoration: none;
}




/* registration buttons */
.regBut{
    display: block;
    position: static;
    height: auto;
    width: auto;
    padding: 10px;
    margin: 0px;
    background-color: #081C3E;
    /* background-image: url(../images/ui/button_bg_big.gif); */
    background-repeat: repeat-x;
    background-position: 0px -2px;
    color: #fff;
    border: 1px #888 solid;
    text-decoration: none;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
    cursor: pointer;
}

.greenBut{
    background-color: #12670A;
    background-image: url(../images/ui/fade_green.png);
    float: left;
    width: 330px;
}

.redBut{
    background-color: #631D0A;
    background-image: url(../images/ui/fade_red.png);
    float: left;
    width: 330px;
    margin-right: 15px;
}



/* graphical registration buttons for form items */
.regButton {
    position: relative;
    top: 0px;
}
.regButton input{
    display: block;
    position: relative;
    float: right;
    height: 52px;
    width: 120px;
    padding: 0px;
    background-color: #081C3E;
    background-image: url(../images/ui/button_center.png);
    background-repeat: repeat-x;
    color: #fff;
    border: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
    cursor: pointer;
}
.regButton .left {
    display: block;
    position: relative;
    float: right;
    height: 52px;
    width: 5px;
    padding: 0px;
    background-color: transparent;
    background-image: url(../images/ui/button_rightedge.png);
    background-repeat: no-repeat;
    border: 0px;
}
.regButton .right {
    display: block;
    position: relative;
    float: right;
    height: 52px;
    width: 5px;
    padding: 0px;
    background-color: transparent;
    background-image: url(../images/ui/button_leftedge.png);
    background-repeat: no-repeat;
    border: 0px;
    margin-left: 10px;
}


div.acWrap {
    position: relative;
    top: -2px;
    left: 3px;
}


/* pop up panel base class */
.darkPopUp {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: auto;
    padding: 10px;
    color: #fff;
    background-color: #000;
    z-index: 1900;
}







/* suggestion pop up panel */
#suggestions a, #suggestions a:hover {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

#suggestions .popLft {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    margin-top: 15px;
    text-align: right;
    font-weight: bold;
    color: #fff;
}

#suggestions .popRgt {
    display: block;
    position: relative;
    padding: 0px;
    width: 380px;
    margin-top: 15px;
    margin-left: 110px;
    color: #fff;
}

#suggestions .popRgt:hover {
    color: #ff8;
    text-decoration: none;
}








/* location selector classes */


#locationPanel {
    width: 210px;
    height: 0px;
    top: 0px;
    margin-left: 0px;
    z-index: 2000;
    border: 1px black solid;

}

#locationWindow {
    display: block;
    position: relative;
    width: 100%;
    height: 395px;
    border: 1px #333 solid;
    background-color: #dcdcdc;
    overflow: hidden;
}

#locationPath {
    font-size: x-small;
    margin-bottom: 3px;
}

#locationWindow h6 {
    display: block;
    padding: 3px;
    border-bottom: 1px #aaa solid;
    color: #333;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    cursor: default;
}

#locationWindow a {
    list-style: none outside;
    display: block;
    position: relative;
    width: auto;
    padding: 3px;
    border-bottom: 1px #aaa solid;
    background-color: #dcdcdc;
    color: #333;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
}

#locationWindow a:hover {
    background-color: #fff;
}
#locationWindow a:focus {
    color: #aa1100;
    background-color: #fff;
}

#locationWindow a.highlight {
    background-color: #fff;
    color: #000;
}

#locationWindow a.button {
    color: #fff;
    padding: 5px;
    font-size: medium;
    width: 150px;
    margin: 20px auto;
}

#locationWindow a.button:focus, #locationWindow a.button:hover {
    color: #f90;
}


#locationWindow li img {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 9px;
    height: 9px;
    background-color: transparent;
}

#locationLoadWall {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(../images/ui/ajax_loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1800;
    filter: alpha(opacity=80);
    opacity: 0.8;
}


#reg-age-check input {
    float: left;
    margin-right: 10px;
}
#reg-age-check label {
    display: block;
    margin-left: 10px;
    line-height: 1.1em;
}

#reg-opt-in {
    margin-top: 10px;
}
#reg-opt-in input {
    float: left;
    margin-right: 10px;
}
#reg-opt-in label {
    display: block;
    margin-left: 10px;
    line-height: 1.1em;
}

/* Auto Comp additions */

.autoCompTD {
  padding: 4px;
  font-size: 14px;
}

.autoCompTD img {
    vertical-align: middle;
    margin-right: 5px;
}

.autoCompTDimg {
    text-align: center;
}

.startHid {
    display: none;
}
#privLink2 {
    float: left;
    font-size: 0.9em;
}
#modalWindow ul, #modalWindow ol {
    margin-left: 24px;
    margin-top: 16px;
}
#modalWindow ol {
    list-style-type: decimal;
}
#modalWindow ul li, #modalWindow ol li {
    margin-left: 21px;
}
#modalWindow ul li div, #modalWindow ol li div {
    margin-left: 12px;
}
.ppolMod.modalWindow {
    width: 740px !important;
    height: 400px;
    overflow: auto;
}
.modalTitleDiv {
    margin-bottom: 8px;
}
.modalTitleDiv h1 {
    font-size: 1.4em;
}
