@media print{
	body {
	background-color:#fff; 
	margin-left:0px;
	margin-right:0px;
	}
	
	.pb {page-break-before: always}
	.pba {page-break-after: always}
	.pbmaybe {page-break-after: auto}
	
	H1 { font-family: arial; font-size: 18pt; color: #000080}
	H2 { font-family: arial; font-size: 16pt; color: #000080}
	H3 { font-family: arial; font-size: 14pt; color: #000080}
	H4 { font-family: arial; font-size: 12pt; color: #000080}
	
	body, p, table, td, th, ul, ol, textarea, input {
	font-family:Verdana, Arial, Tahoma, helvetica, sans-serif; font-size:10pt;
	}
	
	/*===========main table calss===========*/
	
	table.mainTable {
	
		width:630px;
		background-color:#fff;
	}
	
	.middleGrayBox {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.paddingMiddle {
	padding-top:3px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:2px;
	width:100%;
	}
	
	
	
	/*======border calsses========*/
	
	.mnmidbrdr{
		border:0px;
		border-style: solid;
		border-color: #C0C0C0;
	}
	
	
	/*======================= Class For TEXT =======================*/
	.leftTxt {
	font-size:11px;
	font-weight:bold;
	margin-left:15px;
	}
	
	
	/*======================= Class For Background Images =======================*/
	.baskethebg {
	background-image:url(images/basketball-hebk.jpg);
	padding-bottom:20px;
	height:108px;
	width:630px;
	}
	
	
	/*   Class For Links   */
	
	a.lftlink:link, a.lftlink:visited, a.lftlink:active
	{color:#5C5C5C; background-color:transparent; text-decoration:none; font-weight:bold; padding-left:2px; font-family: Arial; font-size:11px;}
	a.lftlink:hover
	{color:#4A5EB4; background-color:transparent; text-decoration:none; font-weight:bold; padding-left:2px; font-family: Arial; font-size:11px;}
	
	.noprint {display: none;
	}
	.footer a:active {display: none;}
	.footer a:hover {display: none;}
	
	.footer {
		display: none;
	}
	#printonly {
		font: bold;
		font-size: 16px;
		color: navy;
	}
	#message_box {
		display:none;
	 }
	 
	 /*=============Playcreator classes=============*/
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}
	.step {
		vertical-align:top;
		padding-bottom:25px;
		padding-right:5px;
		padding-left:5px;
		width:100%;
	}
	* html .step{
		width: inherit;
	}
	.stepimage {
		float:right;
		display:block-inline;
		vertical-align:top;
		padding-left:6px;
	}
	.step li{
		padding-bottom:12px;
	}
}
