/* Sevilla.css                                               */
/* This template (C)2006-2007 JBF Software                   */
/* Created by JP Hendriks                                    */
/* http://www.jbfsoftware.com                                */
/*                                                           */
/* Default style sheet for use with webtool                  */
/* You may modify this according to your taste               */

/* MainTitle is the overall style for the main data block    */
/* which is the part that contains the unique (player, round,*/
/* .... data for the specific page                           */
.MainTitle
{
	border-style: solid;
	border-width: thin;
	width: 440px;
	text-align: center;
}

/* MainTitleRow is the style for a row in the main title     */
.MainTitleRow
{
	background-color: #90E890;
	font-weight: bold;
}

/* SingleLineTitle is the overall style for the single line  */
/* data block.                                               */
.SingleLineTitle
{
	border-style: solid;
	border-width: thin;
	width: 360px;
	text-align: center;
}

/* SingleLineRow is the style for the row in the singleLine   */
.SingleLineRow
{
	background-color: #D0FAD0;
/*	font-weight: bold; */
	font-size: 8pt;
}

/* CompInfoTable is the style for the general competition     */
/* and group data found at the start of each page             */
.CompInfoTable
{
	border-style: solid;
	border-width: thin;
	width: 440px;
}

/* style for the line in the competition info table           */
/* containing the competition name                            */
.CompInfoHeader
{
	font-weight: bold;
	text-align: center;
	background-color: #90E890;
}

/* style for the other competition info - caption             */
.CompInfoCaption
{
	background-color: #90E890;
}

/* style for the other competition info - value               */
.CompInfoValue
{
	background-color: #D0FAD0;
}

/* style for the line in the competition info table           */
/* containing the group name                                  */
.GroupInfoHeader
{
	font-weight: bold;
	text-align: center;
	background-color: #90E890;
}

/* MainTable holds the style of the main table                */
.MainTable
{
	border-style: none;
	vertical-align: top;
}

/* MenuTable is the style used for the "menu structure"       */
/* containing the links to the various pages                  */
.MenuTable
{
	border-style: solid;
	border-width: thin;
	width: 130px;
	vertical-align: top;
}

/* MenuRow is the style for a row in the menu table           */
.MenuRow
{
	background-color: #D0FAD0;
}

/* menu group name are additional attributes for the group    */
/* name in the menu                                           */
.MenuGroupName
{
	font-weight:bold;
}

/* CountryFlag is the style for the Country flags             */
.CountryFlag
{
	vertical-align: middle;
}

/* playerdata is the style for the table with player data     */
.PlayerDataTable
{
	border-style: solid;
	border-width: thin;
	width: 180px;
	vertical-align: top;
}

/* playerdatamainline is the style for the name line of the   */
/* player data table.                                         */
.PlayerDataHeader
{
	font-weight: bold;
	text-align: center;
	background-color: #90E890;
}

/* style for the other player info - fixed labels             */
.PlayerDataCaption
{
	background-color: #90E890;
}

/* style for the other player info - values                   */
.PlayerDataValue
{
	background-color: #D0FAD0;
}

/* GameListTable is the style for a table with games          */
.GameListTable
{
	border-style: solid;
	border-width: thin;
}

/* GameListHeader is the style for the header row of          */
/* a table with games                                         */
.GameListHeader
{
	background-color: #90EE90;
	font-weight: bold;
}

/* GameListOddLine is the style for rows in a game list with  */
/* oddindexes                                                 */
.GameListOddLine
{
	background-color: #D0FAD0;
}

/* GameListEvenLine is the style for rows in a game list with */
/* even indexes                                               */
.GameListEvenLine
{
	background-color: #90EE90;
}

/* PlayerListTable is the style for a table with the          */
/* participating players                                      */
.PlayerListTable
{
	border-style: solid;
	border-width: thin;
}

/* PlayerListHeader is the style for the header row of        */
/* a table containing the list of players                     */
.PlayerListHeader
{
	background-color: #90EE90;
	font-weight: bold;
}

/* PlayerListOddLine is the style for rows in a ranking with  */
/* odd indexes                                                */
.PlayerListOddLine
{
	background-color: #D0FAD0;
}

/* PlayerListEvenLine is the style for rows in a player list  */
/* with even indexes                                          */
.PlayerListEvenLine
{
	background-color: #90EE90;
}

/* RankingTable is the style for a table a ranking            */
.RankingTable
{
	border-style: solid;
	border-width: thin;
}

/* RankingHeader is the style for the header row of           */
/* a table containing a ranking                               */
.RankingHeader
{
	background-color: #90EE90;
	font-weight: bold;
}

/* RankingOddLine is the style for rows in a ranking with odd */
/* indexes                                                    */
.RankingOddLine
{
	background-color: #D0FAD0;
}

/* RankingEvenLine is the style for rows in a ranking with    */
/* even indexes                                               */
.RankingEvenLine
{
	background-color: #90EE90;
}

/* xreftable is the style for a table with an xref            */
.XRefTable
{
	border-style: solid;
	border-width: thin;
}

/* gameheader is the style for the header row of              */
/* an xref table                                              */
.XRefHeader
{
	background-color: #90EE90;
	font-weight: bold;
/*	writing-mode: tb-rl; */
/*	filter: flipv fliph; */
/*	layout-flow: vertical-ideographic; */
/*	direction: ttb; */
/*	block-progression: lr; */
}

/* gameoddline is the style for rows in an xref with odd      */
/* indexes                                                    */
.XRefOddLine
{
	background-color: #D0FAD0;
}

/* gameevenline is the style for rows in an xref with         */
/* even indexes                                               */
.XRefEvenLine
{
	background-color: #90EE90;
}

/* below are constraints for 'ordinary' html tag rendering    */

body
{
	background-color: #ECF6EC;
/*	background-color: #F0FCF0; */
}

ul
{
	padding-left: 10px;
	margin-left: 10px;
}

td,th
{
	font-family: helvetica, arial, serif;
	font-size: 10pt;
}

