
p {
	text-align: justify;
}
#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto;
  	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	border-left: 1px dashed #FFEB77;

}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color:#006600;
	background: #006600;
}


#active_menu {
	color: #00cc00;
}
#active_menu.sublevel {
	color: #00bb00;
}

a#active_menu:hover {
	color: #00aa00;
}

.maintitle {
	color: #FFFCD6;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error, .info {
  padding: 5px;
}



.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 2px solid green;
  width: 40px;
  padding: 4px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #006600;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}


ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	text-align: justify;

}

td {
	text-align: left;
	font-size: 12px;
}
td#main_part {
	padding: 10px;
	vertical-align:top;
	top:auto;
	width: 467;
}
td#right_part {
	vertical-align:top;
	top:inherit;
	width: 150px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;	
}

img {
	border: 0px black solid;
}

a:link, a:visited {
	color: #006600; text-decoration: none;
	font-weight: bold;
 white-space:nowrap;
}

a:hover {
	color: #00aa00;	text-decoration: none;
	font-weight: bold;
 white-space:nowrap;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px green;
	background-color: #FFFCD6;
	color: #006600;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border: 1px solid #006600;
	background-color: #FFF9D7;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 26px;
	color: #006600;
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;

}

table.moduletable th {
	background: url(./images/moduleheading.png) no-repeat;
	color: #006600;
	text-align: left;
	padding-left: 12px;
	height: 12px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 10px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;

}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #FFF9D7;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #FFFCD6;
}

.sectiontableentry2 {
	background-color : #B4D7C5;
}

