/* Main table cell colours and backgrounds */

td.row1, .adminPages tr.Adminrow1
	{
	/* Alternating row colours */
	background-color:#450f08;	
	}
td.row2, .adminPages tr.Adminrow2
	{
	/* Alternating row colours 2 */
	background-color:#541f19;
	}
td.row3, .MatchTableLeft, .MatchTableRight
	{
	/* Alternating row colours 3 - an example of its use is on Matches tab of tournaments. */
	/* Should be lighter still */
	background-color:#672c25;
	}
	
div.AdminOverflow
	{
	overflow:auto;
	}
	
/* Not sure where this is used, if anywhere. The background colour should be bright red so should
be easy to spot, if it IS used. */
div.AdminContent
	{
	font-family:comic sans ms, helvetica, arial, sans serif;
	background-color:red;
	margin:0px 49px 15px 250px;
	color:#FFCDBA;
	padding:7px;
	border:1px solid #4B6F41;
	text-align:center;
	position:relative;
	background-image:url(../images/main-corner-br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
div.AdminContent h2
	{
	margin-top:0px;
	margin-bottom:0px;
	}

div.FormButtons
	{
	position:absolute;
	top:4px;
	right:4px;
	/* margin-top:7px; */
	margin-right:7px;
	}
	
div.FormButtons input
	{
	border:none;
	background-color:transparent;
	}
	
div.articleListItem
	{
	float:left;
	margin:3px;
	}
	

.adminPages
	{
	width:100%;
	text-align:center;
	margin-bottom:2em;
	}

/* Another one I'm not sure about.  If you spot any yellow backgrounds, it's this */
.adminPages H3
	{
	background-color:yellow;
	color:#FFD000;
	border:none;
	margin:0px;
	}

/*TH in admin.css is a copy of window1 h5, except for padding, background image, bg colour, 
and bg position and border settings to match those in the image template.
Take the bg colour from the lower left area of the image template's H5 block*/
th 
	{
	background-color:#130a0a;
	background-image:url("../images/th-bg2.gif");
	background-position:top right;
	padding:3px;
	font-family:Verdana, helvetica, arial, sans-serif;
	letter-spacing:-0.05em;
	/*text-transform:capitalize;*/
	font-variant:small-caps;
	font-size:1.2em;
	color:#a6a1a1;
	text-align:left;
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	border-color:#362825 #1f1413 #0f0909 #3d2b25;
	margin:4px;	
	}	

/* Having window1 h5 styles looks nice.  Override the above with these settings from css.css 
for window1text h5.  Change bg position to top center. */
.window1text .adminPages th
	{
	background-color:#0e376c;
	background-image:url("../images/window1-h5-bg.gif");
	background-position:top center;	
	}

.adminPages th a, .adminPages th a:link, .adminPages th a:visited
	{
	color:#8ed2ff;
	text-decoration:none;
	/*border-style:dotted;
	border-width:1px;
	border-color:#DE9400;*/
	}

.adminPages th a:hover,	.adminPages th a:active
	{
	color:#8ed2ff;
	text-decoration:underline;
	}

.adminPages th a:active
	{
	background-color:#223541;
	}	
	
/* This gives us visual assistance when changing settings in rows of data */
.highlightAssist tr:hover
	{
	outline-color:#ac1800;
	outline-style:solid;
	outline-width:1px;
	}	

/* remove the visual assistance where we don't need it */
.adminTabs table tr:hover
	{
	outline-style:none;
	}
	
td.data
	{
	text-align:left;
	}
td.title
	{
	text-align:right;
	vertical-align:top;
	}

/* Tournament data */
.MatchTableLeft
	{
	float:left;
	padding:4px;
	margin-top:0px;
	margin-right:5px;
	padding-bottom:15px;
	width:200px;	
	}
.MatchTableRight
	{
	margin-left:213px;
	height:100%;
	}
	
.MatchTableLeft span
	{
	display:block;
	}
.MatchTableLeft span input, .MatchTableLeft span select
	{
	width:90%;
	}

table.MatchDetails
	{
	width:100%;
	font-size:1em;
	}
table.MatchDetails td.row1
	{
	width:50%;
	}	
/*table.MatchDetails td.row1 input
	{
	width:100%;
	}*/
table#NewMatch
	{
	width:100%;
	font-size:1em;
	}
/*body p
	{
	color:#000F01;
	}*/
	
/*CSS for search options on the article list page*/

div.searchOptions, div.searchGroup, div.searchTitle
	{
	border:1px solid #4e5d68;
	margin:3px;
	}
div.searchOptions
	{
	margin-top:20px;
	}
div.searchTitle
	{
	top:-10px;
	margin-top:-10px;
	float:left;
	background-color:#4e5d68;
	}
div.searchGroup
	{
	background-color:#2a3b47;
	padding-left:2px;
	}
div.searchGroup p
	{
	float:left;
	width:80%;
	}
div.searchGroup select
	{
	float:right;
	}