 /*************************************************************************************/
 	
 /*Default Text Goes Here*/ 
  
 /***********************************************************************************/
	
	a:link {color: #024d05; text-decoration:none;}
	a:visited {color: #FF0000}
	a:hover {color: #fdbd01;}
	a:active {color: #ffd046}
	
		h1,h2,h3,h4 { font-family: Arial, Helvetica, sans-serif; margin: 0.2em 0 }
	p { font-family: Arial, Helvetica, sans-serif; margin: 0.5em 0 }
	
	.title {
		font-family: Arial, Helvetica, sans-serif;
		color: #000066;
		font-size:14px;
		font-weight: bold;
		margin: .2em 0;
		}
	
	.copy { text-align:center; font-size:80% }
	
	    h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
    }
	
	 h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #333333;
	text-align:center;
	}
	
/*************************************************************************************/
 	
/*Frame Work- */ 
  
/***********************************************************************************/

	body {
	margin:0;
	padding:0;
	color: #000000;
	background-color: #000000;
 
} 



    #container {
    width: 950px;
    margin: 1px auto 1px auto;
    }
	
	
 /*************************************************************************************/
 	
 /*Header- */ 
  
 /***********************************************************************************/	
	
	#header_top
		{
   width: 950px;
	height:151px;
	background-image:url("images/clevelandfire_hockey_intern.jpg"); 
    } 

 
 
 /*************************************************************************************/
 	
 /*Navigation- */ 
  
 /***********************************************************************************/


	/*****************************************************************************/		
  /*left Navigation - Header details go in here*/
/*****************************************************************************/		
#lspac_nav
	{
		width: 575px;
		height: 34px;
		padding-left:77px;
		}

#centerNav
{ height:30px;
padding-left:15px;

}

	.nav
{
float: left;
height: 20px;
margin: 3px 10px 0px 5px;
padding: 6px 10px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

 .nav a:link, .nav a:active, .nav a:visited {
	
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
 
/*************************************************************************************/
 	
 /*Dynamic Tables- */ 
  
 /***********************************************************************************/	
	.tables{
	margin-left:60px;
	margin-top:55px;
	}
	

	.tableR{
	margin-left:20px;
	margin-top:20px;
	}
	
		.tableRt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
	
.tableRc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	}
	
	
	.profile
	
	{
	margin-left:140px;
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	}
	
	.tableH
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;}
	
		.tableC
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color: #FFFFFF;}
	
	.tableC2
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color: #CCCCCC;}
	
	
	
.seasonR
{
	margin-left:65px;
	margin-top:25px;
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2D2D2D;
	}

	.lstats
	{font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	}
	
	.lstats_td
	{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	padding-bottom:10px;
	}
	
/*************************************************************************************/
 	
/*Dynamic News */ 
  
/***********************************************************************************/	
.ndate

{font-family:Arial, Helvetica, sans-serif;
color: #990000;
font-size:14px;
}

.nsubj

{font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size:16px;
font-weight:bold
}

.nbody
{font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size:14x;
}
 /*************************************************************************************/
 	
 /*Default Shoutbox*/ 
  
 /***********************************************************************************/	
/******* FORM *******/
.shtform{
	width: 130px;
	
	}

.shtform form{
	width: 120px;
		
}
.shtform form table td{
	text-align: left;
	font-size: 11px;
}
.shtform label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width:50px; 
	font-size: 12px;
	font-weight: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #000000;	
	padding: 0 0 0 15px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
.shtform input{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width:75px; 
	font-size: 12px;
	font-weight: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #000000;	
	padding: 0 0 0 15px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}
.shtform input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 75px;
	margin-bottom: 1px;
	text-align:left;
}
.shtform input.text.user{
	width:75px;

}

.button{
	width:70px;
	height:20px;	
}

.button a:link{
	border:none;
	text-decoration:none;	
}

/******* /FORM *******/


.shtform fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.shtform fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}


.shtform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}


.shtform textarea { 
overflow: auto; 
width: 200px;
}

.shtform small {
	display: block;
	font-size: 11px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 2px 0 5px 5px; /* instructions/comments left margin set to align w/ right column inputs */
	color: #FFFFFF;	
}

.shtform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.shtform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/******* MENU *******/
#sht_container{
	margin-top:25px;
	width: 185px;
	height:185px;
	border-bottom: 3px solid # #40373C;
	overflow: auto;
	scrollbar-base-color: #567;
