/*
	This file is part of The Droid's NCAA Tournament Pool.
	
	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
* {
	font-family: Arial;
}

div {
	padding-left: 2px;
	padding-right: 2px;
}

.padLeft {
	padding-left: 4px;
	padding-right: 4px;
}

.padRight {
	padding-left: 4px;
	padding-right: 4px;
}

.correctPick {
	color: green;
}

.incorrectPick {
	color: red;
	text-decoration: line-through;
}

.correctedPick {
	color: blue;
}

.neutralPick {
	color: black;
}

.pointValue {
	font-size: 6pt;
}

.scoreSummary {
	font-size: 6pt;
}

.title {
	font-size: 12pt;
	font-weight: bold;
}

.entryname {
	font-size: 10pt;
	font-weight: bold;
}

.owner {
	font-size: 9pt;
}

@media print {
	* {
		font-size: 6pt;
	}

	td {
		line-height: 1.12;
	}
	
	body {
		margin: 0px 0px 0px 0px;
	}

	.D {
		border-bottom: 1px solid black;
	}

	.D1 {
		border-bottom: 1px solid black;
	}

	.L	{
		border-left: 1px solid black;
	}

	.R	{
		border-right: 1px solid black;
	}

	.LR {
		border-left: 1px solid black;
		border-right: 1px solid black;
	}

	.DL {
		border-bottom: 1px solid black;
		border-left: 1px solid black;
	}

	.DR {
		border-bottom: 1px solid black;
		border-right: 1px solid black;
	}

	.DULR {
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
	}

	.N {
	}
	
	.regionLabel {
		color: black;
		font-weight: bold;
	}
}

@media screen {
	* {
		font-size: 8pt;
	}

	.D {
		border-bottom: 2px solid black;
	}

	.D1 {
		border-bottom: 1px solid black;
	}

	.L	{
		border-left: 2px solid black;
	}

	.R	{
		border-right: 2px solid black;
	}

	.LR {
		border-left: 2px solid black;
		border-right: 2px solid black;
	}

	.DL {
		border-bottom: 2px solid black;
		border-left: 2px solid black;
	}

	.DR {
		border-bottom: 2px solid black;
		border-right: 2px solid black;
	}

	.DULR {
		border-bottom: 2px solid black;
		border-top: 2px solid black;
		border-left: 2px solid black;
		border-right: 2px solid black;
	}

	.N {
	}
	
	.regionLabel {
		color: #D2691E;
		font-size: 10pt;
		font-weight: bold;
	}
}