

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Verdana";
	font-size: 0.9em;
	background-color: #BBB;
}

h1
{
	font-family: "Comic Sans MS";
	font-size: 3.0em;
	color: #111;
}

h2
{
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	font-size: 1.4em;
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
	color:#000099;
}

h4
{
	font-weight: bold;
	font-size: 1.2em;
	color: #222;
	margin-bottom: 5px;
}

div#container {
    min-height: 600px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-left: auto;
    /* centralises */
    margin-right: auto;
    /* centralises */
    width: 1100px;
    background-color: #b3ff99;
  }
  
div#content {
    margin-left: 50px;
    font-size: 14px;
    font-weight: bold
  }
  


button
{
	padding: 5px;
	margin-left: 4px;
	margin-right: 8px;
	font-size: 1.3em;
	display: inline-block;
	border-radius: 10px;
	background-color:#0066FF;
}

.finish-button
{
	background-color:#0066FF;
}

.abutton {
	padding: 5px;
	margin-right: 8px;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	background-color:#0066FF;
}

a img
{
	border: none;
}

img.thumb
{
	border: 1px solid #333;
}

div#title
{
	height: 105px;
	background: #FFF url(/images/gradient.png) repeat-y right top;
	border-bottom: 1px solid #333;
	padding: 5px;
}

div#title div#logoPic
{
	border: 1px solid #000;
	text-align: left;
	float: left;
}

div#title div#logoText
{
	margin-top: 15px;
	margin-left: 320px;
}

div#test
{
	height: 1200px;
}

div#hack
{
	clear: left;
}

div#topmenu
{
	font-size: 0.8em;
	background-color: #92C4E8;
	border-bottom: 1px solid #333;
	height: 30px;
	width: 100%;
}

div#topmenu ul
{
	margin-left: 30px;
	list-style-type: none;
}

div#topmenu li
{
	height: 30px;
	float: left;
	background-color: #92C4E8;
	/*border-right: 1px solid #333;*/
}

div#topmenu li.active
{
	background-color: #82B0D1;
	font-weight: bold;
}

div#topmenu li:hover
{
	background-color: #61A9DE;
}

div#topmenu li a
{
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
	display: block;
}


.noshow {
	display: none;
}

div#sidemenu
{
	font-size: 0.7em;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	height: 100%;
	width: 120px;
	float: left;
	margin-top: 15px;
}

div#sidemenu ul
{
	list-style-type: none;
}

div#sidemenu li
{
	height: 30px;
	background-color: #CAEBFF;
	border-bottom: 1px solid #333;
}

div#sidemenu li:hover
{
	background-color: #AAD3EB;
}

div#sidemenu li a
{
	text-align: center;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
	display: block;
}

input[type=submit] {

	padding: 5px;
	margin-right: 8px;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	border-radius: 10px;
	background-color: #99FF66;
}


.bold
{
	font-weight: bold;
}

/* Results Input Form */

div.results-input-group
{
	margin-bottom: 15px;
}

.results-input-button
{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 10px 0px;
	border: 1px solid #555;
	background-color: #DDD;
	height: 26px;
	min-width: 15px;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
	color: darkblue;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#board-number-select
{
  height: 26px;
  padding: 2px 0px 0px 8px;
}

#board-number-label
{
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

#event-select
{
  height: 40px;
  padding: 2px 0px 0px 8px;
}

#event-label
{
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
#score-label
{
  border: 1px solid #555;
  display: inline-block;
  height: 32px;
  padding: 6px 10px 0px;
  font-size: 18px;
  background-color: #DDD;
  margin-left: 8px;
  border-radius: 4px;
}

div.suit-indicator-red
{
	color: #FF0000 !important;
}

div.results-input-button-selected
{
	color: #000;
	background-color: #99DD99;
	border-color: #22AA22;
}

input#score-form-submit
{
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	margin-top: 10px;
}

input#score-form-submit:disabled
{
	background: #9dc3d4;
	color: #EEE;
}

.display-message
{	
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	color:#000099;
	background-color: #BCED91;
	border: 2px solid black;
	padding: 5px 8px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

div#table-stanza
{
	font-weight: bold;
	font-size: 1.2em;
	color:#000099;
	background-color: #BCED91;
}


span#general-message
{
	font-weight: bold;
	background-color: #BCED91;
}

input {
	font-weight: bold;
	background-color: yellow;
}

select {
	font-weight: bold;
	background-color: yellow;
}

select#EvType {
	font-weight: bold;
	background-color: yellow;
}

#rank_table {
	border-collapse:collapse;
	background-color: #FFF;
}

#rank_table th, td {
	padding: 8px;
}

#rank_table th {
	background-color: #003399;
	color: #FFFFFF;
	font-size: 20px;
}

#rank_table td {
	font-size: 18px;
}

#rank_table tr.first {
	background-color: #BCED91;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.shaded {
	background-color: green;
}
#logon-table td {
	font-weight: bold;
	border: none;
}

#events-table {
	font-weight: bold;
	border: 2px solid black;
	background-color: lightcyan;
}

#player-table {
	font-weight: bold;
	border: 2px solid black;
	background-color: lightcyan;
}

#eventname-table {
	font-weight: bold;
	border: 2px solid black;
	background-color: lightcyan;
	margin-right: 5px;
}

#tableround-table {
	font-weight: bold;
	border: 2px solid black;
	background-color: lightcyan;
	margin-left: 5 px;
}

div#multitable {
	display: flex;
}

.event-detail {
	border: 2px solid black;
	font-weight: bold;
	margin-right: 10px;
}

.hidden {
	display: none;
}


