﻿/** Default Hyperlink Styles **/

a:visited 
{
	color:#333399;
	}

a 
{
	color:#333399;
	text-decoration:none;
	}

a:link 
{
	color:#333399;
	}

a:hover 
{
	text-decoration: underline; 
	color: #333399;
	}
	
a:active 
{
	color: red;
	text-decoration: none
	}


.SiteMasterTable 
{
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

/** Layout 1 **/
.Layout1_01
{
	background-color:#FFFFFF;
	width:228;
	height:215;
	background-image: url(../../Images/Layout1/HTML_Preview_v1_01.gif);
	}
	
.TitleHeaderTop
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	width:276;
	}

.TitleHeaderBtm
{
	font-family:Arial;
	font-size:9pt;
	text-align:left;
	width:276;
	}
	
.LoginText
{
	font-family:Tahoma;
	font-size:8pt;
	}
.LoginTextBox
{
	font-family:Arial;
	font-size:8pt;
	}

.tdRightBold
{
	text-align:right;
	font-weight:bold;
	/** width:150px; **/
	}
	
.tdCenterBold
{
	text-align:Center;
	font-weight:bold;
	/** width:200px; **/
	}
	
.tdLeft
{
	text-align:left;
	}
	
.tdStep
{
	text-align:left;
	font-size:10pt;
	font-family:Tahoma;
	}
	
/** SKIN Text Box **/
.smTextBox
{
	font-family:Tahoma;
	font-size:8pt;
	}

.ErrorLabel
{
	background-color:Red;
	color:White;
	font-family:Tahoma;
	font-size:10pt;
	border:5;
	}
	
.tdBoldRight
{
	text-align:right;
	font-weight:bold;
	}

.CoachRegTitle
{
	text-align:left;
	font-size:10pt;
	font-family:Tahoma;
	font-weight:bold;
	}

.MasterHeader
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	}