/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 62.5%;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
	margin-bottom: 40px;
	text-align: justify
}
/* -------------------------------------------- */

code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

pre {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
}

pre a { font-weight: normal; }

a { color: #21759b; text-decoration: none; font-weight: bold; }

b {
	color: #21759b;
}

a:hover { color: #d54e21; }

strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 94px;
	min-width: 960px;
	background: #464646;
}

#header h1 a {
	color: #fff;
}


#header ul {
	margin-right: 14px;
	float: right;
	list-style: none;
	min-width: 500px;
}

#header ul li {
	float: left;
}

#header ul li a {
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
/*	text-shadow: #333 1px 1px 1px; */
}

#header ul li a:hover {
	color: #fff;
}

#header ul li a.current, #header ul li#disinformator a.current {
	color: #555;
	background: #e4f2fd;
/*	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px; */
}

#header ul li#disinformator a {
	background: #d54e21 url(disinformator-tab-bg.png) bottom left repeat-x;
	color: #fff;
/*	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #b5421c 1px 1px 1px; */
}

#header ul li#disinformator a:hover {
	color: #ffac90;
}

#header ul li#disinformator a.current:hover {
	color: #555;
}

#headline {
	height: 87px;
	min-width: 960px;
	background: #e4f2fd;
	border-bottom: 1px solid #c6d9e9;
}

#headline h2 {
	color: #555;
	font-size: 36px;
	line-height: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 24px;
	padding-left: 12px;
}

/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin: 0 14px;
}

.col-1 { width: 52px; }
.col-2 { width: 132px; }
.col-3 { width: 212px; }
.col-4 { width: 292px; }
.col-5 { width: 372px; }
.col-6 { width: 452px; }
.col-7 { width: 532px; }
.col-8 { width: 612px; }
.col-9 { width: 692px; }
.col-10 { width: 772px; }
.col-11 { width: 852px; }
.col-12 { width: 932px; } */

#pagebody .submenu, #pagebody #submenu {
	margin-left: 0;
	margin-top: -2px;
	font-size: 10px;
	list-style: none;
}

#pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent {
	color: #333;
	cursor: default;
}

p.person {
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 11px;
}

#pagebody .submenu li {
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
}

#pagebody .submenu li a {
	width: 100%;
	display: block;
}

#pagebody .submenu li.current {
	font-weight: bold;
}

#pagebody .submenu li ul {
	margin-top: 0 !important;
	margin-left: 16px !important;
}

#pagebody .submenu li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#pagebody {
	font-size: 12px;
	margin-top: 29px;
}

#pagebody p, #pagebody ol, #pagebody ul {
	margin: 0 0 22px 0;
}

#pagebody ul {
	margin-left: 16px;
	list-style: square;
}

#pagebody ol {
	margin-left: 22px;
/*	list-style: roman; */
}

#pagebody p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 15px;
	margin-top: -1px;
	margin-bottom: 23px;
}

#pagebody p.intro a {
	font-weight: normal;
}

#footer {
	clear: both;
	border-top: 1px solid #dedede;
	padding: 6px 14px;
	width: 932px;
	margin: 0 auto;
}

#footer .wrapper {
	width: 932px;
}

#footer p {
	float: left;
	color: #bbb;
}

.alt { background: #f9f9f9; }

/*
#pagebody table.widefat {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin-bottom: 11px;
}

#pagebody table.widefat a {
	text-decoration: none;
}

#pagebody table.widefat tr.alt {
	background-color: #f9f9f9;
}

#pagebody table.widefat thead {
	background-color: #464646;
	color: #d7d7d7;
}

#pagebody table.widefat td, #pagebody table.widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

#pagebody table.widefat th {
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: left;
}

#pagebody table.widefat .check-column {
	text-align: center;
	vertical-align: text-top;
	width: 3%;
} */

/* ul.colors {
	margin: 0 !important;
}

ul.colors li {
	float: left;
	list-style: none;
	margin-left: 60px;
	padding-right:50px;
	border-right: 1px solid #dfdfdf;
	margin-right:50px;
	margin-bottom: 24px;
	line-height: 14px;
	font-size: 10px;
	color: #666;
}

ul.colors li strong {
	font-size: 12px;
	color: #333;
}

ul.colors li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

ul.colors li img {
	float: left;
	margin-left: -60px;
} */

/* ---------------------------------- */

#header h1 {
	color: #fff;
	font-size: 36px;
	line-height: 1em;
	font-family: Times, "Times New Roman", serif;
	font-variant: small-caps;
	padding-top: 24px;
	padding-left: 12px;
}

.leftMenu, .mainText {
	float: left;
	margin: 0 14px;
}

.leftMenu { width: 132px; }
.mainText { width: 692px; }

#pagebody p.author {
	float: right;
	color: #21759b;
	font-size: 15px;

}

#footer p.author {
	float: right;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 12px;
}

.mainMove {
	font-weight: bold;
	color: #21759b;
}

.gameScore {
	margin: 0 50px ;
}

.playerName {
	font-weight: bold;
	color: #21759b;
}

table.seansTable {
	border: 1px solid #000000;
	border-collapse: collapse;
	clear: both;
	text-align: center;
	margin: 22px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
	font-weight: bold;
	color: #000000;
}

