.popup_box
{
    position: absolute;
    visibility:hidden;
    border: 2px solid blue;
    padding: 5px;
    background-color: red;
    color: white;
    left: 50%;
    top: 75px;
    height: 150px;
    width: 350px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transform: translateX(-50%);
    z-index: 9;
    /*    background-color: lightgrey;*/
}

.popup_box_top
{
    position: absolute;
    border: none;
    padding: 5px;
    background-color: red;
    color: white;
    left: 50%;
    top: 10px;
    height: 80px;
    width: 330px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transform: translateX(-50%);
    z-index: 10;
    /*    background-color: lightgrey;*/
}


.popup_box_bottom
{
    position: absolute;
    border: none;
    padding: 5px;
    background-color: red;
    color: white;
    left: 50%;
    bottom: 10px;
    height: 20px;
    width: 330px;
    /*    font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: center;*/
    transform: translateX(-50%);
    z-index: 10;
}

#scorecardgroup
{
    position: relative;
    border: none;
    height: 165px;
    /*    background-color: lightgrey;*/
}

#id_keyboard_group
{
    position: relative;
    border: none;
    height: 525px;
    /*    background-color: lightgrey;*/
}

#scorecardtable
{
    border: solid green 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /*    background-color: lightgrey;*/
}

#postscoresbutton
{
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    border: solid yellow 2px;
    /*    background-color: red;*/
    background-image: radial-gradient(circle, red, green);
    color: white;
}

#extrasgroup
{
    position: relative;
    border: none;
    height: 75px;
    /*    background-color: lightgrey;*/
}

#extrastable
{
    border: solid green 1px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    /*    background-color: lightgrey;*/
}

#postscoresbuttongroup
{
    border: solid cyan 1px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
    /*    background-color: lightgrey;*/
}

.button_notselected
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: solid black 1px;
    background-color: lightgrey;
    color: black;
}

.button_selected
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    border: solid red 1px;
    background-color: green;
    color: white;
}

.scorecard
{
    border: solid lightgreen 1px;
}

.scorecard td
{
    text-align:center;
    /*    border: solid lightgrey 1px;*/
}

.hole_active
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: solid black 1px;
    color : blue;
    background: yellow;
    /*    width: 25px;*/
}

.hole_inactive
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color : blue;
    border: solid lightgrey 1px;
    /*    width: 25px;*/
}

.score
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color : blue;
    width: 20px;
    text-align: center;
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}

.scorecard_total_column
{
    color : black;
    background: lightgrey;
    border: solid black 1px;
}

.numkeyboard
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid green;
    width: 85%;
    height:490px;
    /*    color:white;*/
    background-image: radial-gradient(circle, green, lightgreen, green);
    /*    font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 30px;
        text-align:center;
        text-shadow: 1px 1px black;*/
}

.numkey
{
    position: absolute;
    width: 150px;
    height: 100px;
    top:10px;
    border: solid yellow;
    color:white;
    background-image: radial-gradient(circle, black, grey);
    font-family: Arial, sans-serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 100px;
    text-align:center;
    text-shadow: 2px 2px green;
}

.tablesmall
{
    border: none;
    text-align: left;
    font-size: 0.85em
}

.tabletoprow
{
    color:#FFFFFF;
    background: #FFFFFF
}

.tableoddrow
{
    background: #FFFFFF
}
.tableevenrow
{
    background: #FFFFFF
}

.informationmessage
{
    color: #FFFFFF;
    background: #FF0000;
}

.keyboard {
    background-color: #0000FF;
    color: #FFFFFF;
    font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #FF6600;
    margin: 2px;
}


.rightpanel {
    font-size: 0.75em;
}


.scorecentre {
    font-size: 0.75em;
}

.informationmessage p {
    color: #009900;
}

.storymetadata {
    color: #A9A9A9;
    font-size: 0.85em;
}

.errormessage p {
    color: #CC0000;
}
/*
.webpagetoc {
        font: 75% arial, helvetica, sans-serif;
        text-align: left;
        background: #FFFFFF;
        margin: 0px 5px 0px 0px;
        padding: 0px;
}*/

.team_table {
    border: 1px solid green;
}

