/****** Podstawa ******/

body{
	background: url(gfx/structure/back.png) top left repeat;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

div#whole
{
	width: 816px;
	margin: auto;
	text-align: left;
}

/****** Opakowanie ******/

div#fmtoprow
{
	margin: 0;
	padding: 0;
	clear: both;
	
	width: 785px;
	height: 4px;
	
	background: url(gfx/structure/top.png) repeat-x top left;
	
	font-size: 1px; /* gotta love you, IE! */

}

div#fmtl
{
	border: 0;
	padding: 0;
	margin: 0;
	
	width: 4px;
	height: 4px;
	float: left;
	background: url(gfx/structure/topleft.png);
}

div#fmtr
{
	border: 0;
	padding: 0;
	margin: 0;
	
	width: 10px;
	height: 4px;
	float: right;
	background: url(gfx/structure/topright.png);
}

div#fmbotrow
{
	margin: 0;
	padding: 0;
	width: 785px;
	height: 14px;
	
	background: url(gfx/structure/n-bottom.png) no-repeat top left;
}

div#central
{
	border: 0;
	padding: 0;
	margin: 0;
	
	padding-left: 4px;
	padding-right: 10px;
	width: 771px;
	
	background: url(gfx/structure/central.png);	
}

div#logo
{
	text-align: right;
	padding: 0;
	margin: 0;
	
	background: url(gfx/structure/title.jpg) no-repeat;
	width: 768px;
	height: 160px;
}

div#year
{
	font: bold 36px Helvetica, Arial, sans-serif;
	color: rgb(173,184,218);
	float: right;
	margin-top: 2px;
	padding-right: 8px;
}

div#content
{
	margin-top: 5px;
	
	width: 771px;
	background: url(gfx/structure/n-faux.png) repeat-y;
}

div#text
{
	font: 9pt Arial, Helvetica, sans-serif;
	
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 20px;
	width: 520px;
	
	text-align: justify;
	float: left;
	
	min-height: 400px;
	/*border: 1px solid Red;*/
}

/****** Slips ******/

div#slips
{
	background: Yellow;
	text-align: right;
	padding: 0 50px 0 0;
	margin: 0;
}

div.slipright
{
	margin: 0;
	float: right;
	
	width: 14px;
	height: 21px;
	background: url(gfx/structure/slipright.png) no-repeat top left;
}

div.slipleft
{
	margin: 0;
	float: right;
	
	width: 12px;
	height: 21px;
	background: url(gfx/structure/slipleft.png) no-repeat top left;	
}

div.slipmid
{
	margin: 0;
	float: right;
	
	width: 11px;
	height: 21px;
	background: url(gfx/structure/slipmid.png) no-repeat top left;
}

div.slipmidp
{
	margin: 0;
	float: right;
	
	width: 12px;
	height: 21px;
	background: url(gfx/structure/slipmidpopped.png) no-repeat top left;
}

a.slipmain
{
	margin: 0;
	display: block;
	float: right;
	
	width: 25px;
	height: 17px;
	background: url(gfx/structure/slipmain.png) no-repeat top left;
	
	font: 12px Arial, Helvetica, sans-serif;
	color: Black;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 1px;
}

a.slipmain:hover
{
	color: #f00;
}

/****** Menu ******/

div#menu
{
	font: bold 10pt Arial;
	color: #777;
	
	background: url(gfx/structure/n-menutop.png) top left no-repeat;
	
	
	width: 161px;
	padding: 10px;
	padding-top: 30px;
	
	float: left;	
}

a.menuoption
{	
	display: block;
	padding: 3px;
	padding-bottom: 5px;
	padding-left: 26px;
	
	/*color: rgb(53, 62, 188);*/
	/*color: rgb(136, 169, 255);*/
	color: Black;
	background: url(gfx/structure/n-menuoption.gif) top left no-repeat;
	/*font-weight: normal;*/
	
	text-decoration: none;
}

a.menuselected, a.menuoption:hover
{
	/*background: rgb(204, 215, 253);*/
	background: url(gfx/structure/n-menuhighlight.png) top left no-repeat;
	color: Black;
}

/****** Login information ******/

div.logintext
{
	font-size: 8pt;
	color: #bcf;
	text-align: right;
	margin-top: -16px;
	margin-bottom: 7px;
	margin-right: -32px;
}

span.loginname
{
	color: #a9d;
}

/****** Various ******/

div.clear
{
	clear: both;
	height: 1px;
}

a.nodecor
{
	text-decoration: None;
	border: 0;
}

img.noborder
{
	border: 0;
}

span.hl
{
	font-style: italic;
	font-weight: bold;
}

span.times
{
	font-weight: bold;
	color: #a44;
	font-size: 110%;
}

/****** Forms ********/

div.form
{
	float: left;
	width: 99%;
}

table.formtable
{
	width: 100%;
}

div.formsection
{
	/*background: #def;*/
	padding: 5px;
	/*border: 1px solid #68c;*/
	
	margin-bottom: 4px;
}

div.formsectiontitle
{
	/*background: #eef7ff;*/
	background: #acd;
	background: #006;
	color: White;
	
	padding: 2px;
	border: 1px solid #acd;
	
	margin-bottom: 8px;
	
	font-size: 10pt;
	font-weight: bold;
	
	text-align: center;
}

div.formlegend, div.formdesc, div.formerror
{
	color: #57a;
	font-size: 8pt;
	margin: 5pt;
}

div.formerror
{
	color: Red;
}

div.formlabel
{
	font-weight: bold;
	margin: 7px 7px 1px 13px;	
}

input.text, select, textarea
{
	background: rgb(240,246,255);
	border: 1px solid rgb(184,211,255);
	font-size: 11px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	margin: 2px 7px 2px 7px;	
	width: 96%;
}

input.file
{
	background: rgb(240,246,255);
	border: 1px solid rgb(184,211,255);
	font-size: 11px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

textarea{
	height: 300px;
}

.submit
{
	text-align: center;
	background: #8ac;
	color: Black;
	text-align: center;
	padding: 2px;
	width: 200px;
	
	font-size: 11px;
	font-weight: bold;
}

select
{
	width: 97%;
}

td.formtdhead
{
	background: #006;
	color: White;
	padding: 6px;
	font-weight: bold;
}

td.formtd, td.formtddark
{
	padding: 3px 7px 3px 7px;
	text-align: left;
	font-size: 11px;
	height: 20pt;
}

td.formtddark
{
	background: #f2f2ff;
}

/****** Text ********/

h1
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	font-size: 19pt;
	font-weight: normal;
}

h2
{
	margin-top: 15pt;
	margin-bottom: 3pt;
	font-size: 15pt;
	font-weight: normal;
}

li
{
	margin-bottom: 4pt;
}

a
{
	color: #a40;
}

p
{
	text-align: justify;
	margin-bottom: 4px;
	line-height: 130%;
}

/*********** Progress logs **************/

div.logpost_even, div.logpost_odd
{
	padding: 10px;
	
	border: 1px dashed #ddf;
}

div.logpost_even
{
	background: #f8f8ff;
}

div.logpost_odd
{
	background: #fcfcff;
}

table.logpost
{
	margin: 0;
	padding: 0;
}

td.logpost_left
{
	padding-right: 10px;
	padding-top: 4px;
	width: 100px;
	border-right: 1px dashed #ddf;
	vertical-align: top; 
	text-align: left;
	
	font-size: 85%;
}

td.logpost_right
{
	font-size: 90%;
	padding-left: 10px;
	vertical-align: top;
}

div.logpost_title
{
	font-weight: bold;
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 6px;	
}

div.logpost_date
{
	color: Gray;
	margin-bottom: 5px;
}

div.logpost_pagelinks
{
	margin-bottom: 7px;
	text-align: right;
	font-size: 90%;
	color: #aaa;
}

div.logpost_pagelinks a
{
	font-weight: bold;
	padding: 4px;
	border: 1px solid #eef;
	text-decoration: none;
}

div.logpost_right h1, div.logpost_right h2, div.logpost_right h3, div.logpost_right h4, div.logpost_right h1, div.logpost_right h6
{
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

a.logpost_image
{
	display: block;
	margin-top: 5px;
	padding: 0;
}

img.logpost_image
{
	border: 1px solid #77a;
	border-top: 1px dashed white;
	border-left: 1px dashed White;
}