.small {
	color: #006600;
	font-size: 9px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #006600;
	font-size: 9px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #006600;
	font-size: 9px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid green;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
  background: transparent;
  color: #006600;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
th {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

a.mainlevel:link,
a.mainlevel:visited,
a.mainlevel_right:link,
a.mainlevel_right:visited,
a.sublevel:link,
a.sublevel:visited,
a.sublevel_right:link,
a.sublevel_right:visited,
a.mainlevel_br:link,
a.mainlevel_br:visited,
a.mainlevel_right_br:link,
a.mainlevel_right_br:visited,
a.sublevel_br:link,
a.sublevel_br:visited,
a.sublevel_right_br:link,
a.sublevel_right_br:visited {
	display: block;
	background: url(./images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	vertical-align:middle;
	padding-top: 2px;
	padding-left: 7px;
	height: 18px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}
a.mainlevel_br:link,
a.mainlevel_br:visited,
a.mainlevel_right_br:link,
a.mainlevel_right_br:visited,
a.sublevel_br:link,
a.sublevel_br:visited,
a.sublevel_right_br:link,
a.sublevel_right_br:visited {
  padding-top: 1px;
	background: url(./images/menu_bg_br.png) no-repeat;
	height: 29px !important;
	height: 30px;
}


a.mainlevel:hover,
a.mainlevel_right:hover,
a.sublevel:hover,
a.sublevel_right:hover,
a.mainlevel_br:hover,
a.mainlevel_right_br:hover,
a.sublevel_br:hover,
a.sublevel_right_br:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #006600;
}
a.mainlevel_br:hover,
a.mainlevel_right_br:hover,
a.sublevel_br:hover,
a.sublevel_right_br:hover {
	background-position: 0px -30px;
}

.level_1 a.sublevel:link,
.level_1 a.sublevel:visited,
a.mainlevel_right:link,
a.mainlevel_right:visited {
	background: url(./images/menu_bg_1.png) no-repeat;
	font-size: 11px;
	color: #009900;
}

.level_2 a.sublevel:link,
.level_2 a.sublevel:visited,
.level_1 a.sublevel_right:link,
.level_1 a.sublevel_right:visited {
	background: url(./images/menu_bg_2.png) no-repeat;
	font-size: 10px;
	font-weight: normal;
	color: #009900;
}

.level_1 a.sublevel_br:link,
.level_1 a.sublevel_br:visited,
a.mainlevel_right_br:link,
a.mainlevel_right_br:visited {
	background: url(./images/menu_bg_1_br.png) no-repeat;
	font-size: 11px;
	color: #009900;
	padding-top: 1;
	height: 29px !important;
	height: 30px;
	margin-bottom:1px;
}

.level_2 a.sublevel_br:link,
.level_2 a.sublevel_br:visited,
.level_1 a.sublevel_right_br:link,
.level_1 a.sublevel_right_br:visited {
	background: url(./images/menu_bg_2_br.png) no-repeat;
	font-size: 10px;
	font-weight: normal;
	color: #009900;
	padding-top: 1;
	height: 29px !important;
	height: 30px;
}

.level_2 a.sublevel_br:hover,
.level_1 a.sublevel_right_br:hover{
	background-position: 0px -30px;
	font-size: 10px;
	font-weight: normal;
}
.level_1 a.sublevel_br:hover,
a.mainlevel_right_br:hover{
	background-position: 0px -30px;
}

.level_2 a.sublevel:hover,
.level_1 a.sublevel_right:hover{
	background-position: 0px -20px;
	font-size: 10px;
	font-weight: normal;
}
.level_1 a.sublevel:hover,
a.mainlevel_right:hover{
	background-position: 0px -20px;
}

.level_1 a#active_menu,
.level_2 a#active_menu,
#active_menu_right
{
color:green;
}
#active_menu
{
color:#FFFCD6;
}

a.readon:link, a.readon:visited {
	color: #006600; text-decoration: none; font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(../images/read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	font-weight: normal;
	}

a.readon:hover {
	color: green;	text-decoration: underline;
	font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(../images/read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	}
.highlight {
	background-color: #006600;
	color: White;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: green;
	border: 1px solid green;
}

div.papaya_login{
 margin:5px;
 padding:5px;
 text-align:center;
}
div.papaya_login div{
 text-align:left;
}
div.papaya_login input{
 background-color:#FFFFFF;
 border:solid 1px green;
 color:green;
 width:100px;
 padding:0 3px;
}
div.papaya_login input.submit{
 background-color:green;
 border:solid 1px green;
 color:white;
 font-weight:bold;
 border:none;
 width:108px;
}
div.papaya_login input.su{
 background-color:none;
 color:green;
 font-weight:bold;
 border:none;
 
}
div.papaya_login td{
 color:green;
 font-weight:bold;
 font-size:11px;
}
table.x_tab1{border:solid 1px green;border-right:none;border-bottom:none;}
table.x_tab1 td{text-align:center;font-size:25px;color:green;font-weight:bold;border:solid 1px green;border-top:none;border-left:none;padding:5px;}
table.x_tab1 a,table.x_tab1 a:visited,table.x_tab1 a:hover{font-size:17px;color:green;text-decoration:underline;font-weight:bold;white-space:normal;}
table.x_tab2{border:solid 1px green;border-right:none;border-bottom:none;}
table.x_tab2 td{font-size:13px;font-weight:bold;border:solid 1px green;border-top:none;border-left:none;padding:5px;}
table.x_tab2 a,table.x_tab1 a:visited,table.x_tab1 a:hover{font-size:12px;color:green;text-decoration:underline;font-weight:bold;white-space:normal;}
h1,h2,h3{color:green;}
h2 {
	font-size: 18px;	
}
.style1 {
	font-size: small;
	font-style: italic;
}
.style2 {
	text-decoration: underline;
}
.style3 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.style4 {
	font-size: medium;
	font-weight: bold;
}
.style5 {
	font-size: medium;
}
.style6 {
}
.style6 td{
	text-align:center
}
.style7 {
	font-size: medium;
	font-style:italic;
	text-align:center
}
.style8 {
	font-weight: bold;
	font-size: 14px;
	color: blue;
}
.error {
   font-family: "Times New Roman", Times, serif;
   color: #000000;
   text-align: center;
}
.error#h3 {
	font-size: 18px;
	font-weight: bold;
}
.error#h4 {
       font-size: 12px;
}

.gim_kolor {
	background-color: #2B00A8;
	color: #FFFFFF}
.lic_kolor {
	background-color: #CE1115;
	color: #FFFFFF;}
.kolor1 {
background-color:#CCFF00;
}
.kolor2 {
background-color:#6699FF;
}
.kolor3 {
background-color:#00CC66;
}
.kolor4 {
background-color:#FF6666;
}
.okno {
	border: thin solid #666666;
	text-align:center;
}
.okno#td
.okno#tr {
	text-align:center;
}
label{
	width: 100%;
	display: block;
	padding: 4px;
	vertical-align: middle;
	font-weight: bold;
	text-align:left;
}
label.radio{
	padding: 0px;
	vertical-align: middle;
	font-weight: normal;
	text-align:left;
}
input.radio{
	float: none;
}

html>body label{
	width: 100%;
	display: block;
	padding: 4px;
	padding-top: 10px; 
	vertical-align: middle;
	font-weight: bold;
	text-align:left;
}
label.checkbox{
	font-weight: normal;
	padding-top: 2px;
}
legend{
	font-size: 18px;
	margin-bottom: 10px;
	color: blue;
	width: 80px;
}
fieldset{
	padding-top: 10px;
	margin-bottom: 5px;
	width: 445px;
}
html>body fieldset{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 425px;
	border-radius: 4px;
	border: 1px solid #d0d0bf;
}	
html>body legend{
	margin-top: 8px;
	color: blue;	
}
input{
	float: right;
}
.raport1edit, .raport2edit, .raport3edit, .raport4edit{
	width: 457px;
}
.raport1edit a, .raport2edit a, .raport3edit a, .raport4edit a{
	display: inline;
}
.raport1edit input, .raport2edit input, .raport3edit input, .raport4edit input{
	float: none;
}
.raport1edit h4, .raport2edit h4, .raport3edit h4, .raport4edit h4{
	font-size: 12px;	
}

.formularz input, .formularz_on input {
	float: right;
	margin-top: -4px;
}
input.radio{
	float: none;
}
div.formularz_off{
	display: none;
	width: 445px;
}
div.formularz_on{
	display: ;
	width: 445px;	
}
label.hidden{
	visability: hidden;
	display: none;
}
div.formularz_on input.nazwa_szkoly{
	width: 297px; 
	height: 1.6 em;
}

html>body div.formularz_on input.nazwa_szkoly{
	width: 300px; 
	height: 1.6 em;
}

div.formularz_on input.k_telefon_stacjonarny{
	width: 99px; 
	height: 1.6 em;
}

html>body div.formularz_on input.k_telefon_stacjonarny{
	width: 95px; 
	height: 1.6 em;
}

div.formularz_on input.password{
	width: 155px; 
	height: 1.6 em;
}

html>body div.formularz_on input.password{
	width: 142px; 
	height: 1.6 em;
}

div.formularz_on div.error{
	font-family: Arial, Tahoma;
	background-color: white;
	border: 1px red solid;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-top: 10px;
	-moz-border-radius: 6px;	
}

div.error{
	font-family: Arial, Tahoma;
	background-color: white;
	border: 1px red solid;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-top: 10px;
	-moz-border-radius: 6px;	
}
div.info{
	font-family: Arial, Tahoma;
	background-color: white;
	border: 1px lightblue solid;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-top: 10px;
	-moz-border-radius: 6px;	
}

div.formularz_on ol {
	
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
div.formularz_on h1{
	font-size: 24px;
}

div.formularz_on h3{
	margin-top: 10px;
	font-size: 14px;
}
span.doubleInput{
	float: right;
	padding-top: 3px;
}
span.doubleInput input{
	float: none;
}
ol{
	margin-left: 23px;	
}
html>body ol {
	margin-left: 0px;
	padding-left: 20px;	
}
ol li {
	text-align: justify;
	margin-bottom: 11px; 
}
div.formularz h3{
	font-size: 12px;
	font-weight: bold;
}
.titlegroup{
	color: green;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.titlegroup2{
	color: green;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
div.punkt{
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	text-align: justify;
}
input.checkbox{
	margin-top: 2px;
}

div.report_menu{
	height: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	border: 1px solid rgb(208, 208, 191);
}
div.report_menu div{
	float: left;
	padding: 2px;
	margin-right: 2px;
}

table#reports_list thead tr, table#uczestnicy thead tr{
	background-color: #eeeeee;
}

table#reports_list, table#uczestnicy{
	width: 446px;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	border-collapse: collapse;
	background-color: white;
}
table#reports_list thead td, table#uczestnicy thead td{
	font-weight: bold;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

table#reports_list td, table#uczestnicy td{
	font-size: 11px;
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}	
span.file{ 
	margin-left: 10px;
}
span.file2{ 
	margin-left: 2px;
}
.readonly{
	background-color: #EBEBE4;
	border: 1px solid #969696;
	color: #969696;
}
.form_left{
	width: 180px;
}

div.textview{
	border: lightgrey 1px solid;
	padding: 2px;	
	font-style: italic;
	color: grey;
}

div.datecontener{
	height: 12px;
}
div.textview2{
	border: lightgrey 1px solid;
	padding: 2px;
	font-style: italic;
	color: grey;
	width: 30px;
	float: left;
	margin-right: 5px;
	height: 12px;	
}

div.label{
	margin-top: 10px;
}

div.label input{
	float: none;
}
div.label2 input{
	float: none;
}

div.punkt{
	margin-top: 40px;
		
}

div.titlegroup{
	font-weight: bold;
	margin-top: 10px;
}
div.titlegroup2{
	margin-top: 10px;
	
}
p.akt_p{
	padding-bottom: 10px;
	text-align: justify;
}
img.herb{
	float: left; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	vertical-align: top; 
	width: 120px;
}
.qestions_textarea{
	width: 410px;
	height: 180px;
	font-family: Arial,Tahoma;
	font-size: 11px;	
}
.messages{
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	background-color: white;
}
