body {
	font-family: Calibri, sans-serif;
	font-size: 11pt;
	background-color: #3f6262;
	color: black;
}

table {
	border-collapse: collapse;
}

table td {
	font-size: 11pt;
	border: 1px solid #aaa;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#header td {
	border: none;
}

thead {
	font-weight: bold;
	background-color: #b8d1d1;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	background-color: #b8d1d1;
}

.datatable tbody {
	background-color: #fff;
}

.datatable td {
	text-align: center;
	white-space: nowrap;
}

td.nazwiskoup {
	width: auto;
	text-align: left;
	padding-right: 30px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.nazwiskodown {
	width: auto;
	text-align: left;
	padding-right: 30px;
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

.up {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.down {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

#table {
	display: table;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.rounded {

}

.selected {
	font-weight: bold;
	font-size: 16pt;
}

.dealcount {
	font-size: 9pt;
}

.zapis {
	width: 40px;
}

.noborder td {
	border: none;
}

.small {
	font-size: 9pt;
}

.big {
	font-weight: bold;
	font-size: 16pt;
}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

td.empty {
	border: none;
	background-color: #c8dbdb;
}

table#diagram td {
	border: none;
}

#leftpanel {
	display: table-cell;
	padding-right: 5px;
	vertical-align: top;
}

#rightpanel {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}

#header {
	background-color: #c8dbdb;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#pairs {
	background-color: #c8dbdb;
	padding: 10px;
	text-align: center;
}

#pairscontent {
	display: inline-block;
	overflow: auto;
	padding: 20px 10px 20px 10px;
}

#nav {
	background-color: #c8dbdb;
	padding: 20px 10px 20px 10px;
	margin-bottom: 10px;
	text-align: left;
	word-spacing: 2px;
	white-space: nowrap;
}

#boards {
	background-color: #c8dbdb;
	padding: 20px 10px 20px 10px;
}

#boardscontent {
	display: inline-block;
	overflow: auto;
	max-height: 300px;
}

table#pairlist {
	
}

table#diagram {
	vertical-align: top;
	margin: 10px;
	margin-right: 30px;
}

table#diagram td {
	white-space: nowrap;
}

table#protocol {
	display: inline-block;
	margin: 10px;
}

.protocoltable td {
	margin-left: 5px;
	margin-right: 5px;
}

table.minimax {
	text-align: center;
}

#rightleft {
	display: table-cell;
	vertical-align: top;
}

#rightright {
	display: table-cell;
}

.navitem {
	display: inline-block;
	font-size: 16pt;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

a.tooltip {
	text-decoration: none;
}

.tooltip {
	position: relative;
}

.tooltip dfn {
	display: none;
}

.tooltip:hover dfn, .tooltiph dfn {
	display: block;
	position: absolute;
	left: 20px;
	top: 1.5em;
	padding: 4px 10px;
	border: 1px dotted;
	background: #FFFFFF;
	color: #000;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
}

.tooltip dfn span {
	display: block;
}

@media print {
	#vptable {
		display: none;
	}
	#rightpanel {
		display: none;
	}
	#historyUsage {
		display: none;
	}
}
.button {
   border: 0px solid #0a3c59;
   background: #6994ff;
   background: -webkit-gradient(linear, left top, left bottom, from(#bdd0ff), to(#6994ff));
   background: -webkit-linear-gradient(top, #bdd0ff, #6994ff);
   background: -moz-linear-gradient(top, #bdd0ff, #6994ff);
   background: -ms-linear-gradient(top, #bdd0ff, #6994ff);
   background: -o-linear-gradient(top, #bdd0ff, #6994ff);
   background-image: -ms-linear-gradient(top, #bdd0ff 0%, #6994ff 100%);
   padding: 3.5px 7px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #617f91 0 1px 0;
   color: #000000;
   font-size: 20px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 0px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 0px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
   }