﻿ html {
	height:100%;
      }

 body {
        font-family: Verdana;
	color: #990000;
        font-size: 8pt;
	background-color:white;
/*	background-color:#a7a7a7;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	line-height: 18px;
        text-align:center;
 	}

 hr {
    color: #ff9696; 
 }
 
 INPUT, SELECT, TEXTAREA, LISTBOX {
    font-size: 8pt;
    font-family: Verdana;
	color: #990000;
	margin: 0 0 0 0;
	}

 a {
	font-family: Verdana;
	font-size: 8pt;
	color: #ff3333;
	text-decoration: none;
	font-weight: normal;
	}
	
a.arrow
{
    padding-left: 12px;
    background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.arrowActive 
{
    padding-left: 12px;
    background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight:bold;
}

 a:hover {
	color: #FF3333;
	text-decoration: underline;
}

a.active {
	font-weight:bold;
}

 .content {
	margin-top: 25px;
	padding-bottom: 30px;
	height:100%;
 }

 .content td {
	padding-right: 30px;
 }
 
 .tableresult {
	width: 910px;
	margin: 0 0 0 0; 
	padding:0 0 0 0;
	background-image: url(images/Header-results.jpg);
	background-repeat: no-repeat;
	text-align:left;
	background-color:white;
 }

 .tabletraining {
	width: 910px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	background-image: url(images/Header-training.jpg);
	background-repeat: no-repeat;
	text-align:left;
	background-color:white;
 } 

 .tableselect {
	width: 910px;
	margin: 0 0 0 0; 
	background-image: url(images/Header-select.jpg);
	background-repeat: no-repeat;
	text-align:left;
	background-color:white;
 }
 
 .header {
	height: 150px; 
 } 


#footer {
	position:absolute;
	bottom:0;
	height: 300px; 
	padding-left:30px;
/*	width: 100%;*/
	z-index:-1;
display:none;
 } 


 .login
 {
    padding-top:18px;
    text-align: left;
 }
 
 .login a {
	font-family: Verdana;
	font-size: 8pt;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
 }

#LoginColumn{
	text-align:right;
}


 .login a:hover {
	color: #990000;
	text-decoration: underline;
	}


 .topline {
	font-family: Verdana;
	font-size: 14pt;
	color: #FF3333;
	text-decoration: none;
	line-height: 18px;
	}
	
.menuPanel
{
    border:1px solid #999999;   
    padding:4px 4px 4px 4px;
}

.contentPanel
{
    border: 1px solid #ff9696;   
    padding: 4px 4px 4px 4px;
    height:100%;
}

.selectedGridViewRow
{
    background-color:#ff9696;   
}

.defaultGridViewRow
{
    background-color:#FFFFFF;   
}

 .timeStamp
 {
	font-family: Verdana;
	font-size: 7pt; 
 }

.ResultsTableHeader td
{
    font-weight: bold;
    border: 1px solid #ff9696; 
    padding: 2px;
}

.ResultsTableBody td
{
    border: 1px solid #ff9696; 
    padding: 2px;
}

.ResultsTableBody td table td {
    background-color: #F6F8FF;
	border: none;
}

table.administrationListingTable
{
    border: 1px solid #ff9696;
}

table.administrationListingTable td
{
    border: 1px solid #ff9696;
    padding-left:3px;
}

.administrationListingTableHeader
{
    border: 1px solid #ff9696;
}

.administrationListingTableHeader a
{
    font-family: Verdana;
    font-size: 8pt;
    color: #990000;
    text-decoration: none;
    line-height:18px;
    font-weight:bold;
    padding-left: 12px;
    background-image: url(images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-weight:bold;
}

.administrationListingTableFooter a
{
    font-family: Verdana;
    font-size: 8pt;
    color: #990000;
    text-decoration: none;
    line-height:18px;
    font-weight:bold;
    padding-left: 15px;
    background-image: url(images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-weight:bold;
    border:none;
}

.administrationListingTableFooter table td
{
    border:0 0 0 0;
    /*background-color:Green;*/
}

table.resultListingTable
{
    border: 1px solid #ff9696;
}

table.resultListingTable td
{
    border: 1px solid #ff9696;
    padding-left:3px;
}

.resultListingTableHeader
{
    border: 1px solid #ff9696;
}

.resultListingTableItem
{
    border: 1px solid #ff9696;
}

.competitionDay
{
    display: block;
    font-family: Verdana;
    font-size: 10pt;
    color: #FF3333;
    text-decoration: none;
    font-weight:bold;
    padding-bottom:1ex;
    padding-top:1ex;
}