@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%;}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: auto;
}

/* 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%;}
td { vertical-align: top; 
	padding-right: 3px;
	padding-left: 3px;}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
dt {
	margin-top: 1em;
	font-weight: bold;
	padding-left: 10px;
}
dd p {padding-left:0;}
dd {margin-left:0; padding-left:20px;}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
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 #0;
}
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;
	/*background-image: url(../images/grey.gif);*/
	background-repeat: repeat;
}
/* 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;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
}

.mainContent {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
	border: 1px solid #FFF;
	clear: both;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ 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;}
.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}
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;}
.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;
}

#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;
}
.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; }


/* ==|== 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; }
}