scrollbar-arrow-color: #fff;
scrollbar-darkshadow-color: #ccc;
scrollbar-face-color: #505050;
}
#sht_container ul{
	list-style: none;
	list-style-position: outside;
	padding-right: 5px;
}



/******* /MENU *******/
/******* CONTENT *******/
.content{
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-right:5px;
	font-size: 11px;
}


.date{
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222222;
}
/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
}
 
	
 /*************************************************************************************/
 	
 /*Body - */ 
  
 /***********************************************************************************/
	
	#main1 {
		margin:0; padding:0;
		width: 950px;
		}
		
		
		
		
		
 /*************************************************************************************/
 	
 /*left Column- */ 
  
 /***********************************************************************************/
		
	#left {
	float:left;
	width:703px;
	margin:0; padding:0;
	font-size:80%;
	}
	
	
			#lheader
	{
		width: 703px;
		height: 298px;
		background-image: url("images/clevelandfire_hockey_01.jpg");
	}

				#lspace
	{
		width: 703px;
		height: 39px;
		background-image: url("images/clevelandfire_hockey_03.jpg");
	}
	
				#lhighlight
	{
		width: 703px;
		height: 119px;
		background-image: url("images/clevelandfire_hockey_05.jpg");
	}
	
				#lspaceb
	{
		width: 703px;
		height: 39px;
		background-image: url("images/clevelandfire_hockey_07.jpg");
	}
	
	#lbody
	{
		width: 703px;
		height: 317px;
		background-image: url("images/clevelandfire_hockey_08.jpg");
	}
	
	
	
	.column-inl {
	margin:0; padding:5px 5px 0 25px;
	font-family: Arial, Helvetica, sans-serif;
		}
	
	.tables{
	margin-left:20px
	}
	
/*************************************************************************************/
 	
/*Schedule- */ 
  
/***********************************************************************************/
	
	.nextgame
	{
	padding-left:200px;
	}
	
	.nextgame H2
	
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	}
	
	.pnextgame
	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
	
 /*************************************************************************************/
 	
 /*Shout Box- */ 
  
 /***********************************************************************************/	
 
 
 
 
 
 /*************************************************************************************/
 	
 /*Left Column lBody- */ 
  
 /***********************************************************************************/	
	
	#lbody_lt
	{
		width: 190px;
		height: 310px;
		float:left;
		padding-left:46px;
	}
	
	#lbody_lt H2
	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}
	
		#lbody_rt
	{
		width: 440px;
		height: 310px;
		float:right;
		padding-right:5px;
	}	
	
	

 /*************************************************************************************/
 	
 /*Right Column Column- */ 
  
 /***********************************************************************************/
		
		#right2 {
		float:right;
		width:247px;
		margin:0; padding:0;
		font-size:80%;
		}
		
	#rtop
	{
		width: 247px;
		height: 298px;
		background-image: url("images/clevelandfire_hockey_02.jpg");
	}
	
	
	#rspace
	{
		width: 247px;
		height: 39px;
		background-image: url("images/clevelandfire_hockey_04.jpg");
	}	
	
	#rt_ads
	{
		width: 247px;
		height: 475px;
		background-image: url("images/clevelandfire_hockey_06.jpg");
	}	
	

	
 /*************************************************************************************/
 	
 /*Right Column  Text- */ 
  
 /***********************************************************************************/	
		#rtop_p
	{
		width: 189px;
		height: 244px;
		padding: 16px 45px 0px 12px;
		
	}
	
			#rtop_p h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top:15px;
	padding-bottom:10px;
    color: #333333;
	text-align:center;
	}
	
		
 /*************************************************************************************/
 	
 /*Cleaner */ 
  
 /***********************************************************************************/
		
		
	.cleaner {
		clear:both;
		height:0px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		


 /*************************************************************************************/
 	
 /*Footer- */ 
  
 /***********************************************************************************/

#topfoot
{
		width: 950px;
		height: 22px;
		background-image: url("images/clevelandfire_hockey_09.jpg");
}
.footer
{margin:0px;  padding: 8px 0 0  30px ; font:Arial, Helvetica, sans-serif; color:#fff;  font-size:10px;}


#footer
{
		width: 950px;
		height: 32px;
		background-image: url("images/clevelandfire_hockey_10.jpg");
}

#footbottom
{
		width: 950px;
		height: 62px;
		background-image: url("images/clevelandfire_hockey_11.jpg");
}





	