body	{
	background-color: #cccc99;
	font-family: Times, Serif;
	font-size: 12pt;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}

/* Link */
a	{
	color: #666633;
	outline: none;
}

a:hover	{
	color: #999966;
}

a img	{
	border: none;
}

div.ccl a	{
	color: #336666;
}

div.ccl a:hover	{
	color: #669999;
}

/* Generic frame */
div.frm	{
	margin-top: 24px;
}

/* Generic header cell */
div.hcl	{
	text-align: left;
	font-weight: bold;
	color: #666633;
	background-color: #ffffff;
	border: none;
	margin: 0px 0px 2px;
}

/* Generic content cell */
div.ccl	{
	text-align: left;
	color: #336666;
	background-color: #ffffff;
	border: none;
}

div.ccl:first-child	{
	border-top: none;
}

/* Generic button cell */
div.bcl	{
	background-color: #ffffff;	
	border: none;		
	margin: 2px 0px 0px;	
}

/* Button link */
div.bcl a, a.btl	{
	margin: 0px 4px 2px 0px;
}
img.btl	{
	vertical-align: bottom;
}
div.bcl a:hover, a.btl:hover	{
	margin: 0px 4px 2px 0px;
	background-color: #ffffff;
	border: none;
}
td.shr a.btl	{
	margin: 2px 0px;
	padding: 0px 4px;
}

/* Nav button, page link float */
span.nav, span.pln	{
	float: right;
}

/* Page button link */
span.pln a	{
	margin: 0px;
}
span.pln a:hover	{
	margin: 0px;
	background-color: inherit;
}

/* Table frame */
table.tbl	{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	color: #666633;
	margin: 0px;
}

/* Table header row */
table.tbl tr.hrw	{
	background-color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}

/* Table header cell */
table.tbl th	{
	background-color: #ffffff;
	text-align: left;
	white-space: nowrap;
	height: 24px;
	padding: 24px 0px 0px;	
}

/* Table header column cell */
table.tbl td.hco	{
	width: 20%;
	font-weight: bold;
}

/* Table content row */
table.tbl tr.crw	{
	background-color: #ffffff;
	text-align: left;
	height: 24px;
}	

/* Table content cell */
table.tbl td	{
	padding: 0px; 
}

/* Table cell short */
table.tbl .shr	{
	width: 15%;
	white-space: nowrap;
}

/* Table cell icon */
table.tbl img.ico	{
	margin: 0px 0px 1px;
}

/* Top bar frame */
div.tpb	{
	margin-top: 1px;
}

/* Error header cell */
div.err div.hcl	{
	background-color: #ffffff;
}

/* Error message paragraph */
div.err div.ccl p	{
	margin: 5px 0px 0px;
	color: #cc3333;
}
div.err div.ccl p:first-child	{
	margin: 0px;
}

/* Form */
form	{
	margin: 0px;
	padding: 0px;
}

textarea	{
	width: 80%;
	font-family: Times, Serif;
	font-size: 12pt;
	color: #666633;
	border: 1px solid #999966;
	background-color: #ffffff;
	margin: 2px 0px;
}

input, button, select	{
	font-family: Times, Serif;
	font-size: 12pt;
	color: #666633;
	border: 1px solid #999966;
	background-color: #ffffff;
	margin: 2px 0px;
}

/* Poll result */
td.plv, td.plp	{
	padding-left: 15px;
	text-align: right;
}

/* Poll result bar */
img.plb	{
	margin-left: 10px;
	height: 5px;
	background-color: #99cccc;
	border: 1px solid #669999;
}

/* Post header of new posts */
div.pst.new div.hcl	{
	background-color: #ffffff;
}

/* Post header of target posts */
div.pst.tgt div.hcl	{
	background-color: #ffffff;
}

/* Quote */
blockquote	{
	font-size: 11pt;
	font-style: italic;
	color: #669999;
	margin: 0px;
}

blockquote p	{
	margin: 0px;
}

/* Rank image */
img.rnk	{
	margin: 0px 4px;
	vertical-align: text-top;
}

/* Avatar image */
img.ava	{
	width: 50px;
	height: 50px;
}
div.pst img.ava {
	margin-left: 5px;
	float: right;
}

form.agl img.ava	{
	margin: 2px;
	vertical-align: middle;
}

/* Make post ccl enclose avatar */
div.pst div.ccl:after	{
	content: "."; 
	display: block; 
	visibility: hidden;
	height: 0px; 
	clear: both; 
}

/* Fix for WinIE float bug \*/
* html div.ccl	{
	height: 1px;
} /**/

/* Signature */
div.sig, span.sig	{
	font-size: 8pt;
	color: #999966;
	text-align: right;
	margin-top: -1px;
	padding: 0px 8px 4px;
	border-top: none;
}

/* Icon */
img.ico	{
	vertical-align: bottom;
	width: 14px;
	height: 14px;
}

/* Smiley icon */
img.sml	{
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
}
img.psm	{
	margin: 1px;
	vertical-align: text-top;
	width: 15px;
	height: 15px;
}

/* Flag */
img.flg	{
	margin: 2px 0px;
	vertical-align: text-top;
	width: 18px;
	height: 12px;
}

/* Header title */
span.htt	{
	font-weight: bold;
	margin-left: 0px;	
}

/* Sticky topic title */
span.stk	{
	font-weight: normal;
}

/* Execution message */
span.tbm	{
	font-weight: bold;
	color: #666633;
}

/* Admin message */
div.ams div.ccl	{
	color: #666633;
}

/* Highlighted keyword, report/message link */
em	{
	font-weight: normal;
	font-style: normal;
	background-color: #cccc99;
}