.team_table td {
    border: 1px solid blue;
    text-align: center;
    background-color: #e6ecff;
    color: blue;
    font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bodytexttable {
    text-align: left;
    font-size: 1.00em;
}

.bodytexttable td {
    padding-left: 7px;
    padding-right: 7px;
}

.bodytexttablesmall {
    text-align: left;
    font-size: 0.75em;
}

.bodytexttablesmall td {
    padding-left: 5px;
    padding-right: 5px;
}

.resultstable {
    border: 1px solid #003300;
    text-align: center;
    font-size: 1.00em;
}

.resultstablesmall {
    border: 1px solid #003300;
    text-align: center;
    font-size: 0.75em;
}

.resultstablesmall td.summaryrow {
    background-color: #006600;
    color: #FFFFFF;
}

.resultstablesmall td.eagle {
    border-width: 3px;
    border-color: yellow;
    border-style: solid;
    border-radius:25px;
    padding: 0px;
    color: red;
    background-color: yellow;
}

.resultstablesmall td.birdie {
    border-width: 3px;
    border-color: green;
    border-style: solid;
    border-radius:25px;
    padding: 0px;
    color: #FFFFFF;
    background-color: green;
}

.resultstablesmall td.bogie {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    color: black;
    padding: 2px;
    background-color: #FFFFFF;
}

.resultstablesmall td.doublebogie {
    border-width: 3px;
    border-color: black;
    border-style: double;
    padding: 0px;
    color: black;
    background-color: #FFFFFF;
}

.resultstablesmall td.other {
    color: green;
    background-color: #FFFFFF;
}

.resultstableverysmall {
    border: 1px solid #003300;
    text-align: center;
    font-size: 0.65em;
}
/*
.calendarmonth {
        border: none;
        text-align: center;
        font-size: 0.65em;
}

.calendarmonth td {
        width: 75px;
        border: 1px solid #006600;
        vertical-align: top;
}

.calendarmonth td.today {
        background: #F0FFF0;
}*/

/*fieldset {
    border: 1px solid green
}*/

.loginform {
    padding: 0px 0 0px 0;
    border: solid #036;
    border-width: 0 3px;
    background: #ccc;
}

.logininput {
    height: 10px;
    font-size: 10px;
}

.imgtable {
    border: none;
    margin: 10px;
    font-size: 0.75em;
}

.snippettable {
    border: 1px solid #069;
    margin: 15px;
    font-size: 0.75em;
}
/*
.classicquotes {
        color: black;
        background-color: CCFFCC;
        font-size: 125%;
        font-weight: 700;
        font-family: 'times new roman', serif, sans-serif, mono;
}*/

/*.diary {
        color: black;
        background-color: #FFFFFF;
        font-size: 10;
        font-family: Verdana, mono;
        text-align: left
}

.tocdiary {
        color: black;
        background-color: #FFFFFF;
        font-size: 8;
        font-family: Verdana, mono;
        text-align: left
}

.muffinsdiaryentry {
        color: black;
        background-color: #FFFF88;
        font-size: 10;
        font-weight: 700;
        font-family: Verdana, mono;
        text-align: left
}*/

.accessaid {
    position: absolute;
    height: 0;
    overflow: hidden;
}

.gototop {
    font-size: 0.75em;
    text-align: right;
}

/*
a {
        color: #006400;
}*/

/*#m07header {
        background: #003300 url(m07muffinsheader2.gif);  header panel 
        height: 60px;
}

#content {
        background: white;
        padding: 5px 20px;
        border-left: 165px solid #006600;  dark green thick column on left 
        border-right: 165px solid #006600;
         dark green thick column on right 
}*/

.imgicon {
    border: 0px;
    height: 10px;
    width: 10px;
}
/*
#content .imgfiller {
        border-style: none;
        height: 1000px;
        width: 100px;
}

#content .imgborderless {
        border-style: none;
}

#container {
        position: relative;
        width: 850px;
        border: solid #003300;
         dark green at extreme border - outside left and right thick columns 
        border-width: 0 1px;
        margin: auto;
}*/

/*#m07leftpanel {
        font-size: 0.85em;
        position: absolute;
        top: 65px;
        left: 0;
        width: 160px;
        background-color: #006600;
        color: #FFFFFF;
        text-align: center;
}

#m07leftpanel img.menuflags {
        height: 7px;
        width: 10px;
        border: none;
}

#m07leftpanel hr {
        border: 0;
        color: #FFFFFF;
        background-color: #009900;
        height: 1px;
        width: 100%;
        text-align: left;
}*/
/*
#m07leftpanel ul {
        list-style-type: none;
        text-align: left;
        margin: 0px;
        padding: 0px;
}

#m07leftpanel ul a {
        color: #FFFFFF;
        display: block;
        text-decoration: none;
        background: #009900;
        margin: 0px 0px 1px 2px;
        padding: 0px 0px 0px 5px;
}

#m07leftpanel a:hover {
        background: #99CC00;
        color: #000000;
}

#m07rightpanel {
        font-size: 0.85em;
        position: absolute;
        top: 65px;
        right: 0;
        width: 160px;
        color: white;
        text-align: center;
}*/

/*#m07rightpanel hr {
        border: 0;
        color: #FFFFFF;
        background-color: #009900;
        height: 1px;
        width: 100%;
        text-align: left;
}

#m07rightpanel p {
        background-color: #006600;
        color: #FFFFFF;
        text-align: center;
}

#m07rightpanel p.nextfewdaysdate {
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        text-decoration: none;
        background: #009900;
        margin: 2px 0px 0px 0px;
        padding: 1px 0px 1px 0px;
}*/

/*#m07rightpanel p.nextfewdayssummary {
        margin: 0px 2px 0px 2px;
        padding: 0px 0px 0px 0px;
}

#m07rightpanel .m07table td {
        background: #17a;
        border-style: thin;
        border-color: yellow;
}

#m07rightpanel a {
        color: white;
        text-decoration: none;
}

#m07rightpanel a:visited {
        color: #ccc;
}

#m07rightpanel a:hover {
        background: #00CC00;
}*/

input {
    color: #0000FF;
    background: #FAFAD2;
    border: 1px solid #87CEFA
}

textarea {
    color: #0000FF;
    background: #FAFAD2;
    border: 1px solid #87CEFA
}

.submitbutton {
    background-color: #0000FF;
    color: #FFFFFF;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #FF6600;
    margin: 2px 1px 2px 1px;
}

.submitbutton:hover {
    background: #99CC00;
    color: #000000;
}

.selectlist {
    background-color: #CCFFFF;
    color: #0000FF;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #006600;
}

.inputtext {
    background-color: #CCFFFF;
    color: #0000FF;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #006600;
}


.grossscore {
    background-color: #CCFFFF;
    color: #0000FF;
    font-size: 0.85em;
    border: solid #006600;
    text-align: center;
    padding: 0px;
    border-width: 1px;
    margin: 1px;
    width: 20px;
}

.nettscore {
    background-color: #E8E8E8;
    color: #000000;
    font-size: 0.85em;
    border: solid #006600;
    text-align: center;
    padding: 0px;
    border-width: 1px;
    margin: 1px;
    width: 20px;
}

.owed {
    background-color: #E8E8E8;
    color: #000000;
    font-size: 0.85em;
    border: solid #006600;
    text-align: center;
    padding: 0px;
    border-width: 1px;
    margin: 1px;
    width: 50px;
}

.stablefordpoints {
    background-color: 	#F8F8F8 ;
    color: #000000;
    font-size: 0.85em;
    border: solid #006600;
    text-align: center;
    padding: 0px;
    border-width: 1px;
    margin: 1px;
    width: 20px;
}

.inputradiobutton {
    background-color: #CCFFFF;
    color: #0000FF;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: none;
}

.inputtextsmall {
    background-color: #FFFFFF;
    color: #0000FF;
    font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #006600;
}

.readonlytext {
    background-color: #F0FFF0;
    color: #0000FF;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #006600;
    margin: 0px;
}

.showupdatestable {
    text-align: left;
    font-size: 1.00em;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.showupdatestable td.fieldlabels {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    margin: 0px;
}

.showupdatestable td.fieldvalues {
    background-color: #F0FFF0;
    color: #006600;
    border: 1px solid #006600;
    margin: 0px;
}

.imagelibrary {
    max-width: 100px;
    max-height: 100px;
    padding: 1px;
    margin: 5px;
    border: 0px
}

.imagelibrary:hover {
    /*    max-width: 85px;
        max-height: 85px;*/
    padding: 1px;
    margin: 3px;
    border: 2px;
    border-style: solid;
    border-color: blue;
}