:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
html, body {
	font-family : Helvetica, Arial, Verdana;
	font-size : 12px;	
	color:#444;
	background-color: #B8B8B8;
  height:100%;
  width:100%;  
  text-align:center;
  line-height:16px;
}
H1 
{	
	font-size : 18px;
	margin-bottom:5px;
}
H2 
{	
	font-size : 16px;
	margin-bottom:5px;
}
H3 
{	
	font-size : 14px;	
	margin-bottom:5px;
}
H4 
{
	font-family : Helvetica, Arial, Verdana;
	font-size: 12px;	
	margin:0px;
}
P 
{
	margin-bottom:5px;
	text-align:left;
}
A, A.fclink {
	color: #d33127
}
A:hover
{
	text-decoration:underline;
}
ul
{
	margin:5px;
}
li
{
	list-style-type:disc;
	margin-left:10px;
}
#sitecontainer
{			
	min-width:800px;
	width:800px;
}
#siteheader
{
	width:800px;	
	background-color:#000000;
}
/* SITE MENU */
#topmenu
{
	padding-top:2px;
	height:23px;
	padding-left:5px;	
	clear:both;
	border:solid 1px black;	
	background-color:#000000;	
}
#topmenu a
{
	color:#ffffff;
	width:70px;
	height:20px;
	float:left;
	text-align:left;
	padding-left:30px;
	padding-top:3px;
	padding-right:8px;	
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#topmenu #home
{
	width:45px;
	background-image:url(/images/icons/home.gif);
}
#topmenu #university
{
	padding-left:35px;
	background-image:url(/images/icons/university.gif);
}
#topmenu #planner
{
	width:105px;
	background-image:url(/images/icons/p_planner.gif);
}
#topmenu #live
{
	width:38px;
	background-image:url(/images/icons/live.gif);
}
#topmenu #camps
{
	width:50px;
	padding-left:35px;
	background-image:url(/images/icons/programs.gif);
}
#topmenu #resources
{
	padding-left:35px;
	background-image:url(/images/icons/resources.gif);
}
#topmenu #contacts
{
	width:60px;
	background-image:url(/images/icons/support.gif);
}
#topmenu #about
{
	width:35px;
	background-image:url(/images/icons/about_us.gif);
}
#contentcontainer
{
	clear:both;
	overflow:hidden;
	background-color:#A2A2A2;
	width:799px;
	border-left:solid 1px black;
}
#leftcolumn
{
	float:left;
	width:195px;
}
#leftcolumn .logincontainer
{
	margin:0px;
	background-image: url(/images/lnavLoginBkg.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:120px;
	width:195px;
}
#maincontent
{
	float:left;		
	width:604px;
	background-color:#ffffff;
}
* HTML #maincontent
{
	width:603px;
}
#coacheshomecontent
{
	float:left;	
	width:800px;
	background-color:#ffffff;
}
#sitefooter
{
	font-size:10px;
	clear:both;
	color:#726B6A;
	background-color:#ffffff;
	border-top:solid 1px #C6BCB3;	
	margin-top:20px;
	margin-left:8px;
	margin-right:4px;	
	margin:20px 4px 0px 8px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;	
}
.leftnav
{
	margin-bottom:20px;
}
.leftnav a
{
	color:#ffffff;	
	font-weight:bold;
}
.leftnav a:hover
{	
	color:#d53127;
	text-decoration:underline;
}
.ddl
{
	font-family:Helvetica, Arial, Verdana;	
	font-size:12px;
}
.tbx
{
	font-family:Helvetica, Arial, Verdana;	
	font-size:12px;
}
.rbtn label
{
	padding-left:5px;
}
Table.graybox 
{
	background-color: #DFDFDF;	
}
.errorbox
{
	font-weight:bold;
	border:solid 1px #ff0000;
	padding:3px 3px 5px 10px;
	background-color:#ffebe8;
	margin-bottom:10px;
}
/**************** INVOICE **********************/
#invoice {
	width:500px;	
}
#invoice .name-address {
	float:left;
	text-align:left;
}
#invoice .name-address h3,
#invoice .orderdate h3
{
	font-size:12px;
	text-align:left;
}
#invoice .orderdate {
	width:150px;
	float:right;
	text-align:left;
}
#invoice #invoice-productlist 
{
	/*border: 1px solid black;	*/
}
#invoice-productlist {
	text-align:left;
	padding-top:5px;
}
#invoice-productlist p {
	margin:1px;
	clear:both;
}
#invoice-productlist .productlist-footer {
	clear:both;
	padding-top:2px;
	border-bottom:1px solid black;
}
#invoice-productlist .header {
	font-weight:bold;	
	height:1.3em;
	border-bottom:1px solid black;
	border-top:1px solid black;
}
#invoice-productlist .quantity {
	float:left;
	width:75px;
}
#invoice-productlist .desc {
	float:left;
	width:280px;
}
#invoice-productlist .uprice {
	float:left;
	text-align:right;
	width:70px;
}
#invoice-productlist .amount {
	float:left;	
	width:75px;
	text-align:right;
}
#invoice .totals,
#invoice .totals-value {
	float:left;
	margin-top:2px;
}
#invoice .totals {
	margin-left:362px;
}
* html #invoice .totals 
{
	margin-left:0px;
	padding-left:362px;
}
#invoice .totals p,
#invoice .totals-value p
{	
	text-align:right;
	margin:1px;
	padding:1px;
	width:65px;
}
.clear { clear:both; }

