/*-------------------------------------------------------------------------------------------
|
| (c) 2009 PLAYER MAP, Inc. and Tapan Shah. All Rights Reserved.
|
\------------------------------------------------------------------------------------------*/

/* Global styles */

a { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #fff; background-color:#03c; }

body { }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
}

#notice {
  border: 2px solid #cc9933;
  padding: 5px;
  margin: 10px 20px 10px 20px;
  background-color: #ffffcc;

}

#now {
  border: 2px green solid;
  color: green;
  font-weight: bold;
  padding: 5px;
  margin: 10px 20px 10px 20px;
  background-color: #ffffcc;
  text-align: center;

}

#error {
  border: 3px solid #CC0000;
  color: #990000;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 10px 20px 10px 20px;
  background-color: #F0F0F0;


}

.fieldWithErrors {

}

#errorExplanation {
  border: 2px solid #990000;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  text-align: left;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  margin: 0px;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  background-color: #990000;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: -5px;
  padding-left: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.loggedInNotice {
    color: black;
    font-size: 8pt;
    padding-bottom: 5px;
    font-family: sans-serif;
    text-align: right;
}
.nf5Logo {
    position: absolute;
    top: 3px;
    left: 980px;
}

.nf5Logo a:hover {background: none}

.logo:hover {background: none}

.bodyWrapper {
    width: 965px;
    min-height: 400px;
    text-align: left;
}
.noticeWrapper {
    max-width: 965px;
}
.header {
    width: 965px;
}

.header2 {
    width: 100%;

}

.pmTableTitle{
    margin: 25px 0px 15px 220px;
    font: 11pt Arial;
    font-weight: bold;
}
.pmTable {
    width: 525px;
    
    margin-left: 220px;
    border: #555 solid 1px;
}
.pmItem{
    float: left;
    width: 400px;
    padding: 4px 0px 2px 5px;
}
.pmActions{
    float: right;
    width: 115px;
    padding: 4px 2px 2px 0px;
}
.pmActions select{
    font-size: 9pt;
}
.pmRow{
    border-bottom: 1px solid silver;
    background-color: #fff;
    width: 525px;
    height: 25px;
}
.newPlayerMap{
    margin-top: 10px;
    margin-left: 220px;
    float: left;
}
.helpPlayerMap{
    float: right;
    margin-top: 10px;
    margin-right: 220px;
}
.helpPlayerMap button{
    width: 75px;
}

.login-form {
    width: 380px;
    margin: 15px auto 0px auto;
}
.login-form .title {
  padding:  0px 0px 5px 0px;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}
.login-form .explain {
  text-align: center;
  padding:  0px 0px 5px 0px;
}
.login-form fieldset {
  background: #fff;
  padding: 10px 5px 10px 5px;
}
.login-form .field {
  padding: 0px 0px 5px 0px;
  text-align: left;
}
.login-form label {
  width: 100px;
  float: left;
  text-align: right;
  margin: 4px 6px 0px 0px;
  display: block;
}
.login-form #email {
    width: 225px;
}
.login-form .buttons {
    margin-top: 15px;
    text-align: center;
}
.login-form .forgotLinks {
    padding-top: 25px;
    text-align: center;
    font-size: 11px;
}
.login-form .button-to {
    float: left;
}
.login-form .captcha-field {
    margin-left: 105px;
}
.reset-form {
    width: 400px;
    margin: 30px auto 0px auto;

}
.reset-form .title {
  padding:  0px 0px 5px 0px;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}
.reset-form .explain {
  text-align: center;
  padding:  0px 0px 5px 0px;
}
.reset-form fieldset {
  background: #fff;
  padding: 10px 5px 10px 5px;
}
.reset-form .field {
  padding: 0px 0px 5px 0px;
  text-align: left;
}
.reset-form .login {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  
}
.reset-form label {
  width: 150px;
  float: left;
  text-align: right;
  margin: 4px 6px 0px 0px;
  display: block;
}
.reset-form .required {
    font-weight: bold;
}
.reset-form .captcha-field {
    margin-left: 105px;
    margin-bottom: 15px;
}
.reset-form .buttons {
    margin-top: 15px;
    text-align: center;
}

#login {
    width: 225px;
}
#password {
    width: 225px;
}

