body, html {
	height: 100%;
	margin: 0; padding: 0;
	padding-bottom: 50px;
	font: 10px Verdana, Arial;
	background: #F8F8F8 url(../images/body_bg.png) repeat-x;
	background-color: #e3e5e4;
}

.container {
	width: 960px;
	margin: auto;
	position: relative;
	z-index: 0;
}

#header {
	padding-top: 120px;
	background: #F8F8F8 url(../images/header_bg.png) no-repeat;
	width: 197px;
}

#header .disclaimer {
	padding-left: 200px;
	padding-top: 25px;
	color: #ccc;
	text-align: left;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}

#header .disclaimer h1 {
	font-size: 25px;
	font-variant: small-caps;
	text-shadow: 2px 2px 2px #000;

}

#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 46px;
	text-align: center;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer; } /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 3px 1px 3px #666;
	-moz-box-shadow: 3px 1px 3px rgba(102,102,102,1);
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	text-align: left;
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}

#content {
	height: 100%;
	width: 100%;
	padding-top: 70px;
}

.border_radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-box-shadow: 3px 1px 10px #ccc;
	-moz-box-shadow: 3px 1px 10px rgba(204,204,204,1);
}

.border_bottom_radius {
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 3px 1px 3px #ccc;
	-moz-box-shadow: 3px 1px 3px rgba(204,204,204,1);
}

.border_left_radius {
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 3px 1px 3px #ccc;
	-moz-box-shadow: 3px 1px 3px rgba(204,204,204,1);
}

.section {
	width: 500px;
}

input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-box-shadow: 3px 1px 10px #ccc;
	-moz-box-shadow: 3px 1px 10px rgba(204,204,204,1);
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
	color: #7F7F7F;
	font-size: 10pt;
	background-color: #fff;
}

input:hover {
	border: 1px solid #8f8f8f;
	color: #333;
}

.input {
	width: 250px;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.col {
	padding: 0px 5px 0px 5px ;
	width: 200px;
	color: #7f7f7f;
	font-size: 11pt;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

<!----------------------------------------------------------------->

#table {
	width: 100%;
	border: 1px solid #ccc;
}

#table td {
	font-size: 11pt;
	padding: 10px;
}

#table td a {
	color: #000;
	text-decoration: none;
}

#table th {
	color: #333;
	font-size: 13pt;
	padding: 10px;
	text-shadow: 0px -0.75px 1px rgba(0,0,0,1);
}

#table td.szczegoly {
	border-bottom: 0px;
	margin-bottom: 3px;
}

.odd, .even {
	border-top: 1px solid #ccc;
}

.odd {
	background-color: #f1f1f1;
}

.even:hover{
	background-color: #fff;
}

.odd:hover{
	background-color: #f5f5f5;
}

.cancel {
	float: right;
	margin: 3px;
	width: 16px;
	height: 16px;
	background-image: url(../images/cancel.png);
}

.bottom_items {
	background-color: #F8F8F8;
	padding: 6px;
	padding-top: 3px;
	height: 18px;
}

.pagination {
	float: left;
	margin-left: 20px;
}

.search {
	float: right;
	margin-right: 20px;
	width: 185px;
}

.search input {
	width: 175px;
	color: 666;
	font-style: italic;
	padding: 1px;
	font-size: 10pt;
}

#toolbar {
	top: 25%;
	right: 0px;
	border: 1px solid silver;
	border-right: 0px;
	background-color: #f8f8f8;
	position: fixed;
	z-index: 100;
	padding: 10px 10px 10px 10px;
	width: 25px;
}

#toolbar img {
	margin-top: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables
 */

.paging_full_numbers {
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}

.paging_full_numbers span.paginate_button {
	background-color: #fff;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #ddd;
}

.sorting_asc {
	background: url('../images/td/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/td/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/td/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/td/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/td/sort_desc_disabled.png') no-repeat center right;
}