@charset "utf-8";
* {font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;}
body  {
	font-size: 12px ;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(img/tlo_top2.png);
	background-repeat: repeat-x;
}
p {
	color: #222;
}
li {
	color: #111;
}
.url{
font-size:10px;
color: green;
text-decoration: none;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #1F4A7D; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
float:left;
	background: #376fa2; 
padding: 0 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height:115px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header2 { 
float:left;
border-top: 1px solid #9dbbd6;
	background: #1b4163; 
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
width: 1000px;
margin-bottom:20px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
}

.twoColFixLtHdr #mainContent { 
	margin:20px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	color: #999;
	font-size: 10px; 
	text-align: center;
	border-top:1px solid #999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.menu {
	text-decoration:none;
	color:#F8F9FA; 
	font-size: 12px;
	padding: 6px;
	margin-left: 15px;
	margin-top:3px;
	display: block;
	float: left;
	font-weight: bold;
}
.menu:hover {
	text-decoration:none;
	color:#333; 
	background-color: #fff;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.menua {
	text-decoration:none;
	font-size: 12px;
	padding: 6px;
	margin-left: 15px;
	margin-top:3px;
	display: block;
	float: left;
	font-weight: bold;
	color:#333; 
	background-color: #fff;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.menu2 {
	color:#fff; 
	font-family: 'Trajan Pro'; 
	font-size: 15px;
	margin: 7px 2px 2px 17px;
	padding: 5px;
	text-decoration: none;
display: block;
float:left;
#border: 2px solid #376FA2;
}
.menu2:hover {
	text-decoration:none;
	color:#F8F9FA;
	#border: 2px solid #fff;
			-moz-border-radius:4px; 
	background: #1B4163;		
}
.menu2a {
	font-family: 'Trajan Pro'; 
	font-size: 15px;
	margin: 7px 2px 2px 17px;
	padding: 5px;
	text-decoration: none;
display: block;
float:left;
	color:#fff;
	#border: 2px solid #fff;
			-moz-border-radius:4px; 
	background: #375D7F;
}
.menu2a:hover {
	text-decoration: none;
	color:#fff;
}
.link:hover {
	text-decoration: underline;
	color:#999; 
	font-family: Verdana; 
	font-size: 10px;
}

.link {
	text-decoration:none;
	color:#666; 
	font-family: Verdana; 
	font-size: 10px;
}

h3{
	margin:30px 0 15px 0;
	padding: 30px 0 5px 0;
	color: #333;
	font-weight: bold;
	font-size:15px;
	text-transform:uppercase;
}
h4{
	color: #333;
	font-weight: bold;
	font-size:14px;
}
.table{
	border: 0px solid #285577;
	color: #111;
}
.table td{
	text-align: center;
}
.tabletop {
	background-color: #366fa4;
	background-image: url(img/tlol.png);
	color:#FFF; 
	text-align: center; 
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	height:32px;
}

.tablerow1{
	background-color: #e9e9e9;
}

.tablerow2{
	background-color: #d9d9d9;
}

.hrWhite{
border: 0; border-top: 1px dashed #fff;
}

.logBox {
position: relative;
top:3px;
width: 200px;
color: #333; 
font-size: 11px;
border: 1px solid #000;
border-bottom: 0;
float: left; 
margin-left:80px; 
padding: 6px; 
background-color: #fff;
	-moz-border-radius:4px;
}
.logBox2 {
position: relative;
top:-70px;
width: 170px;
color: #333; 
font-size: 11px;
border: 1px solid #000;
border-bottom: 0;
float: left; 
margin-left:80px; 
padding: 6px; 
/*background-color: #fff;*/
	background-image: url(img/85opt.png);
	-moz-border-radius:4px;
}
.input{
  border: 1px solid #5d95c1;
  background: #fff;
  color: #1f4a7d;
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #22597A;
  font-family: Verdana;
}
.input2{
 color: #333;
 border: 1px solid #999;
 background: #FFF;
 font-family: Verdana;
 font-size:11px;
}
.input3 { 
 color: #333;
 border: 1px solid #999;
 background: #FFF;
 font-family: Verdana;
 font-size:12px;
 padding:3px;
}
.inplus{
	font-size: 8px;
	color: green;
	border: 1px solid #888;
	background-color: #FFFF99;
	display: inline;
	padding-right: 2px;	
}

.inminus{
	font-size: 8px;
	color: #DF4527;
	border: 1px solid #888;
	background-color: #FFFF99;
	display: inline;
	padding-right: 2px;
}
.fraza{
text-decoration: underline;
color: #000;
}
.fraza:hover{
text-decoration: none;
}
.errorbox{
  margin:20px; 
  padding:5px;
  border-top: 1px dashed #CC3300;
  border-bottom: 1px dashed #CC3300;
  background-color:#F6DAD1;
  color: #C00;
}
.okbox{
	margin:20px; 
	padding:5px; 
	border-top: 1px dashed #1f4a7d;
	border-bottom: 1px dashed #1f4a7d;
	background-color:#e6e6e6
}
.wiecej {
display: block;
float: left;
color: #111;
font-size: 11px;
text-decoration: none;
text-align:center;
margin-right: 1px;
padding: 6px;
}
.wiecej:hover {
	background: #222;
		-moz-border-radius:2px;
	color: #fff;
	text-decoration: none;
}
.pauza {
display: block;
float: left;
color: #111;
font-size: 11px;
text-decoration: none;
text-align:center;
margin-right: 1px;
padding: 6px;
}
.pauza:hover {
	background:#1B4163;
		-moz-border-radius:2px;
	color: #fff;
	text-decoration: none;
}
.usun {
display: block;
float: left;
color: #111;
font-size: 11px;
text-decoration: none;
text-align:center;
margin-right: 1px;
padding: 6px;
}
.usun:hover {
	background:#CC0000;
	-moz-border-radius:2px;
	color: #fff;
	text-decoration: none;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;}
.print_screen{
	border:1px solid #999;
}
.print_screen:hover{
	border:1px solid #222;
}
.nowosc{
  margin:20px; 
  padding:5px;
	background:#FCFFCD;
	margin-bottom:10px;
	border-top: 1px dashed #FFD760;
	border-bottom: 1px dashed #FFD760;
}
.add_box{
	display: none;
		-moz-border-radius:4px; 
	border: 1px solid #666;
	padding:10px;
	background: #eee
}