/**
 * Burgundy: 750d12
 * Lightened Burgundy: 822429 (10% white)
 * Lightened Burgundy: 903d41 (20% white)
 * Faded Burgundy: 7e4a4c
 **/

*
{
	visibility: inherit;
}

body, p, img, a, div
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	color: inherit;
}

body
{
	color: #000000;
	overflow-y: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}

a
{
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

p, h1, h2, h3, li, td, input, select, textarea, li, div
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 125%;
	margin: 0px;
	font-weight: normal;
}

h1
{
	font-size: 14pt;
	padding: 0px 0px 10px 0px;
}

h2
{
	font-size: 12pt;
	padding: 0px 0px 5px 0px;
}

.centred_title
{
	text-align: center;
}

input, select, textarea
{
	outline: none;
}

img
{
	vertical-align: bottom;
}

th
{
	text-align: left;
}

form
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

ul
{
	margin: 0px;
}

div.page_outer
{
	max-width: 980px;
	margin: 0px auto 0px auto;
}

div.page_header
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 48px;
	background-color: #750d12;
}

div.page_header img.wccl
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 44px;
}

div.page_header img.sponsor
{
	position: absolute;
	top: 0px;
	right: 5px;
	width: 34px;
}

div.page_header p
{
	color: #ffffff;
	font-size: 12pt;
	padding: 12px 44px 0px 54px;
	text-align: center;
}

@media (max-width: 359px)
{
	div.page_header p
	{
		font-size: 10pt;
	}
	
}

div.page_body
{
	padding: 10px 10px 5px 10px;
}

div.page_body_inner
{
}

div.page_body p
{
	padding-bottom: 5px;
}

p.state
{
	text-align: center;
	font-size: 12pt;
}

p.button
{
	text-align: center;
}

div.data_entry_table
{
	display: none;
	padding: 5px 0px 15px 0px;
}

table.data_entry_table
{
	width: 100%;
}

table.data_entry_table td.label
{
	padding: 0px 0px 10px 0px;
}

table.data_entry_table td.data
{
	padding: 0px 0px 10px 10px;
	text-align: right;
}

table.data_entry_table td.data input[type=number]
{
	width: 50px;
	text-align: right;
}

table.data_entry_table tr.submit_row td
{
	text-align: center;
}

div.error
{
	width: 100%;
	background-color: #ff0000;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.error p
{
	color: #ffffff;
	font-size: 12pt;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

input[type="button"]
{
	min-width: 150px;
}

tr#new_overs_row
{
	display: none;
}

p.innings_title
{
	font-weight: bold;
}

div.match_situation
{
	padding: 0px 0px 10px 0px;
}

div#reset p
{
	text-align: center;
}

p.emphasise
{
	font-weight: bold;
}

div.par_score_section
{
	padding: 10px 0px 10px 0px;
	display: none;
}

div.par_score_section p
{
	text-align: center;
}

div.par_score_table
{
	display: none;
}

p.wickets_combobox
{
	font-weight: bold;
}

