.title {
    color:black;
    text-align:center;
}
body {
    margin: 0px;
    padding: 0px;
/*	background: #f0f url(images/backgreen2.png) repeat;*/
    background: #006600;
/*	font-family: 'Source Sans Pro', sans-serif; */
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #EEEEEE;
}
.wrapper {
    background-color: #16a500;
    margin: 0px auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    width: 960px;
        }
.myContainer {
    margin: auto;
    padding: 0px 0px 0px 0px;
    width: 960px;
    position: relative;
    background: #FFFFFF;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
.myHeader {
    position: fixed;
    top: 0;
    width: 960px;
    z-index: 3;
}

.contentpage {
    float: left;
    margin: 131px 0px;
    padding: 0px 6px 0px 8px;
    width: 946px;
    position: relative;
    background: #FFFFFF;
    color: black;
    font-family: "Trebuchet MS",  sans-serif;
    font-size: 12pt;
    text-align: justify;
}

div.clear {
clear: both;
}

hr {
    display: block;
    color: grey;
    margin-top: 0px; /*0.5em; */
    margin-bottom: 0px; /* 0.5em; */
    margin-left: 1px;
    margin-right: 1px;
    border-style: solid;
    border-width: 0.5px;
}

.dropdown { cursor:pointer;
        float: left;
        overflow: hidden;
}

.dropdown .dropbtn {
        cursor:pointer;
        font-size: 10pt;
        min-height: 32px;
        color: #000000;
        padding: 8px 16px 8px 16px;
        background-color: #ffffff;
        border: solid 1px black;
        border-radius: 18px;
        box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
        }

.dropdown .dropbtn_active {
        cursor:pointer;
        font-size: 10pt;
        min-height: 32px;
        color: #000000;
        padding: 9px 16px 9px 16px;
        background-color: #00FF00;
        /* border: solid 1px black; */
        border-radius: 18px;
        box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
        }
.topmenu {
        max-width: 960px;
        margin: auto; overflow: hidden;
        padding: 0px 0px 0px 0px;
        background-color:#16a500;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        border-top: solid 1px black;
}

.topmenu a {  cursor:pointer;
        font-size: 10pt;
        color: #000000;
        text-align: left;
        padding: 9px 16px;
        text-decoration: none;
}
.topmenu a:hover, .dropdown:hover .dropbtn {
        cursor:pointer;
        color: black;
        background-color: #66FFFF;
        background-image: none;
        box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
        }
.topmenu a:hover, .dropdown:hover .dropbtn_active {
        cursor:pointer;
        color: black;
        background-color: #66FFFF;
        background-image: none;
        box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
        }
.dropdown-content {
        cursor:pointer;
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 14px;
        border: solid 1px black;
}

.dropdown a {  cursor: pointer;
        float: none;
        color: black;
        background-color: white;
        padding: 8px 10px 8px 10px;
        text-decoration: none;
        display: block;
        text-align: left;
        border: solid 1px black;
        border-radius: 14px;
        background-color: white;
}
.dropdown-content a {  cursor: pointer;
        float: none;
        color: black;
        padding: 7px 10px;
        text-decoration: none;
        display: block;
        text-align: left;
        border: none;
        border-radius: 14px;
}
.dropdown-content a:hover {
    cursor:pointer;
    color: black;
        background-color: #66FFFF;
        border: solid 1px #000000;
}

.dropdown:hover .dropdown-content {  cursor:pointer;
        display: block;
}
/* Create two unequal columns that floats next to each other */
.column {
        float: left;
        }

.left60 {
    width: 49%;
    clear:both;
    text-align: justify;
    color:black;
    background-color:white;
    padding: 8px 4px 8px 8px;
    font-family: "Trebuchet MS";
    font-size: 12pt;
}
.left70 {
    width: 70%;
}
.right40 {
    width: 48%;
    background-color:white;
    padding: 16px 4px 8px 4px;
}

/* Clear floats after the columns */
.row:after {
        content: "";
        display: table;
        clear: both;
}

.myFooter {
    width: 100%;
    height: 96px;
    background-color: #16a500;
    color: white;
    z-index: 5;
}

#myScoresheet {
    width: 680px;
    height: 580px;
    position: absolute;
    background: #FFFF99;
    left: 10px;
    top: 10px;
   /*  border-radius: 8px; */
    visibility: hidden;
}
#myAbout {
    width: 680px;
    height: 580px;
    position: absolute;
    background: #FFFFFF;
    left: 10px;
    top: 10px;
        border: solid 1px black;
        border-radius: 8px;
   /*  border-radius: 8px; */
    visibility: hidden;
}

#myScoresheet table {
      width: 100%;
      padding: 10px;
      text-align: center;
      font-size: 10pt;
      font-weight: bold;
      font-family: Verdana, Geneva, sans-serif;
}
#myScoresheet th {
    height: 28pt;
    border-bottom: 1px solid #00FFFF;
}

#myScoresheet td {
     height: 18pt;
     vertical-align: center;
     border-bottom: 1px solid #00FFFF;
}

