/*------------------------------------- Elements -------------------------------------*/
body{
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: #edeced;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #373e45;
}

h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00519f;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 13px;
	color: #0e3478;
}

hr{
	border: none;
	border-bottom: 1px solid #5e6a78;
}

a{
	text-decoration: none;
	color: #124298;
}

a:hover{
	text-decoration: none;
	color: #5e6a78;
}

input, select, textarea{
	border: 1px solid #5e6a78;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#ksronly{
	background-color: #e4e4e4;
	border: 1px solid #454545;
	color: #454545;
}
/*------------------------------------- securimage -------------------------------------*/
#simage{
	margin-left: 2px;
}
.reloadsimage{
	position: relative;
	top: -25px;
	left: 5px;
}

.simageinput{
	padding-top: 20px;
}
/*------------------------------------- Classes -------------------------------------*/

.button{
	background-color: #e5effd;
	border: 1px solid #195ed9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: black;
}

.error{
	color: red;
}

.tip img,.tip1 img,.tip2 img,.tip3 img,.tip4 img{
	position: relative;
	margin-top:-10px;
	top: 6px;
	cursor: help;
}

table.loginform{
	background-color: white;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px #545454;
	-moz-box-shadow: 2px 2px 5px 0px #545454;
	box-shadow: 2px 2px 5px 0px #545454;
	margin-bottom: 4px;
}

table.loginform td{
	font-weight: bold;
	text-align: right;
	padding: 1px 1px 1px 1px;
	
}

.headername img{
	width: 333px;
	height: 40px;
	border: 0px;
	margin-left: 10px;
	
}

.msg{
	background-color: white;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	width:250px;
}

.icontxt{
	position: relative;
	top: -6px;
	left: 3px;
	margin-right: 5px;
}

.logger{
	background-color: white;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	min-width:300px;
	white-space: nowrap;
}

