
/*.page{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	padding-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	background-color: #598788;
}*/

.page_top{
	width: 100%;
	background-position: center top;
	background-repeat:no-repeat;
	padding:0px;
	padding-right: 20px;
	height:125px
}

.top_banner_space{
	height: 63px;
}

.page_middle{
	width: 100%;
	clear: both;

}

.page_bottom{
	width: 100%;
}

.navigation_bar{
	display: none;
	position: absolute;
	top: -10px;
	width: 100%;
	height: 16px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 5px;
	/*margin-bottom: 2px;*/
}

.logo{
	border: 0;
	vertical-align: middle;
	text-align: center;
	/*height:114px;*/
	margin:5px;
	margin:0;
}
.avada-row .menu_right {
  width: 250px;
  margin-top: 40px;
}

.menu_left ,
.avada-row .menu_left {
	vertical-align: top;
	width: 250px;
}

.leftmenulinks {
	float:left;
	text-align: left;
	vertical-align: top;
	background-color: #006699;
	width: 165px;
	border-top: solid #EEEEDD 1px;
	border-bottom: solid #996666 1px;
	border-left: solid #EEEEDD 1px;
	border-right: solid #996666 1px;
}

.topheader_right{
	/*background-image: url("header_right.jpg");*/
	/*background-repeat:repeat-x;*/
	vertical-align:top;
	padding-top:5px;
	width: 367px;
}
.topheader_left{
	width: 503px;
}
.seasondropdown {
	width:165px;
	background-color: #ecb832;
	color: #000000;
	border-top: solid #EEEEDD 1px;
	border-bottom: solid #996666 1px;
	border-left: solid #EEEEDD 1px;
	border-right: solid #996666 1px;
}

.tdcontent {
	border-left: solid #598788 4px;
}

.content {
	width: 650px;
	height:100%;
	margin: 0px;
	margin-left:5px;
	margin-right:5px;
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	/*border:1px solid #333;*/
}

.menuseparator{
	border-bottom:1px dotted #333;
	display: none;
}

.center{
	text-align: center;
	vertical-align: middle;
}

.right{
	text-align: right;
	vertical-align: middle;
}

.left{
	text-align: left;
	vertical-align: middle;
}

.button {
	cursor:pointer;
}

.input {
}

.checkbox {
	padding: 1px;
	margin: 1px;
}

.fakeinput {
	color: #000000;
	background-color: #ffffff;
	border: 0;
}

.helpbutton {
	width: 20px;
	height: 20px;
}

.deletebutton {
	cursor:pointer;
	padding: 0;
	margin: 0;
	border: 1px solid #ffffff;
}

.deletebutton:hover {
	border: 1px solid #006;
}

.dropdown {
}

.infotable td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.infotable th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.posvalue td {
	color: #2f5721;
}
.negvalue td {
	color: #6b1a1a;
}

.localeselection {
	border: 1px solid #000000;
	height:10px;
}

yuicalendar.table {
	font-size:small;
}

.calweekdaycell{
	background-color: #FFFFFF;
}

.calheader{
	color: #006699;
}

.twitter-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.twitter-list li{
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.twitter-list li a{
  padding: 0 0 0 19px;
  background: url("../../images/linkicons/twitter_14x14.png") no-repeat 0 50%;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../../images/linkicons/feed_14x14.png") no-repeat 0 50%;
}

.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../../images/linkicons/feed_14x14.png") no-repeat 0 50%;
  list-style-type: none;
}

.playedpool {
	background-color: #E0E0E0;
}

.flag{
	border-collapse:collapse;
	border:1px solid black;
}

#wrapper #main  {
	padding: 0 !important;
}

.jumpToMenu {
	display:none;
}
@media screen and (max-width:910px) {
	.jumpToMenu {
		display: block;
		text-align: center;
		margin: 28px 10% -28px;
		padding: 5px 0;
		border: 1px solid #aaa;
		background: #fff;
		color: #999;
		font-family: "Open Sans", Arial, Helvetica, sans-serif
		max-width: 290px;
		border-radius: 3px 3px 0 0;
	}

	.jumpToMenu:before {
		content: "\f039";
		font-family: fontawesome;
		margin-right: .5em;
		color: inherit;
	}
	body .menu_right {
		clear: both;
		margin: 40px auto;
		width: 90%;
		max-width: 400px;
		float: none;
	}

	body .page_middle>.content {
		margin: 40px auto;
		float: none;
		max-width: 98%;
	}
}

@media screen and (min-width:680px) and (max-width:910px) {
	.jumpToMenu {
		margin: 28px 30% -28px;
	}
}

@media screen and (max-width:500px) {
	body .avada-row h3.fact-central {
		margin: 0 0 20px 0;
		display: block;
		text-align: center;
	}
}


.content table td {
 vertical-align: top;
}
.content table tr:hover td {
 background: #f9f9f9;
}
.content table tr:hover td.guest {
 background: #09c;
}
.content table tr:hover td.home {
 background: #966;
}
.content table tr:hover td.highlight {
 background: #CCF;
}