body {
margin:0px;
background: #ffffff url('./images/tlo.png');
}

td {
background-color:#efefef;
}

hr {height: 0 !important;height: 1px; /* wysokosc pod ie */color: #ddd; /* kolor pod ie */background: transparent;border-width: 1px 0 0 0;border-color: #ddd;border-style: solid;
} 

input, select, textarea { 
border-style: solid;
border-color: #555555;
border-width: 1px;
font-size: 11px;
font-family: Arial;
color:black;
}

td.menu {
padding:5px;
color:#ffeaea;
font-family:Arial,Verana;
font-size:11px;
}

img {
	border: 0;
}

/*.fileImg img {
	border: #465c78 2px solid;
}*/

h1 {
color:#000;
font-family:Arial,Verana;
font-size:13px;
margin:0px;
padding:0px;
}

td.tresc {
padding:5px;
color:#000;
font-family:Arial,Verana;
font-size:11px;
background: #efefef url('./images/songs_11.gif');
background-repeat:no-repeat;
padding:5px;
}

a {color:#fff; font-family:Arial,Verana; text-decoration:none}
a:link {color:#fff; font-family:Arial,Verana; text-decoration:none}
a:active {color:#fff;font-family:Arial,Verana; text-decoration:none}
a:visited {color:#fff; font-family:Arial,Verana; text-decoration:none}
a:hover {color:#fff; font-family:Arial,Verana; text-decoration:underline}

.tresc a {color:#465c78; font-family:Arial,Verana; text-decoration:none;font-weight:bold;}
.tresc a:link {color:#465c78; font-family:Arial,Verana; text-decoration:none;font-weight:bold;}
.tresc tresc a:active {color:#465c78;font-family:Arial,Verana; text-decoration:none;font-weight:bold;}
.tresc a:visited {color:#465c78; font-family:Arial,Verana; text-decoration:none;font-weight:bold;}
.tresc a:hover {color:#465c78; font-family:Arial,Verana; text-decoration:underline;font-weight:bold;}


.orange {
	color: #d55f00;
	font-weight: bold;
	display: inline;
}

.orange2 {
	color: #d55f00;
	/*font-weight: bold;*/
	display: inline;
}



/*BEGIN: style dla TDataGrid*/

.grid {
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid td {
	padding: 3px;
}

.gridHeader {
	color: #566a88;
	background: #dadee5;
	text-align: center;
	font-weight: bold;
}

.gridRow1 {
	background: #edf0f3;
	padding: 4px;
}

.gridRow2 {
	background: #fbfbfb;
	padding: 4px;
}

.gridRowSelected {
	background: lightyellow;
}

.gridPager {
	text-align: right;
	color: silver;
}

.gridPager a {
	color: green;
	text-decoration: none;
}

.gridCategory {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
}

.gridCategory td {
	padding: 3px;
}

.smallText {
	font-size: 10px;
}

/*END: style dla TDataGrid*/

.menuLink {
	display: inline;
}