/* Monospace font */
tt	{
	font-size: 100%;
}

/* Float right */
.flr	{
	float: right;
}

/* Help */
div.hlp h3	{
	margin: 10px 0px 0px;
	font-size: 100%;
	font-weight: bold;
}
div.hlp p	{
	margin: 5px 0px 0px;
}

/* Forum info copyright, mini banner */
div.icr, div.bni	{
	margin-top: 1px;
	text-align: center;
}

div.icr	{
	border: none;
}

div.bni img	{
	margin: 5px;
}

/* Board jump form */
form.bjp	{
	margin: 24px 0px 48px;
	float: right;
	background-color: #ffffff;
}

/* Copyright message */
p.cpr	{
	text-align: center;
	font-size: 85%;
	color: #999966;
}

/* Page timer message */
p.pct	{
	text-align: center;
	font-size: 85%;
	color: #999966;
}

/* Forum config */
form.cfg h3	{
	margin: 20px 0px 10px 0px;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
}

form.cfg h3:first-child	{
	margin-top: 1px;
	border-top: none;
}

form.cfg h4	{
	margin: 10px 0px 0px 10px;
	font-size: 100%;
	font-weight: bold;
}

form.cfg p	{
	margin: 5px 0px 0px 20px;
	width: 90%;
}

form.cfg samp	{
	color: #666633;
	font-family: Times, Serif;
	font-weight: normal;
}

form.cfg dfn	{
	color: #666633;
	font-style: normal;
	font-weight: normal;
}

form.cfg input.ctx	{
	width: 50%;
}

form.cfg textarea	{
	width: 90%;
}

/* Tag buttons */
button.tbt	{
	width: 30px;
	height: 22px;
	color: #666633;
	background-color: #ffffff;	
	margin: 2px 4px 2px 0px;
	border: 1px solid #999966;
}

button.tbt:hover	{
	background-color: #ffffff;
}

/* Invisible table */
table.tiv	{
	border-collapse: collapse;
	border: none;
}

table.tiv tr	{
	border: none;
}

table.tiv td	{
	border: none;
	padding: 0px 5px 0px 0px;
}

/* Topic tags */
img.ttg	{
	vertical-align: text-top;
	padding: 0px 5px 0px 0px;
}

/* === partita.css === */

table	{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	}
td	{
	margin: 0px;
	padding: 0px;
	}
.tbl	{
	background-image: url(/images/bckgr.gif);
	}
.td	{
	border: 1px solid #666633;
	}
.toptitle img:hover	{
	filter: progID:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	}
h1	{
	font-size: 22pt;
	font-weight: normal;
	text-align: center;
	color: #666633;	
	margin: 2em 50px;
	}
h2	{
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 0em 50px 1em;
	}
h3	{
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 1em 50px;
	}
h4	{
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #666633;
	margin: 1em 50px;
	}
h5	{
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #666633;
	margin: 1em 50px;
	}
h6	{
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 1em 50px;
	}
#floatUp {
	position: fixed;
	top: 2px;
	left: 2px;
	}
#floatDn {
	position: fixed;
	top: 24px;
	left: 2px;
	}
#floatNv {
	position: fixed;
	top: 24px;
	left: 24px;
	}
#floatMn {
	position: fixed;
	top: 2px;
	left: 24px;
	}
.ABC123	{
	font-family: Times, Serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 2px 8px 4px;
	}
#floatUp img, #floatDn img, #floatNv img, #floatMn img	{
	filter: progID:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	}
#floatUp img:hover, #floatDn img:hover, #floatNv img:hover, #floatMn img:hover	{
	filter: progID:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	}
.comment	{
	font-family: Times, Serif;
	font-size: 11pt;
	color: #999966;
	margin: 0px 2px;
	}
.pop-up	{
	cursor: default;
	color: #666633;
	border-bottom: 1px dashed #336600;
	}	
.bordertop	{
	background-image: url(/images/topbckgr.gif);
	background-repeat: repeat-x;
	height: 115px;
	}
.toptitle	{
	width: 800px;
	margin-top: 50px;
	}
.borderbottom	{
	background-image: url(/images/bottombckgr.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}	
.bottomtitle	{
	width: 800px;
	font-size: 10pt;
	font-weight: normal;
	color: #666633;
	margin: 20px 0px 50px;
	}
.subbottomtitle	{
	background: #999966;
	height: 100px;
	}
.subbottomtext	{
	width: 350px;
	font-size: 10pt;
	font-weight: normal;
	color: #666633;
	margin-top: 12px;
	}
.subbottombanner	{
	width: 100px;
	filter: progID:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	margin-top: 10px;
	}
.pageindent	{
	width: 50px;
	}
.page	{
	width: 100%;
	border: 1px solid #999966;
	background: #ffffff;
	}
.pagecenter	{
	width: 698px;
	}
.pageerror	{
	width: 100%;
	height: 505px;
	border: 1px solid #999966;
	background: #cccc99;
	background-image: url(/images/lightning.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	}
.mainmenu	{
	height: 36px;
	}
.menuitems	{
	width: 800px;
	font-size: 12pt;
	font-weight: normal;
	color: #666633;
	}
.advert	{
	font-size: 12pt;
	border: 1px solid #999966;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 50px;
	padding: 15px 20px;
	}
.advert img	{
	border: 1px solid #666633;
	margin: 5px 20px 5px 0px;
	float: left;	
	}
.social	{
	margin: 1em 50px;
	}
.gramota	{
	margin: 1em 50px;
	}
.imagebanner	{
	border: none;
	margin: 0px;
	}	
.menuitems a, .bottomtitle a	{
	text-decoration: none;
	}
