/**
* Main settings
*/

BODY {
	margin : 0px;
	min-width: 750px;
	background-color : #EEEEEF;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;

}

TABLE#main {
	background-color : white;
	vertical-align : top;
	padding : 0;
}

TABLE.cenik {
	background-color: #fef2db;
	width : 100%;
}

.cenik TD.v {
	text-align: center;
	font-weight: bold;
	color : white;
	background: #941920; /*#c8ae7b;*/
	white-space: nowrap;
}

#main TD#footer {
	border-top : solid 2px #EEEEEF; /*#941920;*/
	padding-top : 5px;
	font-size : 0.8em;
	text-align : center;
}	

#main TD#content {
	padding : 10px;
	padding-top : 15px;
	text-align : justify;
}

A {
	color : #C11219;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}	

LI {
	list-style: square outside none;
}

IMG.border {
	border: 2px solid #941920;
}

IMG.right {
	margin: 0;
	margin-left: 10px;
	margin-bottom: 0;
	float: right;
}

HR {
	color : #941920;
	height: 2px;
}

.small_font {
	font-size : 0.8em;
}

	input.finput {
						border: 1px solid #c8c8c8;
						width: 110px;
						font-size: 8pt;
					}

					input.fsubmit {
						border: 1px solid #808080;
						background: #982818;
						color: white;
						font-weight: bold;
						text-align: center;
						font-size: 8pt;
						width: 110px;
					}

/***********************************************************/
/*
.hidden {
	display : none;
}

HR {
	height : 1px;
	border ; 0;
	color : black;
}

DIV.afterfloat {
	clear : both;
}

#header {
	top: 0;
	left: 0;
	background : #0099CC;
	margin : 0;
	padding : 1px 5px 1px 5px;
	font-size : 1.2em;
	font-weight : bold;
}

#navibar {
	background : #000066;
	padding : 1px 5px 1px 5px;
	font-size : 0.8em;
	font-weight : bold;
	color : White;
}

#main {
	background : White;
}

#sidebar {
	width : 140px;
	float : left;
	padding : 5px;
	background : white;
}

#content { 
	margin-left : 150px;
	padding : 5px;
}

#footer {
	background : transparent;
	border-top : medium solid Black;
	text-align : right;
	color : Black;
	font-size : 0.6em;
	font-style : italic;
}

#sidebar DIV {
	border : 1px solid Black;
	padding : 5px;
	background : white;
}

#sidebar_modules DIV {
	border : 2px solid Black;
	padding : 5px;
	background : white;
}

.menuitem {
	display : block;
	color : Black;
	text-decoration : none;
}

.menuitem:hover {
	background : #0099CC;
}
 
#sidebar HR.separator {
	width : 100%;
 	color: Black;
	height: 1px;
	border : hidden;
}	

TABLE.list {
	border : hidden;
	border-collapse : collapse;
	border-spacing : 0px;
	table-layout : auto;
	text-align : left;
}

.list TR.header {
	background : transparent;
}

.list TR.odd:hover TR.even:hover {
	background-color : White;
}

.list TR.odd {
	background : #cccccc;
}

.list TR.odd:hover {
	background : #000066;
	color : White;
}

.list TR.even {
	background : #eeeeee;
}

.list TR.even:hover {
	background : #000066;
	color : White;
}

.list TR.others {
	font-weight : bold;
}	

.list TH {
	border-left : hidden;
	border-right : hidden;
	border-top : hidden;
	border-bottom : 2px solid Black;
	padding-right : 10px;
}	

.list TD {
	border-left : hidden;
	border-right : hidden;
	border-top : none;
	border-bottom : 1px solid Black;
	padding-right : 10px;
}

.tab {
	background-color : white;
	border-bottom : 1px solid Black;
	color : black;
}

A {
		text-decoration : none;
}


FORM .button {
	background : #0099CC;
	border-bottom : 3px solid Black;
	border-top : 3px double Black;
	border-right : 3px solid Black;
	border-left : 3px double Black;
}

FORM .border:focus {
	border : 2px solid #0099CC;
}

INPUT {
	border : 1px solid Black;
}

INPUT:focus {
	border : 1px solid #0099CC;
}

*/
