/* Base font (IE 5.x doesn't inherit font to table) */

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

/* Link */
a	{
	color: #666633;
}
a:visited	{
	color: #666633;
}
a:hover	{
	color: #999966;
}
a img	{
	border: none;
}

/* Generic frame */
div.frm	{
	text-align: left;
	margin-top: 24px;
	border: 1px solid #ffffff;	
}

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

/* Generic content cell */
div.ccl	{
	text-align: left;
	color: #666633;
	background-color: #fcfcf9;
	margin: 2px 0 0;	
	padding: 8px 12px;
	border: 1px solid #cccc99;	
}
div.ccl:first-child	{
	border-top: 1px solid #cccc99;
}

/* Generic button cell */
div.bcl	{
	margin: 2px 0 0 0;
}

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

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

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

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

/* 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 0 0;	
}

/* 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: 0; 
}

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

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

/* 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 0 0 0;
	color: #cc3333;
}
div.err div.ccl p:first-child	{
	margin: 0;
}

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

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

textarea	{
	width: 80%;
}

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

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

/* 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	{
	margin: 0;
	color: #999966;
	font-size: 13px;
}
blockquote p	{
	margin: 0;
}

/* Rank image */
img.rnk	{
	margin: 0 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: 0; 
	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: 0 8px 4px;
	border-top: none;
}

/* Icon */
img.ico	{
	vertical-align: text-bottom;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin: 12px 0;
}

/* 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 0;
	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: bold;
	font-style: normal;
	color: #666633;
}

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

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

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

/* 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 0 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 0 10px 0;
	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 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}

form.cfg p	{
	margin: 5px 0 0 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 0;
	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: 0 5px 0 0;
}

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


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

h1	{
	font-family: Times, Serif;
	font-size: 22pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 50px 50px auto;
	}

h2 {
	font-family: Times, Serif;
	font-size: 17pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
 	margin: auto 50px;
	}

h3 {
	font-family: Times, Serif;
	font-size: 11pt; 
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 0 50px; 	
	}

h4 {
	font-family: Times, Serif;
	font-size: 11pt; 
	font-weight: normal;
	text-align: left;
	color: #666633;
	margin: auto 50px;
	}

h5 {
	font-family: Times, Serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	color: #666633;
	margin: auto 50px;
	}

h6 {
	font-family: Times, Serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 0 50px;
	}

table	{
	border-collapse: collapse;
	width: 100%;
	}

td	{
	margin: 0em;
	padding: 0em;
	}

.form	{
	font-family: Times, Serif;
	font-size: 11pt;
	text-align: center;
	color: #666633;
	margin: auto 50px;
	}
	
.string	{
	width: 360px;
	height: 18px;
	font-family: Times, Serif;
	font-size: 11pt;
	color: #666633;
	border: 1px solid #999966;
	}

.select	{
	height: 22px;
	font-family: Times, Serif;
	font-size: 11pt;
	color: #666633;
	border: 1px solid #999966;
	}

.button	{
	height: 22px;
	font-family: Times, Serif;
	font-size: 11pt;
	color: #666633;
	border: 1px solid #999966;
	background-color: #ffffff;
	}

.topbg	{
	background-image: url(/images/topbckgr.gif);
	height: 32px;
	}

.bottombg	{
	background-image: url(/images/bottombckgr.gif);
	height: 32px;
	}

.subbottombg	{
	background-color: #999966;
	}

.tbl	{
	background-image: url(/images/bckgr.gif);
	}

.tdlr	{
	width: 50px;
	}

.page	{
	border: 1px solid #999966;
	background-color: #ffffff;
	background-image: url(/images/bgleft.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0em;
	padding: 0em;	
	}

.menu	{
	width: 848px;
	height: 36px;
	}

.image	{
	margin: 0; 
	border: 1px solid #666633;
	}
	
.imagecenter	{
	margin: 4px 50px;
	border: 1px solid #666633;
	}

.imageleft	{
	margin: 4px 15px 4px 50px;
	border: 1px solid #666633;
	}

.imageright	{
	margin: 4px 50px 4px 15px;
	border: 1px solid #666633;
	}
	
.advertnews	{
	font-family: Times, Serif;
	font-size: 11pt;
	text-align: left;
	font-weight: normal;	
	color: #666633;
	background-color: #fcfcf9;
	border: 1px solid #cccc99;
	margin: 0px 50px;
	padding: 8px 12px;
	}	

.advert0	{
	font-family: Times, Serif;
	font-size: 11pt;
	text-align: left;
	font-weight: normal;	
	color: #666633;
	margin: 28px 50px;
	border: 1px solid #999966;
	}

.advert1	{
	font-size: 10pt;
	margin: 0px 50px;
	}

.advert2 {
	font-family: Times, Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #666633;
	margin: 18px 28px 12px;
 	}

.td	{
	border: 1px solid #666633; 
	}

.button_nav, .select_nav	{
	height: 20px; 
	font-family: Times;
	font-size: 10pt;
	font-weight: normal;
	color: #666633;
	border: 1px solid #999966;
	background-color: #ffffff;
	}

div.advert2 a:link, div.advert2 a:visited, div.advert2 a:active	{
	color: #666633;
	text-decoration: none;
	}
div.advert2 a:hover	{
	color: #666633;
	}