/* begin data grid style */
table{
    clear:both;
}
table.dataGrid
{
	background: white; 
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 12px;
	border: 1px #0c3747 solid;
	padding: 0.3em;
}
table#tableCenter td
{
    text-align:center;
}
table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}
table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #e3e8e8;
}
table.dataGrid tr:hover
{
	background: #cccccc;
}
/* end of data grid style */

.actionBar
{
	margin: 0px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
    width:900px;
}
div.czysto
{
    clear:both;
    float:none;
}
input[type=text], input[type=password]
{
    width:400px;
    border:1px dotted #000;
}
input[type=text]:focus, input[type=password]:focus
{
    width:400px;
    border:1px solid #000;
}
a
{
    color:#005599;
}
img
{
    border:0px solid #000000;
}
a.przycisk
{
    width:140px;
    height:20px;
    padding:5px 0px 0px 0px;
    font-weight:bold;
    text-align:center;
    margin-right:2px;
    margin-bottom:5px;
    display:block;
    background-image:url(../images/przycisk.png);
    text-decoration:none;
    float:left;
}
a.przycisk:hover
{
    background-image:url(../images/przycisk2.png);
}