body {
	height: 100%;
	width: 100%;
	font-family: Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

/* this is to disable right-click menu */
a {
    -webkit-touch-callout: none !important; 
}

.notification {
	width:250px;
	padding:3px;
	border:1px solid #666;
	position:fixed; 
	margin: 0 auto;
	left: 0;
	right: 0;
	top:2%;
	z-index:999;
	border-radius: 6px;
	background-color: #080;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.hwknestHeader h1 {
	color: #060;
	margin: 0.2em 0 !important;
	padding: 0 !important;
}

.hwknestHeader h2 {
	color: #080;
	margin: 0 0 0.2em 0 !important;
	padding: 0 !important;
	font-size: 0.9em !important;
}

#hintListDiv {
	margin: 0;
	padding: 0;
	position: absolute;
}

#hintListDiv .ui-select {
	z-index: 10;
}

.selectionTableBy .player {
	font-weight: bold; 
}
.selectionTableBy   {
	font: 1em "Arial Narrow", times, serif;
	text-align: left;
	text-transform: uppercase;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.selectionTableBy input {
	font: 1em "Arial Narrow", times, serif;
	width: 100%;
	padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-transform: uppercase;

}

.selectionTableBy  th {
	background-color: #5393c5;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}

.selectionTableBy  td.selection,  .selectionTableBy  input.selection{
	color: #060;
	text-shadow: none;
}

.selectionTableBy td, .selectionTableBy th {
	border: 1px solid black;
	margin: 0;
	padding: 2px 4px;
	overflow: hidden;
	white-space: nowrap;
}

.selectionTableBy tr:nth-child(even) {
	background-color: #ddd;
}

.selectionTableBy tr:nth-child(odd) {
	background-color: #eee;
}

.selectionTableBy th:nth-child(1), .selectionTableBy td:nth-child(1)  {
	text-align: center;
}

#selectionTableByRound th:nth-child(1) {
	width: 40px;
}
#selectionTableByRound th:nth-child(2) {
	width: 80px;
}


#selectionTableByPlayer th:nth-child(1) {
	width: 60px;
}


.selectionsByButtonSection {
	display: inline; 
	float:right;
}

.selectionsByImage  img{
	opacity: 0.3;
	position: absolute;
	top: 50%;
	width: 25px;
	z-index: 10;
}

.selectionsByImage img:hover {
	opacity: 0.9;
}

.selectionsByPrevImage  img{
	left:0%
}

.selectionsByNextImage  img{
	right:0%
}

.fieldList
{
	font: 1em "Arial Narrow", times, serif;
	margin: 2px auto !important;
	padding: 0px;
	background-color: #fff;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;

}

.fieldList tr:hover {
   background-color: #ccc;
   cursor: default;
}

.fieldList a  {
	padding: 4px !important;
	font-size: 1em !important;
	font-weight: normal !important;
	text-shadow: none;
}

.fieldList .recentlyAdded {
	background: orangered;
}

.fieldList .wanted {
	background: yellow;
}

.fieldList .wanted  a {
	color: black;
}

.fieldList .doNotPick  {
	background: red;
}

.fieldList .sleeper  {
	background: #6ff;
}

.fieldList .doNotPick  a  {
	color: white;
}

/*.fieldList .selected {
	background: #fff !important;
}
*/
/* this needs to be after .fieldList .wanted, etc */
.fieldList  .selected a {
	/* display: none; */
	color: red !important;

	font-style: italic;
	font-weight: normal !important;
	opacity: 0.6;
	text-decoration: line-through !important;
}

.fieldList .selected.doNotPick  a  {
	color: white  !important;
}



.hideSelected .selected {
	display: none;
}

.hideDoNotPick .doNotPick {
	display: none;
}

.hideSleepers .sleeper {
	display: none;
}

.currSelectedGolfer {
}

.currSelectedGolfer a {
	font-weight: bold !important;
	color: blue  !important;
	font-size: 1.1em  !important;
}

#incomingmsgs {
	color: black;
	overflow:auto;
	height:200px;
	padding:3px;
}	

#userListSelectionPopupHeader   {
	background: #5393c5;
	color: white;
	border: none;
	font-weight: normal;
	text-align: left;
	text-shadow: none;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: #ff0000;
    overflow: auto;
    zoom: 1;
}
.golferInfo {
	margin: 0;
	padding: 0;
}

#infoPage_Header {
	margin: 0 !important;
	padding: 0 !important;
}

#infoPage_GolferName {
	margin-left: 40px;
	text-align: left;
	font: 1.25em "Arial Narrow", times, serif;
}

#infoPage_GolferFlag {
	float:right;
	padding: 12px 12px;
}

.infoStatsTable td:nth-child(1){
	text-align: left;
}

.infoTable  {
	font: 1em "Arial Narrow", times, serif;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 5px 0;
}

#info_Image {
	float:left;
	width: 33%;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 2px;
}

.infoStatsTable {
	width: 60%;
}

.infoHistoryTable {
	width: 100%;
	clear: both;
}



.infoTable  th {
	background-color: #5393c5;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}

.infoTable td, .infoTable th {
	border: 1px solid black;
	margin: 0;
	padding: 2px 4px;
	overflow: hidden;
	white-space: nowrap;
}

.infoTable tr:nth-child(even) {
	background-color: #ddd;
}

.infoTable tr:nth-child(odd) {
	background-color: #eee;
}


#onlineUsersTable  th {
	background-color: #5393c5;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}

#onlineUsersTable  td.player {
	font-weight: bold; 
	text-shadow: none;
}


#onlineUsersTable {
	border-collapse: collapse;
	text-align: left;
	color: #008;
    margin: 0px;
    padding: 0px;
   	background-color: #fff;

}

#onlineUsersTable th, #onlineUsersTable td {
	border: 1px solid black;
	padding: 2px 4px;
	margin: 0;
}

#onlineUsersTable tr:nth-child(even) {
	background-color: #ddd;
}

#onlineUsersTable tr:nth-child(odd) {
	background-color: #eee;
}

#onlineUsersTable th:nth-child(2), #onlineUsersTable td:nth-child(2)  {
	text-align: center;
}

#onlineUsersTable th:nth-child(1) {
	width: 100px;
}
#onlineUsersTable th:nth-child(2) {
	width: 80px;
}
 
#onlineUsersTable .statusIcon {
	width: 16px;
}

#hintListDiv {
	display: none;
}

#resetData {
	margin: 0 auto;
	padding: 10px;
}

#selectionConfig legend, #resetData legend {
	background-color: #ddd;
	padding: 3px;
}
#selectionConfig, #resetData {
	border: 1px solid black;
	border-radius: 8px;
}

#selectionConfigForm, #resetDataForm  {
	margin: 0 auto;
	padding: 10px;
}

/*
#welcomePage #welcomeMsg {
	display: none;
}

*/