body{
	color: #000000;
	font-family: arial, sans-serif;
	background-color: #F0F0FF;
	padding:3px;

	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
}

body,td,th,div,pre,p{
	font-family: arial, sans-serif;
	font-size: 12px;
}


a{
	border-style: none;
	text-decoration: underline;
	color:#202080;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}

table{
	border-collapse:collapse;
}

td, th{
	margin:0px;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

.Deckromancy_CSS_navigation_bar{
	background-color: #B7B7FF;
	text-align:center;
}
.Deckromancy_CSS_navigation_item{
	display:inline-block;
	font-size:14px;
	padding:4px;
	vertical-align:middle;
	height:100%;
}

.Deckromancy_CSS_table, .Deckromancy_CSS_table_grid{
	width:100%;
}
.Deckromancy_CSS_table thead tr, .Deckromancy_CSS_table_grid thead tr, .Deckromancy_CSS_strong_area{
	background-color: #B7B7FF;
}
.Deckromancy_CSS_table tbody tr:nth-child(odd), .Deckromancy_CSS_table_grid tbody tr:nth-child(odd) td:nth-child(odd), .Deckromancy_CSS_table_grid tbody tr:nth-child(even) td:nth-child(even){
	background-color: #C7C7FF;
}
.Deckromancy_CSS_table tbody tr:nth-child(even), .Deckromancy_CSS_table_grid tbody tr:nth-child(even) td:nth-child(odd), .Deckromancy_CSS_table_grid tbody tr:nth-child(odd) td:nth-child(even){
	background-color: #D7D7FF;
}
.Deckromancy_CSS_table tbody tr:hover, .Deckromancy_CSS_table tbody tr:hover, .Deckromancy_CSS_table_grid tbody tr td:nth-child(odd):hover, .Deckromancy_CSS_table_grid tbody tr td:nth-child(even):hover{
	background-color: #FDFDFF;
}
.Deckromancy_CSS_small_foot{
	border-top:2px solid #B7B7FF;
	padding:2px;
	margin-top:7px;
	clear:both;
}
.Deckromancy_CSS_extra{
	font-size:10px;
	color:#5F5F7F;
}
.Deckromancy_CSS_extra a{
	color:#4F4F6F;
}
#Deckromancy_CSS_waffle{
	pointer-events:none;
	transition-property:opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	padding:25px;
	text-align:center;
}

.Deckromancy_CSS_script_link{
	text-decoration:underline;
	cursor:pointer;
}
.Deckromancy_CSS_script_link:hover {
	text-decoration: none;
}