#myOptions {
    width: 380px;
    height: 580px;
    position: absolute;
    background: #EEEEEE;
    left: 140px;
    top: 10px;
    border: solid 1px black;
        border-radius: 8px;
    visibility: hidden;
}
#myOptions table {
    padding: 30px 40px 10px 40px;
    font-weight: bold;
}

#myOptions table td {
    min-width: 40px;
    height: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    text-align: center;
    background: #FFCCCC;
    border: solid 1px #AAAAAA;
    padding: 4px; /* 20px 4px 20px; */
    /* cursor: pointer; */
}

#myOptions button { cursor:pointer;
width: 260px;
margin-left: 56px;
padding: 10px 4px 10px 4px;
font-weight: bold;
text-align: center;
/* background-image: url('butn004.png'); */
}

#myBlind {
    width: 680px;
    height: 580px;
    position: absolute;
    background: #EDEDED;
    left: 10px;
    top: 10px;
    border-radius: 8px;
    visibility: hidden;
}

#underpanel {
    width: 600px;
    height: 140px;
    position: relative;
    left: 40px;
    top: 380px;
    border: solid;
    border-width: 1px;
    border-color: black;
    background: #94FFFF;
    visibility: hidden;
}

#myFooterBar {
    width: 700px;
    height: 70px;
    position: relative;
    background: #000000;

}
#comandbutton{
    position: relative;
    width: 200px; height: 28px;
}
#mybutton {
    position: relative;
    width: 200px;
    height: 60px;
    left: 300px; top: 430px;
}
#pickbutton{
    position: relative;
    width: 50px;
    height: 32px;
}
#playername {
    position: relative;
    width: 50px;
    height: 20px;
    left: 400px; top: 400px;
}

ul {    cursor:pointer;
        list-style-type: none;
        width: 698px;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        background-color: #999999;
        background-image: url('butn.png');
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10pt
}
li {
        float: left;
}

li a, .drop1btn .drop2btn {
        display: inline-block;
        color: #000000;
        text-align: center;
        padding: 6px 14px;
        text-decoration: none;
/*        cursor: pointer; */
        z-index: 7;
}

li a:hover, .drop1down:hover .drop1btn { cursor:pointer;
        background-color: white;
}

li.drop1down {
         /*   background-image: url('butn.png'); display: inline-block; border: none; border-width: thin; */
       background-image: url('butn.png'); display: inline-block; border: none; border-width: thin;
}

p.undercard{
    padding: 0px 20px 0px 20px;
    font-size: 10pt;
    height: 40px;
    position: relative;
    font-family: verdana, sans-serif;
}
#myBlind p {
    position: relative;
    text-align: center;
    font-family: verdana, sans-serif;
}

.ptext {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 10pt
}

.playername {
    padding: 4px 6px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
   /* cursor: pointer; */
    outline: none;
    color: black;
    background-color: #FFFFFF;
    border: solid;
    border-color: #000000;
    border-radius: 4px;
    position: absolute;
/*    box-shadow: 2px 2px #BBBBBB; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: 250px; top: 380px;
    border-width: 1px;
    visibility: hidden;
}


.tcard {
    width: 106px;
    height: 146px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    top: 200px;
    left: 10px;
    visibility: hidden;
}
.tcard:active {
/*    box-shadow: 2px 4px 8px 8px rgba(0,0,0,0.4); */
    transform: translateY(-18px);
}
.bcard {
    width: 106px;
    height: 146px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    top: 200px;
    left: 10px;
    visibility: hidden;
    }

.tcardm {
    width: 106px;
    height: 146px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    top: 200px;
    left: 10px;
}
.pcard {
    width: 106px;
    height: 146px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    top: 100px;
    left: 300px;
}
.pcard:active {
/*    box-shadow: 2px 4px 8px 8px rgba(0,0,0,0.4); */
    transform: translateY(-18px);
}
.ucard {
    width: 13px;
    height: 32px;
    position: absolute;
    background-color: black;
    top: 32px;
    left:348px;
    visibility: hidden;
    z-index: 5;
}

.picon {
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 4px 8px 8px rgba(0,0,0,0.2);
    top: 316px;
    left: 8px;
    visibility: hidden;
}

.drop1down-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 7;
}

.drop1down-content a {
        color: black;
        padding: 6px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
}

