@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .9em;
	margin: 0;
	background-image: url(../images/grey.gif);
	background-repeat: repeat;
}
.smalltext {
	font-size: .8em;
}
ul.spaced li {margin-top:0.5em}
ol.spaced li {margin-top:0.5em}
ul.spaced ul li {margin-top:0em}
dt {margin-top:1em; font-weight:bold}
dl.spaced dd {margin-top:0.5em}
table.centred td,table.centred th{text-align:center;}
.small {font-size:0.8em;}
.red {color:red;}
.bred {color:red; font-weight:bold;}
.free, .neutral {background-color:white}
.booked, .alert {background-color:#F88}
.default, .ok {background-color:#CCF}
.grey {background-color:#CCC}

.subitem  {
	padding-left:10px;
	font-size:.95em;
	font-style:italic;
}
.sub2item {
	padding-left:15px;
	font-size:.95em;
	font-style:italic;
}
.sub3item  {
	padding-left:20px;
	font-size:.95em;
	font-style:italic;
}

.oneColLiqCtrHdr #container {
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0;
	text-align: left;
}
.twoColLiq #container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.thrColLiq #container {
	width: 85%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#header {
	padding-top: 0;
	padding-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	text-align: left;
}
#sidebar h3, #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar hr {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.menumainstrip {
	text-align: center;
	background-color: #60B0B0;
	padding: 8px;
	color: #FFF;
	margin-bottom: 0px;
}


.menumainstrip #mainmenu ul li {
	color: #FFF;
	display: inline;
}

.menumainstrip #mainmenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.menumainstrip #mainmenu ul li a {
	text-decoration: none;
	color: #FFF;
}
.menumainstrip #mainmenu ul li a:hover {
	color: #FC3;
}
.oneColLiqCtrHdr #mainContent {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/border.png);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 0% 0%;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #FFF;
}
.twoColLiqCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 20px;
	padding-left: 1em;
	margin-left: 12em;
	background-image: url(../images/border.png);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 0% 0%;
	text-align: left;
	border: 1px solid #FFF;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	text-align: center;
	padding: 0;
} 
#footer .menumainstrip {
	text-align: left;
	font-size: 0.85em;
	font-style: italic;
}

#topbar {
	background-color: #DFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#bottombar {
	background-color: #DFF;
}
#pagatcontent {
	margin: 0px;
	padding: 0px;

}

.leftcol {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 33.3%;
	margin: 0px;
	padding: 0;
}
.rightcol {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 33.3%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0px;
}
.leftcol p, .centrecol p, .rightcol p {
  margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 10px;
}

.centrecol {
	padding: 0px;
	width: 33.3%;
	float: left;
	margin: 0px;
}
.boxmenu {
	margin-left: .1em;
	padding-bottom: 5px;
	margin-bottom: 1%;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-left: 0px;
}
.boxmenu ul {
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.boxmenu h1 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #F3F3F3;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	background-image: url(../images/grey.gif);
	background-repeat: repeat;
}
.boxmenu a  {
	text-decoration: none;
}
.boxmenu a:hover {
	text-decoration: underline;
}

.boxmenu p {
	margin-left: 5px;
	margin-right: 3px;
}
.sitemap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
.sitemap ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: none;
}
.sitemap ul li {
	clear: both;
}
.sitemap h2, .sitemap h3, .sitemap h4  {
	margin-left: 10px;
	background-color: #FFC;
}

.sitemap h3 {
	font-size: 1.5em;
}

.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;
}
.fltrt {
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.ruled_line {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #60B0B0;
	margin: 10px;
}
.pagatbanner h2 {
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	text-align: center;
}

#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;
}


#flags ul {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#flags ul li {
	display: inline;
}

#langsForm a:hover{
	text-decoration:none
}
#langsForm:hover div{
	visibility: visible;
	display: block;
}
#dropmenudiv{
	background-color:#D4D0C8;
	z-index:10;
	float: right;
	visibility: hidden;
	position: absolute;
}
#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
}

#langsForm #dropmenudiv ul{
	margin:0;
	padding:0;
	display: block;
}
#langsForm #dropmenudiv li{
	margin:0;
	padding:0;
	display: block;
}
#flags {
	display: block;
	float: right;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.breadcrumb {
	margin-left: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#flags ul li img {
	margin: 0px;
	padding: 0px;
	border: 0;
}
#flags ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #360;
	text-transform: uppercase;
}
.pagatbanner {
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 20%;
	margin-left: 20%;
	font-size: .9em;
	text-align: center;
}
.fourColLiq {
	width: 100%;
}
.fourColLiq #col1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 25%;
}
.fourColLiq #col2 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 25%;
}
.fourColLiq #col3 {
	width: 25%;
	float: right;
}

.fourColLiq #col4 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 25%;
}
.fourColLiq #col234 {
	float: right;
	width: 70%;
}
#countrytab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
}

#countrytab ul {
	padding-left: 0px;
	list-style-type: none;
}
#countrytab ul li {
	padding-left: 3px;
}

#countrytab h2 {
	font-size: 1.1em;
	background-color: #FFC;
}
  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;
}
.nobullet {
	list-style-type: none;
}
.new {
	background-color: #FC0;
}
.traditional {
	font-weight: normal;
}
.invented {
	font-style: italic;
}
.commercial {

}
.smallcaps {
	font-variant: small-caps;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#sidebar ul {
	list-style-type: none;
	padding-left: 10px;
}
.side_menu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #60B0B0;
	padding-bottom: 10px;

}
#sidebar ul li a {
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
.rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
}
.larger {
	font-size: larger;
}
.twoColLiqCtrHdr .rightcol {

}
.pokervariants p {
	text-align: center;
	font-size: 1.2em;
}
.pokervariants table {
	width:100%;
	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: center;
}
  .cardtab {border-collapse:separate;}
  .cardcell {border:2px solid black;padding:20px 15px;font-size:1.2em; font-weight:bold;}
.twoColLiq .rightcol {
	width: 50%;
}
.twoColLiq .leftcol {
	width: 50%;
}
.news {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #60B0B0;
	margin-right: auto;
	margin-left: auto;
	background-color: #F3F3F3;
}
.news h1, .news h2, .news h3{
	margin-left: 10px;
	margin-right: 10px;
}
.news p {
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}

