/*
** Name:   hdcc.css
** Author: Adam Bolton
** Date:   16/7/2009
** Desc:   Contains all of the style information for the HDCC website.
**         This is to allow greater control over the visual elements of the
**         website.  Also incorporates the CSS for the pointscore system.
**
**         Contains all of the style information for the pointscore
**         system.  This is seperate to the rest of the site as it
**         needs to be treated differently.
**
** $header$
*/


a:link, a:visited
{ 
	color: #ce0031;
	text-decoration: underline;
}

a:hover, a:active 
{ 
	color: #ce0031;
	text-decoration: underline;
}

.h3
{
	color: #ce0031;
	font-weight: bold;
	font-size: 12pt; 
}

table.boxed
{
	border: 2px solid #ce0031;
}
	
th
{
    font-family: Verdana,arial,helvetica;
    font-size: 12pt;
	font-style: normal;
	font-weight: bold;
    text-align: center;
	color: white;
	background: #ce0031;
}
td.shaded
{
 	background: #ffecec; 
	text-align: center;
	font-size: 11pt; 
}
td.br_line
{
	border-right: 1px solid #ce0031;
}

table.tabsty
{
    font-family: Verdana,arial,helvetica;
    font-size: 6pt;
}
td.evtpoints1
{
    text-align: center;
}
td.evttext1
{
	text-align: left;
}
td.evtpoints2
{
    text-align: center;
	background: #cccccc;
}
td.evttext2
{
	text-align: left;
	background: #cccccc;
}
th.ps
{
    font-family: Verdana,arial,helvetica;
    font-size: 6pt;
	font-style: normal;
	font-weight: bold;
    text-align: center;
    background: #aaaaaa;
}
td.off
{
	font-family: Verdana,arial,helvetica;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