table.seansTable td, table.seansTable th {
	border: 1px solid #000000;
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

table.fat {
	border: 1px solid #ccc;
	border-collapse: collapse;
	clear: both;
/*	margin-bottom: 11px; */
	text-align: center;
	margin: 22px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
}

table.fat td, table.fat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

.oxford {
	font-weight: bold;
	color: #21759b;
}

tr.highlight {
	font-weight: bold;
/*	color: #d54e21; */
/*	color: #21759b; */
}

tr.label {
	font-weight: bold;
}

.tableTitle {
/*	font-size: 24px; */
	text-align: center;
}

#pagebody .submenu li a {
	width: 100%;
	display: block;
}

#pagebody table.subSubMenu {
	width: 100%;
}

table.news {
	width: 100%;
	vertical-align: text-top;
}

table.news td {
	padding: 12px;
	vertical-align: top;
}

table.news .newsTitle {
	font-weight: bold;
	color: #d54e21;
	font-size: 14px;
}

table.news .newsDate {
	font-family: Georgia, Times, "Times New Roman", serif;
}

table.news td.newsPicture {
	width: 120px; 
	height: 90px; 
	text-align: center;
	vertical-align: middle;
	}

table.news td.newsPicture img {
/*	height: 100%; */
	height: 90px;
	border: none;
}


li.li2008 {
/*	position: relative;
	left: 30px;
	list-style: none;	*/
}

#pagebody h1, #pagebody h2, #pagebody h3 {
	padding-bottom: 12px; 
}

blockquote {
/*	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 22px 22px 0;
	margin-bottom: 22px; */
	background: #fff;
	border: 2px solid #21759b;
	padding: 22px;
	padding-bottom: 0;
	margin: 22px;
}

img.photo {
	width:	100%
}

p.photo {
	font-style: italic;
	text-align: center;
	font-size: 15px;
}

p.photo img {
	width:	100%
}

.diagram {
	text-align: center;
}

.noDiagram {
	text-align: center;
	margin-top: -11px;
}

table.diagram {
	border: 1px solid #ccc;
	clear: both;
	text-align: center;
	margin: 22px 0px;
	margin-left: auto;
	margin-right: auto;
}

table.diagram img {
	vertical-align: top;
}

p.pgn { 
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}

#pagebody h1, #pagebody h2 {
/*	margin-top: 44px; */
	margin-bottom: 22px;
}

#replay {
	clear: both;
	padding: 6px 14px;
	width: 932px;
	margin: 0 auto;
/*	margin-bottom: -40px; */
}

#replay .wrapper {
	width: 932px;
}

#replay h1 {
	margin-bottom: 22px;
}

#replay table {
/*	border: 0 solid #000000; */
	border: none;
}
	
#replay table td.board{
	width: 380px;
}
	
#replay table iframe{
	border: none;
/*	border: 0 solid #000000; */
	width: 100%;
	height: 400px;
}
	
#replay table td.moves{
}

#urmstonReplay {
	clear: both;
	padding: 6px 14px;
	width: 932px;
	margin: 0 auto;
/*	margin-bottom: -40px; */
	margin-left: -180px;
	margin-bottom: 40px;
}

#urmstonReplay .wrapper {
	width: 932px;
}

#urmstonReplay h1 {
	margin-bottom: 22px;
}

#urmstonReplay table {
/*	border: 0 solid #000000; */
	border: none;
}
	
#urmstonReplay table td.board{
	width: 380px;
}
	
#urmstonReplay table iframe{
	border: none;
/*	border: 0 solid #000000; */
	width: 100%;
	height: 400px;
}
	
#urmstonReplay table td.moves{

}

table.fatNews {
	border: 0;
	border-collapse: collapse;
	clear: both;
/*	margin-bottom: 11px; */
	text-align: left;
	margin: 22px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
}

table.fatNews td, table.fat th {
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

table.fatNews .fatNewsItem {
	font-weight: bold;
	color: #21759b;
}

.mainText a {
	border-bottom: 1px dotted;
}

a.image {
	border: none;
}

img.png {
	width:	296px ;
}

table.disinformator {
	width: 100%;
	vertical-align: middle;
}

table.disinformator td {
	padding: 12px;
	vertical-align: middle;
}

table.disinformator .title {
/*	text-align: center; */
	font-weight: bold;
	color: #21759b;
	font-size: 14px;
}

table.disinformator td.cover {
	width: 120px; 
	height: 160px; 
	text-align: center;
	vertical-align: middle;
	}

table.disinformator td.cover img {
/*	height: 100%; */
	height: 160px;
	border: 1px solid #21759b;
}

/*
ol.bolded {
	font-weight: bold;
	color: #21759b;
}

ol.bolded span {
	font-weight: normal;
	color:  #555;
}
ol.bolded li {
	padding-top: 10px;
}
*/

ol.bolded {
	font-weight:		bold;
	color:				#21759b;
	list-style-type:	upper-alpha;

}
ol.bolded li:first-line {
	font-weight: 		bold;
	color: 				#21759b;
}
ol.bolded li {
	padding-top: 		14px;
	font-weight: 		normal;
	color:  			#555;
}

ol.gappy li {
	padding-top: 		14px;
}