/* CSS Document */

body		{
				background:#000000;

				}

	p,span		{
				margin-top:		1px;
				margin-bottom:	1px;
				font-family:	Tahoma, "Trebuchet MS", Arial;
				font-size:		12px;
				color:			#ffffff;
				}

	table		{
				vertical-align:		top;
				border-collapse:	collapse;
				table-layout:	fixed;

				}

	td			{
				vertical-align:		top;
				margin-top:		0px;
				}
	
	img			{
				border: none;
				}
				
	a, a:hover, a:link, a:visited {
				text-decoration: none;
				color: #FFFFFF;
				}


	.tableStats,
	.tableAwards,
	.playerInfo {
				width:			100%;
				height:			100%;
				border-top:		solid 1px #999999;
				border-right:	none;
				border-left:	none;
				}
	.tableWeapons,
	.tableAwards
				{
				width:			100%;
				height:			100%;
				border-top:		dashed 1px #999999;
				border-right:	none;
				border-left:	none;
				}
	.playerInfo_right, 
	.tableStats_right {
				width:			100%;
				height:			100%;
				border-top:		solid 1px #999999;
				border-right:	none;
				border-left:	dashed 1px #999999;
				}
	.tdBottom 	{
				border-bottom:	solid 1px #999999;
	}
	.tdRight 	{
				border-right:	dashed 1px #999999;
	}
	.tdRight_dark 	{
				border-right:	dashed 1px #999999;
				background:		#111111;
	}


	.tableTeamScore	{
				background:		#111111;
				width:			80%;
				padding: 		5px;
				}
	.tablePlayerScore	{
				background:		#111111;
				width:			90%;
				padding: 		5px;
				}
	.playerScoreTab {
				padding-right:	20px;
				padding-top:	5px;
	}

	.tableScoreboard,
	.tablePlayer	{
				width:			100%;
				}
				
	.tableStats_right_dark	{
				width:			100%;
				height:			100%;
				border-top:		solid 1px #999999;
				border-right:	none;
				border-left:	dashed 1px #999999;
				background:		#111111;
				}
				
	.tabDarkBG 	{
				background:		#111111;
				}


	.playerName	{
				font-size:		16px;
				font-weight:	bold;
				}
	.playerName_red_big	{
				font-size:		16px;
				font-weight:	bold;
				color:#FF0000;
				}
	.tabHeader	{
				font-size:		14px;
				font-weight:	bold;
				}

	.playerClan	{
				font-size:		12px;
				font-weight:	bold;
				}

	.playerScore	{
					/*font-family:	Tahoma;*/
					text-align:		right;
					font-size:		25px;
					font-weight:	bold;
					}

	.playerGUID	{
				font-size:		10px;
				color:			#999999;
				}

	.number		{
				font-family:	Tahoma;
				text-align:		right;
				}

	.statName	{
				text-align:		center;
				color:			#999999;	
				font-variant:	small-caps;
				}
	.statName_left	{
				text-align:		left;
				color:			#999999;	
				font-variant:	small-caps;
				padding-left:	5px;
				}
	.statName_right	{
				text-align:		right;
				color:			#999999;	
				font-variant:	small-caps;
				padding-right:	5px;
				}
				
	.weaponName	{
				text-align:		left;
				color:			#999999;	
				font-variant:	small-caps;
				}

	.matchInfo	{
				text-align:		center;
				font-weight:	bold;
				}

	.matchInfoMinor	{
				font-size:		10px;
				text-align:		center;
				}

	.teamName	{
				font-size:		20px;
				font-weight:	bold;
				font-variant:	small-caps;

				}

	.teamScore	{
				/*font-family:	Tahoma;*/
				text-align:		right;
				font-size:		25px;
				font-weight:	bold;
				}

	.matchPlayer	{
			
				}

	.returnup	{
				size: 12px;
				font-weight:	bold;
				}

	.matchScore	{
				font-family:	courier;
				text-align:		right;
				}

	.matchMinor	{
				font-family:	monospace;
				color:			#999999;
				font-size:		10px;
				margin-left: 10px;
				}
	.i-title 	{
				font-size: 			11px;
				font-weight:		bold;
				color: 				#FF0000;
				padding-bottom:		2px;
				}
	.stats_title{
				font-size:			11px;
				font-weight:		bold;
				padding-top:		5px;
				padding-bottom:		12px;
				color:				#FFF;
				font-family:	Tahoma;	
				}
	.stats_title_big{
				font-size:			16px;
				font-weight:		bold;
				padding-top:		5px;
				padding-bottom:		12px;
				color:				#FFF;
				font-family:	Tahoma;	
				}