.drop1down-content a:hover {background-color: #EDEDED}

.show {display:block;}

.comandbutton {
    padding: 6px 14px;
    min-width: 100px;
    font-size: 10pt;
    text-align: center;
    /*cursor: pointer; */
    outline: none;
    color: black;
    /* font-family: Helvetica, sans-serif; */
    background-color: #ffffff;
   /* background-image: url('butn.png'); */
    border: solid;
    border-width: thin;
    border-color: black;
    border-radius: 16px;
/*    box-shadow: 0px 3px #999;   */
    position: absolute;
    left: 250px; top: 380px;
    visibility: hidden;
}
h1.hl {
    padding: 1px 4px 10px 4px;
    min-width: 580px;
    text-align: left;
/*    cursor: pointer; */
    outline: none;
    background-color: #FFFF99;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    font-family: Monospace;
    border-bottom: solid;
    border-width: thin;
    border-color: #00CCFF;
/*    border: solid;
    border-color: black; */
/*    box-shadow: 0px 3px #999; */
    position: relative;
}

h1.sl {
    padding: 1px 4px 8px 4px;
    min-width: 580px;
    text-align: left;
/*    cursor: pointer;     */
    outline: none;
    background-color: #FFFF99;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    font-family: monospace;
    border-bottom: solid;
    border-width: thin;
    border-color: #00CCFF;
/*    border: solid;
    border-color: black; */
/*    box-shadow: 0px 3px #999; */
    position: relative;
}

.otherbutton {
    padding: 8px 10px;
    font-size: 10pt;
    min-width: 580px;
    min-height: 32px;
    text-align: center;
/*    cursor: pointer; */
    outline: none;
    color: black;
    /* font-family: Verdana, Geneva, sans-serif; */
    font-weight: bold;
    background-color: #FFFFFF;
    /* background-image: url('butn.png'); */
    border: solid;
    border-radius: 16px;
    border-width: thin;
    border-color: black;
/*    box-shadow: 0px 3px #999; */
        box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.4);
        position: absolute;
    left: 50px; top: 530px;
    z-index: 4;
}

.mybutton {
    padding: 6px 6px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
/*    cursor: pointer;   */
    outline: none;
    color: black;
    background-color: #FFFFFF;
    border: none;
    /* background-image: url('butn.png'); */
    border-color: white;
    border-radius: 16px;
    box-shadow: 4px 4px #999;
    position: absolute;
    left: 360px; top: 380px;
    border-width: thin;
}

.pickbutton {
    font-size: 10pt;
    min-width: 50px;
    min-height: 32px;
    text-align: center;
/*    cursor: pointer;   */
    outline: none;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #ffffff;
/*    background-image: url('images/pah.png'); */
    background-repeat: no-repeat;
    border: none;
    border-radius: 16px;
    border: solid 1px black;
    border-color: black;
    box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.4);
    position: absolute;
    left: 40px; top: 80px;
    z-index: 4;
}
.suitbutton {
    padding: 0px 4px 0px 4px;
    font-size: 10pt;
    min-width: 32px;
    min-height: 32px;
    text-align: center;
/*    cursor: pointer;   */
    outline: none;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #ffffff;
/*    background-image: url('images/pah.png'); */
    background-repeat: no-repeat;
    border: none;
    border-radius: 16px;
    border-width: 0px;
    border-color: black;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    position: absolute;
    left: 60px; top: 40px;
}
.label_pass  {
    padding: 14px 30px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
/*     cursor: pointer; */
    outline: none;
    color: black;
    background-color: #BBBBBB;
    border: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: black;
/*    box-shadow: 2px 2px #DDDDDD; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    position: absolute;
    left: 300px; top: 300px;
    visibility: hidden;
}

.button_head {
color: white;
background-color:black;
border:none;
padding:5px;
text-align: left;
width:360px;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
}

.label_mesag {
    padding: 6px 6px 6px 6px;
    font-size: 10pt;
    min-width: 220px;
    font-weight: bold;
    text-align: center;
/*    cursor: default;   */
    outline: none;
/*    color: white; */
/*    background: #00FFFF; */
    background-color: #FFFFFF;
    border: none;
    border-color: #000000;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    position: absolute;
    left: 300px; top: 300px;
    visibility: hidden;
}

.label_upanel {
    padding: 2px 6px 2px 6px;
    font-size: 10pt;
    min-width: 200px;
    font-weight: bold;
    text-align: center;
    /* cursor: default; */
    outline: none;
/*    color: white; */
/*    background: #00FFFF; */
    background-color: #FFFFFF;
    border: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    position: absolute;
    left: 300px; top: 300px;
    visibility: hidden;
}

.label_footer {
    padding: 6px 1px;
    font-size: 10pt;
    min-width: 345px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
 /*    cursor: pointer; */
    outline: none;
    color: black;
    background: none;
    background-color: #CCCCCC;
    border: none;
    border-radius: 2px;
/*    border-color: black; */
    position: absolute;
    left: 300px; top: 300px;
    border-width: 0px;
    visibility: hidden;
}

.comandbutton:hover {  cursor:pointer;
    background-color:#33ffFF; color: black; border-color: white;
/*    box-shadow: 2px 2px 2px 2px #33FF33; */
    background-image: none;
        }

.comandbutton:active {  cursor:pointer;
    background-color: #33CCFF;
/*    box-shadow: 0 4px #666; */
    transform: translateY(1px);
}
.otherbutton:hover { cursor:pointer;
    color: black; background-color:#66ffff;
        background-image: none;
 }

.otherbutton:active {   cursor:pointer;
    background-color: #33CCFF;
    box-shadow: 0 2px #666;
    transform: translateY(1px);
}
.pickbutton:hover {   cursor:pointer;
    background-color:#66FFFF;
}
.pickbutton:active {   cursor:pointer;
    background-color: #0099FF;
/*    box-shadow: 0 4px #666; */
    transform: translateY(1px);
}
.suitbutton:active {   cursor:pointer;
    background-color: #0099ff;
/*    box-shadow: 0 4px #666; */
    transform: translateY(1px);
}