/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video  { /* "reset" stylesheet - override strange browser defaults - http://meyerweb.com/eric/tools/css/reset/ *//*
	margin:0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: black;
	font-family: Verdana, Tahoma, Arial, Helv, Helvetica, Sans-Serif;
	font-size: small;
	margin: 10px; /* The existing site needs a margin, say 10px, but it should be reset to zero once the new site launches  */
	background: url('/infra/ca-wm2.jpg') #feffef fixed no-repeat right top;
	/*line-height: 1;*/ /* DJK 2012-01 not sure what this was for, it had the effect in Firefox of making lines just too close together */
}

pre {
	font-family: 'Courier New', Courier, Mono;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 0px;
	padding-top: 0px;
}

table {
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-image: none;
	color: black;
	background-color: #3cb371;
	margin-top: 0px;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

table td {
	vertical-align: top;
	margin-top: 0px;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

table.text {
	border-right: #3cb371 1px solid;
	border-top: #3cb371 1px solid;
	border-left: #3cb371 1px solid;
	border-bottom: #3cb371 1px solid;
}

table.text td {
	text-align: Left;
	vertical-align: top;
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-image: none;
	color: black;
	background-color: #d2f0df;
}

table.withBorder td {
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: black;
}

table.text th {
	text-align: center;
	vertical-align: top;
}

table.dataAlignRight {
	border-right: #3cb371 1px solid;
	border-top: #3cb371 1px solid;
	border-left: #3cb371 1px solid;
	border-bottom: #3cb371 1px solid;
}

table.dataAlignRight td {
	text-align: right;
	vertical-align: top;
	border-right: medium none;
	border-top: medium none;
	background-image: none;
	border-left: medium none;
	color: black;
	border-bottom: medium none;
	background-color: #d2f0df;
}

table.data {
	border-right: #3cb371 1px solid;
	border-top: #3cb371 1px solid;
	border-left: #3cb371 1px solid;
	border-bottom: #3cb371 1px solid;
}

table.data td {
	text-align: center;
	vertical-align: top;
	border-right: medium none;
	border-top: medium none;
	background-image: none;
	border-left: medium none;
	color: black;
	border-bottom: medium none;
	background-color: #D2F0DF;
}

td.lowlight {
	background-color: #CCF099;
}

caption {
	font-weight: bold;
	font-style: italic;
	font-size: 84%;
	caption-side: bottom;
}

h1 {
	font-size: 150%;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 120%;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 100%;
	font-style: italic;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 84%;
	font-style: italic;
	margin-top: 3px;
	font-weight: bold;
	margin-bottom: 3px;
}

ul {
	list-style: circle url(/infra/bullet.gif) outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 24px; /* size of the bullet plus the page padding that will be removed in the new layout */
}

/* commented oput until the new site goes live - test with css_demo.html and teh laws to check numbers and lettered lists 
ol {
	list-style: decimal outside;
	margin-left: 2em;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
*/
li {
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.disclaimer {
	font-size: 84%;
	color: #008080;
}

a {
	color: #0000ff;
}

a:visited {
	color: #00008f;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

@media screen {
	.printOnly {
		display: none;
	}
}
@media print {
	.print {
		display: inherit;
	}
	.printOnly {
		display: inherit;
	}
	.noprint {
		display: none;
	}
	a:visited {
		color: black;
	}
	a:hover {
		color: black;
	}
	a:active {
		color: black;
	}
	a {
		text-decoration: none;
		color: black;
	}
}

/* td.a and td.b are used to make tournament draw backgrounds match for pairs playing a match */
td.a {
	vertical-align: middle;
	background-color: #ffffcc;
}

td.b {
	vertical-align: middle;
	background-color: #ccffcc;
}

.nowrap {
	white-space: nowrap;
}

.nolink {
	text-decoration: none;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td.center,
th.center {
	text-align: center;
}

form {
	margin: 0px;
}

.box {
	border-style: solid; 
	border-color: #006400;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
}

.highlight {
	color: red;
}

.userFeedback {
	color: red;
	font-weight: bold ;
}

.lowlight {
	color: gray;
}

.small {
	font-size: 70%;
}

.large {
	font-size: 120%;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.floatN {
	float: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.button,
.actionbutton {
	text-decoration: none;
	font-size: 84%;
	padding: 3px;
	margin: 0;
}

.button {
}

.actionbutton {
	font-style: italic;
}

.indent {
	margin-left: 1em;
}

.picture {
	border: 1px solid #3cb371;
	padding: 3px 3px 3px 3px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: smaller;
	color: black;
	background-color: #d2f0df;
}

.picture img {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	/*margin-bottom: 3px;*/
	display: block;
}

/* tabs layout */
.tabs {
	vertical-align: bottom;
}

.tabs-selectedbglight {
	background-color: #ccccff;
	font-size: 5%;
	vertical-align: bottom;
}

.tabs-selectedbg {
	background-color: #cc99ff;
	font-size: 5%;
	vertical-align: bottom;
}

.tabs-selectedbgdark {
	background-color: #cc66ff;
	font-size: 5%;
	vertical-align: bottom;
}

.tabs-unselectedbglight {
	background-color: #cc99ff;
	font-size: 5%;
	vertical-align: bottom;
}

.tabs-unselectedbg {
	background-color: #bb22ee;
	font-size: 5%;
	vertical-align: bottom;
}

.tabs-unselectedbgdark {
	background-color: #9900ee;
	font-size: 5%;
	vertical-align: bottom;
}

.tabs-selected-text {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	vertical-align: bottom;
}

.tabs-unselected-text {
	color: #ffffff;
	text-decoration: underline;
	font-size: 100%;
	vertical-align: bottom;
}

.tabs-text-1 {
	font-weight: bold;
	font-size: 100%;
	vertical-align: bottom;
}

.tabs-text-2 {
	font-size: 100%;
	vertical-align: bottom;
}

/* /tabs layout */

/*  Column layout control */
.col-heading {
	text-align: center;
	vertical-align: middle;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	color: black;
	background-color: #3cb371;
	border-color: #3cb371;
	margin-top: 10px;
	margin-bottom: 2px;
}

.heading {
	text-align: left;
	vertical-align: middle;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	color: black;
	background-color: #3cb371;
	border-color: #3cb371;
	margin-top: 10px;
	margin-bottom: 3px;
}

A.heading:Visited {
	color: black;
}

.column3 {
	float: left;
	width: 32%;
	margin-left:1%;
	color: black;
	background-color: #EEEEEE;
	border-color: #3cb371;
}

.column2 {
	float: left;
	width: 48%;
	margin-left:1%;
	color: black;
	background-color: #EEEEEE;
	border-color: #3cb371;
}

.column1 {
	float: left;
	width: 98%;
	margin-left:1%;
	color: black;
	background-color: #EEEEEE;
	border-color: #3cb371;
}

.menuItem {
	width: 8em;
	float: left;
	margin-top: 2px;
	margin-bottom: 1px;
}

/* End of ca.css */

