﻿/* Accordion */
.accordionHeader
{
    /*border: 1px solid #666666;*/
    color: #666666;
    background-color: #BCDA74; /*#2E4d7B;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #666666;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    /*border: 1px solid #2F4F4F;*/
    color: #666666;
    background-color: #94A61C; /*#439059;*/ /*#5078B3;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #666666;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: none;
}

.accordionContent
{
    background-color:#EEFFCC; /*#57C376;*/  /*#D3DEEF;*/
	color: #666666;
    /*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
   	font-size:smaller;
    /*text-align:center;*/
}
.accordionContent a
{
	color: #666666;
	text-decoration:none;
}
.accordionContent a:hover
{
	color: #9C0204;
	text-decoration:none;
}
.compExpander
{
	float:right;
	font-size:small;
}

.compExpander a
{
	color: #666666;
	background: none;
	text-decoration: none;
}
.compExpander a:hover
{
	color:#9C0204;
	background: none;
	text-decoration: underline;
}
.headerTable
{
	width: 100%;
}
.headerTable .headerCompNo
{
	width:100px;
	text-align:center;
}
.headerTable .headerCourse
{
	width:200px;
	text-align:left;
}
.headerTable .headerPlayed
{
	width:100px;
	text-align:left;
}
.headerTable .headerFormat
{
	width:100px;
	text-align:left;
}
.headerTable .headerTitle
{
	width:200px;
	text-align:left;
}

.contentTable
{
	margin-left:auto; 
	margin-right:auto;
}

.contentTable .contentPosition
{
	width:50px;
	text-align:left;
}

.contentTable .contentPosition
{
	width:50px;
	text-align:left;
}

.contentTable .contentPlayer
{
	width:200px;
	text-align:center;
}

.contentTable .contentScore
{
	width:50px;
	text-align:right;
}

.PagingTable
{
	margin-left:auto; 
	margin-right:auto;
	font-size:small;
	padding:4px;
	text-align:center;
	vertical-align:middle;
}
.PagingTable .PageCell
{
	background-color:#EEFFCC;
	/*border: 1px solid #2F4F4F;*/
	color: #666666;
	height:20px;
	width:20px;
}
.PagingTable .PageCell a
{
	color: #666666;
	background: none;
	text-decoration:none;
}
.PagingTable .PageCell a:hover
{
	color: #9C0204;
	background: none;
	text-decoration:none;
}
.PagingTable .SelectedPageCell
{
	background-color:#94A61C;
	/*border: 1px solid #2F4F4F;*/
	color: #9C0204;
	height:20px;
	width:20px;
}