/* $Id: local-sample.css,v 1.1 2009/11/23 15:59:59 atelier Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */
@charset "UTF-8";
.tournament_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	margin-left: 200px;
	margin-right: 0px;
	display: block;
	color: #000000;
	text-decoration: underline;
}
.tournament_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-left: 210px;
	display: block;
}
.tournament_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-left: 215px;
	display: block;
	letter-spacing: normal;
}
.tournament_image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-left: 25px;
	display: block;
	float: left;
	margin-top: 0px;
}
.tournament_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 215px;
	margin-right: 0px;
	display: block;
	color: #0000CC;
}

.tournament_odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	color: #660000;
	background-color: #000000;
}
.tournament_bgcolor {
	background-color: #e7f0f7;
	display: block;
}
.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display: block;
	color: #FFFFFF;
a:link    {color:green;}
a:visited {color:green;}
a:hover   {color:red;}
a:active  {color:yellow;}
}


