﻿body {
}

.pnResultsTittle
{
	text-align: center;
	font-weight: bold;
	font-family: Vrdana;
	font-size: 14;
	width: 100%;
	/*background-color: Black;/**/
	/*color: White;/**/
	height: 50px;
	vertical-align: middle;
}

.lnkGoToMain
{
	color: #FF3333;
	/*font-weight: bold;/**/
	font-family: Times New Roman;
	font-size: 14;
	text-decoration: underline;
}

.addedResultCaption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFEFA7;
	color: #666666;
	text-align: center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C4C4C;
	border-right-color: #4C4C4C;
	border-bottom-color: #4C4C4C;
	border-left-color: #4C4C4C;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

.addedResultData{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFDA2E;
	/*color: #333333;/**/
	color: #666666;
	text-align: center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C4C4C;
	border-right-color: #4C4C4C;
	border-bottom-color: #4C4C4C;
	border-left-color: #4C4C4C;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

.addedResult
{
	width: 100%;
	border-width: 0;
	padding: 0 0 0 0;
	color: #000000;
}

.eventPlusResult
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

	background-color:#FFE7AE;
	text-align:center;	
	color: #333333;
	cursor: pointer;
	margin: 2px 5px 1px;
}

.addedResultPlayer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	background-color: Transparent;
	color: #333333;
	text-align: center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C4C4C;
	border-right-color: #4C4C4C;
	border-bottom-color: #4C4C4C;
	border-left-color: #4C4C4C;
}

.resultEventDataLight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

	/*background-color: #C4C2C3;/**/
	background-color: #FFEFA7;
	color: #333333;
	height: 20px;
	text-align: center;
}

.resultEventDataDark
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*color: #FFFFFF;/**/
	color: #000000;
	margin: 2px 5px 1px;
	/*background-color: #A0A0A0;/**/
	background-color: #FFDA2E;
	text-align: center;
}

.resultEventCom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	/*margin: 2px 5px 1px 10px;/**/
	/*padding: 0px 0px 0px 5px;/**/

	/*background-color: #C4C2C3;/**/
	background-color: #FFEFA7;
	height: 20px;
	text-align: left;
}