/***************** FC_FORMS *****************************/
#registration,
#myaccount
{
	width:525px;
	margin-left:15px;	
}
#registration label,
#myaccount label
{
	color:#676767;
	display:block;
	text-align:right;
	padding-right:5px;
	width:150px;
	float:left;
	font-weight:bold;
}
#registration p,
#myaccount p
{
	margin-bottom:8px;
}
#registration .validationsummary,
#myaccount .validationsummary
{
	border:solid 1px #ff0000;
	background-color:#ffebe8;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding:4px;
	margin-bottom:10px;	
}
/* Checkboxes need special formating */
#myaccount span.ckbx input
{
	float:left;
}
#myaccount span.ckbx label
{	
	width:100px;
	text-align:left;	
	float:left;
	padding-top:2px;
}
.errorbox
{
	border:solid 1px #ff0000;
	background-color:#ffebe8;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding:4px;
	margin-bottom:10px;	
}
.statusbox
{
	border:solid 1px #e2c822;
	background-color:#fff9d7;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding:4px;
	margin-bottom:10px;	
}
.errormessage
{	
	padding-bottom:20px;
	margin: 5px 10px 5px 0px;
}
.erroricon
{
	float:left;
	width:48px;
	height:48px;
	margin:5px;
	background-image:url(/images/icons/error.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.errormessage p
{
	font-weight:bold;
	padding-left:50px;
	margin-top:5px;
	margin-bottom:5px;
}
#frm-memberaddress {
   width: 550px;
}
#frm-memberaddress h2,
#frm-memberpassword h2,
#frm-memberprofile h2,
#frm-membercontact h2 {
	/*width:650px;*/
  text-align:left;
  color:black;
  font-size:18px;
  font-weight:bold;  
}

#frm-memberaddress p label {
   font: bold 1em Helvetica, Arial, Verdana;
   float: left;
   text-align: right;   
   width: 200px;
   margin:0px 5px 0px 0px;
	 padding-right: 5px;	
	 padding-bottom:15px;
	 background-color:#CCCCCC;
}
#frm-memberaddress p label em {
  font-size:10px;
  font-weight:bold;
  font-style:italic;
}
#frm-memberaddress p {
  width:550px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-color:#eeeeee;
}
#frm-memberaddress .txt {       
  width: 300px;
}
#frm-memberaddress .txt2 {
  width: 300px;
  margin-bottom:2px;
}


#frm-memberpassword {
	width:500px;
}
#frm-memberpassword .buttons
{
	width:500px;
	text-align:right;
	padding-top:3px;
	background-color:#ffffff;
}
#frm-memberpassword p {            
	width:500px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-color:#eeeeee;    
}
#frm-memberpassword label 
{
	width: 200px;
	font: bold 1em Helvetica, Arial, Verdana;
	text-align: right;
	float:left;	
	height:20px;
	margin:0px 5px 0px 0px;
	padding-right: 5px;	
	padding-bottom:15px;
	background-color:#CCCCCC;
}    
#frm-memberpassword .validation {
	font: bold 12px Helvetica, Arial, Verdana;
	color: red;    
	text-align: center;
}
#frm-memberpassword .errormsg {
	font: bold 12px Helvetica, Arial, Verdana;
	color: red;
	text-align: center;
	background-color:#ffffff;
}
#frm-memberpassword .tbx 
{	
}



