@charset "utf-8";
/* 
 * Detailed information about this CSS: h5bp.com/css
 */
/*  HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img, object, embed, video {	max-width: 100%;}
section {
	min-width: 250px
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: auto;
}
#festive h2 img {
	vertical-align: top;
}

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea {    resize: vertical;}
/* Tables */
table { border-collapse: collapse; border-spacing: 0; margin-left:10px; max-width:100%;}
#search table {margin-left: 0px;}
td { vertical-align: top; 
	padding-right: 3px;
	padding-left: 3px;}
#search td {padding: 0px;}	
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
dt {
	margin-top: 1em;
	font-weight: 600;
	padding-left: 10px;
}
dd p {padding-left:0;}
dd {margin-left:0; padding-left:20px;}
h1, h2, h3, h4, h5, h6, p, .pad {
	padding-right: 10px;
	padding-left: 10px;
}
.pad {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {text-align: center;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
a img { /* removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-align: center;
}
/* Menus */
.nav { display: block;
background-color:#4D4D4D
}
.nav ul {
	list-style: none;
}
.nav li {
	display: inline;
}
.nav a, .nav a:visited {
	display: inline;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.nav a:hover {
	color: #F90
}
.main_nav {
	float: left;
	text-shadow: 0px 1px 1px black
}
ul.main_nav{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0;
}
.submenu{
	background:#085E7A
}
ul.submenu  {
}
.tabs li {
	-webkit-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	color: #383838;
	background-color: #FFFFFF;
	border-top-color: #919191;
	border-right-color: #919191;
	border-left-color: #919191;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B4B4B4), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #B4B4B4, #ffffff);
	background-image: -moz-linear-gradient(top, #B4B4B4, #ffffff);
	background-image: -o-linear-gradient(top, #B4B4B4, #ffffff);
	background-image: linear-gradient(to bottom, #B4B4B4, #ffffff);
	padding-top: 4px;
	padding-bottom: 2px;
}
.tabs li a, .tabs li a:visited {
	color: #242424;
	font-size: 1em;
	line-height: 1.5em;
}
ul.tabs  {
	padding-top:8px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
strong, b {
	font-weight: 600;
}
/* primary styles Author: Pagat */

/* ~~ Layout divs ~~ */
#pagatcontent {
	width: 100%;
	margin: 0 auto;
}
.header {
	text-align: center;
	clear: both;
}
.menumainstrip {
	clear: both;
	background-color: #60B0B0;
	width: 100%;
	overflow: hidden;
}

#search {
	float: right;
	padding: 10px;
	width: 250px;
}
#search #cse-search-box {
	display: inline;
}

#topbar {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	font-size: small;
	width: 100%;
	overflow: hidden;
}
#langsForm {
	float: right;
	padding-right: 10px;
	display: block;
	vertical-align: text-top;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#langsForm:hover div{
	visibility: visible;
	display: block;
}
#dropmenudiv{
	background-color:#D4D0C8;
	z-index:10;
	float: right;
	visibility: hidden;
	position: absolute;
}
#flags {
	display: block;
	float: right;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.breadcrumb {
	text-align: left;
	font-size: small;
	box-sizing: border-box;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
}

/* new navigation styles added June 2019 */
.topnav {
  overflow: hidden;
  float:left;
  padding: 0px;
  text-shadow: 0px 1px 1px black;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 15px 8px;
  text-decoration: none;
  font-size: 1.1em;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 1.1em;
  border: none;
  outline: none;
  color: white;
  text-shadow: 0px 1px 1px black;
  height:51px;
  padding: 0px 8px 0px 30px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  background-image: url('../images/globe2.png'), url('../images/globeshadow2.png');
  background-size: 20px, 20px;
  background-position: 5px 15px, 6px 16px;
	background-repeat: no-repeat, no-repeat;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-image: none;
  background-color: #f9f9f9;
  min-width: 190px;
  text-shadow:none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Style the links inside the dropdown */
.dropdown-content a, .dropdown-content a:visited {
  float: none;
  color: black;
  padding:6px 20px 6px 30px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Change colour of topnav links and the dropdown button on hover */
.topnav a:hover {
  color: #F90;
}

.dropdown:hover .dropbtn {
	color: #F90;
  background-image: url('../images/globeselect2.png'), url('../images/globeshadow2.png');
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  background-image: none;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

.crumbbar {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
}

#search2 {
	float: right;
	padding: 10px 10px 0px 10px;
	width: 250px;
}

#search2 #cse-search-box {
	display: inline;
}

#search2 table {margin-left: 0px;}

#search2 td {padding: 0px;}

.footer2 {
	padding: 10px;
	background-color: #60B0B0;
	position: relative; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 1em;
	color: #FFF;
}
/* end of new navigation styles June 2019 */

.mainContent {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #FFF;
	border: 1px solid #FFF;
	clear: both;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
aside {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-style: italic;
	background-color: aliceblue;
	max-width: 100%;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

aside h1, aside h2, aside h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-align: center;
}
aside h1, aside h2, aside h3, aside p, aside li, figcaption {
	margin-left: 2px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-top: 4px;
}
aside p, aside li {
	text-align: left;
}
@media only screen and (max-width: 600px) {
aside {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
}
figure {}
figcaption, aside p, aside li {
	line-height: 15.5px;
}
figure img {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px;
	background-color: #60B0B0;
	position: relative; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: .8em;
	color: #FFF;
}
/* Miscellaneous typography */
table.centred td,table.centred th{text-align:center;}
.centred {text-align:center;}
.centreblock {
	margin-left:auto;
	margin-right:auto;
}
.small {font-size:0.8em;}
.smalltext {font-size: .8em;}
.narrowtext {font-family:"Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;}
.red {color:red;}
.bred {color:red; font-weight:bold;}
.blue {color: #00F;}
.yellow	{color: #FC0}
.free, .neutral {background-color:white}
.booked, .alert {background-color:#F88}
.default, .ok {background-color:#CCF}
.grey {background-color:#CCC}
.underline {text-decoration:underline}
ul.spaced li {margin-top:0.5em}
ol.spaced li {margin-top:0.5em}
ul.spaced ul li {margin-top:0em}
dl.spaced dd {margin-top:0.5em}

table.cat h3 {font-family:Arial,Helvetica,sans_serif;margin-top:0}
table.score {border-collapse: collapse; border: 2px solid black;}
table.score th, table.score td {padding: 5px; border: 1px solid black;}
table.score td.openright {border-style: solid none solid solid;}
table.score td.openleft {border-style: solid solid solid none;}
td.vmiddle {vertical-align: middle;}
.subtitle {	text-align: center;}
.new {	background-color: #FC0;}
.traditional {	font-weight: normal;}
.invented {	font-style: italic;}
.commercial {}
.smallcaps {	font-variant: small-caps;}
.larger {	font-size: larger;}
.subitem  {
	padding-left: 10px;
	font-size: smaller;
	font-style: italic;
}
.sub2item {
	padding-left:15px;
	font-size: smaller;
	font-style:italic;
}
.sub3item  {
	padding-left:20px;
	font-size: smaller;
	font-style:italic;
}
.cardtab {border-collapse:separate;}
.cardcell {border:2px solid black;padding:20px 15px;font-size:1.2em; font-weight:bold;}
.nowrap {max-width:100%; white-space: nowrap;}
.rowof5 {max-width:18%;}
.rowof4 {max-width:22%;}
.rowof3 {max-width:30%;}
.rowof2 {max-width:45%;}
.inline {display:inline-block;}
/* ~~ Specific list styles ~~ */
.nobullet {	list-style-type: none;}
.inliner {display: inline;}
.mainContent ul, .mainContent ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left:20px;
}
.credits {
	background-color:#f0f0f0;
	text-align: left;
	margin-left:5%;
	margin-right:5%;
	margin-top: 10px;
	margin-bottom:10px;
	font-size:0.85em;
	border: solid 2px #aaa;	
}

#flags ul {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#flags ul li {
	display: inline;
}
#langsForm #dropmenudiv ul{
	margin:0;
	padding:0;
	display: block;
}
#langsForm #dropmenudiv li{
	margin:0;
	padding:0;
	display: block;
}
#flags ul li img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#langsForm a:hover{
	text-decoration:none
}
#langsForm #dropmenudiv a{
	color:#fff;
	text-decoration:none;
	text-align:left;
	margin:0;
	padding:3px 20px 3px 10px
}
#langsForm #dropmenudiv a:hover{
	text-decoration:none;
	visibility: visible;
	background-color:#524d47
}
#flags ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #360;
	text-transform: uppercase;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 3px;
	margin-right: 3px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.clearfltrt {
	clear: right;
	float: right;
	margin-top: 3px;
	margin-left:3px;
	margin-right: 3px;
}
.clearfltlt {
	clear: left;
	float: left;
	margin-top: 3px;
	margin-left:3px;
	margin-right: 3px;
}
.clearfloat { /* placed on a <br /> or empty div as the final element following the last floated div in an enclosing container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.group:after { /* newer version of above - apply to an element to clear floats at the end of that element */
  content: "";
  display: table;
  clear: both;
}
.cols4{
	width:100%;
	margin: 0px;
	padding: 0px;
}
.cols4 div{
	width: 25%;
	float: left;
	display:inline-block;
}

.pokervariants p {
	text-align: center;
	font-size: 1.2em;
}
.pokervariants table {
	border-collapse: collapse;
	background-color: #F3F3F3;
	margin: auto;
}
.pokervariants th {
	border: 1px solid #FFF;
	padding: 3px;
	font-weight: normal;
	text-align: left;
} 
.pokervariants td {
	border: 1px solid #FFF;
	padding: 3px;
	text-align: left;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* For narrow screens, make sure a block with a flt next to it doesn't get too thin. */
.clear600 {display:none}
@media only screen and (max-width: 600px) {
.clear600 {display:block; *zoom: 1;}
.clear600:before, .clear600:after { content: ""; display: table; }
.clear600:after { clear: both; }

/* increase dropdown menu spacing */
.dropdown-content a, .dropdown-content a:visited {
  padding:16px 20px 16px 30px;
  text-decoration: none;
  display: block;
  text-align: left;
}

}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

