﻿body {background-color: #CCCCCC;}

/* Side by Side input */
.sideBySide {float: left; position: relative; display: inline-block}

/* Handicap Lookup Styles */
.HLLabel {text-align: right; font-family: Arial, sans-serif;    font-size: 8pt;    font-weight: normal;    font-style: normal;    color: #AC0A21; padding-top: 2px}
.HLData {text-align: left; font-family: Arial, sans-serif;    font-size: 12pt;    font-weight: 400;    font-style: normal;    padding-left: 5px;}
.HLHI {text-align: left; font-family: Arial, sans-serif;    font-size: 16pt;    font-weight: bold;    color: Black;    font-style: normal;    padding-left: 5px;}
.HLWarning {text-align: center; font-family: Arial, sans-serif;    font-size: 10pt;    font-weight: normal;    font-style: normal;    color: Red;}
.HLCH {text-align: center; font-family: Arial, sans-serif;    font-size: 16pt;    font-weight: bold;    color: Black;    font-style: normal;    padding-left: 5px;}

/* Score Grid information */
.ScoreGrid { font-family: Arial, sans-serif; }
.ScoreGridHeader { background-color: #999999; font-size: 8pt; color: #ffffff; }
.ScoreGridRow { background-color: #cccfde; font-size: 8pt; color: black; }
.ScoreGridRowAlt { background-color: #ffffff; font-size: 8pt; color:#000000; }
.ScoreGridRow9 {background-color: #cccfde; font-size: 8pt; color:#3333FF; }
.ScoreGridSelected { background-color: yellow; font-size: 8pt; color:#000000; }

/* Handicap History Grid */
.HIGrid { font-family: Arial, sans-serif; }
.HIGridHeader { background-color: #999999; font-size: 10pt; color: #ffffff; }
.HIGridRow { background-color: #cccfde; font-size: 10pt; color: black; }
.HIGridRowAlt { background-color: #ffffff; font-size: 10pt; color:#000000; }
.HIGridRow9 {background-color: #cccfde; font-size: 10pt; color:#3333FF; }
.HIGridSelected { background-color: yellow; font-size: 10pt; color:#000000; }

.NameLookupItem .Name {font-size: 10pt; font-weight: bold; color: Red}
.NameLookupItem .Club {font-size: 8pt;}
.NameLookupItem .Assoc {font-size: 8pt;}
.NameLookupItem .HI {font-size: 12pt; font-weight: bold}
.NameLookupItem .Eff {font-size: xx-small}

/* Buttons throughout the app */
.ButtonStyle {margin:0 auto 10px auto; padding:3px 10px 5px 10px; text-align:center; font-family: Arial, sans-serif; font-size:12pt; line-height:24px; text-decoration:none; color:#fff; background-color:#7796B2; -webkit-border-radius: 10px;} 
.ButtonStyle:focus,
.ButtonStyle:active,
.ButtonStyle:hover {color:#FCC99A}

/* Posting a Score styles */
.PSLabel {   font-family: Arial, sans-serif;    font-size: 8pt;    font-weight: normal;    font-style: normal;    color: #AC0A21;}
.PSMessage {font-family: Arial, sans-serif; font-size: 10pt; text-align: center; margin-bottom: 8px; display: block; margin-top: 5px}
.PSWarning {text-align: center; font-family: Arial, sans-serif;    font-size: 10pt;    font-weight: normal;    font-style: normal;    color: Red;}

.PSDataEntry {    font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}
.PSDataEntryMonth{    width: 80px;     font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}
.PSDataEntryDay{    width: 62px;     font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}
.PSDataEntryYear{    width: 80px;     font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}

.PostScoreLabelConfirm { width: 55px;  font-family: Arial, sans-serif;    font-size: 8pt;    font-weight: normal;    font-style: normal;    color: #AC0A21;}
.PostScoreData {    width: 250px;    font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;   }
.PostScoreDataEntry{    font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}
.PostScoreDataEntryCR{ width: 60px;    font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}
.PostScoreDataEntryFull { width:300px;    font-family: Arial, sans-serif;    font-size: 12pt;    font-style: normal;     margin-bottom: 5px;}

