
html
{
	font-family: Calibri, sans-serif;
}

body
{
	margin: 0;
	padding: 0;
}

table
{
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
	margin: 10pt 0;
}

thead, tbody
{
	border: 1px solid #999;
}

thead tr
{
	background-color: #ccc;
	font-size: 12pt;
	border: 1px solid #999;
}

th, td
{
	padding: 3pt;
}

thead tr+tr
{
	background-color: #ddd;
	text-align: left;
	font-size: 10pt;
	border-bottom: 1px solid #999;
}

thead th
{
	text-align: center;
}

tbody th
{
	text-align: right;
	vertical-align: top;
	padding: 3pt 10pt;
	background-color: #eee;
	border-right: 1px solid #999;
}

tr.first td
{
	padding-bottom: 0;
}

tr.second td
{
	padding-top: 0;
}

input[type=number], input[disabled=disabled], input[disabled]
{
	text-align: center;
}

input[type=number]
{
	max-width: 30pt;
}

textarea
{
	font-size: 85%;
	font-family: Calibri, sans-serif;
}

.head
{
	font-weight: bold;
	vertical-align: top;
}

.help
{
	color: #999;
	font-style: italic;
	font-size: 85%;
	font-weight: normal;
}

.example
{
	font-size: 85%;
	display: inline;
}

td.cost
{
	border-left: 1px solid #999;
	padding-left: 1em;
	width: 20pt;
}

td.notes
{
	border: 1px solid #999;
}

a
{
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
}

h1
{
	text-align: center;
	font-variant: small-caps;
	font-family: Bevan;
}

#statcard_container
{
	position: relative;
}

#statcard_container > div
{
	width: 50%;
	float: left;
}

#statcard_container > div > *, #exile > div > *
{
	position: absolute;
	display: block;
}

.classic, .classic > *
{
	width: 356px;
	height: 385px;
}

.poker, .poker > *
{
	width: 358px;
	height: 488px;
}

#content_container
{
	background-color: black;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

#content
{
	border: none;
	width: 100%;
	margin: 0;
	background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.75), rgba(0,0,0,0));
	display: table;
	table-layout: fixed;
}

#content_form
{
	width: 540pt;
	padding: 12pt;
	background-color: white;
	display: table-cell;
}

#bg_left
{
	background-image: url(../images/2x2_black_left.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: table-cell;
}

#bg_right
{
	background-image: url(../images/2x2_black_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: table-cell;
}

#print_format
{
	position:absolute;
	width: 350pt;
	bottom: 20pt;
	left: 95pt;
	background-color: white;
	box-shadow: 0 0pt 30pt 0 black;
	padding: 10pt;
}

#print_format thead tr th
{
	background-color: #ccc;
}

#print_format thead tr+tr th
{
	background-color: #ddd;
}

#print_format td, #print_format th
{
	width: 50%;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#specialities table
{
	margin: 0;
}

.close
{
	float:right;
	font-weight: bold;
}

#ie_warning
{
	display: none;
	border: 1pt solid #DD0000;
	background-color: #FFFFDD;
	padding: 3pt;
	text-align: center;
}