.myAccountDetails {
    width: 425px;
    height: 400px;
    margin: 0px auto 0px auto;
}
.myAccountDetails .title {
    font: 11pt Arial;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
    text-align: left;
}
.myAccountDetails .paymentsNote {
    font: 8pt Helvetica;
    margin: 5px 0px 0px 130px;
    color: #444;
}
.myAccountDetails fieldset {
  background: #fff;
  margin: 10px 0px 0px 0px;
  padding: 10px 5px 10px 15px;
  text-align: left;
}

.myAccountDetails label {
  width: 120px;
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.myAccountDetails .field {
  padding: 0px 0px 10px 0px;
  text-align: left;
}
.myAccountDetails table {
    border-collapse: collapse;
    border: 1px solid gray;
    background: white;
}
.myAccountDetails td {
    padding: 4px 8px 4px 8px;
    border: 1px solid gray;
}
.myAccountDetails li {
    margin-bottom: 10px;
}

.editPassword {
    width: 400px;
    height: 400px;
    margin: 0px auto 0px auto;
}
.editPassword .title {
    font: 11pt Arial;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
    text-align: left;
}
.editPassword fieldset {
  background: #fff;
  margin: 10px 0px 0px 0px;
  padding: 15px 10px 0px 10px;
}

.editPassword label {
  width: 120px;
  float: left;
  text-align: right;
  margin-right: 10px;
}

.footer
{
    font: 8pt Arial;
    color: #777777;
    text-align: center;
    margin-top: 20px;
    width: 965px;

}
.footerCenter
{
    font: 8pt Arial;
    color: #777777;
    text-align: center;
    margin: 50px auto 0px auto;


}
.securitySeal
{
    text-align: center;
    margin: 0px auto 0px auto;
    
}
.securitySeal a:hover {background: none; }

#printPMImage {

}
.printLoader {
    position: absolute;
    top: 250px;
    left: 410px;
    text-align: center;
    color: #444444;
    font-weight: bold;
    font-size: 10px;
    z-index: -10;
}

.signupForm {
    width: 600px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.signupForm .title {
  padding:  10px 0px 10px 0px;
  font-size: 12pt;
  font-weight: bold;
}
.signupForm .explain {
  padding:  15px 0px 15px 0px;
  text-align: center;
}
.signupForm fieldset {
  margin-left: 1em;
  margin-right: 1em;
  background: #fff;
  padding: 0px 10px 10px 10px;
  border: black solid 1px;
}
.signupForm .field {
  padding: 0px 0px 5px 0px;
  text-align: left;
}
.signupForm .tosField {
  padding: 0px 0px 5px 0px;
  text-align: center;
}
.signupForm #user_accept_tos{
  width: 40px;
  text-align: left;
}
.signupForm input {
    width: 200px;
}
.signupForm label {
  width: 180px;
  float: left;
  text-align: right;
  margin: 4px 6px 0px 0px;
  display: block;
}
.signupForm .required {
    font-weight: bold;
}
.signupForm .help {
    font-size: 10px;
    color: gray;
}
.signupForm .captcha-field {
    margin-left: 185px;
}
.signupForm .subscriptionAgreement {
    width: 100%;
    height: 175px;
    border: Gray solid 1px;
    margin-bottom: 10px;
    padding: 2px;
}
#simple_captcha {
  width: 200px;
}
#simple_captcha .simple_captcha_label{
    font-size: 10px;
    }

#simple_captcha input{
  color: blue;
}
.newAccountWrapper {
    width: 600px;
    height: 450px;
    font: 10pt Arial;
    margin-left: auto;
    margin-right: auto;

}
.newAccountWrapper .banner {
    border: 2px green solid;
    color: green;
    font-weight: bold;
    padding: 10px;
    margin: 20px 5px 20px 5px;
    text-align: left;
}
.newAccountWrapper .subscriptionTerms {
    text-align: center;
    margin: 15px;
    font-weight: bold;
}
.newAccountWrapper .description {
    margin-bottom: 10px;
    text-align: left;
}
.newAccountWrapper .description2 {
    margin: 10px 15px 0px 10px;
    text-align: left;
}
.newAccountWrapper .subscribe {
    text-align: center;
}
.newAccountWrapper .thankyou {
    margin: 10px 15px 0px 10px;
    text-align: left;
    font-weight: bold;
}
.accountWrapper {
    text-align: center;
    width: 965px;
}
.accountWrapper .footer{
    width: 400px;
    margin: 20px auto 0px auto;

}
.subscriptionWrapper {
    text-align: center;
}
.subscriptionWrapper .footer{
    width: 600px;
    margin: 20px auto 0px auto;
}
.loginWrapper {
    text-align: center;
}
.loginWrapper .footer{
    width: 400px;
    margin: 30px auto 0px auto;
}
.helpWrapper {
    width: 325px;
    height: 325px;
    padding: 5px 15px 15px 15px;
    border: #888 1px solid;
    background-color: #f2f2f2;
    margin: 30px auto 115px auto;
    text-align: left;
}
.helpWrapper .helpTitle {
  padding-top: 10px;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}