#frm-memberprofile {	
	width:650px;
}
#frm-memberprofile P {
	width:650px;	
	margin: 0px 0px 0px 0px;
	float:left;
	background-color:#eeeeee;
}
#frm-memberprofile label {
	width: 200px;
	font: bold 1em Helvetica, Arial, Verdana;
	text-align: right;
	float:left;	
	margin:0px 5px 0px 0px;
	padding-right: 5px;	
	padding-bottom:15px;
	background-color:#CCCCCC;
}
#frm-memberprofile .ddl {
	width:200px;	
}
#frm-memberprofile .lbx {
	width:200px;
}
#frm-memberprofile .lbx-label {
	height:100px;
}
#frm-memberaddress .buttons,
#frm-memberprofile .buttons,
#frm-membercreatelogin .buttons {
	background-color:#ffffff;
	text-align:right;
	width:550px;
	padding:3px;
	margin-top:0px;	
}


#frm-membercontact 
{	
	width:500px;	
}
#frm-membercontact .ckbx label
{
	font-weight: bold;	
	padding-left:5px;
}
#frm-membercontact P {
	width:550px;
	padding-bottom:10px;	
	margin: 0px 0px 0px 0px;
	padding:5px;
	background-color:#eeeeee;
}	
#frm-membercontact .buttons
{
	text-align:right;
	padding-top:3px;
	background-color:#ffffff;
	width:540px;
}

#frm-membercreatelogin {
	width:455px;	
	float:left;
	padding:5px;	
	padding-left:50px;
	
}

#frm-membercreatelogin p {
	width:450px;
	margin: 0px 0px 0px 0px;
	padding:5px;
	background-color:#eeeeee;
	float:left;	
}
#frm-membercreatelogin em {
	margin-left:20%;	
}
#frm-membercreatelogin p label {
   font: bold 12px Helvetica, Arial, Verdana;
   float: left;
   text-align: right;   
   width: 30%;
   margin-right:5px;   
   padding: 5px;   
}

#frm-payment h3 {
	text-align:left;
	font-size:16px;
	border-bottom:1px solid black;
}
#frm-payment {
	margin-top:5px;
	width:500px;
}
#frm-payment label,
#frm-payment .tbx,
#frm-payment .ddl {	
	margin-left:20px;
}
#frm-payment .tbx,
#frm-payment .ddl {
	font-size:12px;
}
#frm-payment .tbx {
	width:200px;
}
#frm-payment p {
	margin:2px;
}
#frm-payment .buttons {
	text-align:right;
	width:490px;
	padding:3px;
	margin-top:0px;
	border-top:1px solid black;
}
#frm-payment label {
	width: 50%;	
	font: bold 1em Helvetica, Arial, Verdana;
	text-align: left;
	height:20px;
	padding-right:5px;
	padding-top:2px;
	margin-right: 5px;
}
/*** LOGIN FORM ***/
#frm-login p { 
	margin: 4px 0px 4px 0px; 
}
#frm-login p label { 
	text-align:right;
	width:100px; 
	float:left; 
	padding-right:2px; 
}
#frm-login .rememberme input
{
	margin-top:10px;
	margin-left:40px;
	float:left;
}
#frm-login .rememberme label
{
	text-align:left;
	padding-left:5px;
	float:left;
	margin-top:8px;
	width:200px;
}
#frm-login .buttons
{
	text-align:right;
	clear:both;
}
#frm-login .tbx
{
	font-family: Helvetica, Arial, Verdana;
	font-size:12px;
}
#frm-login div
{
	 margin-left: 10px;
	 margin-right:2px;
	 margin-top:0px;
	 margin-bottom:0px;
	 width: 336px;	 
	 border-left: 3px solid #E1E1E1; 
	 border-right: 3px solid #E1E1E1; 	
	 padding: 4px;
}

