@charset "UTF-8";
/* CSS Document */

/* SET BODY STYLES ********************************************************************/
body 
{
	font-family: Helvetica, Arial, sans-serif;
	position: static;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align : left;
	font-size: 12px;
	color : #000000;
}

/* DEFAULT TABLE SETTINGS ********************************************************************/

TABLE TD {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	font-color: #666666;
}

/* PAGE SETUP	********************************************************************************/

#header {
	padding: 0 0 0 0;	
	width: 800px;
	height: 168px;
	background-image: url("../images/header.png");
	position: static;
}

#container {
	padding: 10px 0 5px 5px;
	width: 800px;
}

#leftcol {
	padding: 10px 0 5px 5px;
	background: #ffffff;
	float: left;
	width: 495px;
	height: auto;
}

#spacercol {
	width: 10px;
	float: left;
}

#rightcol {
	padding: 10px 0 5px 5px;
	border: 2px dashed #ECECEC;
	background: #ffffff;
	float: left;
	width: 276px;
	height: auto;
}

#footer_content {
	clear: left;
	padding: 2px 0 0 0;
	border-top: 2px #ECECEC solid;
	font-size: 10px;
	text-align: center;	
	width: 800px;
	height: auto;
	top: 15px;
}

/* TABLES	*************************************************************************************/

table.tournaments { 
	/*width: 580px;*/
	background-color: #fafafa;
	border-bottom: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.tournamentsHEADER { 
	background-color: #ECECEC;
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040; 
}

td.tournamentsNAME { 
	border-bottom: 1px #999999 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}

td.tournaments { 
	border-bottom: 1px #999999 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}

td.tournaments_today { 
	border-bottom: 1px #999999 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}

td.tournaments_done { 
	border-bottom: 1px #999999 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	background-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}

/* DEFAULT LINKS ********************************************************************/
a:link {
	font: 12px arial; 
	color: #666666; 
	text-decoration: underline;
} 
a:active {
	font: 12px arial;
	color: #666666; 
	text-decoration: underline;
}
a:visited {
	font: 12px arial; 
	color: #666666; 
	text-decoration: underline;
	}
a:hover {
	font: 12px arial; 
     color: #999999; 
	text-decoration: none;
}

/* SMALL DEFAULT LINKS ********************************************************************/
a.small:link {
	font: 10px arial; 
	color: #666666; 
	text-decoration: none;
	border-bottom: 1px dotted;
} 
a.small:active {
	font: 10px arial;
	color: #666666; 
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.small:visited {
	font: 10px arial; 
	color: #666666; 
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.small:hover {
	font: 10px arial; 
     color: #999999; 
	text-decoration: none;
}

/* MENU LINKS ********************************************************************/
a.menu:link {
	font: bold 12px arial; 
	color: #000000; 
	text-decoration: none;
} 
a.menu:active {
	font: bold 12px arial;
	color: #000000; 
	text-decoration: none;
}
a.menu:visited {
	font: bold 12px arial; 
	color: #000000; 
	text-decoration: none;
	}
a.menu:hover {
	font: bold 12px arial; 
     color: #999999; 
	text-decoration: none;
}

/* SPECIAL FONT TYPES ********************************************************************/

hr {
	color: #ECECEC;
}

.title 
{
    color: #666666;
    font-face: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.subtitle 
{
    color: #666666;
    font-face: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.small
{
    color: #000000;
    font-face: Arial;
    font-size: 10px;
    line-height: 10px;
}

/* IMAGE OPACITY ********************************************************************/

.opacityit img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.opacityit:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
}

/* BORDERING IMAGES ********************************************************************/

.borderit img{
	border: 2px solid #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

.borderit:hover img{
	border: 2px solid #E9AA13;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* MENU TABS ********************************************************************/

.menutab { 
	background-color: #D6D6D6;
	border-left: 2px solid #666666; 
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #ECECEC;
}

.menutabactive { 
	background-color: #FFFFFF;
	border-left: 2px solid #D70A07; 
	border-top: 2px solid #D70A07;
	border-right: 2px solid #D70A07;
	border-bottom: 2px solid #FFFFFF;
}

.menutabspacer { 
	background-color: #FFFFFF;
	border-bottom: 2px solid #ECECEC; 
}

/* set different box styles ****************************************************************/

.box { 
	border: 2px dashed #ECECEC;
} 
