﻿@media print 
{ 

	body 
	{
		background: white;
		font-family: Arial, Verdana, sans-serif;
		font-size: 62.5%;
	}

	textarea
	{
		font-family: Arial, Verdana, sans-serif;
	}

	#header, #navigation
	{
		display:none;
		visibility:hidden;
	}
	
	#content
	{
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
		float: none !important;
		font-family: 'Times New Roman';
		font-size: 1.3em;
	}

	h1 
	{
		font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	}

	h2 
	{
		font: 135% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	}

	h3
	{
		font: italic 120% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	}

	a:link, a:visited 
	{
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#content a:link:after, #content a:visited:after 
	{
		font-size: 90%;
	}

	#content p 
	{
		line-height: 1.6em; 
	}

	#content ul
	{
		line-height: 1.6em; 
	}

	/* Data Web Control Styles */

	.DataWebControlStyle
	{
	}

	.PagerStyle a, .PagerStyle a:visited
	{
		background-color: white;
		color: #1a4eb4;
		text-decoration: underline;
	}

	.HeaderStyle
	{
		color: #7b7b85;
		padding-right: 5px;
		padding-left: 5px;
		background-color: #e4e4e4;
		font-weight: normal;
		text-align: left;
	}

	.HeaderStyle a, .HeaderStyle a:visited
	{
		font-weight: bolder;
		color: #3a3a3b;
		text-decoration: none;
		padding-right: 5px;
		padding-left: 5px;
		text-align: left;
	}


	.RowStyle
	{
		padding-right: 5px;
		padding-left: 5px;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}

	.RowStyle td
	{
		padding-right: 5px;
		padding-left: 5px;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}

	.AlternatingRowStyle
	{
		background-color: #f0f0f0;
		padding-right: 5px;
		padding-left: 5px;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}

	.AlternatingRowStyle td
	{
		background-color: #f0f0f0;		
		padding-right: 5px;
		padding-left: 5px;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}
		
	.SelectedRowStyle
	{
		padding-right: 5px;
		padding-left: 5px;
		color: white;
		background-color: #000066;
	}

	.SelectedRowStyle td
	{
		padding-right: 5px;
		padding-left: 5px;
		color: white;
		background-color: #000066;
	}

	table.DataWebControlStyle td 
	{
		vertical-align:top;
	}


	.Warning
	{
		color: Red;
	}

	.Warning table
	{
		border-right: #000000 1px solid;
		border-top: #000000 1px solid;
		border-left: #000000 1px solid;
		border-bottom: #000000 1px double;
		padding-right: 2px;
		padding-left: 2px;
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.FooterStyle
	{
	}

	#content .InfoItem
	{
		display:none;
	}
	#content .InfoHeader 
	{
		display:none;
	}

	.SmallLink
	{
		
	}

	.GridViewButton
	{
		
	}

	.NotesField
	{
		font-family: Arial, Helvetica, sans-serif;
	}
		
	#ContractPicker
	{
		border-right: #000000 1px solid;
		border-top: #000000 1px solid;
		border-left: #000000 1px solid;
		border-bottom: #000000 1px solid;
		background-color: #f0f0f0;
	}

	#MatchTopBar
	{
		border-right: #000000 1px solid;
		border-top: #000000 1px solid;
		border-left: #000000 1px solid;
		border-bottom: #000000 1px solid;
		background-color: #f0f0f0;
	}

	.PlayerName, .MatchName
	{
		font-weight: bold;
		font-size: 1.6em;
	}

	#datePicker
	{
		display:none;
		position:absolute;
		border:solid 2px black;
		background-color:white;
	}

	#TableAsp
	{
		text-align: left;
	}

	#TableAsp table
	{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		text-align: left;
		border: black 1px solid;
		margin: 0px;
	}

	#TableAsp table td
	{
		border: #DCDCDC 1px solid;
		margin: 0px;
	}

	#TableAsp table tr
	{
		border: #DCDCDC 1px solid;
	}

	#Detail
	{
		text-align: left;
	}

	#Detail table
	{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		background-color: #FFFFFF;
		text-align: left;
		margin: 0px;
		border-right: gray 1px solid;
		border-top: gray 1px solid;
		border-left: gray 1px solid;
		border-bottom: gray 1px solid;
	}

	#Detail table .SubTable
	{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		background-color: #FFFFFF;
		text-align: left;
		margin: 0px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: none;
	}

	#Detail table td
	{
		color: #000000;
		border: #DCDCDC 1px solid;
		margin: 0px;
	}

	#Detail table tr
	{
		color: #000000;
		background-color: #FFFFFF;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}

	#Detail table tr.Alternate
	{
		color: #000000;
		background-color: #f0f0f0;
		border: 1px solid #CC0000;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}

	#Detail table td.description
	{
		text-align: right;
		font-weight: bolder;
		color: black;
		border: 1px solid black;
	}

	#Detail table td.subheading{
		text-align: center;
		font-weight: bolder;
		color: #FFFFFF;
		background-color: #CC0000;
		border: 1px solid #CC0000;
	}

	#Detail table td.emphasis{
		font-weight: bolder;
	}

	/*Contract Wizard Bits*/
	.ContractWizardMain
	{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.ContractWizardSideBar
	{
		background-color: #e0e0e0;
		padding-right: 5px;
		padding-left: 5px;
	}

	.ContractWizardSideBar a
	{
		cursor: default;
		text-decoration: none;
	}

	.ContractWizardNavigation
	{
		background-color: #E0E0E0;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.SubTable
	{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		background-color: #FFFFFF;
		text-align: left;
		margin: 0px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: none;
		color: black;
	}

	.SingleBorder
	{
		border-right: gray 1px solid;
		border-top: gray 1px solid;
		border-left: gray 1px solid;
		border-bottom: gray 1px solid;
	}
	.DataGridHyperLink a, .DataGridHyperLink a:visited
	{
		background-color: transparent;
		color: #1a4eb4;
		text-decoration: underline;
		background-image: none;
	}

	.LoginHyperlink a, .LoginHyperlink a:visited
	{
		background-color: white;
		color: #1a4eb4;
		text-decoration: underline;
	}
	
	.modalBackground 
	{
		background-color:Gray;
		/*filter:alpha(opacity=70);
		opacity:0.7;*/
	}

	.modalPopup 
	{
		background-color:white;
		border-width:2px;
		border-style:solid;
		border-color:Gray;
		margin:10px;
		padding:5px;
	}
	
	.reportOptions
	{
		float:left;
		padding:3px;
	}

	.clearer
	{
		clear:both;
	}
	
	.left
	{
		float:left;
	}
	
	.highlight
	{
		border: solid #ff6d06 2px;
	}

	#forecastResults h1
	{
		margin-bottom:0px;
	}
	
	#forecastResults h1 td
	{
		text-align:right;
	}

	#forecastResults
	{
		margin-left: 50px;
	}
	
	.hideprint
	{
		display: none;
	}
	
	.RoutineExam span
	{
		padding: 2px;
		border-collapse: collapse;
		background-color: transparent; /*		border-right: gray 1px solid;
		border-top: gray 1px solid;
		border-left: gray 1px solid;
		border-bottom: gray 1px solid;*/
		color: blue;
	}
	
	.RoutineExam table td
	{
		padding-top:5px;
		padding-bottom:5px;
		/*border: #DCDCDC 1px solid;*/
		/*padding-top:4px;
		padding-bottom:4px;
		padding-left:2px;*/
	}

	
}