/* --------- baza wiedzy ------------*/
em.atc {
	padding-left:20px;
	padding-bottom:2px;
	color:darkgreen;
	display:block;
}
em.pilot {
	padding-left:20px;
	padding-bottom:3px;
	color:#207291;
	display:block;
}
em.atc:before {
	content: 'ATC: ';
	color: #CE6700;
	font-weight: bold;
}
em.pilot:before {
	content: 'PILOT: ';
	color: #CE6700;
	font-weight: bold;
}
.text {
	text-align: justify;
}

.akapit {
	text-indent: 35px;
	padding-left: 10px;
}
p.left {
	text-indent:0px;
	padding-left: 10px;
	text-align: left;
}
p.center {
	text-align:center;
}
p.noident {
	text-indent: 0px;
}
span.pad {
	padding-left: 20px;
}
p.head {
	text-decoration:underline;
	font-weight:bold;
}

del {
	color:red;
}
ins {
	color:green;
}

/*---------------Global---------------------*/
	
	
table.lista {
color:#666666;
padding-left: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;

}
td {
padding-left:10px;
border-bottom:dashed 1px grey;
}

table.table_kb td {
	border:1px darkgrey solid;
	padding:3px;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}
table.table_kb {
	border:1px black solid;
}
td.table1 {
padding: 1px 3px 1px 3px;
border:1px solid grey;
}

td.yes {
background-color:#de5952;
}

/* ----------- JOIN_FORM ------- */

#join_form {
	margin: 5px 0 0 0;
	padding: 0 0 0 60px;
	float: left;
	clear: left;
	width: 550px;
	border:1px solid #dadada;
}

#join_form legend {
	font-weight:bold;
	margin-left:5px;
}

#join_form ol {
	margin-left: 0px;
	padding: 5px 0px 0 0px;   
	list-style: none;  
}  

#join_form li {   
	float: left;    
	clear: left;    
	width: 100%;
	padding-bottom: 3px;  
} 

#join_form label {
	text-align:right;
	width: 145px;    
	margin-right: 10px; 
	float: left; 
}


fieldset.submit {      
float: none;    
width: auto;    
border: 0 none #FFF;    
padding-left: 12em;    
}
/*------------ ANKIETA --------------*/
	#ankieta td {
	border-bottom:none;
	}


	body {
	  margin:0 auto;
	  margin-bottom: 30px;
	  margin-top: 0px;
	  background:#cccccc;
	  /*background:#cccccc url(img/back.gif);*/
	  }

	a {
	  color: #CC3333; /* #6DA6E2; */
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color:#CC3333; /*#2763A5;*/
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
/*---------------Container-----------------*/

	#container {
	  width: 850px;
	  margin: 0 auto;
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  margin-top:30px;
	  color: #666;
	  background-color: #fff;	  
	  }
	  
	#container2 {
	  width: 850px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif; /*Georgia, Times New Roman, Times, serif;*/
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666;
	  background-color: #fff;
	  }
		
/*---------------|||||||||||header-------------------------------------------------------------------*/

	#header {
	  width: 845px;
	  border: 2px solid #fff;
	  padding-bottom:10px;
	  padding-top: 10px;
	  clear: both;
	  background:url(img/head.gif) no-repeat;
	  }
	  
	#header p { 
	  margin-top: -3px;
	  margin-left: 30px;
	  color: #fff;
      font-family: Georgia, Times New Roman, Times, serif;
	  }
	  	
	#header h1 {
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-weight: bold;
	  font-size: 32px;
	  color: #fff;
	  margin-bottom: 10px;
	  margin-top:30px;
	  margin-left: 10px;
	  }
	  
	#header a {
	  color: #CC6262;
	  text-decoration: none;
	  }

	#header a:hover {
	  color: #999;
	  }
	    