.helpWrapper li {
    margin-bottom: 10px;
    margin-top: -5px;
}

.generalForm {
    width: 425px;
    height: 400px;
    margin: 0px auto 0px auto;
}
.generalForm .title {
    font: 11pt Arial;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
    text-align: left;
}
.generalForm fieldset {
  background: #fff;
  margin: 10px 0px 0px 0px;
  padding: 10px 5px 10px 15px;
  text-align: left;
}

.generalForm label {
  width: 85px;
  float: left;
  text-align: right;
  margin: 4px 6px 0px 0px;
  font-weight: bold;
}
.generalForm .buttons {
    text-align: center;
    }

.generalForm .field {
  padding: 0px 0px 5px 0px;
  text-align: left;
}
.paymentsTable {
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: 1px solid black;
    background: white;
    margin-left: auto;
    margin-right: auto;
}
.paymentsTable td {
    padding: 4px 10px 4px 10px;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}
.paymentsTable .title {
    font-weight: bold;
}
#waitSpinner {
    position: absolute;
    background-color: white;
    top: 175px;
    left: 433px;
    width: 100px;
    padding: 10px 10px 5px 10px;
    border: 2px solid #444444;
    text-align: center;
    color: #444444;
    font-weight: bold;
    font-size: 10px;
    z-index: 10;
    visibility: hidden;
}

.pmNotesBody {
    width: 700px;
}
.pmNotesTitle {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.pmNotesSectionTitle {
    font-weight: bold;
    margin: 20px 0px -5px 0px;
}

.requiredBridgeArrow {
    font-size: 14pt;
    color: #CC0000;
}

.existingBridgeArrow {
    font-size: 14pt;
    color: #0033CC;
}
.pmNotesNone {
    text-align: center;
    margin-top: 50px;
}
#infoSection {
    width: 965px;
    margin: 30px auto 0px auto;
}
#infoSection .leftColumn {
    width: 320px;
    padding-left: 5px;
    float: left;
}
#infoSection p {
    font: 13px Arial;
    font-weight: bold;
    color: #222222;
    text-align: justify;
}
#infoSection .centerColumn {
    width: 320px;
    float: left;
}
#infoSection .centerColumn .green {
    font: 20px Arial;
    margin: 20px 0px 10px 0px;
}
#infoSection .centerColumn .red {
    font: 20px Arial;
    margin: 20px 0px 10px 0px;
}
#infoSection .centerColumn .red a {
    color: red;
    background-color: white;
}
#infoSection .centerColumn .green a {
    color: green;
    background-color: white;
}
#infoSection .rightColumn {
    width: 320px;
    float: left;
}
.clear {
    clear: both;
}

.sfdcWrapper {
    width: 420px;
    margin: 20px auto 0px auto;
    padding: 10px;
    text-align: left;
    border: #555 solid 1px;
}

.sfdcWrapper .sfdcOppTitle {
    font-weight: bold;

}
.sfdcWrapper .sfdcFormLabel {
    font-weight: bold;
    float: left;
    color: #555;
    padding-bottom: 2px;
}
.sfdcWrapper .sfdcCheckbox {
    color: #555;
    margin-left: 140px;
}
.sfdcWrapper .sfdcOppList {
    min-width: 400px;
    max-width: 400px;
    width : 400px;
}
.sfdcWrapper #find_search_string {
    width: 200px;
}
.sfdcWrapper .sfdcFormButtons {
    text-align: right;
}
.sfdcFormButtons {
    text-align: center;
}
.sfdcFormTos {
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}
#activate_user_accept_tos{
    text-align: left;
    width: 20px;
    margin-left: 10px;
}
.sfdcWrapper .noResultsMessage {
    color: #C35617;
    text-align: center;
    font-weight: bold;
}
.sfdcWrapper .resultsMessage {
    color: #254117;
    font-weight: bold;
}
.notAuthorizedMessage {
    color: #C35617;
    font-weight: bold;
    margin-top: 20px;
}