/*

	This is the stylesheet for the body content of the default.asp pages in each sport directory.
	It manages the styles of items such as the forms that allow searches of the database,
	the DHTML for the International Flag rollovers,	
	and the statistics box that appears on each sport home page.
	It is used in conjunction with the topNav.css file.
	
	Author- David Gerrard: 19/11/2003 - dave@dgcv.co.uk 
	
*/

body	{font-family: arial, helvetica, sans-serif;
		background-color: #ffffff;
		color: #000000;
		background: url('/images/bg.gif');
		padding: 0px;
		margin: 0px;
		}
		
/* link styles */		

a	{color: #000099;
	text-decoration: none;
	}

a:visited
{
   color: #000099;
}

a:hover
{
    color: #ff6600;
}

a:active
{
	color: #009900;
}

/* image styles */		
		
img.linkImage	{border: 0px;}

img.magGlass	{margin-left: 2px;
				}
		
/* text styles */

.sectionHeader	{font-size: 12px;
				font-weight: bold;}
		
.countryName 	{color: #000066;
				font-size: 12px;
				font-weight: bold;
				text-align: right;}
				
.normalText		{font-size: 12px;}

.statBox	{width: 212px;
			padding: 6px;
			border: 2px solid #000066;
			text-align: left;}				

.statsText		{font-size: 12px;
				padding-left: 10px;
				padding-right: 10px;}
			
			
/* form element styles */

.dropdowncontent 	{font-size: 12px;
					color: #000066;
					}
				
.searchbutton	{font-size: 12px;
   				font-weight: bold;
    			color: #000066;
				}