/*---------------|||||||||||Menu-------------------------------------------------*/

    #menu {
      float:left;
      width:845px;
      font-size:93%;
	  padding-bottom: 1px;	
	  background:url(img/menu.gif);
      line-height:normal;
      }
	  
    #menu ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
      }
	  
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #menu a {
      float:left;
      background:url(img/left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
	  
    #menu a span {
      float:left;
      display:block;
      background:url(img/right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff;
      }
	  
    #menu a span {
	  float:none;
	  }
	  
    #menu a:hover {
     background-position:0% -42px;
      }
	  
    #menu a:hover span {
     background-position:100% -42px;
      }

/*---------------|||||||||||Content------------------------------------------------*/

	#content {
	  width: 620px;
	  padding-left: 10px;
	  padding-right: 10px;
	 padding-top: 10px;
	  float: left; 
	  }
		
	#content p {
	  padding-bottom: 5px;
	  }
	  
	#content h2 {
	  color: #666;
	  font-size: 16px;
	  font-weight:bold;
	  text-decoration:underline;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }
	  
	#content h2 a {
	  color: #666;
	  text-decoration: none;
	  }

	#content h2 a:hover {
	  color: #999;
	  }

/*---------------|||||||||||Sidebar------------------------------------------*/

	#sidebar {
	  width: 175px;
	  padding-left: 19px;
	  padding-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 0.5em;
	  float: right;background:#F1F1F1;
	  border-right:4px solid #fff;
	  }
	  #sidebar a {
	  font-family: Courier New;
	  font-size:13px;
	  font-weight: bold;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  }
	  
    #sidebar h2 {
	  color: #CC3333; /*#2763A5;*/
	  font-size: 16px;
	  padding-left:15px;
	  background:url(img/arrow.gif) no-repeat bottom left;
	  font-weight:bold;border-bottom: 1px solid #ddd;
	  font-family: Georgia, Times New Roman, Times, serif;
	  }
	  
/*---------------|||||||||||Footer-----------------------------------------------*/

	#footer {
	  clear: both;
	  width: 845px;
	  font-size:10px;border:2px solid #fff;
       background:#CC3333 url(img/foot.gif);
	   background-repeat: no-repeat;
	  }
		
	#footer p {
	  color:#fff;
	  padding: 2px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #fff;
	  background:#CC3333 url(img/foot.gif);
	  font-weight:100;
	  border-bottom: 1px dotted #fff;
	  }
		
	#footer p a:hover {
	  color: #fff;
	  text-decoration: none;
	  border-bottom: 0px dotted #fff;
	  }
	
/*---------------|||||||||||Forms-------------------------------------------------------------*/

	form {
	/*  float:right;*/
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  margin-right:5px;
	  color:#000000;
	  }
	  
	textarea {
		background-color: #fff;
		color: #000000;
		border: 1px solid #D78E8E;
		font-size: 11px;
		padding: 0px;
		margin:0;
	}
		
	input {
	  background-color: #fff;
	  color: #000000;
	  border: 1px solid #D78E8E;
	  font-size: 11px;
	  padding: 3px;
	  margin:0;
	}
	
	select {
	  background-color: #fff;
	  color: #000000;
	  border: 1px solid #D78E8E;
	  font-size: 11px;
	  padding: 1px;
	  margin:0;
	}
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #fff;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	  
	button[disabled]:active, button[disabled],
	input[type="reset"][disabled]:active,
	input[type="reset"][disabled],
	input[type="button"][disabled]:active,
	input[type="button"][disabled],
	select[disabled] > input[type="button"],
	select[disabled] > input[type="button"]:active,
	input[type="submit"][disabled]:active,
	input[type="submit"][disabled] {
		color: GrayText;
	}
	   
/*---------------|||||||||||Others--------------------------------------------------------------*/		
	
	a img{
	  border: none;
	  }
	.box {
      background-color: #fff;
      border: 1px solid #2763A5;
	  padding: 5px;
	  font-family: Georgia, Times New Roman, Times, serif;
	  color: #000;
	  font-size: 10px;
	  }
	  
	  
	  
	  

	
