@CHARSET "utf-8";

html, body {home.css (line 10)
	height:100%;
}

img, div {
	behavior: url( iepngfix.htc );
}

body {
	color: #333333;
	background-color:white;
	font-size:80%;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:0pt;
}
ul{
	list-style-position: inside;
}

#head, #main, #foot{
	position:relative;
	padding: 5px 0 5px 0;
}

#container{
	margin: 0 auto;
	width: 900px;
}
#foot{
	
}
#foot p{
	text-align: center;
	color: #979797;
}

#menu {
	top:5px;
	right: 0;
	width: 220px;
	position: absolute;
	background: url(help-browser.png) no-repeat right 7px;
}
#menu li{
	list-style-position: inside;
}

/** KLASY*/

.info, .error {
	color:black;
	min-height: 40px;
	// height: 40px;	/** IE */
	padding:2px 40px 2px 2px;
	font-family:arial,verdana;
}

.info {
	background: #D4DBFF url(dialog-information.png) right top no-repeat;
	border-top:2px solid #00BACB;
	border-bottom:2px solid #00BACB;
}

.error {
	background: #FFBFBF url(dialog-warning.png) right top no-repeat;
	border-top:2px solid #B30000;
	border-bottom:2px solid #B30000;
}

.error h3, ul, li {
	margin: 0;
	padding: 0;
}
.error li{
	list-style-image: url(exclamation.png);
	list-style-position: inside;
}

/** FORM STYLE*/

fieldset, label{
	border:0;
	margin:0;
	padding:0;
}
fieldset{
	margin-bottom: 10px;
	background: url(bg-fieldset.png) repeat-x top;
}
label{
	clear:left;
	display:block;
	margin-bottom: 3px;
}
label span{
	float:left;
	width: 200px;
}
legend{
	margin-bottom: 5px;
	font-weight:bolder;
}
textarea, input, select{
	padding: 3px;
	border:1px solid #DEDEDE;
	background-color:#FFFFFF;
}
textarea{
	width: 400px;
	height: 150px;
}

.next, .add, .delete {
	padding: 3px 30px 3px 3px;
	border:1px solid #DEDEDE;
	border-bottom: 2px double #333333;
	background-color:white;
	background-position: top right;
	background-repeat: no-repeat;
}
.next {
	background-image: url(go-next.png);
}
.add {
	background-image: url(list-add.png);
}
.delete {
	background-image: url(list-remove.png);
}

.box, .ok{
	border: 2px;
	border-style: ridge;
}

.small {
	width: 40px;
}

.ok{
		border-color: #00f234;
		background-color: #BEFFA4;
}
.box{
		border-color: #333333;
}

/** TABLE STYLE*/
table {
	margin-bottom: 10px;
}
table caption {
	font-weight:bold;
	text-align: left;
}
table th{
	text-align: left;
}
tr.row1{
	border-bottom: 2px solid #333333;
}
tr td.selected{
	color: red;
}