/*************** FC_COACHESHOME *********************/
.container {
	width:780px;
	height:100%;
	min-height:500px;
	padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
}
#ch-content-heading 
{
	padding-top:5px;
	width:780px;
}
#ch-content-heading .ch-logo
{
	width:400px;
	float:left;
}
.ch-usrinfo {
	font-size:110%;
	padding-right:25px;
	width:300px;
	float:right;
	text-align:right;
}
.ch-usrinfo A {
	color:#DD2D07;
	text-decoration:none;
	font-weight:bold;
}
.ch-usrinfo A:hover {
	text-decoration:underline;
}
.ch-column-container
{
	clear:both;	
	width:725px;
	padding-top:20px;
}
.ch-lcol
{	
	text-align:left;
	float:left;
	width:350px;
}
.ch-rcol
{
	width:350px;
	float:right;	
	text-align:left;
}
.ch-cell {
	float:left;
	padding-bottom:20px;
	margin-bottom:20px;
}
.ch-cell P {
	float:left;
	padding-left:5px;
	line-height:150%;
    margin-top:5px; 
}
.ch-cell A
{	
	color:#DD2D07;
	text-decoration:none;
	font-weight:bold;
}
.ch-cell A:hover
{	
	text-decoration:underline;
}
#ch-contentplanner
{	
	margin-top:-10px;
	padding-bottom:20px;
}
/*************** FEATURED DRILL ***********/
#featuredarticle
{	
	font-size:12px;
	padding:10px;
}
#featuredarticleabstract
{
	font-size:12px;
}
#featuredarticle h3
{
	font-size:14px;	
	font-weight:bolder;
	margin-top:2px;
	text-align:left;
}
#featuredarticleabstract .art_abstr_header
{
	font-size:14px;	
	font-family:Helvetica, Arial, Verdana;
	font-weight:bolder;
	margin-top:2px;
}
#featuredarticle .author 
{
	margin-left:88px;
	padding:2px;
	/*width:500px;*/
}
#featuredarticle .authorname
{
	font-weight:bold;	
}
#featuredarticle .authortitle 
{
}
#featuredarticle .authorimg 
{
	width:78px;
	height:119px;
	padding:5px;
}
#featuredarticle .authorbio 
{		
	padding-bottom:10px;
}
#featuredarticle .articletitle
{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#featuredarticle .articlebody 
{
	
}
#featureddrill h3 {
	text-align:left;
	border-bottom: solid 1px black;
	font-family:Verdana;
	margin-bottom:2px;
}
/*************** FC_LIVE ******************/
#live_myevents {
	margin-top:15px;
	text-align: left;
	width:550px;
}
#live_myevents h3 {
	margin-bottom:5px;
	text-align:left;	
	font-size:16px;
	border-bottom:1px solid black;	
}
#live_myevents .eventabstract {
	width:375px;
	/*padding-right:5px;*/
	margin-right:10px;
	float:left;
}
#live_myevents .eventabstract a {
	font-weight:bold;
	text-decoration:none;
}
#live_myevents .eventabstract a:hover {
	text-decoration:underline;
}
#live_myevents .eventexpiredate {
	width:165px;
	float:left;
}
/* CA - Hockey Drill TabStrip */
.tabstrip
{
	padding-left:25px;
}
.DefaultTab
{
  color: #000000;
  width:180px;
  background-image:url(/images/ca/fc/default_tab.gif);
  background-repeat:no-repeat;
  font-size:11px;
  height:21px;
  font-family: Helvetica, Arial, Verdana; 
  font-weight:bold;
  cursor:pointer;
}
.SelectedTab
{
  color: #ffffff;
  width:180px;
  height:21px;
  font-size:12px;
  background-image:url(/images/ca/fc/selected_tab.gif);
  background-repeat:no-repeat;
  font-weight:bold;
  cursor:pointer;
}
#tabstripbottom
{
	background-image:url(/images/ca/fc/tab_bottom.gif);
	background-repeat:no-repeat;	
	height:33px;
	width:590px;
	margin-top:-3px;
	margin-bottom:-10px;
}
.transparent
{
  background:transparent;
}
#drilltab_description,
#drilltab_lrgimage,
#drilltab_animation
{	
	clear:both;
	overflow:hidden;
	width:570px;
	font-size:12px;
	padding-bottom:20px;
}
#drilltab_lrgimage
{
	text-align:center;
	padding-left:35px;
	padding-top:25px;	
}
#drilltab_animation
{
	text-align:center;
	padding-left:10px;	
}
#drilltab_description .smdrillimg
{
	padding-right:5px;	
	padding-bottom:5px;
}
#drilltab_description h3
{
	text-align:left;
	font-size:12px;	
	margin-bottom:0px;
}
#drilltab_description .drilllabel
{	
	display:block;	
	text-align:left;
	margin-bottom:10px;
}
#drilltab_animation
{
	height:400px;
}
