body { text-align:center;  background:url(../img/body-bg.jpg) repeat-x #EBEBEB; color:#4F4F4F; font-family:Arial, Verdana, sans-serif; height: 100%;}

/* wyzerowanie marginesow i paddingow */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* clearing float */
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }

/* usuniecie obramowania obrazkow */
img { border: 0; }
a {
	color: #229C00;
}
a:hover {
	text-decoration: none;
}
h2.error {
	margin: 0;
	color: red;
	font-size: 14px;
	padding: 0;
	text-align: center;
}
h3 {
	color: #229C00;
	font-size: 16px;
	margin: 10px 0;
}
/* common styles */
.floatleft { float:left; }
.floatright { float:right; }

/* Main container */
#container { padding-bottom: 6px; width: 980px; margin:8px auto; text-align:left; background:#fff; border-top:1px solid #C2C2C2; }

/* left side */
#left-side { float:left; width: 968px; margin: 0 6px 6px; overflow: hidden;}

/* header */
#logo {width: 200px; height: 100px; float: left;}
#header { position:relative; height:100px; width: 765px; float: right;}
#header h2 { text-align: center; margin-top: 40px; margin-right: 100px}
#header img { position:absolute; left:15px; top:15px; }
#menu { list-style-type:none; float:right; overflow: hidden; padding:8px 14px 8px 26px; width: 725px; text-align: right;}
#menu li { display:inline; background:url(../img/dot.gif) no-repeat 1px 8px; padding: 0 0px 0 15px; }
#menu li a { color:#229C00; text-decoration:none; font-size:14px; font-weight:bold; }
#menu li a:hover { text-decoration:underline; }

#content { padding: 15px 6px; overflow: hidden; width: 955px;}
h1 { color:#229C00; font-size:24px; text-align: left; padding-bottom:10px; }
p { color:#7E7E7E; font-size:12px; text-align:justify; }
h2 { color:#7E7E7E; font-size:18px; padding:30px 0 10px 30px; text-align: center;}

/* sidebars */
#sidebar-left { width: 214px; height: 575px; float:left; background:url(../img/boxes.jpg) no-repeat 0 100px;}
#sidebar-left .dolacz img { margin:370px 0 0 9px;}

/* footer */
#topHeader { border: none; margin: 6px 6px 0 6px; }
#topHeader ul { list-style-type:none; padding: 2px 2px 5px 2px; }
#topHeader ul li { display:inline;  }
#topHeader ul li a { color:#9C9C9C; text-decoration:none; font-size: 12px; border-right:1px solid #9C9C9C; padding:0 18px 0 18px; }
#topHeader ul li a:hover { text-decoration:underline; }
#topHeader ul li span { color: #4F4F4F; font-weight: bold; text-decoration:none; font-size: 12px; padding:0 18px 0 18px; }

.page2 #topHeader {
	background: url('../img/footer-bg.gif') 0 -23px;
	text-align: right;
}

table {
	border-right: 1px solid #9C9C9C;
	border-bottom: 1px solid #9C9C9C;
	width: 100%;
	margin: 10px 0;
}
table td, table th {
	border-left: 1px solid #9C9C9C;
	border-top: 1px solid #9C9C9C;
	padding: 3px;
	font-size: 12px;
	vertical-align: top;
}
table th {
	white-space: nowrap;
}
table td span, table th span {
	font-weight: normal;
	font-style: italic;
}
table tr.head td, table tr.head th {
	background: #229C00;
	color: #fff;
	vertical-align: middle;
}
table tr.head th {
	text-align: center;
}
table tr.head td span.big, table tr.head th span.big {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding: 5px;
}
table tr td.null, table tr th.null {
	border-left: 0;
	border-top: 0;
	background: none;
}

div.login {
	border: 1px solid #229C00;
	font-size: 12px;
	color: #fff;
	width: 202px;
	margin: auto;
	padding: 15px 30px;
}
div.login form {
	border-bottom: 1px solid #229C00;
	padding-bottom: 10px;
	overflow: hidden;
}
div.login * {
	display: block;
}
div.login label {
	padding: 10px 0 5px 0;
	color: #229C00;
	font-weight: bold;
}
div.login input {
	width: 198px;
	border: 1px solid #229C00;
	padding: 1px;
}
div.login input.hidden {
	border: 0;
	width: auto;
	padding: 0;
	display: none;
}
div.login input.submit {
	margin: 0 auto 10px auto;
	color: #229C00;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	background: url('../img/but_login.gif') no-repeat;
	border: 0;
	width: 123px;
	height: 30px;
	cursor: pointer;
}
div.login .remember {
	overflow: hidden;
}
div.login .remember * {
	float: left;
}
div.login .remember input {
	width: 20px;
	height: 30px;
	border: 0;
}
div.login .addUrls {
	overflow: hidden;
	padding: 10px 0 5px 0;
}
div.login .addUrls a {
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
}
div.login .addUrls a:hover {
	text-decoration: underline;
}

#footer {
	background: url('../img/footer-bg.gif') 0 -26px;
	font-size: 12px;
	margin: 0 6px;
	overflow: hidden;
	border-top: 1px solid #7E7E7E; 
}
#footer span {
	float: left;
	width: 474px;
	padding: 5px;
}
#footer span.right {
	text-align: right;
}
div.BoxTable {
	float: left;
}
div.BoxTable.BoxTableW400 {
	width: 500px;
}
div.BoxTable.BoxTableW300 {
	width: 400px;
}
div.BoxTable.BoxTableRight {
	float: right;
}
div.BoxTable.BoxTableCenter {
	float: none;
	margin: auto;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
p.r {
	margin-top: -15px;
}

tr.hidden, tr.hidden * {
	display: none;
}

form.TransferTip {
	text-align: center;
}
form.TransferTip input.TransferTip {
	margin: 15px auto;
	border: 5px solid #229C00;
	background: #fff;
	padding: 10px;
	color: #229C00;
	font-weight: bold;
}
table tfoot tr td {
	text-align: center;
}
table thead th.table-sortable {
	background-image: url('../img/ico_unsorted.gif');
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 12px;
	cursor: pointer;
}
table thead th.table-sortable.table-sorted-asc {
	background-image: url('../img/ico_descending.gif');
}
table thead th.table-sortable.table-sorted-desc {
	background-image: url('../img/ico_ascending.gif');
}
div.login.remind form input#email {
	margin-bottom: 10px;
}
div.login.remind input.submit {
	background: url('../img/but_remind.gif') no-repeat;
	width: 165px;
	height: 27px;
	margin-bottom: 0;
}
tr.head th.hcenter {
	text-align: left;
	border-left: 0;
}
table tr.company td, table tr.company th {
	color: blue;
}