/* Cricket Coach website CSS file
   ------------------------------
   
   Created by Rik Ward, August 2005
   for Rockingham Software
*/

table 
{
	border-collapse: collapse;
	border: 0px solid #007D28;
	font: 11px Verdana, Tahoma, Arial;
	color: #000000;
	background: #FFFFFF;
}

caption 
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

td 
{
	border: 0px solid #009933;
	padding: 0px;
	text-align: left;
	background-color: #0B813A;
}

td.pme-cell-0-name
{
	background-color: #008000;
	text-align: left;
	font-weight: bold;

}

td.pme-cell-1-name
{
	background-color: #095B09;
	text-align: left;
	font-weight: bold;

}

td.pme-cell-0-norm
{
	background-color: #008000;
	text-align: left;
}

td.pme-cell-1-norm
{
	background-color: #095B09;
	text-align: left;
}

td.pme-cell-0-normcen
{
	background-color: #008000;
	text-align: center;
}

td.pme-cell-1-normcen
{
	background-color: #095B09;
	text-align: center;
}



// phpmyedit stuff
td.pme-cell-1
{
	background-color: #095B09;
	text-align: left;

}
td.pme-navigation-1
{
	background-color: #095B09;
	text-align: left;

}

td.pme-cell-0
{
	background-color: #008000;
	text-align: left;

}

td.pme-navigation-0
{
	background-color: #008000;
	text-align: left;

}




tbody th:hover {
	background-color: #FFFFCC;
}

th {
	border: 1px solid #009933;
	padding: 5px;
	background-color: #009933;
	
	}
thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	background: #000000;
	color: #FFFF00;
}
tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 11px;;
	background: #000000;
	color: #FFFFFF;
}
tfoot th {
	font-weight: bold;
}

/*
tbody td a {
	background: transparent;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
tbody td a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
*/

tbody th, tbody td 
{
	vertical-align: middle;
	text-align: left;
}

tbody th a:hover 
{
	background: transparent;
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

tfoot td 
{
	border: 1px dashed #FFFF00;
}


body
{
  font : 12px verdana;
  color: white;
  background: #FFFFF;
}


a:hover
{
  color: #FFFFBB;
  text-decoration: underline;
}

td.copyright
{
  font : 10px verdana;
  color: white;
}


body
{
  font : 12px verdana;
  color: white;
  background: #0B813A;
}

td
{
  font : 14px verdana;
  color: white;
}

td.copyright
{
  font : 10px verdana;
  color: white;
}

td.content
{
  background : url(content-bg.jpg);
//  padding: 13px;
}

td.footer
{

}

img
{
  border: 0px;
}

a
{
  color: #FFFFDD;
  text-decoration: none;
}

a:hover
{
  color: #FFFFBB;
  text-decoration: underline;
}

img.preload
{
  display: none;
}

img.button
{
  cursor: pointer;
}



/* Buttons:Pagination */ 
input.pme-add, 
input.pme-first, 
input.pme-prev, 
input.pme-next, 
input.pme-last{ 
background-color:#0076B1; 
border:thin outset #cccccc; 
color:#000000; 
} 

/* Buttons:General */ 
input.pme-cancel, 
input.pme-more, 
input.pme-save, 
input.pme-change, 
input.pme-copy, 
input.pme-delete, 
input.pme-goto, 
input.pme-navigation-0, 
input.pme-navigation-1, 
input.pme-view
{ 
background-color:#0076B1; 
border:thin outset #999999; 
color:#000000; 
} 

td.pme-buttons,td.pme-stats
{ 
  background : url(content-bg.jpg);
} 



