
body
{
	background-color: #CCCCCC;
	font-family: Arial;
	height: 100%;
	margin: 10px 0;
	padding: 0;
	overflow: auto;
}

a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #005935;
	font-size: 20pt;
	text-shadow: 1px 1px 2px #777777;
}

h2
{
	color: #005935;
	font-size: 16pt;
}

h3
{
	font-size: 12pt;
}

th
{
	background-color: #AAFFAA;
}

input[type="number"]
{
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input, select, textarea
{
	border: 1px solid #000000;
	font-family: Arial;
}

input.nobox
{
	background: inherit;
	border: 0;
	font-size: inherit;
}

img.icon
{
	float: left;
	margin: -15px 10px 10px 10px;
	width: 60px;
}

table.withborder
{
	border-collapse: collapse;
}

table.withborder td, table.withborder th
{
	border: 1px solid #000000;
	padding: 3px;
}

table.bracket
{
	border-collapse: collapse;
	width: 100%;
}

table.bracket td
{
	min-width: 150px;
	white-space: nowrap;
	width: 0;
}

table.tablesorter tr:nth-child(even)
{
	background-color: #EEFFEE;
}

td.borderright
{
	border-right: 1px solid #000000;
}

td.withborder
{
	border: 1px solid #000000;
}

table#league_params tr td input
{
	width: 200px;
}

table#league_params tr td select
{
	width: 200px;
}

td.scorecard
{
	font-size: 6pt;
	text-align: right;
	vertical-align: bottom;
}

td.sortable, th.sortable
{
	background-image: url('../images/sortable.gif');
	background-position: 5px center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 20px !important;
}

input.fancy
{
	background-color: #00CC00;
	background: -moz-linear-gradient(top, #00CC00, #009900);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#00CC00), to(#009900));
	border: 1px solid #000000;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: 1px 2px 3px #333333;
}

input.fancyred
{
	background-color: #FF0000;
	background: -moz-linear-gradient(top, #FF0000, #990000);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#FF0000), to(#990000));
	border: 1px solid #000000;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: 1px 2px 3px #333333;
}

input.fancy:hover
{
	background: -moz-linear-gradient(top, #009900, #00CC00);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#009900), to(#00CC00));
}

a.tooltip
{
	border-bottom: 1px dashed;
	text-decoration: none;
}

dl.accordion dt
{
	color: #0000FF;
	padding: 10px 0;
	text-decoration: none;
}

dl.accordion dt:hover
{
	cursor: pointer;
	text-decoration: underline;
}

ul.tabs
{
	height: 2.345em;
	list-style: none;
	margin-bottom: 1px;
	padding: 0;
}

ul.tabs > li
{
	float: left;
	margin-right: 0.417em;
}

ul.tabs > li > a
{
	background-color: #AAFFAA;
	border: 1px solid #000000;
	border-bottom: none;
	border-radius: 0.25em 0.25em 0 0;
	color: #000000;
	display: block;
	margin-right: 0.083em;
	padding: 0.583em;
	text-decoration: none;
}

ul.tabs > li.current > a
{
	background-color: #FFFFFF;
	padding-bottom: 0.667em;
}

ul.tabs + div.tabs-content
{
	border: 1px solid #000000;
	border-radius: 0.25em;
	border-top-left-radius: 0;
	padding: 1.667em;
}

.rcbox
{
	background-color: #DDDDDD;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 10px;
}

.box
{
	border: 0;
}

.hints
{
	color: #FF0000;
	font-size: 8pt;
}

.small
{
	font-size: 8pt;
}

.selected
{
	background-color: #FFFF99;
}

.accent
{
	background: #AAFFAA;
}

.accent2
{
	background: #EEFFEE;
}

.medal
{
	height: 192px;
	width: 180px;
	vertical-align: top;
}

.gold
{
	background: url('../images/gold_medal.png') no-repeat center;
	background-size: 100%;
	color: #FFC460;
	text-shadow: 2px 2px #B78D47;
}

.silver
{
	background: url('../images/silver_medal.png') no-repeat center;
	background-size: 100%;
	color: #7B7B7B;
	text-shadow: 2px 2px #B3B3B3;
}

.bronze
{
	background: url('../images/bronze_medal.png') no-repeat center;
	background-size: 100%;
	color: #FFB367;
	text-shadow: 2px 2px #A66F38;
}

.medal div
{
	display: table-cell;
	font-size: 12px;
	padding-left: 46px;
	padding-top: 30px;
	height: 80px;
	width: 80px;
	max-width: 80px;
	text-align: center;
	vertical-align: middle;
	/*word-wrap: break-word;*/
	overflow: hidden;
	font-weight: bold;
}

.notifyjs-achievements-base
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px;
}

.notifyjs-messages-base
{
	font-weight: bold;
        font-size: 4em;
        padding: 10px;
        text-shadow: 2px 2px #AAAAAA;
        color: #3A87AD;
        border-radius: 10px;
        background-color: #D9EDF7;
        border: 2px solid #BCE8F1;
}

.notifyjs-messages-base a
{
	text-decoration: none;
}

em
{
	color: #FF0000;
	font-style: normal;
}

#pop-under
{
	background: #000000;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0px;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	width: 100%;
}

#pop-up
{
	background: #FFFFFF;
	border: 1px solid #000000;
	/*border-radius: 10px;*/
	position: fixed;
	z-index: 1000;
}

#pop-close
{
	background: url('../images/delete.gif');
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 16px;
}

#pop-fill
{
	padding: 5px;
}

#full-menu li
{
    font-weight: normal;
    padding-left: 10px;
}

#full-menu > li
{
    font-weight: bold;
}

#full-menu ul
{
    display: none;
    list-style: none;
}

#header
{
	background: url('../images/header_gln.png') no-repeat center;
	cursor: pointer;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#headertext
{
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-shadow: 5px 5px 5px #000000;
}

#menu
{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#menu table#mobile
{
	background: #AAFFAA;
	border: 1px solid #999999;
	width: 100%;
}

#menu table#mobile th
{
	border-right: 1px solid #999999;
	font-size: 14pt;
	padding: 1px 10px;
	white-space: nowrap;
}

#info
{
	background: #AAFFAA;
	border: 1px solid #999999;
	border-top: 0;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#info td
{
	border-right: 1px solid #999999;
	font-size: 8pt;
	padding: 1px 10px;
	white-space: nowrap;
	width: 0;
}

#content
{
	background-color: #FFFFFF;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	padding: 10px;
	/* Subtract for padding */
	width: 1004px;
}

#opening
{
	background: url('../images/login.png') no-repeat;
	border-collapse: collapse;
	height: 350px;
	margin: -10px;
	width: 1024px;
}

#footer
{
	background: url('../images/footer.png') no-repeat center;
	height: 150px;
	margin: 0 0 -10px -10px;
	padding: 0;
	width: 1024px;
}

#loading
{
	display: 'none';
}

td.bogey
{
	background-image: url('../images/bogey.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

td.doublebogey
{
	background-image: url('../images/double_bogey.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

td.bigbogey
{
	background-image: url('../images/big_bogey.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
}

td.par
{
	text-align: center;
}

td.birdie
{
	background-image: url('../images/birdie.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

td.eagle
{
	background-image: url('../images/eagle.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

td.awesome
{
	background-image: url('../images/awesome.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
}

.progressbar
{
        display: none;
}

.progressbarshow
{
        font-weight: bold;
}
