﻿@import url("kent.css");

h2,h3 {
    padding-top: 8pt;
}
td.offset {
	width: 18px;
}
td.gray a:hover,td.gold a:hover { text-decoration: underline; }
td.gray a { text-decoration: none; color: black; font-weight: normal; }
td.darkRed a {
	text-decoration: none; color: white; font-weight: bold;
}
td.spacerBottomDarkRed {
	background-color: #934444;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:		18px;
	height:		1px;
	border:		0px black solid;
}
td.tabBottomDarkRed {
	background-color: #934444;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:		130px;
	height:		1px;
	border:		0px black solid;
}
td.darkRedL {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/Left.gif");
}
td.darkRedLB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/Left1B.gif");
}
td.darkRedR {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/Right1.gif");
}
td.darkRedRB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/Right1B.gif");
}
td.darkRedML {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/MidLeft.gif");
}
td.darkRedMR {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/MidRight.gif");
}
td.darkRedMLB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/MidLeftB.gif");
}
td.darkRedMRB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Dark-Red/MidRightB.gif");
}
td.darkRed {
	color:			white;
	font-weight:	bold;
	height:	30px;
	width:	130px;
	text-align:	center;
	vertical-align:	middle;
	background-color:	#934444;
	border-top:	1px solid black;
}
td.cardDarkRed {
	vertical-align: middle;
	text-align: middle;
	padding: 4px 4px 4px 4px;
	background-color:	#934444;
}

td.tabBottom {
	background-color: black;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:		130px;
	height:		1px;
	border:		0px black solid;
}

tr.tabbed { 
	color:			black;
	border:			0px black solid;
	border-left:	1px black solid;
}

td.spacerRest {
	background-color: black;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:		248px;
	height:		1px;
	border:		0px black solid;
}
td.spacerBottom {
	background-color: black;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	width:		18px;
	height:		1px;
	border:		0px black solid;
}
td.Lines {
	height:	30px;
	width:	18px;
	background-repeat: repeat-x;
    background-image:	url("Graphics/Lines/Lines.gif");
}
td.LinesL {
	height:	30px;
	width:	18px;
	background-repeat: repeat-x;
    background-image:	url("Graphics/Lines/LinesL.gif");
}
td.LinesR {
	height:	30px;
	width:	18px;
	background-repeat: repeat-x;
    background-image:	url("Graphics/Lines/LinesR.gif");
}
td.grayL {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/Left.gif");
}
td.grayLB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/Left1B.gif");
}
td.grayR {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/Right1.gif");
}
td.grayRB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/Right1B.gif");
}
td.grayML {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/MidLeft.gif");
}
td.grayMR {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/MidRight.gif");
}
td.grayMLB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/MidLeftB.gif");
}
td.grayMRB {
	height:	30px;
	width:	18px;
	background-repeat:	no-repeat;
	background-image:	url("Graphics/Gray/MidRightB.gif");
}
td.gray {
	height:	30px;
	width:	130px;
	text-align:	center;
	vertical-align:	middle;
	background-color:	#cccccc;
	border-top:	1px solid black;
}
td.card {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
td.cardInner {
	padding: 4px 4px 4px 4px;
	background: white;
	text-align: left;
	vertical-align: top;
	width: 492px;
	height: 292px;
}
table.cardbox {
	width:	500px;
	height:	300px;
	border-left:	1px black solid;
	border-right:	1px black solid;
	border-top:		0px black solid;
	border-bottom:	1px black solid;
}


