/****************************************************************************************/
/************************************* Global styles ************************************/
/****************************************************************************************/
#huge
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}
.verdana8
{
	font-family:Verdana;
	font-size:8pt;
}
/****************************************************************************************/
/************************************* Grid styles **************************************/
/****************************************************************************************/
#grid
{
	margin:10px;
	text-align:center;
	width:100%;
}
#grid table
{
	margin: auto;
	font-family: Verdana;
	font-size: 8pt;
	width: 100%;
	border-collapse:collapse;
	font-family:Verdana;
}
#grid table th
{
	height:20px;
	border: solid 1px black;
	color:White;
	background-color:rgb(129,128,74);
	font-weight: bold;
}
#grid table th a
{
	color:White;
	font-weight: bold;
	font-size: 9pt;
}
#grid table th a:hover
{
	color:Yellow;
}
#grid table td
{
	height:20px;
	border: solid 1px black;
	background-color:White;
}
#grid table td a
{
	font-family: Verdana;
	color:rgb(129,128,74);
}
#grid table td a:hover
{
	color:Red;
}
#grid label
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}
#paging
{
	font-family: Verdana;
}
#paging span
{
	font-size:12pt;
	color:Yellow;
}
#paging a.arrow
{
	font-family:Symbol;
	font-size:12pt;
	font-weight:bold;
	color:White;
}
#paging a
{
	color:White;
	font-size:9pt;
}
#grid td.blank
{
	border:none;
	background-color: transparent;
}
/****************************************************************************************/
/************************************* Form styles **************************************/
/****************************************************************************************/
#form
{
	margin: auto;
	width:90%;
	padding:10px;
}
#form table
{
	width:100%;
}
#form legend
{
	font-family: Tahoma;
	font-size:10pt;
	font-weight: bold;
	color: rgb(129,128,74);
}
#form label
{
	font-family: Tahoma;
	font-size:9pt;
	text-align:right;
}
#form label.not_req
{
	color: Black;
}
#form label.req
{
	color: Red;
}
#form input
{
	font-family: Tahoma;
	font-size:9pt;
}
#form input#FIND
{
	width:22px;
	height:22px;
	background: url("class/res/lupa.gif") no-repeat;
}
#form input#accept
{
	font-weight:bold;
}
#form select
{
	font-family: Tahoma;
	font-size:9pt;
}
#form textarea
{
	font-family: Tahoma;
	font-size:9pt;
	height:60px;
	width: 100%;
}
#form .err
{
	font-family: Sans Serif;
	font-size: 8pt;
	color:red;
}
/****************************************************************************************/
/********************************** Message styles **************************************/
/****************************************************************************************/
#msg
{
	margin:auto;
	width:460px;
	height:120px;
	position: relative;
	text-align:left;
}
#msg div
{
	clear:both;
}
#msg legend
{
	font-family: Tahoma;
	font-size:10pt;
	font-weight: bold;
	color: rgb(129,128,74);
}
#msg label
{
	display:block;
	float:left;
	font-family: Tahoma;
	font-size:9pt;
}
#msg label.name
{
	width:150px;
	text-align:right;
}
#msg label.value
{
	text-align:left;
	font-weight:bold;
}
/****************************************************************************************/
/********************************** Info styles *****************************************/
/****************************************************************************************/
#info
{
	margin:auto;
	width:460px;
	position: relative;
	text-align:center;
	color: Black;
	font-family:Tahoma;
}
#info table
{
	font-family: Tahoma;
	font-size:9pt;
	width:100%;
}
#info th
{
	font-weight:bold;
	text-align:left;
	width:66%;
}
#info td
{
	text-align:right;
	width:33%;
}
#info label
{
	margin:auto;
	font-size:12pt;
}
#info div.tahoma11
{
	font-size:11pt;
}
#info div.tahoma12
{
	font-size:12pt;
}
/****************************************************************************************/
/********************************** Admin menu styles ***********************************/
/****************************************************************************************/
#admin_menu
{
	width:100%;
	padding-left:120px;
	text-align:left;
}
#admin_menu a
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	color: rgb(129,128,74);
}
#admin_menu a:hover
{
	color: Black;
}
/****************************************************************************************/
/******************************* Basket cookie styles ***********************************/
/****************************************************************************************/
#basket
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:60px;
	background-color:rgb(129,128,74);
	font-family:Verdana;
	font-size:8pt;
	margin:auto;
	text-align:center;
}
#basket input#nIlosc
{
	display:block;
	width:40px;
}
#basket input#btnAdd
{
	width:16px;
	height:16px;
}
#basket label
{
	font-family:Verdana;
	font-size:8pt;
	display:block;
	color:white;
}
/****************************************************************************************/
/*********************************** Document styles ************************************/
/****************************************************************************************/
#dokument
{
	width:800px;
	height:100%;
	margin: auto;
	background-color: White;
	font-family: Verdana;
	text-align:center;
	border: solid 1px black;
	padding:10px;
}
#dokument div.box_left
{
	text-align:left;
	background-color: White;
	font-size: 8pt;
	border: none;
	float:left;
}
#dokument div.box_right
{
	text-align:right;
	background-color: White;
	font-size: 8pt;
}
#dokument div.box_center
{
	padding-top:20px;
	clear:both;
	background-color: White;
	margin:auto;
}
#dokument div.box_down
{
	text-align:right;
	background-color: White;
	font-size: 8pt;
	padding-top:80px;
}
#dokument div.box_owner
{
	text-align:left;
	margin:auto;
	font-size:8pt;
	width:350px;
	padding-top:20px;
	padding-bottom:20px;
}
#dokument .label
{
	font-size:8pt;
	text-align:left;
	text-decoration:underline;
	font-style: italic;
}
#dokument div.title
{
	font-size: 12pt;
}
#dokument table#items
{
	border-collapse:collapse;
	margin: auto;
	font-family: Verdana;
	font-size: 8pt;
	width: 100%;
}
#dokument table#items th
{
	border: solid 1px black;
}
#dokument table#items td
{
	border: solid 1px black;
}
#dokument table#items td.blank
{
	border: none;
}
/****************************************************************************************/
/*********************************** Filter styles **************************************/
/****************************************************************************************/
#filtr
{
	font-family:Verdana;
	font-size: 8pt;
	background-color:rgb(129,128,74);
	width:100%;
	border-collapse:collapse;
	border: solid 1px black;
}
#filtr th
{
	padding-right:6px;
	text-align:right;
	color:White;
	font-weight: bold;
}