.break_msg{
	background-color: white;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.artykul{
	background-color: white;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
}

.container{
	width: 1000px;
	height: 600px;
	border: 1px solid #d5d3d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px;
	-moz-box-shadow: 2px 2px 5px 0px;
	box-shadow: 2px 2px 5px 0px;
	background-color: #d5d3d4;
	background-image: url(images/container_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

.textcontainer{
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px #545454;
	-moz-box-shadow: 2px 2px 5px 0px #545454;
	box-shadow: 2px 2px 5px 0px #545454; 
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: white;
	min-height: 500px;
	min-width: 800px;
	width: auto;
	height: auto;
	
}

.helpcontainer{
	border: 1px solid #9fafbe;
	background-color: #e7eaed;
	padding: 10px 5px 5px 5px;
	margin-top: 5px;
	margin-left: 10px;
	min-width: 250px;
	min-height: 230px;
	text-align: left;
	line-height: 140%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px #545454;
	-moz-box-shadow: 2px 2px 5px 0px #545454;
	box-shadow: 2px 2px 5px 0px #545454;
}

.helpcontainer_window{
	border: 1px solid #e7eaed;
	background-color: #e7eaed;
	padding: 15px 15px 15px 15px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	width: 700px;
	min-height: 150px;
	text-align: center;
	line-height: 140%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px #545454;
	-moz-box-shadow: 2px 2px 5px 0px #545454;
	box-shadow: 2px 2px 5px 0px #545454;
}


div.helpcontainer div.text ol{
	margin-left: -10px;
}

div.helpcontainer div.text ol li{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.helpcontainer div.text img{
	margin-bottom: -5px;
}

div.advisor {
	width: 220px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #006f04;
	background-color: #ddffde;
	color: black;
	text-align: center;
	margin: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.advisor a { 
	font-weight :bold;
}
/*------------------------------------- Menu -------------------------------------*/

.menucontainer{
	margin: 0px 10px 10px 10px;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px #545454;
	-moz-box-shadow: 2px 2px 5px 0px #545454;
	box-shadow: 2px 2px 5px 0px #545454; 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: white;
	width: 163px;
}

a.menu1{
	display: block;
	border: 1px solid #c4c4c5;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 160px;
	height: 23px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/elementsbgpng.png);
	background-repeat: repeat-x;
	background-color: #a7a7a7;
	color: white;
	margin-top: 10px;
	padding-top: 5px;
}

a:hover.menu1{
	text-decoration: none;
}

a.menu2{
	display: block;
	border-top: 1px solid #e4e7e9;
	border-bottom: 1px solid #ced4d7;
	border-left: 1px solid #ced4d7;
	border-right: 1px solid #ced4d7;
	height: 20px;
	width: 155px;
	font-size: 13px;
	color: #1d2123;
	background-color: #e4e7e9;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
}

a:hover.menu2{
	display: block;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	width: 155px;
	font-size: 13px;
	color: #1d2123;
	background-color: #c8ced2;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
}

/*------------------------------------- Tabele -------------------------------------*/

.toolbar{
	text-align: left;
	margin: 2px 2px 2px 5px;
}

.toolbar a {
	text-decoration: none;
}

.toolbar a:hover {
	text-decoration: none;
}

.strona{
	text-align: left;
	font-weight: bold;
	margin-left: 5px;
}

table.admtabela td.tdc{
	text-align: center;
}
table.admtabela td.tdr{
	text-align: right;
}
table.admtabela td.tdn{
	white-space: nowrap;
}
table.admtabela td.ico{
	width: 24px;
	text-align: center;
}

table.admtabela td img{
	margin-bottom: -1px;
	margin-top:-1px;
	margin-left: -3px;
	margin-right: -3px;
}

table.admtabela{
	background-color: white;
	min-width: 350px;
	border: 1px solid #c8ced2;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}

table.admtabela caption, .easytable_caption caption{
	border-top: 1px solid #acafb3;
	border-left: 1px solid #acafb3;
	border-right: 1px solid #acafb3;
	background-image: url(images/elementsbgpng.png);
	background-repeat: repeat-x;
	background-color: #a7a7a7;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: white;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

table.admtabela caption img, .easytable_caption caption img{
	margin-bottom: -7px;
	margin-top: -4px;
	margin-left: 4px;
}

table.admtabela th{
	border: 1px solid #c8ced2;
	background-color: #e4e4e4;
	padding: 4px 4px 4px 4px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

table.admtabela td{
	border: 1px solid #c8ced2;
	padding: 2px 4px 2px 4px;
	text-align: left;
}

table.admtabela tr:hover{
	background-color: #e4e4e4;
}

.easytable{
	border-spacing: 0px;
	min-width: 350px;
	border: 1px solid #c8ced2;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.easytable_caption{
	border-spacing: 0px;
	min-width: 350px;
	border: 1px solid #c8ced2;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.easytable th, .easytable_caption th{
	border-bottom: 1px solid #c8ced2;
	background-color: #e4e4e4;
	padding: 4px 4px 4px 4px;
	text-align: right;
	font-weight: bold;
	width: 50px;
	white-space: nowrap;
}

.easytable td, .easytable_caption td{
	border-bottom: 1px solid #c8ced2;
	text-align: left;
	padding: 4px 4px 4px 4px;
}

th.easytable_group {
	text-align: center;
	background-color: #d9e1f6;
	border: 1px solid #a7baea;
	font-weight: normal;
	font-size: 14px;
	border-radius: 3px;
}

td.easytable_print{
	text-align: right;
}

.easytable_print img{
	position: relative;
	top: 7px;
	margin-top: -10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 3px;
	text-align: right;
}

.lighttable{
	border: 1px solid #c8ced2;
	background-color: #e4e4e4;
	min-width: 200px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lighttable_caption{
	border: 1px solid #c8ced2;
	background-color: #e4e4e4;
	min-width: 200px;
	margin-bottom: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.lighttable td, .lighttable_caption td{
	text-align: left;
	padding-left: 2px;
}

.lighttable th, .lighttable_caption th{
	text-align: right;
	padding-left: 5px;
	padding-right: 2px;
	font-size: 13px;
	font-weight: bold;
}

.lighttable_caption caption{
	border-top: 1px solid #c8ced2;
	border-left: 1px solid #c8ced2;
	border-right: 1px solid #c8ced2;
	background-color: #e4e4e4;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.lighttable tr:hover, .lighttable_caption tr:hover {
	background-color: white;
}

.lighttable_caption caption img, .easytable_caption caption img{
	margin-bottom: -7px;
	margin-top: -4px;
	margin-left: 4px;
}
/**------------------------------------- transfer table -------------------------------------**/

.transfer_table_caption{
	border-left: 1px solid #006f04;
	border-right: 1px solid #006f04;
	border-bottom: 1px solid #006f04;
	background-color: #ddffde;
	width: 270px;
	margin: -5px 5px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.transfer_table_caption caption{
	border-top: 1px solid #006f04;
	border-left: 1px solid #006f04;
	border-right: 1px solid #006f04;
	background-color: #c1ffc3;
	font-size: 15px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.transfer_table_caption a{
	font-size: 13px;
	font-weight: bold;
}

.transfer_table_caption th{
	text-align: right;
}

.transfer_table_dws_caption{
	border-left: 1px solid #2e8b57;
	border-right: 1px solid #2e8b57;
	border-bottom: 1px solid #2e8b57;
	background-color: #DDFFDE;;
	width: 98%;
	margin: 5px 0px 5px 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

table.transfer_table_dws_caption caption{
	background-image: none;
	border-top: 1px solid #2e8b57;
	border-left: 1px solid #2e8b57;
	border-right: 1px solid #2e8b57;
	background-color: #2e8b57;
	font-size: 15px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

table.transfer_table_dws_caption th{
	text-align: right;
	font-weight: normal;
}

table.transfer_table_dws_caption td{
	text-align: left;
	font-size: 15px;
}

table.transfer_table_dws_caption a{
	margin-left: 25px;
	color: #2e8b57;
}
/**------------------------------------- currency table -------------------------------------**/

table td .curr_button img{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	top: 2px;
}

.curr_symbol{
	position: relative;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	top: -8px;
}

.curr_increase{
	color: green;
	font-size: 13px;
	background-image: url(../../images/waluty/curr_up.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	
}

.curr_decrease{
	color: red;
	font-size: 13px;
	background-image: url(../../images/waluty/curr_down.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	
}

.curr_static{
	color: #708090;
	font-size: 13px;
	padding-left: 20px;
}
/*------------------------------------- Pulpit -------------------------------------*/
#komunikat{
	float: right;
	min-width: 240px;
	height: 35px;
	border: 1px solid #9dc69e;
	background-color: #e0ede0;
	padding-top: 12px;
	padding-right: 50px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
	color: #253f26;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px #545454;
	-moz-box-shadow: 2px 2px 5px 0px #545454;
	box-shadow: 2px 2px 5px 0px #545454; 
	position: relative;
	right: 180px;
	top: 50px;
}

#transakcje{
	width: 270px;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 5px;
}

#trt{
	font-size: 12px;
	text-align: right;
	padding: 5px 5px 5px 5px;
	border-bottom: 0px solid #c8ced2;
}
	
#trl{
	font-size: 12px;
	text-align: center;
	padding: 5px 5px 5px 5px;

}
	
#tra{
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	color: #708090;
}

#sp, #sr, #sw, #sz, #d, #w {
	font-size: 18px;
	font-weight: bold;
	color: #114094;
	background-color: #e4e4e4; 
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c8ced2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*------------------------------------- Formatki -------------------------------------*/
.sform_ico img{
	position: relative;
	margin-top:-10px;
	top: 6px;
	cursor: help;
}

.subsection{
	border: 1px solid #c8ced2;
	background-color: #e4e4e4;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #474747;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.subsection_highlight{
	border: 1px solid #719bf0;
	background-color: #c8d9f9;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #474747;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sform, .sform_inline{
	border: 1px solid #c8ced2;
	background-color: #e4e4e4;
	min-width: 200px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px 3px 3px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sform th, .sform_inline th, .sform_caption th{
	text-align: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 2px;
	font-size: 13px;
	font-weight: bold;
}

.sform td, .sform_inline td, .sform_caption td{
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 12px;
	
}

.sform td, .sform_inline td, .sform_caption td{
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 12px;
	
}

td.tderror input, td.tderror select, td.tderror textarea {
	border: 1px solid red;
}

.sform_caption{
	border: 1px solid #c8ced2;
	background-color: #e4e4e4;
	min-width: 200px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px 3px 3px 3px;
}

.sform_caption caption{
	border-top: 1px solid #c8ced2;
	border-left: 1px solid #c8ced2;
	border-right: 1px solid #c8ced2;
	background-image: url(images/elementsbgpng.png);
	background-color: #a7a7a7;
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: white;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sform_caption caption img{
	margin-bottom: -7px;
	margin-top: -4px;
	margin-left: 4px;
}
/*------------------------------------- Zakladki -------------------------------------*/

.tabmenu{
	border-bottom: 1px solid #5e6a78;
	margin: 12px 0px 0px 0px;
	z-index: 1;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}

.tabmenu li{
   display: inline;
   overflow: hidden;
   list-style-type: none;
}

.tabmenu a, a.active{
	font-weight: bold;
	margin-left: 3px;
	color: white;
	background-image: url(images/elementsbgpng.png);
	background-repeat: repeat-x;
	background-color: #a7a7a7;
	border: 1px solid #5e6a78;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabmenu a.active{
	color: black;
	background-color: white;
	background-image: none;
	border-bottom: 3px solid white;
}

.tabmenu a:hover{
	color: white;
	background-image: url(images/elementsbgpng.png);
	background-position: bottom;
	background-repeat: repeat-x;
	
}

.tabmenu a.active:hover{
	color: black;
	background-color: white;
	background-image: none;
	border-bottom: 3px solid white;
}

/*------------------------------------- Ajax -------------------------------------*/
.ajax_fid{
	position: relative;
	top: -5px;
}

.ajax_table{
	border: 1px solid #2a4e6d;
	background-color: #dde7fb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jqmWindow{
	display: none;
	position: absolute;
	top: 19%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background-color: #eef3fd;
	color: #333;
	border: 1px solid #2a4e6d;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.jqmWindow2{
   display: none;
   position: absolute;
   top: 17%;
   left: 50%;
   margin-left: -300px;
   width: 600px;
   background-color: #eef3fd;
   z-index:200;
   color: #333;
   border: 1px solid #2a4e6d;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	

.jqmOverlay{
	background-color: #000; 
}

/*------------------------------------- HTMLTabs -------------------------------------*/

.tab1 {
	background:gray;
	color:#111;
	width:800px;
	border:1px solid #222;
	margin:8px auto;
}

.tab1 li{ 
	list-style:none; 
	float:left; 
}

.tab1 ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none;
	margin:1px;
	margin-left:0;
	font:10px Verdana;
	color:#FFF;
	background:#444;
}

.tab1 ul a:hover{
	color:#FFF;
	background:#111;
}

.tab1 ul a.selected{
	margin-bottom:0;
	color:#000;
	background:snow;
	border-bottom:1px solid snow;
	cursor:default;
}

.tab1 div{
	padding:10px 10px 8px 10px;
	clear:left;
	background:snow;
	font:10pt Georgia;
}

.tab1 div a{ 
	color:#000; 
	font-weight:bold; 
}
/*------------------------------------- dowod kupna-sprzedazy -------------------------------------*/
.dks_date {
	width: 600px;
	text-align: right; 
	margin-bottom: 50px;
}

.dks_kontrahent {
	width: 600px;
	height: 100px;
	margin-bottom: 20px;
}

.dks_seller {
	width: 285px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	text-align: left;
	float: right;
}

.dks_buyer {
	width: 285px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	text-align: left;
	float: left;
}

.dks_tablecontainer {
	width: 600px;
}

.dks_table {
	width: 600px;
	border-spacing: 0px;	
}

.dks_th {
	border: 1px solid #b6b6b6;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.dks_tdbc {
	border: 1px solid #b6b6b6;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

.dks_tdbr {
	border: 1px solid #b6b6b6;
	padding: 3px 5px 3px 3px;
	text-align: right;
}
