font.diff_del {
	color: red;
	text-decoration: line-through;
}
font.diff_add {
	color: green;
}
label {
	cursor: pointer;
}
q {
	display: block;
	padding: 5px;
	background-color: #F9F9F9;
	border: 1px solid black;
}
div.dictionary_opis {
	background-color: gray;
	border: 1px solid #000000;
	width: 200px;
	height: 80px;
	color: #ffffff;
}
input.but_wyswietl {
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #300000;
	border-right-color: #300000;
	border-bottom-color: #300000;
	border-left-color: #300000;
	background-color: #ff7800;
	color: #f4f4f4;	
}
a.dictionary_word {
	font-weight: bold;
	color: red;
}
q:after, q:before {
	content: "";
}
div.new_mail_msg {
	text-align: right;
	padding: 10px;
}
div.new_mail_msg a {
	font-weight: bold;
	/*
	text-decoration: blink;
	*/
	color: #aa1111;
	font-size: 12px;
}
div.cours_chapter_nazwa {
	text-align: right;
	vertical-align: middle;
	background-color: #ff7800;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 10px;
}
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,th
{
	 margin: 0;
	 padding: 0;
	 /*
	 font-size: 10px;
	 */
}
ul,ol,li {
}
pre.code {
	font-family: monospace;
    font-size: 12px;
    border: double thin black;
    padding: 5px;
}
input[type="radio"], input[type="checkbox"] {
	border: 0px;
}


#div_thumbnail {
	background-color: #cecece;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #454545;
}

a img,:link img,:visited img { 
	border: none; 
}
/* IE PNG Fix 
img {
   behavior: url("/css/pngbehavior.htc");
}
*/
img {
	behavior: url("/css/pngHack.htc");
	vertical-align: middle;
}
table.select_multiple {
	width: 90%;
}
table.select_multiple td {
	text-align: center;
	vertical-align: top;
}
table.select_multiple td.button  {
	vertical-align: middle;
}
table.select_multiple select {
	width: 350px;
	height: 300px;
}
div.select {
	border: 1px solid #343434;
	background-color: #dfdfdf;
	margin-top: 20px;
	text-align: center;
	padding: 5px;
	font-weight: bolder;
}
div.select div {
	padding: 5px;
	padding-bottom: 10px;
}
div.select input, div.select select {
	margin: 5px;
	background-color: #fafafa;
	border: 1px solid #454545;
}


/* -------------- TABELA Z USTAWIENIAMI SZKOLENIA ---------------------------- */
table.set_setting {
}
table.set_setting td {
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}
table.set_setting td.nazwa {
	text-align: left;
	width:100px;
	padding-right: 3px;
	font-weight: bolder;
	
}
table.set_setting td.lp {
	text-align: right;
	padding-right: 10px;
	font-weight: bolder;
}
table.set_setting td table{
	border-collapse: collapse; padding: 0px; margin: 0px;
}
table.set_setting td table td {
	padding: 0px; margin: 0px; vertical-align: top; text-align: left; padding-left: 5px;
}

/* -------------- WYSKAKUJACE OKIENKO DO POBIERANIA PLIKOW/ZALACZNIKOW ------- */


table.get_file {
	margin-top: 5px;
	background: #aeaeae;
	border: 1px solid #343434;
}
table.get_file td {
	padding: 10px;
	background: transparent;
}
table.get_file td.msg {
	font-weight: bolder;
}
table.get_file td.msg span {
	color: yellow;
}
table.get_file td.send {
	text-align: right;
	padding-top: 10px;
}
table.get_file td.send input {
	background: #bfbfbf;
	border: 1px solid #454545;
}
table.get_file td.send a {
	color: #785455;
	font-weight: bolder;
}
table.get_file td.file input {
	background: #fefefe;
	border: 1px #454545 solid;
}

/* -------------- Foldery w ramach poczty --------------- */
table.folders {
	width: 100%;
}
table.folders #update_name{
	font-weight: bolder;
	padding-left: 10px;
	padding-top: 2px;
}
table.folders td {
	vertical-align: top;
	text-align: left;
}
table.folders td.menu {
	width: 180px;
	padding-right: 4px;
}
div.folder {
	border: 1px solid #7f99af;
	width: 100%;
	margin-top: 4px;
}
div.folder span.last-tab {
	font-weight: bolder;
}
div.folder div.empty_list {
	text-align: center;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.folder table.edit_folder{
	width: 100%;
	border: 1px solid #787878;
	margin: 10px;
	margin-top: 20px;
	background: #efefef;
}
div.folder table.edit_folder th{
	text-align: right;
	white-space: nowrap;
	width: 100px;
	padding-right: 5px;
	padding-top: 15px;
	background: transparent;
	vertical-align: top;
}
div.folder table.edit {
	width: 100%; border-collapse: collapse; padding: 0px; 
}
div.folder table.edit tr:HOVER td {
	background: #cdec79;
}
div.folder table.edit td.button {
	text-align: right; padding-right: 5px; 
	padding-top: 4px; 
	padding-left: 3px;
}
div.folder table.edit_folder td{
	padding-top: 15px;
	background: transparent;
}
div.folder table.edit_folder td.del{
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	width: 100px;
}
div.folder table.edit_folder td.save{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 10px;
}
div.folder table.edit_folder td.save input {
	background: #bfbfbf;
	border-color: #787878;
	font-size: 10px;
}
div.folder table.edit_folder td #nazwa {
	background: #cfcfcf;
	border-color: #787878;
	width: 99%;
}
div.folder hr {
	border: 0px;
	border-top: 1px solid #7f99af;
	margin-left: 5px;
	margin-right: 7px;
	padding: 0px;
}
div.folder ul.menu {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	text-align: left;
	line-height: 20px;
}
div.folder ul.folders {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
	text-align: left;
	line-height: 20px;
}
/* folder domsylny */
div.folder ul.folders li, div.folder ul.menu li{
	list-style: none;
	padding: 0px;
	padding-left: 22px;
	margin: 0px;
	font-weight: normal;
	background:url(/images/folders/folder.png) no-repeat 0 1px;	
}
/* nowa wiadomosc */
div.folder ul.menu li.email_new {
	background:url(/images/folders/mozilla-thunderbird.png) no-repeat 0 1px;	
}
/* nowy folder */
div.folder ul.folders li.new_folder {
	color: #76af56;
	background:url(/images/folders/folder_new2.png) no-repeat 0 1px;	
}
div.folder ul.folders li.new_folder a {
	color: #76af56;
}
/* oswiez */
div.folder ul.menu li.refresh {
	background:url(/images/folders/folder_download.png) no-repeat 0 1px;	
}
/* skrzynka odbiorcza */
div.folder ul.folders li.folder_odebrane {
	background:url(/images/folders/korn.png) no-repeat 0 1px;	
}
/* elementy wyslane */
div.folder ul.folders li.folder_wyslane {
	background:url(/images/folders/folder_sent_mail.png) no-repeat 0 1px;	
}
/* kopie robocze */
div.folder ul.folders li.folder_kopie_robocze {
	background:url(/images/folders/folder_txt.png) no-repeat 0 1px;	
}
/* kosz */
div.folder ul.folders li.folder_kosz {
	background:url(/images/folders/trashcan_empty.png) no-repeat 0 1px;	
}
/* nieprzeczytane */
div.folder ul.folders li.folder_nieprzeczytane {
	background:url(/images/folders/folder_mail.png) no-repeat 0 1px;	
}
/* foldery uzytkownika */
div.folder ul.folders li.folder_open, div.folder ul.menu li.folder_open  {
	font-weight: bolder;
	background:url(/images/folders/folder_orange_open.png) no-repeat 0 1px;	
}


/* ------------- WIADOMOSC SHOW --------------- */
table.email_show {
	width: 100%;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #454545;
}
table.email_show th.tytul {
	padding: 4px;
	white-space: nowrap;
	width: 60px;
	background: #dedede;
	padding-left: 8px;
}
table.email_show th.naglowek {
	background: #aeaeae;
	padding: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #454545;
}
table.email_show td {
	padding: 4px;
	background: #dedede;
}
table.email_show td div.priorytet{
	background: #ffffd4;
	padding: 5px;
	margin: 3px;
	border: 1px solid #787867;
}
table.email_show td div.tresc{
	background: #ffffff;
	padding: 10px;
	margin: 3px;
	border: 1px solid #787867;
	min-height: 300px;
}

/* ------------- WIADOMOSC EDIT --------------- */
table.email_edit {
	width: 96%;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #454545;
}
table.email_edit th {
	text-align: right;
}
table.email_edit th.tytul {
	padding: 4px;
	white-space: nowrap;
	width: 60px;
	background: #fefefe;
	padding-left: 8px;
	vertical-align: top;
}
table.email_edit th.naglowek {
	background: #aeaeae;
	padding: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #454545;
}
table.email_edit td {
	vertical-align: top;
	padding: 4px;
	background: #fefefe;
	text-align: left;
	white-space: nowrap;
}
table.email_edit td.head {
	width: 300px;
}
table.email_edit td.head input {
	background: #fefefe;
	border: 1px #454545 solid;
	width: 400px;
}
table.email_edit td.head textarea {
	background: #fefefe;
	border: 1px #454545 solid;
	width: 300px;
	height: 30px;
}
table.email_edit td.head select, table.email_edit td.button select {
	background: #fefefe;
	border: 1px #454545 solid;
}
table.email_edit td.head select.multiline {
	width: 300px;
	height: 80px;
}
table.email_edit td div.priorytet{
	background: #ffffd4;
	padding: 5px;
	margin: 3px;
	border: 1px solid #787867;
}
table.email_edit td.tresc {
	text-align: center;
}
table.email_edit td.tresc textarea {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 1px solid #787867;
	height: 300px;
	width: 96%;
}
table.email_edit td.button {
	text-align: right;
	padding-right: 18px;
}
table.email_edit td.button_up {
	text-align: left;
}
table.email_edit td.button input,table.email_edit td.button_up input {
	background: #bfbfbf;
	border: 1px solid #454545;
}
table.email_edit td.file_list  {
	padding-top: 0px;
}
table.email_edit td.file_list table {
	border-collapse: collapse;
}
table.email_edit td.file_list table td {
	text-align: left;
	padding-right: 10px;
}


/* Links
-------------------*/
a{
		/* color:#7a99ac; */ 
		color:#7a8ba5; 
		/* color:#07abfe; */
		text-decoration:none;
		/* font-weight: bold; */
		font-size: small;
		
}
a:hover{
		text-decoration:underline;
}

a:visited {
	border: none; 
	
}

body, html {
	
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  text-align: left;
	/* border: solid black 1px; */
}


a:hover {
  text-decoration: underline;
}

/*
 div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
    }

*/
blockquote {
	padding:0.5em 0 0.5em 20px;
	padding-top: 15px;
	font-weight: normal;
	color: #1B5393;
	font-size: small;
	line-height: normal;
	
}
/*
blockquote.note {
	background: url(/images/big/messagebox_info.png) no-repeat 5px 10px ;
	padding: 0.8em 0.8em 0.8em 45px;
	color: red;
	border: solid #f9a140 1px;
	background-color: #fffea4;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 35px;
	font-size: 13px;
}
*/
blockquote.before a {
	color: black;
	text-decoration: underline;
}
blockquote.before {
	background-image: url(/images/blockquote_bg.jpg) ;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0em 0em 0em 20px;
}
blockquote.note {
	background: url(/images/big/messagebox_info.png) no-repeat 0px 15px ;
	padding: 1.1em 0.8em 0.8em 43px;
	color: black;
	border: none;
	background-color: #fffea4;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 35px;
	font-size: 13px;
}

blockquote.note_question {
	background: url(/images/big/help.png) no-repeat 5px 10px ;
	padding: 0.8em 0.8em 0.8em 45px;
	color: red;
	border: solid #d9d9d9 1px;
	background-color: #fffea4;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 35px;
	
}
blockquote.note a {
	font-size: inherit;
	font-weight: bold;
}
blockquote.note_error {
	background: url(/images/big/messagebox_warning.png) no-repeat 5px 10px;
/*	background: url(/images/bubble.gif) no-repeat left 25px; */
	padding:0.8em 5px 0.8em 45px;
	color: red;
	border: solid #d9d9d9 1px;
	background-color: #fffea4;
	margin-bottom: 5px;
	margin-top: 5px;
	min-height: 35px;
/*
	margin-left: 5px;
*/
	
}
blockquote.note_critical {
	background: url(/images/big/stop_ani.gif) no-repeat 5px 10px;
/*	background: url(/images/bubble.gif) no-repeat left 25px; */
	padding:0.8em 5px 0.8em 60px;
	color: #1B5393;
	line-height: 16px;
	border: solid #1B5393 1px;
	background-color: #eeeeee;
	margin: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 50px;
	font-size: 11px;
	font-weight: normal;
}

blockquote.note_critical b {
	font-weight: bolder;
	color: #ff0000;
	font-size: 13px;
	line-height: 16px;
}

blockquote.note_critical a {
	font-size: 11px;
}

.note_line {
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* stopka strony glownej */
#footer {
	
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #f5f5f5;
  background:url(http://script.aculo.us/images/footer.gif) #f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:10000;
  opacity:0.9;
  filter: alpha(opacity:90);
/*
    margin: 0px;
  padding: 1px;
*/
}


/* wyszukiwanie  */
#filter
{
  margin-top: 8px;
 /* position: absolute; */
  right: 20px;
  width: 100%;
  text-align:right;
}


fieldset
{
  margin-bottom: 3px;
  border: 1px solid #aabbcc;
  border-bottom: 0px;
  background-color: #fff;
}

fieldset.raports {
	border: 1px solid #aabbcc;
}

fieldset.collapsed * { display:none; }
fieldset.collapsed h2, fieldset.collapsed { display:block !important; }
fieldset.collapsed .collapse-toggle { display: inline !important; }
fieldset.collapse h2 a.collapse-toggle { color:#ffc; }
fieldset.collapse h2 a.collapse-toggle:hover { text-decoration:underline; }

/* filtrowanie */
.filtr-row
{
  clear: both;
  padding-left: 3px;
  border-bottom: 1px solid #aabbcc;
  text-align: left;
  color: red;
  font-weight: bold;
  padding-bottom: 2px;
  
}

.filtr-row .content
{
  color: black;
  padding-left: 8em;
  
}
.filtr-row  .criteria
{
  color: black;
  border: solid #0a0a0a 1px;
  background-color: #ffc;
  width: 100px;
  padding-right:3px;
  
}
table.filtr_save_read {
	width:100%;	
	border: solid #d0d0d0 1px;
}	
table.filtr_save_read td{
	padding: 10px;
	width:50%;
}
table.filtr_save_read td.wczytaj{
	background-color: #efd352;
	
}
table.filtr_save_read td.zapisz{
	background-color: #c8de61;
	text-align: center;
	vertical-align: top;
	
}

select.filter_wczytaj_select {
	width:80% ;
}

/* wyglad pomocy */
table.faq {
	width: 100% ;
	border: 1px solid #232323;
	background-color: #dedede;
}
table.faq tr.hr td {
	height: 1px;
	border-bottom: 1px solid #898989;
	padding: 0px;
	border-collapse: collapse;
}
table.faq td.re {
	padding-top: 0px;
}
table.faq td.empty {
	font-weight: bolder;
}
table.faq td {
	padding: 8px;
	text-align: left;
	padding-left: 15px;
	background-color: inherit;
	background-color: transparent;
}
div.cours_files_empty {
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
}
table.faq td a{
	color: inherit;
}
table.faq td.lp {
	padding: 0px;
	width: 35px;
	text-align: right;
}
table.faq td div {
	border: 1px solid #434343;
	padding: 5px;
	background-color: #ffffff;
}
table.faq table.your_faq {
	width: 100%;
}
table.faq table.your_faq th {
	text-align: right;
	vertical-align: top;
/*	border: 1px solid #670000; */
	white-space: nowrap;
}
table.faq table.your_faq td {
	text-align: right;
	vertical-align: top;
/*	border: 1px solid #670000; */
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}


/* indicator */
div.indicator {
	border: solid 1px #d2d2d2;
	background-color: white;
	padding: 4px;
	font-family: fantasy,sans-serif,monospace;
	font-weight: bold;
	font-size: 12px;
}	
/*  filtrowanie -- koniec */
.form-errors
{
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
}

.form-errors h2
{
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(/sf/images/sf_admin/error.png) no-repeat 5px 2px;
}


.sf_admin_action_filter
{
  background: url(/sf/images/sf_admin/filter.png) no-repeat 3px 2px;
  color: #666666;
  font-size: 10px;
}

.sf_admin_action_reset_filter
{
  background: url(/sf/images/sf_admin/reset.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}
input, textarea, button, select {
  /* background: url(/sf/images/sf_admin/reset.png) no-repeat 3px 2px; */
  /*
  	stare :
  	
  border: 1px solid #07abfe ;
  border-left: 2px solid #07abfe ;
  border-bottom: 2px solid #07abfe ;
  background-color: #f0f5fb;
  
  */
  padding:3px;
  border: 1px solid #e0e0e0 ;
  border-left: 0px solid #E8E8E8 ;
  border-bottom: 0px solid #E8E8E8 ;
  
  background-color: #f0f0f0;
}

/* zarzadzanie grupami uczestnikow w ramach szkolenia */
input.edit_group, textarea.edit_group {
 	width: 490px;
	font-size: 12px;
	color: #1B5393;
	background-color: #f4f4f4;
	border: 1px solid #777777;
	padding: 3px;
	margin: 0px;
  
}
table.edit_item td {
	white-space: nowrap;
	font-size: 11px;
	color: #444444;
}
table.edit_item table.edit_group {
	/* border: 1px solid #004500;
	background: #c5e2d4; */
	border: 1px solid #777777;
	color: #000000;
	background: #F4F4F4;
	width: 99%;
	padding: 4px;
	margin-top: 10px;
}
table.edit_item table.edit_group td {
	background: transparent;
	font-size: 11px;
	line-height: 150%;
}
table.edit_item table.edit_group td.save {
	text-align: right;
	vertical-align: bottom;
}
table.edit_item table.edit_group td.close {
	text-align: right;
}
table.edit_item table.edit_group th {
	background: transparent;
	width: 55px;
}
table.edit_item td.validate table.validate {
	margin-left: 10px;
	margin-bottom: 15px;
}
table.edit_item td.validate table.validate th {
	text-align: left;
	font-weight: bolder;
}
table.edit_item td.validate table.validate td {
	white-space: nowrap;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 2px;
}

table.edit_item tr td label {
	font-size: 11px;
}

input.disabled {
  /* background: url(/sf/images/sf_admin/reset.png) no-repeat 3px 2px; */
  border: 1px solid #909090 ;
  padding:1px;
  border-left: 2px solid #909090 ;
  border-bottom: 2px solid #909090 ;
  background-color: #c5c5c5;
  color: #808080;
}

/* ogloszenia w moim profilu */
table.head_ogloszenia {
	width: 100%;
}
table.head_ogloszenia td.checkbox {
	text-align: left;
}
table.head_ogloszenia td.refresh{
	text-align: right;
}
table.show_ogloszenia {
	width: 100%;
	border-collapse: collapse; 
}

table.show_ogloszenia tr.backed td {
	background-color: #F2F2F2;
	background-image: url("/images/lista_szkolen_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	
	border-top: black dotted thin;
}

table.show_ogloszenia tr.title a {
	color: #000000;
}
table.show_ogloszenia tr.title a:HOVER {
	text-decoration: none;
}
table.show_ogloszenia td{
	text-align: left;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 2px;
}
table.show_ogloszenia div.author{
	text-align: right;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
}
table.show_ogloszenia div.wstep{
	/*
	border: 1px solid #989898;
	background: #efefdc;
	*/
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left !important;
}
table.show_ogloszenia tr.title{
}
table.show_ogloszenia tr.title td{
	border-top: 2px solid #fefefe;
	border-bottom: 2px solid #fefefe;
	font-weight: bolder;
	background: #ececec;
	padding: 4px;
}
table.show_ogloszenia tr.title td.unread a, table.show_ogloszenia tr.title td.read a{
	color: #1B5393;
}
table.show_ogloszenia tr.title td.read{
	font-weight: normal;
	background: #ECECEC;
	padding: 4px;
	text-decoration: line-through;
	color: #1B5393;
}
table.show_ogloszenia tr.title td.action{
	font-weight: bolder;
	background: #ECECEC;
	padding: 4px;
	text-align: right;
}
table.show_ogloszenia td.pager{
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

/* DODAWANIE UCZESTNIKA DO SZKOLENIA */
/* pole wyswietlajace uzytkownikow - mulitiline */
select.multiple_user {
	height: 250px;
	width: 300px;
	font-size: 12px;
	color: #1B5393;
	background-color: #f4f4f4;
	border: 1px solid #777777;
	padding: 3px;	
}
/* lista szkolen (do wyswietlania uzytkownikow z danego zkolenia) */
select.add_user_cours {
	font-family: monospace; 
	width: 625px;
	font-size: 12px;
	color: #1B5393;
	background-color: #f4f4f4;
	border: 1px solid #777777;
	padding: 3px;		
}
/* -- */
select.add_user_cours_group {
	font-family: monospace; 
	width: 596px;
}
select.add_user_cours option, select.add_user_cours_group option {
	font-family:  monospace;
}

/* tabelka zawierajaca pola z userami i przyciski */
table.add_user_cours_user {
	height: 250px;
	width: 636px;
}
table.add_user_cours tr td {
	vertical-align: middle;
}
table.add_user_cours tr td.right {
	text-align: right;
}
/* Przyciski do przenoszenia elementow miedzy polami */
input.add_user_cours_button {
	width: 30px;
	margin: 3px;
	font-size: 12px;
	color: #1B5393;
	background-color: #f4f4f4;
	border: 1px solid #777777;
	padding: 3px;	
}
/* pole do wprowadzania szukanego tekstu */
input.add_user_cours {
	width: 370px;
}
/* KONIEC - DODAWANIE UCZESTNIKA DO SZKOLENIA */

ul.sf_admin_actions
{
  margin: 10px 0;
  list-style-type: none;
  text-align: right;
}

ul.sf_admin_actions a
{
  color: #333;
}

ul.sf_admin_actions li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions input
{
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 4px solid #999;
  background-color: #ffc;
  cursor: hand;
  cursor: pointer;
}

td, html
{
  margin: 0;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background-color: #fff;
  text-align: center;
}

td.red
{
	text-align: left;
	color: red;
	font-weight: normal;
}

td.green
{
	text-align: left;
	color: green;
	font-weight: normal;
}

/* ramka do ktorej ladowane sa poszczegolne podstrony */
iframe {
	width: 100%;
	height: 100%;
	border: solid #000099 0px;
}


/* gora strony tablice z npisem i data  */
table.gora_header {
	width: 100%;
	border: solid #daffbf 1px;
	font-family: Georgia, Helvetica, Verdana;	
	text-align: justify;
	background-color: #f8f8f8;
}
table.gora_header td {
	background-color: #f8f8f8;
}
table.gora_header td.left{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
table.gora_header td.right{
	font-size: 13px;
	text-align: right;
}

/*  strona logowanie  glowna czesc strony zaczynajaca sie pod logiem gornym */

div.main_page_header {
	background: url(/images/logowanie_02.jpg) no-repeat ;
	height: 21px;
	border-bottom: dotted #555555 1px; 
	width:950px;
	text-align: center;
}
div.main_page_footer1 {
	font-family: Verdana;
	font-size: 9pt;
	width:950px;
	border-top: solid #394362 1px;	
	border-bottom: solid #394362 1px;	
	text-align: center;
	
}
div.main_page_logo {
		background: url(/images/logowanie_06bis.jpg) no-repeat ;
		height: 115px;
		width: 189px; 
		padding: 0px;
		margin: 0px;
		margin-left: 25px;
		margin-top: 25px;
	
}
div.main_page_logo_baner {
		background: url(/images/logowanie_07.jpg) no-repeat ;
		height: 100px;
		width: 549px;
		padding-left: 15px;
}

table.main_table {
	width:950px;
	border:solid 0px #f0f0f0;
	margin: 0px;
	padding: 0px;
	background-color: white;

	border-spacing: 0px;
	border-collapse:separate;
}
table.main_table td.menu_path{
	text-align: left;
	font-family:Tahoma,Verdana;
	font-size: 8.5pt;
	text-align:left;
	color: #c0c0c0;
	padding-left: 10px;  
	
}	
table.main_table td.menu{
	text-align: left;
	font-family: Verdana;
	font-size: 7.5pt;
	text-align:left;
	color: #c0c0c0;
	padding-left: 25px;
	padding-top: 10px;
	vertical-align: top;
	
}	
table.main_table td.content{
	text-align: left;
	font-family:Tahoma, Verdana;
	font-size: 9pt;
	text-align:left;
	color: #040404;
	padding-top: 15px;
	padding-left: 10px;
	vertical-align: top;
	
}




/* style linkow na potrzeby generowania menu na stronie glownej CMS */

table.drzefko td.liscie a {
	padding-bottom: 3px;
/*	background:url(/images/arrow_blue.gif) no-repeat 0 3px; */
}	
table.drzefko td.liscie a:HOVER {
	text-decoration: underline;
	border: solid 1px #91AF62;
	padding-right: 3px;
	background-color: #C4DF99;
/*	background:url(/images/arrow_blue.gif) no-repeat 0 3px; */
}	
a.menu_wciecie_0 {
	font-weight: bolder;
	font-size: 12pt;
	font-family: Arial;
	color: #006AB3;
	/* background:url(/images/logowanie_10.jpg) no-repeat 0 6px; */
	background:url(/images/wszif_menu-arrow.gif) no-repeat 10px 15px; 
	margin-top: 6px;
	
	padding-left: 36px;
	padding-top: 12px;
	/*padding-bottom: 18px; */
}
a.menu_wciecie_1 {
	margin-left: 30px;
	font-size: 10pt;
	font-family: Arial;
	color: #006AB3;
	/* background:url(/images/box_tab-left.gif) no-repeat 0 3px;  */
	padding-left: 10px;
}

a.menu_wciecie_1:before {content:"» ";}

a.menu_wciecie_2 {
	margin-left: 35px;
	font-size: 10pt;
	font-family: Arial;
	color: #86121D;
	/* 	background:url(/images/box_tab-left.gif) no-repeat 0 3px; */
	padding-left: 10px;
	
}
a.menu_wciecie_3 {
	margin-left: 40px;
	font-size: 10pt;
	font-family: Arial;
/* 	background:url(/images/box_tab-left.gif) no-repeat 0 3px; */
	padding-left: 10px;
	
}
a.menu_wciecie_4 {
	margin-left: 50px;
	font-family: Arial;
	font-size: 10pt;
	
}
a.menu_wciecie_5 {
	margin-left: 60px;
	font-size: 10pt;
	font-family: Arial;
	
}
a.menu_wciecie_6 {
	margin-left: 70px;
	font-size: 10pt; 
	font-family: Arial;
	
}
a.menu_wciecie_7 {
	margin-left: 80px;
	font-size: 10pt;
	font-family: Arial;
	
}

table.top_header td.content{
	vertical-align: top;
	text-align: left;
}
table.top_header {
	/*
	border: solid black 1px;	
	*/
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: white;

	border-spacing: 0px;
	border-collapse:separate;
	
}
table.top_header tr.top td a {
	color: white;
}
table.top_header tr.top td {
	/*background: url("/images/homepage/top_bg.jpg") repeat-x top;*/
	background-color: #ff7800;
}

table.top_header td.logo{
	vertical-align: top;
	height: 90px;
	background: url("/images/homepage/medium_logo.jpg") top no-repeat ;
	background-position: 23px 3px;
}

table.top_header tr.bottom td{
	color: black;
}

table.top_header td{
	text-align: left;
	color: white;
	padding: 1px;
	font-size: 13px;
	border: 0px;
	font-family: sans-serif;
}	
table.top_header td.left a{
	font-size: 15px;
	
}
table.top_header tr.top td.left{
	font-style: italic;
	height: 23px;
	text-align: left;	
	font-size: 14px;
	/*
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	*/
	padding-top: 2px;

}	
table.top_header td.right{
	font-weight: bold;
	text-align: right;
	padding-left: 0px;
}
table.top_header td.left2 a {
	color: #6C6C6C;
}
table.top_header td.left2{
	text-align: left;	
	padding-right: 0px;
	padding-left:5px;
	background: none;
	background-color: #FFFFFF;
	color: black;
	font-size: 12px;
	border-bottom: 1px solid #B2B2B2;
}	

/* biezacy widok na szkoleniu */
table.top_header td.left2 a.current_user_view_type {
	font-size: 12px;	
}
table.top_header td.left2 a.current_user_view_type_5 {
	font-size: 14px;	
	color: black;
}
table.top_header td.left2 a.current_user_view_type_1 {
	font-size: 14px;	
	color: black;
}

table.top_header td.middle {
	color: #6c6c6c;
	background: none;
	border-bottom: 1px solid #B2B2B2;
}

table.top_header td.outer{
}

table.cours_top_name_role {
	width:100%;	
}
table.cours_top_name_role td.right2{
	text-align: left;	
	padding-left: 0px;
	background: none;
}

div.main {
	width: 100%;
	text-align: center;	
	font-size: 13px;
}	
form.login {
	width: 250px;	
	border:solid black 0px;
	
}
/* listowanie modulow dla uprawnien roli */
table.list_modul
{
	border: solid #000000 0px;
	/* width: 100%; */
	padding: 20px;
	width: 100%;
	/* border-style: none; */
	/* border-collapse:	collapse; */
}
/* nazwa roli */
table.list_modul td.title{
	background-color: #FFFFFF;
	font-size : 13px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
}
/* nazwa modulu */
table.list_modul tr th {
	font-size : 11px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	padding: 6px;
}
/* nazwy uprawnien */
table.list_modul tr td{
	background-color: #FFFFFF;
	font-size : 11px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
/* wciecie */
table.list_modul tr td.tab{
	font-size : 11px;
	width: 20px;
}
/* klasa obrazka zmiennej allow */
img.list_modul {
	vertical-align: middle;
}

/* klasa obrazka zmiennej allow */
img.help_admin {
	vertical-align: top;
}

/* listowanie rekordow */
table.list_items
{
	border: none;
	width: 100%;
	padding: 0px;
	border-style: none;
	border-collapse:	collapse;
}
table.list_items tr.header {
	border: 1px solid #440A0A;
}
table.list_items td.move, table.list_items th.move
{
	width: 20px;
	padding: 0px;
}
table.list_items tr td {
	padding-bottom: 1px;
	padding-top: 1px;
}

table.list_items tr.hover td a{
	color: #1B5393;
}
table.list_items tr.hover td{
	/* background-color: #cfcfcf; */
	background-color: #D8D8D8;
	color: #1B5393;
	border: none;
}

table.list_items tr.linia_sep {
	border: 0px;
}

/*  wiersz parzysty */
table.list_items tr.parzysty td{
	background-color: #f5f5f5;
}
table.list_items tr {
	border-bottom: 1px solid #E6E5E5;
}
table.list_items tr.parzysty {
	border-left: 1px solid #E6E5E5;
	border-right: 1px solid #E6E5E5;
	border-bottom: 1px solid #E6E5E5;
}

/*  wyrownuje wiersz z tytulem do lewej */
table.list_items td.title{
	text-align: left;
	font-weight: bolder;
	padding-left: 4px;
	
}
/*  wyrownuje wiersz z pytanie do lewej */
table.list_items td.question{
	text-align: left;
	padding-left: 3px;
}
/*  wyrownuje wiersz z tytulem do lewej */
table.list_items td.bold{
	text-align: left;
	font-weight: bolder;
}

/*  kolumna akcji */
table.list_items th.action{
	width: 50px;
}

/*  wyrownuje wiersz z tytulem do lewej i pogrubia */
table.list_items th.title{
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}

/*  wyrownuje wiersz ze wstepem do lewej */
table.list_items td.wstep{
	text-align: left;
}

/*  sposob wyswietlania nieaktywnych maili */
table.list_items td.email_off, div.wstep span.email_off{
	text-decoration: line-through;
	font-style: italic;
}

table.list_items td.details{
	text-align: left;
	padding: 4px;
	border: solid #a0a0a0 1px;	
	background-color: white;
	
}



/* linia odzielajaca poszzegolne wiersze */
table.list_items tr.linia_sep td{
	/*
	background-color: #a9a5F0;
	color: navy;
	font-size:2px;
	padding-bottom: 0px;
	*/
}





table.list_items th a {
	color: white;
}
table.list_items th
{
	background: url("/images/list_item_th_bg.jpg") repeat-x top;
	border: none;
	color: #ffffff;
	padding:3px;
	text-align: center;
	font-weight: normal;
}

table.list_items th.date
{
	width: 140px;
}

table.list_items td
{
	text-align: center; 
	font-weight: normal
}

/* pokaz pojedyncze ogloszenie */
div.show_ogloszenie {
	width: 90%;
	text-align: center;
	border: 0px solid #1B5393;
	padding: 40px;
}

table.show_ogloszenie {
	border: solid #ff7800 1px;
	border-top: solid #ff7800 5px;
	background-color: transparent;
	background-color: #f1f1f1;
/*
		background-repeat: no-repeat;
	background-image: url(/images/jinx_ogloszenie.gif);
	background-position: 0px 18px;
*/	text-align: center;
	/* border-spacing: 30px; */
	width: 100%;
	/* background-color: #FFF0C0; */
}
table.show_ogloszenie td {
	/* background: inherit; */
	background-color: transparent;
	border-width: 0px;
	padding: 15px;
	/*	border-width: 15px 15px 0 0;	 */
	border-color: white;
	border-left-color: white;
	border-style: solid;
}
table.show_ogloszenie td.title {
	color:#1B5393; 
	text-decoration:none;
	font-weight: bolder;
	font-size: 16px;
	text-align: left;
		border-bottom: 1px solid #cccccc;
}
table.show_ogloszenie td.edit {
	padding-bottom: 0px;
	padding-top: 3px;
	text-align: right;
}
table.show_ogloszenie td.tresc {
	color:#000000; 
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}
table.show_ogloszenie td.wstep {
	color:#000000; 
	text-decoration:none;
	font-weight: bolder;
	font-size: 12px;
	text-align: justify;
}
table.show_ogloszenie td.podpis {
	color:#000000; 
	text-decoration:none;
	font-weight: bolder;
	font-size: 10px;
	text-align: right;
}
table.show_ogloszenie td.data {
	color:#000000; 
	text-decoration:none;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

/* pokaz pojedynczy regulami */
div.show_regulamin {
	width: 95%;
	text-align: center;
	padding-top: 20px;
}

table.show_regulamin {
	text-align: center;
	/* border-spacing: 30px; */
	width: 100%;
}
table.show_regulamin td {
	background: transparent;
	border-width: 0px;
	padding: 15px;
	/*	border-width: 15px 15px 0 0;	 */
	border-color: white;
	border-left-color: white;
	border-style: solid;
}
table.show_regulamin td.title {
	color: #1B5393; 
	text-decoration:none;
	font-weight: bolder;
	font-size: 16px;
	text-align: left;
}
table.show_regulamin td.edit {
	padding-bottom: 0px;
	padding-top: 3px;
	text-align: right;
}
table.show_regulamin td.tresc {
	color:#000000; 
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
}
table.show_regulamin td.podpis {
	color:#777777; 
	text-decoration:none;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	text-align: right;
}


/* pokazuje szkolenia w pojedynczym rekordzie uzytkownika */
table.showCours
{
	border: solid 0px #df0000;
	width: 100%;
	border-collapse:	collapse;
	
}
table.showCours tr.nieparzysta td
{
	background: #e4e4e4;
	border-bottom: solid 1px #bebebe;
}
table.showCours tr.parzysta td
{
	border-bottom: solid 1px #bebebe;
}
table.showCours td.lp
{
	border: solid 0px #00df00;
	width: 20px;
	text-align: right;
}
table.showCours td
{
	border: solid 0px #0000df;
	text-align: left;
	padding-left: 5px;
}
table.showCours td.action
{
	text-align: right;
	padding-right: 5px;
	width: 20px;
}
table.showCours th
{
	color: 	#562356;
	font-weight: bold;
	background: #afbfdf;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
}
table.showCours td.courses 
{
	width: 500px;
}
table.showCours td.groups 
{
	width: 200px;
}

div.tab-page table.show_item
{
	border: solid #acacac 0px;
	width: 99%;
	padding: 5px;
}
/*  pokaz pojedynczy rekord */
table.show_item
{
	border: solid #000000 0px;
	width: 99px;
}

table.show_item th
{
	text-align: left; 
	width: 200px; 
	font-weight: bold;
	border: none;
	vertical-align: top;
	font-size: 11px;
	padding: 3px;
	white-space: nowrap;
	
}
table.show_item th.lp
{
	text-align: right; 
	width: 40px; 
	padding-right: 5px;
	font-weight: normal;
}
table.show_item th.action
{
	text-align: left; 
}
select.select_show_item
{
	font-size: 9px;
}
table.show_item td
{
	text-align: left; 
	font-weight: normal;
	vertical-align: top;
	padding: 3px;
}
table.show_item td.button
{
	text-align: right; 
	padding: 4px;
	width: 10px;
}
table.show_item td.log
{
	width: 130px;
	white-space: nowrap;
}
table.show_item td.ip
{
	width: 70px;
}
table.show_item tr.parzyste, table.show_item tr.parzyste td
{
	background: #e3e3e3;
	border-bottom: solid 1px #bebebe;
}
table.show_item tr.nieparzyste, table.show_item tr.nieparzyste td
{
	border-bottom: solid 1px #bebebe;
}
table.show_item tr.log, table.show_item tr.log td
{
	background: #afbfdf;
}
table.show_item_log
{
	border-collapse: collapse;
}
table.show_item td.title
{
	/* font-size: 16px; */
	color: 	#562356;
	font-weight: bold;
	background: #afbfdf;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
}
table.show_item span.title
{
	/* font-size: 16px; */
	color: 	#999999;
	font-weight: bolder;
}

table.show_item2
{
	width: 500px;
}

table.file_page 
{
	border: none;
	width: 100%;
	padding: 5px;
}
table.file_page td
{
	vertical-align: top;
}
table.file_page td.update
{
	width: 600px;
}
table.file_page td.tree
{
	text-align: center;
	width: 150px;
}

table.edit_page 
{
	border: solid 1px;
	border-color:	gray;
	width: 100%;
	padding: 5px;
}
table.edit_page td
{
	vertical-align: top;
}
table.edit_page td.tree
{
	border: 1px solid #000000;
	text-align: center;
}
table.edit_item 
{
	border: solid 0px;
	width: 100%;
	padding: 5px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 5px;
	background-color: #f9f9f9;
}
table.edit_item th
{
	text-align: right; 
	width: 180px; 
	font-weight: bold;
	border: none;
	vertical-align: top;
	background-color: #f9f9f9;
	font-size: 11px;
	white-space: nowrap;
}

/* dopasowanie szerokosci do pola textarea */
table.edit_item td.textarea
{
	width: 100px;
}

table.edit_item td
{
	text-align: left; 
	font-weight: normal;
	vertical-align: top;
	background-color: #f9f9f9;
	white-space: nowrap;
}
table.edit_item td.action
{
	text-align: right; 
	vertical-align: middle;
	padding-right: 5px;
}





/* Stronicowanie wynikow */
table.pager
{
	border: 0px solid #000000;
	width: 100%;
	
}

table.pager td.pager_1
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 50%;
	font-size : 11px;
	text-align: right;
}

table.pager td.pager_2
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 50%;
	font-size : 11px;
	text-align: left;
}





/* Stronicowanie wynikow Alfa */
table.pager_alfa
{
	border: 0px solid #000000;
	width: 100%;
	
}

table.pager_alfa td
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 100%;
	font-size : 11px;
	text-align: center;
	white-space: nowrap;
}

table.pager_alfa td a {
	white-space: nowrap;
	color: #1B5393;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding-left:3px;
	padding-right:3px;
}
table.pager_alfa td small {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


table.pager_alfa select {
	font-size : 10px;
	padding: 0px;
	border: 1px solid #999999;
}


/* Strona logowania do systemu */
table.login
{
/*	border: 0px solid #000000; */
	width: 250px;
	background-color: white;
	border: solid orange 8px;
	/* dodal Pawel*/	
	padding: 8px;
	
}

table.login td.login_1
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 50%;
	font-size : 11px;
	text-align: right;
	font-weight: bold;
}

table.login td.login_2
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 50%;
	font-size : 11px;
	text-align: left;
}

table.login td.login_3
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 100%;
	font-size : 11px;
	text-align: center;
}

table.login td.login_4
{
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 50%;
	font-size : 11px;
	text-align: center;
}


/* Strona powitalna po zalogowaniu */
table.homepage
{
	/* min-width: 1000px; */
	font-family: Verdana, Helvetica, sans-serif;
	border: 0px solid #1B5393;
	width: 100%;
	height: 100%; 
	/* overflow:hidden;  */
}

/*
table.homepage tr
{
	height: 100%;
}*/

table.homepage td.homepage_top
{
	font-family: Verdana, Helvetica, sans-serif;
	width: 100%;
	height: 35px;
	min-width: 1000px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	line-height: 35px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.homepage td.homepage_left_menu a {
	color: #1B5393;
	font-size: 11px ;
	font-family: verdana;
}

table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree ul li {
	font-weight: normal;
	background: none;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("/images/homepage/tree_bg.jpg");	
}

table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree a:hover {
	color: gray;
}
table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree ul li ul li a {
	text-decoration: underline;
}
table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree ul li ul li{
	font-weight: normal;
}

table.homepage td.homepage_left_menu
{
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	width: 160px;
	/* width: 50px; */
	height: 100%; 
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
	background-color: white;
	/* 
	background-color: #f1f9ab;
	border: 1px solid #990000; 
	 background-color: #c8dae8; */
}

table.homepage td.homepage_main
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	/* width: 70%; */
	height: 100%;
	text-align: justify;
	text-decoration: none;
	font-weight: normal;
    vertical-align: top; 
	/* border: 1px solid #990000; */
}

table.homepage td.homepage_right_menu
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	/* width: 15%; */
	/*height: 100%;*/
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: top;
	border-left: solid #f0f0f0 1px; 
	background-color: white;
	/* 
	#fffda2;
	border: 1px solid #990000; 
	background-color: #e8edf1; */
}

table.top_header td.homepage_bottom
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	/* width: 100%; */
	/* min-width: 1000px; */
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	/* background: url("/images/homepage/bottom_bg.jpg") top repeat-x; */
	background-color: #ff7800;	
	/* 
	background-color: #9bab05;
	background-color: #b0d5d9; */
}





.login
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.bolded
{
	font-weight: bold;
}

.bolded_center
{
	text-align: center;
	font-weight: bold;
}

.red_error, .form_error
{
	text-align: left;
	color: red !important;
	font-weight: normal;
}

span.red_error_tab
{
	color: red !important;
}

.red_bolded
{
	text-align: left;
	color: red;
	font-weight: bold;
}

/* strona potwierdzajaca rejestracje */
div.register_title {
	padding: 10px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #1B5393;
	letter-spacing: 3px;
}

table.register_page_ok {
	margin-top: 5em;
	border-collapse: collapse;
	width: 780px;
}
table.register_page_ok td {
	padding: 0px;
	text-align: left;
	padding-bottom: 3px;
}
table.register_page_ok blockquote.note {
	line-height: 150%;
	font-size: 14px;
	color: #232323;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #ededed;
}
/* strona blednej rejestracji */
table.register_page_ok blockquote.note_error {
	border: 1px solid #000000;
	line-height: 150%;
	font-size: 14px;
	color: #232323;
	font-weight: bold;
	background-color: #ededed;
}
/* strona z pytaniem */
table.register_page_ok blockquote.note_question {
	border: 1px solid #000000;
	line-height: 150%;
	font-size: 14px;
	color: #232323;
	font-weight: bold;
	background-color: #ededed;
}
table.register_page_ok blockquote.note_error span {
	color: red;
}
/* Strona rejestracji */
table.register_page {
	margin-top: 3px;
	border-collapse: collapse;
	width: 780px;
}
table.register_page td {
	padding: 0px;
	text-align: left;
	padding-bottom: 3px;
}
table.register_page td.logowanie_data {
	text-align: center;
	font-size: 11px;
	letter-spacing: 3px;
	padding: 5px;
	color: #c3c2c1;
}
table.register_page blockquote.note {
	font-size: 14px;
	background-color: #ededed;
}
table.register_page td.page {
	border: solid #D9DAD8 2px;
	margin-top: 0px;
	padding-top: 0px;
	/* background: #f9f9f9; */
	background: #fbfbfb;
}

table.register input, table.register textarea , table.register select {
  /* background: url(/sf/images/sf_admin/reset.png) no-repeat 3px 2px; */
  border: 1px solid #bbbbbb ;
  padding:1px;
  /*
  border-left: 2px solid #999999 ;
  border-bottom: 2px solid #999999 ;
  background-color: #fdfdfd;
  */
  background-color: #fdfdfd;
}

table.register td.info {
	background-color: #eeeeee;
	font-size: 12px;
	vertical-align: middle;
	height: 30px;
	padding-left: 10px;
}
table.register td.info a {
	font-size: 12px;
	color: #9F2A45;
}

table.register input.register {
  border: 1px solid #8F0A25 ;	
  background-color: #1B5393;
  /* background-color: #9F2A45; */
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 2px;
  padding-top: 0px;
  height: 20px;
  vertical-align: middle;
}

table.register
{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

table.register td
{
	background: inherit;
	background: none;
	border: 0px solid ;
	width: 600px;
	text-align: left;
}

table.register th
{
	width: 180px;
	text-align: right;
	white-space: nowrap;
}

table.register th.register_middle
{
	vertical-align: middle;
	text-align: right;
}

table.register th.register_bottom
{
	width: 37%;
	padding-top: 2px;
	vertical-align: top;
	text-align: right;
	font-size:12px;
	font-weight: normal;
	color: #9F2A45;
	
}

table.register td.register_comment_2
{
	vertical-align: middle;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
}


table.buttons_tag {
	background-color: inherit;
}
table.buttons_tag td {
	width: 100px;
	text-align: center;
	background-color: inherit;	
}
table.buttons_tag input {
	width: 80px;
	text-align: center;
	background-color: #adadad;	
	font-weight: bolder;
	border-color: #121212;
}


table.moj_profil_list 
{
	border: solid #000000 1px;
	width: 780px;
	padding: 0px;
}

table.moj_profil_list th
{
	text-align: right; 
	width: 180px; 
	font-weight: bold;
	border: none;
	vertical-align: middle;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.moj_profil_list td
{
	text-align: left; 
	font-weight: normal;
	vertical-align: middle;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

table.moj_profil_list td.moj_profil_list_justify
{
	text-align: justify; 
	font-weight: normal;
	vertical-align: middle;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* inplace editor */
form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
	/*width:100%;
	height:250px;*/
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin-left:1em;
}

form.inplaceeditor-form a { /* The cancel link */
  margin-left:1em;
}

/*  struktura drzewiasta  */
table.treeTable  {
	text-align:left;
	width:100%;
	height:80%; 
}
table.treeTable tr {
	vertical-align: top;
	text-align:left;
}
table.treeTable td {
	padding-left: 2px;
	text-align:left;
}


/* pozycja w menu manager */
span.manager_main {
	font-weight: bold;
	color: navy;	
	font-size: 13px;
}
span.manager {
	font-weight: normal;
	color: navy;	
	font-size: 12px;
}

/* po zalogowaniu - listowanie szkolen na ktore zapisany jest user */
a.wiecej {
	font-size: small;	
	text-align: left;
}
/* wiecj przy ogloszeniu w prawym menu */
a.wiecej_ogloszenie {
	font-size: 10px;	
	
}
/* wiecj przy ogloszeniu w prawym menu */
a.title_ogloszenie {
	font-size: 12px;	
	font-weight: bold;
}
/***  pasek postepu    *******/

#mContainer {
	position:relative;
	width:100px;
	height:13px;
	padding:1px;
	border:1px solid #000000;
	
}

#gradient {
	position:relative;
	top:2px;
	left:1px;
	width:100px;
	height:11px;
	background-image:url(/images/progress_bg2.jpg);
	/* background-repeat:no-repeat; */
}

#mask {
	position:absolute;
	font-size:1px;
	width:100px;
	height:13px;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
}

#progressIndicator {
	position:absolute;
	top:1px;
	left:1px;
	width:100px;
	height:13px;
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:8pt;
	text-align:center;
}




div.progressbar_inner {
	background: url(/images/progress_bg.jpg) repeat-x ;
	background-position: top;
	width: 1%;
	height: 13px;
	white-space: nowrap;
}
div.progressbar2_inner {
	background: url(/images/progress_bg2.jpg) repeat-x ;
	background-position: top;
	width: 1%;
	height: 13px;
	white-space: nowrap;
}
div.progressbar3_inner {
	background: url(/images/progress_bg3.jpg) repeat-x ;
	background-position: top;
	width: 1%;
	height: 13px;
	white-space: nowrap;
}
div.progressbar4_inner {
	background: url(/images/progress_bg4.png) repeat-x ;
	background-position: top;
	width: 1%;
	height: 13px;
	white-space: nowrap;
}

div.progressbar_inner_light {
	background: url(/images/progress_bg_light.jpg) repeat-x ;
	background-position: top;
	width: 1%;
	height: 13px;
}
div.progressbar_outer {
	background-color: transparent; 
	padding: 1px; 
	margin-top: 4px;
	border: 1px black solid; 
	border-left: 0px ; 
	border-right: 0px ;
	margin: 0px;
	white-space: nowrap;
}
div.progressbar2_outer {
	background-color: transparent; 
	padding: 1px; 
	margin-top: 4px;
	border: 1px black solid; 
	border-left: 0px ; 
	border-right: 0px ;
	margin: 0px;
	white-space: nowrap;
}

div.progressbar4_outer {
	background-color: transparent;
	padding: 1px;
	margin-top: 4px;
	border: 1px black solid;
	border-left: 0px ;
	border-right: 0px ;
	margin: 0px;
	white-space: nowrap;
}

.graph { 
        position: relative; /* IE is dumb */
        width: 100px; 
        border: 1px solid #B1D632; 
        padding: 2px; 
    }
.graph .bar { 
        display: block;
        position: relative;
        background: #B1D632; 
        text-align: center; 
        color: #333; 
        height: 2em; 
        line-height: 2em;            
}
.graph .bar span { position: absolute; left: 1em; }




/***  pasek postepu  - koniec  *******/

/******************** LISTA SZKOLEN ***********************/
table.lista_szkolen tr.backed td div.unbreakable {
	white-space: nowrap;
	padding-bottom: 6px;
}
table.lista_szkolen tr.backed td {
	background-color: #F2F2F2;
	background-image: url("/images/lista_szkolen_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	
	/* border-top: 1px dotted black; */
	border-top: 1px dashed #cccccc;
}
table.lista_szkolen tr.zapisany td{
	background-color: #e0e0e0;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
	/* border: solid #0000cc 0px; */
	/* padding: 10px; */
	padding-left: 10px; 
	padding-right: 10px; 
}
table.lista_szkolen tr.niezapisany td{
	background-color: #BEBEBE;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	/* border: solid #0000cc 1px; */
}
a.lista_szkolen_akcje {
	text-decoration: none;
	color: #222222;
}
a.lista_szkolen_akcje:hover {
	text-decoration: none;
	color: #cc2222;
}
table.lista_szkolen td.akcje{
 	width: 50px;
	text-align: center;
	color: #a6a6a6;
	/*
	border-right: solid 1px #838383;
	border-bottom: solid 1px #838383;
	*/
	padding-bottom: 10px;
	padding-top: 0px;
}
table.lista_szkolen td.opis{
	border-left: solid 1px #838383;
	border-bottom: solid 1px #838383;
	padding-bottom: 10px;
	padding-top: 0px;
}
table.lista_szkolen td.title{
	/*
	border-top: solid 1px #838383;
	border-left: solid 1px #838383;
	border-right: solid 1px #838383;
	*/
	padding-bottom: 4px;
	padding-top: 10px;
}
td.cm_index_edit {
	padding-left: 15px;
}
table.lista_szkolen {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border: solid #cc0000 0px;
	margin-top:10px;
	/* padding: 10px; */
}
table.new_menu {
	border-collapse: collapse;
	width: 100%;
}
table.new_menu th, table.new_menu td {
	padding: 5px;
}
table.new_menu td input[type="text"]{
	width: 500px;
}
table.lista_szkolen td.kierunek{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #f0f0f0;
}
table.lista_szkolen th.szkolenie{
	padding-left: 40px;
	width: 80%
}
table.lista_szkolen th.status{
	text-align: center;
	width: 20%
}
table.lista_szkolen span.course_code:BEFORE{
	color:	#07abfe;
	font-size: 12px;
	
}
table.lista_szkolen span.course_code:AFTER{
	content: ' ';
	color:	#07abfe;
	font-size: 14px;
	
}
table.lista_szkolen span.course_code{
/*	color: #C0CFA8;	 */
	color: #6c6c6c;	
}

table.lista_szkolen td{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
	border: solid #00cc00 0px;
}
table.lista_szkolen td.nieparzysty {
	background-color: #f6f6f6;	
}


table.lista_szkolen_info {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border: 0px;
	background-image: none;
	background-color: transparent;
	/* padding: 10px; */
}
table.lista_szkolen_info tr.info{
		background-image: none;
		background-color:transparent; 
}
table.lista_szkolen_info td.info{
	padding: 0px;
	background-color: transparent;
	background-image: none;
	border: 0px;
	margin:0px;
	text-align: left;
}


/** KONIEC **/



/**********************  LISTA LEKCJI  ****************************/
table.lista_lekcji tr.dostepny td{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	/* border: solid #0000cc 0px; */
	/* padding: 10px; */
	padding-left: 10px; 
	padding-right: 10px; 
}
table.lista_lekcji tr.zakonczony td{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	/* border: solid #0000cc 0px; */
	/* padding: 10px; */
	padding-left: 10px; 
	padding-right: 10px; 
}
table.lista_lekcji tr.niedostepny td{
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	/* border: solid #0000cc 1px; */
}
a.lista_lekcji_akcje {
	text-decoration: none;
	color: #222222;
}
a.lista_lekcji_akcje:hover {
	text-decoration: none;
	color: #cc2222;
}
table.lista_lekcji tr.top td{
	border-top: black thin dotted;
}
table.lista_lekcji td.akcje{
 	width: 50px;
	text-align: center;
	color: #a6a6a6;
	padding-bottom: 10px;
	padding-top: 0px;
}
table.lista_lekcji td.opis{
	padding-bottom: 10px;
	padding-top: 0px;
}
table.lista_lekcji td.title a{
	font-size: 12px;
}
table.lista_lekcji td.title{
	background: white;
	padding-bottom: 4px;
	padding-top: 10px;
}
table.lista_lekcji {
	width: 100%;
	border: none;
	/* padding: 10px; */
}

table.lista_lekcji td.kierunek{
	background-color: #CCCCCC;
}
table.lista_lekcji th.szkolenie{
	padding-left: 40px;
	width: 80%
}
table.lista_lekcji th.status{
	text-align: center;
	width: 20%
}
table.lista_lekcji span.course_code:BEFORE{
	content: '';
	color:	#07abfe;
	font-size: 14px;
	
}
table.lista_lekcji span.course_code:AFTER{
	content: ' ';
	color:	#07abfe;
	font-size: 14px;
	
}
table.lista_lekcji span.course_code{
/*	color: #C0CFA8;	 */
	color: navy;	
	
}

table.lista_lekcji td{
	background-color: #F2F2F2;
	background-image: url("/images/lista_szkolen_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;		
	
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	border: none;;
}
table.lista_lekcji td.nieparzysty {
	background-color: #f6f6f6;	
}

/* KONIEC */


/**********************  TEST USER  ****************************/
table.test_user {
	width: 100%;
	border: none;
	/* padding: 10px; */
}
table.test_user tr td{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	border: none;
}
table.test_user td.opis{
	background-color: #effde4;
	border-left: solid 1px #838383;
	border-right: solid 1px #838383;
	border-bottom: solid 1px #838383;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 10px;
}
table.test_user td.title{
	background-color: #effde4;
	border-top: solid 1px #838383;
	border-left: solid 1px #838383;
	border-right: solid 1px #838383;
	padding-bottom: 4px;
	padding-top: 10px;
	padding-left: 10px;
}
table.test_user td.opis table {
	margin-left: 40px;
	margin-top: 20px;
	width: 100%;
}
table.test_user td.opis table td {
	background: transparent;
	padding-top: 10px;
}
table.test_user td.opis table td.cancel {
	text-align: left;
}
table.test_user td.opis table td.accept {
	text-align: right;
}

/* KONIEC */



/**********************  LISTA PLIKOW  ****************************/
table.list_file tr.tlo td{
	
}
table.list_file tr.tlo td{
	/*
	background-color: #effde4;
	*/
	background: transparent;
	
	
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	/* border: solid #0000cc 1px; */
}
table.list_file td.akcje{
 	width: 50px;
	text-align: center;
	color: #a6a6a6;
	/*
	border-right: solid 1px #838383;
	border-bottom: solid 1px #838383;
	*/
	padding-bottom: 10px;
	padding-top: 0px;
}
table.list_file td.opis span {
	font-size: 12px;
	font-weight: normal;
}
table.list_file td.opis span.tekst {
	font-weight: bold;
}
table.list_file td.opis span.data_naglowek {
	color: #898989;
}
table.list_file td.opis span.data_tekst {
	font-weight: bold;
	color: #898989;
}
table.list_file td.opis{
	/*
	border-bottom: solid 1px #838383;
	*/
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
}
table.list_file td.type{
	width: 50px;
	/*
	border-left: solid 1px #838383;
	border-bottom: solid 1px #838383;
	*/
	padding-bottom: 10px;
	padding-top: 0px;
}
table.list_file td.title{
	border-top: black dotted thin;
	background: white;
	/*
	border-top: solid 1px #838383;
	border-left: solid 1px #838383;
	border-right: solid 1px #838383;
	*/
	padding-bottom: 4px;
	padding-top: 10px;
}
table.list_file {
	border: solid #cc0000 0px;
	
	width: 100%;
	/* padding: 10px; */
}


table.list_file td{
	background-color: #F2F2F2;
	background-image: url("/images/lista_szkolen_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;	
	
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	border: solid #00cc00 0px;
}
/* KONIEC */






div.chapter_show {
	/* border: 1px solid #454545; */
	border: 1px solid #1B5393;
	min-height: 300px;
	padding: 15px;
	text-align: left;
	background-color: #f3f3f3;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 180%;
}

div.chapter_show a {
	font-size: 12px;
	color: #1B5393;	
}

div.szkolenie {
	background: url(/images/cours_icon.png) no-repeat left 4px;
	background-position: 3px 1px;
	padding-left: 22px;
	color: #1B5393;
	font-size: 12px;
	font-weight:bold;
	width:90%;
	text-align: left;
}
div.szkolenie a{
	color: #1B5393;
}	
div.szkolenie a.wiecej:hover {
	color: #1B5393;
	text-decoration: none;
}
div.szkolenie a.wiecej {
	color: black;
}
div.szkolenie_wiecej {
	/*background: url(/images/bubble.gif) no-repeat right 2px;*/
	margin-left: 42px;
	padding: 24px;
	color: black;
	font-size: 12px;
	/* width:100%;*/ 
	text-align: justify;
	background-color: white;
	border: solid #cccccc 1px;
	font-weight: normal;
}

span.nag {
	font-weight: normal;
	padding-left: 40px;
	font-size: 10px;
}

	font-weight: bold;
	padding-left: 40px;
	font-size: 10px;
}

span.text {
	padding-left: 4px;
	font-size: 9px;
}
span.info {
	color: #7b7b7b;
}
span.szkolenie_wiecej {
	padding-left: 4px;
	font-weight: bolder;
}	
span.typ_usera {
	padding-left: 4px;
}
span.informacje {
	padding-left: 4px;
}
span.cours_title {
	font-weight: bolder;
}
span.info_data_nag, span.info_data2_nag {
	
	font-weight: bold;
	margin-left:23px;
	color: #999999;
}	
span.info_data, span.info_data2 {
	
	font-weight: normal;
	margin-left:5px;
	color: #666666;
}	

table.postep {
	border-spacing: 0px;
	width: 98%;
}
table.postep td {
	background-color: transparent;
}
table.postep td.postep_left {
	background-color: transparent;
	width: 10%;
	min-width: 30px;
}
table.postep td.postep_right {
	background-color: transparent;
	width: 90%;
}
div.postep_nag {
	background-color: transparent;
	font-weight: bold;	
	border: dashed;
	float:  inherit;
}
div.postep_ramka {
	background-color: transparent;
	font-weight: bold;	
	width: 95%;
	height: 12px;
	border: solid navy 1px;
	padding: 1px;
	text-align: left;
}
div.postep_value {
	height:100%;
	background-color: lightblue;
}

/* start help_form */

.odstep {
	padding-left: 20px;
}

table.help_form {
	width: 100%;
}

table.help_form th {
	width: 15%;
}

table.help_form td {
	width: 70%;
}

table.help_inner {
}

table.help_inner td {
	vertical-align: top;
	text-align: left;
}

table.help_inner th {
	vertical-align: top;
	text-align: right;
}

/* koniec help_form */

.help_admin_przyciski {
	padding: 3px;
}

table.edit_item2 
{
	border: solid #f0f0f0 1px;
	width: 100%;
	padding: 0px;
	background-color: #f9f9f9;
}

table.edit_item2 th
{
	text-align: right; 
	width: 190px; 
	font-weight: bold;
	border: none;
	vertical-align: top;
	background-color: #f9f9f9;
	font-size: 11px;
}

table.edit_item2 td
{
	text-align: left; 
	font-weight: normal;
	vertical-align: top;
	background-color: #f9f9f9;
}

fieldset.help_admin
{
  margin-bottom: 3px;
  border: 2px solid #aabbcc;
  background-color: #fff;
}

table.wyborikon {
	border-spacing: 8px;
	background-color: white;
	padding: 4px;
}

table.wyborikon td {
	background-color: white;
}

table.wyborikon td.anuluj {
	background-color: white;
}

table.wyborikon td.wybrane {
	background-color: lime;
}

table.wyborikon td.anuluj:hover {
	background-color: white;
}

table.wyborikon td:hover {
	background-color: orange;		
}




.cms_arty { 
	border-bottom:1px solid #e5e5e5;
	background-color: white;
	border:1px solid #FFB40F; 
	width: 100%;
	margin-bottom: 25px;
}
.cms_arty  p.author { 
	padding-top:5px;
	font-size:10px;
	text-align:right;
	padding-right: 15px;
	padding-bottom: 10px;
}
.bezdekoracji {
	list-style: none;
}

/* Paw Tabs
.paw-tabs li { float:left;color:#FFF; background:#7f99ae url(/images/box_tab-left.gif) no-repeat;font-size:11px; }
.paw-tabs li span { padding:5px 13px; display:block; background:url(/images/box_tab-right.gif) no-repeat top right; }
.paw-tabs li span.last-tab { padding-right:22px; background:url(/images/box_tab-end.gif) no-repeat top right; }
-------------------*/

.paw-tabs li { float:left; font-size:11px; }
.paw-tabs li span { padding:5px 13px; display:block; }
.paw-tabs li span.last-tab { padding-right:12px; }

/* start login - passwordRecovery */

.passrecover_email {
	width: 150px;
}

.passrecover_login {
	width: 80px;
}

table.passrecover {
	width: 90%;
	border: 2px;
	
}

table.passrecover th {
	text-align: right;
}

table.passrecover td {
	text-align: left;
}

table.passrecover td.odstep {
	padding-left: 20px;
}

p.passrecover {
	text-align: left;
	padding-left: 20px;
}

/* end login - passwordRecovery */

span.loginfo {
	background: url(/images/info.png) no-repeat left 9px ;
	padding:1em 1em 1em 20px;
/*	padding:0.5em 0 0.5em 25px;
*/	
	color: red;
	border: solid #d9d9d9 1px;
	background-color: #fffea4;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#ukryty {
	display: none;
}

#czerwony {
	color: red;
}

#rozszerz {
	width: 100%;
}

#wdol {
	vertical-align: bottom;
}

/* help_admin */

fieldset.help_admin {
	padding: 5px;
}


.pytania { 
	background-color: white;
	border:1px solid #001860; 
	width: 100%;
}

.pytania  p.author { 
	padding-top:5px;
	font-size:10px;
	text-align:right;
	padding-right: 15px;
	padding-bottom: 8px;
}

.lista_artow_adm {
	padding: 5px;
	background-color: #D9DFC3;
	border: 1px solid #001860;
}

.lista_artow_bez {
	padding: 5px;
	background-color: #FFE79F;
	border: 1px solid #001860;
}

.lista_artow_usr {
	padding: 5px;
	background-color: #9FB7FF;
	border: 1px solid #001860;
}


.lista_artow_srodek {
	background-color: gray;

	border-color: #001860;
	border-style: groove;
}


.lista_artow_wew {
	padding: 10px;
	background-color: white;
	display: block;
}

.lista_artow_wew_ukryta {
	display: none;
	background-color: white;
}



.wprawo {
	float: right;
}

.wdol {
	vertical-align: bottom;
}

img.maly {
	height: 16px;
	width:16px;
	vertical-align: middle;
}

.udajeprzycisk {
	color: #7a8ba5;
	display: inline;
}

.udajeprzycisk:hover {
	color: #7a8ba5;
	display: inline;
	text-decoration: underline;
	cursor: pointer;
	display: inline;
}

.udajeprzycisk2 {
	color: #001860;
}

.udajeprzycisk2:hover {
	text-decoration: underline;
	cursor: pointer;
}


.ukryty {
	display: none;
}

div.malutki {
	padding: 5px 2px 2px 2px;
	border: solid green 2px;
	text-align: right;
	font-size: small;	
}

.odkrytyinline {
	display: inline;
}

.odkrytyblock {
	display: block;
}

/* wyrownanie przycisku zapisz do prawej */
table.save_button {
	width: 98%;
}
table.save_button td {
	text-align: right;
}
/*table.save_button*/ td.right_save_button {
	/* width: 60px; */
	text-align: right;
	white-space: nowrap;
}

/* komunikat o bledzie w formularzu (koniecznie niewidoczny) */
div.save_error {
	width: 99%;
}
div.save_error blockquote{
	text-align: left;
	width: 450px;
}
/* komunikat o poprawnym zapisaniu w formularzu (koniecznie niewidoczny) */
div.save_corect {
	width: 99%;
}
div.save_corect blockquote{
	background-color: #dfdfdf;
	border: 1px solid #232323;
	color: #a72230;
	text-align: left;
	width: 450px;
}


/* linki na tronach (dodaj szkolenie, dodaj uzytkownika itp) */
div.page_link {
	text-align: right;
	padding: 5px;
	font-weight: bolder;
	white-space: nowrap;
}
div.page_link img {
	vertical-align: middle;
}
div.page_link a {
	color: #222266;
}
div.page_link a:hover {
	text-decoration: none;
	color: red;
}


/* Opis znajdujacy sie na gorze strony informujacy o jej zawartoci */
div.naglowek {
	padding: 5px;
	margin: 3px;
	margin-top:0px;
	border: 1px #ffa405 solid;
	background: #ffe485;
}

/* Glowna nazwa strony */
div.naglowek table.title {
	background: transparent;
	width: 100%;
}
div.naglowek table.title td.title{
	font-size: 14px;
	font-weight: bolder;
	background: transparent;
	text-align: left;
	margin: 0px;
}
div.naglowek table.title td{
	background: transparent;
}

/* Dodatkowy opis */
div.naglowek div.wstep {
	background: #f8ffcd;
	padding: 8px;
	border: 1px #c5c5c5 solid;
}

/* Dodatkowe wyroznienie fragmentow tekstu */
span.wyroznienie {
	font-weight: bolder;
}

div.batonbialy {
	font-size: larger;
	padding: 2px 2px 2px 10px;
	border: solid #d9d9d9 1px;
	font-size: larger;
	background-color: #F8F7DA;
}

div.batonzolty {
	font-size: larger;
	padding: 2px 2px 2px 10px;
	border: solid #d9d9d9 1px;
	font-size: larger;
	background-color: #FFFF99;
}

/*  span dla (nie)aktywnego tekstu drzewka help_admin
*/

span.czy_akt1 {
	color: #00BF30;
}

span.czy_akt0 {
	color: orange;	
}

div.readnazwa {
	font-weight: bold;
	font-size: larger;
	padding: 2px 2px 2px 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid #d9d9d9 1px;
	background-color: #F8F7DA;
	
}

div.readikona {
	font-weight: normal;
	font-size: larger;
	padding: 2px 2px 2px 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid #d9d9d9 1px;
	background-color: #F8F7DA;	
}

div.readikona:hover {
	background-color: #FFFF99;	
}

div.readopis {
	font-style: italic;
	font-size: larger;
	padding: 2px 2px 2px 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid #d9d9d9 1px;
	background-color: #F8F7DA;
}

div.readmenu {
	font-size: larger;
	padding: 2px 2px 2px 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid #d9d9d9 1px;
	background-color: #F8F7DA;
}

div.readmenu:hover {
	background-color: yellow;
}
table.drzefko {
	border: none;
	background-color: white;
}

table.drzefko td.zamilcz {
	background-color: white;
		
}

table.drzefko td.liscie {
	padding-left: 10px ;
	padding-right: 10px ;
	padding-bottom: 20px ;
	background-color: #FFF6EF;
	vertical-align: top;
	font-size: medium;
	text-align: left;
	border: 1px solid #FFB40F;
}

table.drzefko td.prawa_kolumna {
	border: 1px solid #FFD20F;
	background-color: #E6FFA2;
	padding: 25px;
	vertical-align: middle;
	text-align: left;
	vertical-align: top;
}	
.poprawej {
	text-align: center;
}

table.list_items a
{
	color: #004444;
}

table.list_items a:HOVER
{
	text-decoration: underline;
}


/* _PAWEL_ end ;)*/


/* helptips */


/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

a.helpLink {
	color:				Green;
	text-decoration:	none;
	border-bottom:		1px dashed Green;
	cursor:				help;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid black;
	/* WindowFrame; */
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}

/* menu  - sciezka */


div.menu {
	margin-bottom:3px; 
	border-bottom:3px solid #e5e5e5;
	border:1px solid #CCC;
	/* float:left; */
	color:#FFF; 
	background:#7f99ae /* url(/images/box_tab-left.gif) no-repeat */; 
	
	padding:1px 5px; 
/*	display:block; */
	
}

div.menu a{
	color:  white;
	font-weight: bold;
}

table.menu {
	margin: 0px;
	padding: 0px;
	background: transparent;	
	border: 0px;
	width: 100%;
	
}
table.menu td a {
	color: black;
	font-weight: bold;
	font-size: 11px; 
}
table.menu td{
	margin: 0px;
	padding: 0px;
	background: transparent;	
	font-size: 11px; 
	text-align: left;
	
}
table.menu td.help{
	text-align: right;
	width: 20px;
	white-space: nowrap;
}
table.menu td.chat_teacher {
	white-space: nowrap;
	width: 35px;
}
table.menu td span.prefix {
	font-weight: bolder;
}

/* Komunikaty po prawej na stroni glownej
-------------------*/
.box { margin-bottom:6px; border-bottom:3px solid #e5e5e5;
}
.box .box-border {
	 background:#FFF; 
	 border:1px solid #CCC; 
}
.box-content, .box-content-dl { 
	margin:10px; 
	margin-top: 25px;
}
.box-content li { 
	list-style: none;
	margin:0 0 3px; padding:0 0 0 14px; background:url(/images/arrow_blue.gif) no-repeat 0 3px; 
}
.box-content-link { 
	margin: 0px; 
	padding: 5px;
}
.box-content-link li { 
	list-style: none;
	margin:0 0 3px; padding:0 0 0 14px; background:url(/images/arrow_blue.gif) no-repeat 0px 7px; 
}
.box-content img { 
	 margin:0 0 10px 10px;
	 float:right;
}
.box-content p.author { 
	padding-top:0px;
	font-size:10px;
	text-align:right;
}

.box-content-dl li { margin:0 0 8px 0; padding:0 0 0 22px; }
.box-content li a { color:#4d4d4d;}
.box-content-dl li a { color:#4d4d4d;}
.box-content li.more { text-align:right; background:none;}
li#blogs_tab0 { 
	 	background-image:none;  
	 	text-align: left;
}
/* Box Tabs
-------------------*/
.box-tabs {
	margin: 0px;
	padding: 0px;	
}

.box-tabs li { 
	float:left; 
	color:#FFF; 
	background:#7f99ae url(/images/box_tab-left.gif) no-repeat;
	font-size:11px; 
}
.box-tabs li span { padding:3px 13px; display:block; background:url(/images/box_tab-right.gif) no-repeat top right; }
.box-tabs li span.last-tab { padding-right:22px; background:url(/images/box_tab-end.gif) no-repeat top right; }
.box-tabs li.active { background-color:#a3bacc; }

/* Misc
-------------------*/
.clearfix {
	display:block;
	/* text-align: justify; */
}

.clearfix:after{
	clear:both;
	content:".";
	display: block;
	visibility:hidden;
	height:0px;
} 

/* strony szkolenia *

* Opis znajdujacy sie na gorze strony informujacy o jej zawartoci */
div.cours_header {
	padding: 5px;
	margin: 3px;
	margin-top:0px;
	font-size: small;
}

/* Glowna nazwa strony */
table.title {
	background-color: white;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.title td div.content {
	padding: 10px;
	text-align: left;
	background: white;
	border: none;
}
table.title td.outer{
	width: 1%;
}
table.title tr.top td{
	background-color: #eaeaea;	
}
table.title tr.middle td{
	background: white;	
}
table.title tr.middle td.outer {
	background-image: url("/images/homepage/cours_upper_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;	
}
table.title tr.bottom td{
	background-image: url("/images/homepage/cours_downer_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 13px;
}
table.title td.ending {
	background-image: url("/images/homepage/cours_downer_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 13px;
}
table.title td.ending2{
	background-image: url("/images/homepage/cours_upper_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}
table.title td.right{
	padding-right: 12px;
	text-align: right;
}
table.title td{
	background: transparent;
	font-size: small;	
}
table.title td.title{
	font-size: 14px;
	background: transparent;
	padding: 4px 12px 4px 12px;
	color: #1B5393;

	font-weight: bolder;
	text-align: left;
	margin: 0px;
}

/* Dodatkowy opis */
div.cours_header div.wstep {
	background: white;
	padding: 8px;
	border: none;
}
/* div z komunikatami z SCORMa */
div.scorm_log_div {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: solid 0px black;
	background: transparent;
	color: black;
	width: 100%;
	height: 100px;
	overflow: auto;
}

/* wstep wykladowcy na glownej stronie modulu w szkoleniu  - start  */


div.cours_module_intro {
	padding: 5px;
	margin: 3px;
	margin-top:0px;
	border: 2px #1B5393 solid;
	background: white; 
}

/* Glowna nazwa strony */
div.cours_module_intro table.title {
	background: transparent;
	width: 100%;
}
div.cours_module_intro table.title td.title{
	font-size: 14px;
	font-weight: bolder;
	background: transparent;
	text-align: left;
	margin: 0px;
}
div.cours_module_intro table.title td{
	background: transparent;
	
}
div.cours_module_intro span.autor {
	font-style: italic;	
	font-weight: bold;
}

div.autor {
	text-align: right;
	margin: 10px;
	font-size: 10px;
	color: #999999;
}

/* Dodatkowy opis */
div.cours_module_intro  div.tresc {
	background: #f9f9f9;
	padding: 8px;
	border: none;
}
div.cours_module_intro  div.tresc_main {
	padding: 0px;
	margin: 0px;
	width:100%;
	
	
}

/* wstep wykladowcy na glownej stronie modulu w szkoleniu  - koniec  */

/* POCZATEK fora (cours_forum) */
table.cours_forum {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.cours_forum td.name a {
	font-family: sans-serif;
	font-size: 15px;
	color: #6e6e6e;
}
table.cours_forum td.admin {
	width: 20px;
}
table.cours_forum th.big {
	font-size: 15px;
	font-weight: bold;
}
table.cours_forum td {
	color: #870700;
	text-align: left;
	background-color: #F0F0F0;
	vertical-align: top;	
	
	padding: 8px 20px 0px 4px;
	background-color: #F2F2F2;
	background-image: url("/images/forum/forum_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	
	border-bottom: black dotted thin;
}
table.cours_forum td.name div.name_content{
	background-image: url("/images/cours_icon.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left: 16px;
	background-color: transparent;
}
table.cours_forum th.title_1 {
	background-color: silver;
	font-size: 12px; 
	width: 80%; 
	padding-left: 35px; 
	text-align: left;
	color: white;
}
table.cours_forum th.title_2 {
	background-color: silver;
	font-size: 12px; 
	width: 20%; 
	text-align: center;
	color: white;
}
table.cours_forum td.break, table.thread_forum td.break {
	background-color: white;
}
table.cours_forum td.end, table.thread_forum td.end {
	border-bottom: none;
	background-color: silver; height: 3px;
}

table.cours_forum tr.content td {
	text-align: center;
}
table.cours_forum td.open_folder {
	height: 32px;	
	font-size: 22px;
	color: gray;
	background-image: url("/images/forum/folder_open.png");
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
	vertical-align: middle;
	background-color: white;
}

table.cours_forum td div.bottom_text{
	color: #B7B7B7;
	font-size: 9px;
}
table.cours_forum td div.cours{
	color: #6e6e6e;
	font-size: 9px;
}
table.cours_forum td.threads div.threads{
	color: #6e6e6e;
}
table.cours_forum td.threads {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	font-size: 9px;
}
td.answer_comment {
	padding: 6px;
}
td.answer_comment div {
	border: 1px solid #888888;
	background-color: #cfcfcd;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	background-image: url("/images/ic_info.gif");
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-left: 25px;
}
table.cours_forum td.alone {
	border-bottom: none;
	background: none;
	text-align: left;
}
table.cours_forum td.details {
	text-align: left;
	padding-left: 35px;
	padding-bottom: 10px;
}

table.cours_forum th.name {
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size: 14px;
	text-align: left;
}
table.cours_forum th {
	font-weight: normal;
	text-align: center;
	color: #850700;
	
	border-bottom: 1px dotted #434343; 
}

table.cours_forum th a {
	color: gray;
}
table.cours_threads td span.actions a img{
	/*float: right;*/
}
table.cours_threads td span.actions a img:hover{
	opacity: .50;
}
table.cours_threads td span.actions a{
	color: white;
}
table.cours_threads td span.actions {
	padding: 1px;
}
table.cours_threads td.answer_form {
	text-align: right; padding: 10px 40px 10px 40px;
}
table.cours_threads td.stopka span.buttons {
	padding-left: 15px;
	background-image: url("/images/forum/bg_buttons.png");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #F0F0F0;
}
table.cours_threads td.stopka a {
	color: black;
}
table.cours_threads td.stopka {
	height: 12px;
	background-color: white;
	font-size: 9px;
	text-align: right;
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
}
table.cours_threads th a {
	color: white;
}
table.cours_threads th.padded {
	padding-left: 5px;
	text-align: left;
}
table.cours_threads th {
	padding: 3px;
	background-color: #ff7800;
	text-align: center;
	color: white;
	font-weight: bold;
}
table.cours_threads {
	width: 100%;
	border-spacing: 0px;
}
table.cours_threads tr.top td {
	border-bottom: none;
}
table.cours_threads tr.odd td {
	background: none;
	background-color: #F5F5F5;
}
table.cours_threads tr.even td{
	background: none;
	background-color: #ffffff
}
table.cours_threads tr.bottom td {
	border-bottom: 1px #878787 dotted;
}
table.cours_threads td a {
	color: #6E6E6E;
	font-size: 12px;
}
table.cours_threads td.big, table.cours_threads td.big a {
	font-weight: bold;
	font-size: 17px;
}
table.cours_threads td {
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
	color: #6E6E6E;
	padding: 2px;
}
table.cours_threads td.name {
	background-color: white;
	font-size: 22px; 
	font-weight: bold;
	padding-bottom: 10px;
}
table.cours_threads div.user_name {
	font-size: 18px; 
	font-weight: bold;
}
table.cours_threads div.user_pic {
	vertical-align: middle;
	text-align: center;
	border: 1px gray solid; 
	padding: 3px;
	background-color: #f0f0f0;
}
table.cours_threads td.answer_form textarea {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	padding: 5px 5px 15px 15px;
	background-image: url("/images/forum/forum_reply_answer.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
table.cours_threads td.content {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding: 5px 5px 15px 15px;
	background-image: url("/images/forum/forum_reply_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
table.cours_threads td.user_info {
	width: 155px; 
	text-align: left;
}
table.cours_threads td.desc {
	font-size: 9px;
	color: black;
	text-align: left;
	padding-left: 5px;
}
table.cours_threads td.thread_title {
	text-align: left;
}
table.cours_threads td.thread_locked a {
	text-decoration: line-through;
}
table.cours_threads td.thread_sticky a{
	font-weight: bold;
}

/* KONIEC fora (cours_forum - pawel) */


/* modul cours_cal */
table.day {
	width: 100%;
	border-spacing: 1px;
	border: 1px solid black;
}
table.day td.cal_btns, table.day td.cal_btns a, table.week td.cal_btns, table.week td.cal_btns a {
	font-size: 9px;
}
table.day td {
	text-align: left;
	background-color: #f6f6f6;
}
table.day td.heading {
	padding-left: 10px;
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 5px;
}
table.day th {
	background-color: #f0f0f0;
	color: gray;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
table.week {
	border: 1px solid black;
	width: 100%;
}
table.week td {
	text-align: left;
	background-color: #f6f6f6;
	vertical-align: bottom;
}
table.week td.heading, table.week td.heading a {
	padding-left: 10px;
	background-color: white;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}
table.week th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}


table.month {
	border:solid black 1px; 	
	height: 100%;
}
table.month tr {
		height: 19%;
}
table.month tr.row{
	border:dashed black 1px; 	
}
table.month th {
	width: 40px;
	padding: 5px;	
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-align: center;
}
table.month td{
	width: 180px;
	height: 19%;
	border:solid #f0f0f0 1px; 	
	background-color: #f6f6f6;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 9px;
}
table.month td a {
	font-size: 9px;
	color: black;
	font-weight: bold;
}
table.month td.week_no, table.month td.week_no a{
	text-align: center;
	width: 6%;
	background-color: #f0f0f0;
	color: gray;
}
table.month td.weekend, table.month td.weekend a, table.month th.weekend {
	color: #1B5393;
	font-weight: bold;
}
table.month td.inactive div.header a{
	color: #d0d0d0;
	font-weight: bold;
}
table.month td.today{
	border:solid #ff0000 1px; 	
	background-color: #f0f0f0;
	text-align: left;
	
}

span.day {
	float: right;
}

/* koniec cours_cal */

input.login {
	background: transparent;
	border: 0px; 
	width: 133px; 
	font-size: 14px;
}

table.logowanie {
}
table.logowanie a{
	color: #ECD7DC;
}
table.logowanie a:hover {
	color: #BD8792;
}
table.logowanie td {
	vertical-align: top;
	text-align: left;
	color: white;
}


td#drzewo ul.dhtmlgoodies_tree li a {
	font-size: 10px;
	color: black;
}
td#drzewo ul.dhtmlgoodies_tree li a.galaz_0 {
	color: red;
	padding-right:6px;
}

td#drzewo ul.dhtmlgoodies_tree li a:hover.galaz_0 {
	color: red;
	background-color: #eeeeee;
	text-decoration: underline;
	font-weight: bold;
}

td#drzewo ul.dhtmlgoodies_tree li a.galaz_1 {
	color: #666666;
	padding-right:6px;
}

td#drzewo ul.dhtmlgoodies_tree li a:hover.galaz_1 {
	background-color: #eeeeee;
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}

td#drzewo ul.dhtmlgoodies_tree li a:hover {
	color: #a00000;
}
ul.dhtmlgoodies_tree li {
	white-space: nowrap;
}
ul.dhtmlgoodies_tree a:before {
	content: " ";
}
	
ul.dhtmlgoodies_tree a {
	font: menu;
	color: #1B5393;
}
ul.dhtmlgoodies_tree, ul.dhtmlgoodies_tree ul li {
	background-image: url("/images/homepage/tree_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

ul.dhtmlgoodies_tree ul li ul li {
	background-image: none;
}

.dhtmlgoodies_tree ul li, .dhtmlgoodies_tree ul li ul li, .dhtmlgoodies_tree ul li ul li ul li {
	background-image: url("/images/homepage/tree_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	padding:1px;
}

table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree ul li ul li {
	background: none;
	background-image: none;
	background-color: #ffffff;
}

table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree ul li {
	background-image: url("/images/homepage/tree_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;	
}

table.homepage td.homepage_left_menu ul.dhtmlgoodies_tree li {
	background-image: url("/images/homepage/tree_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;	
	padding: 1px;
}



/* modul cours_news_manager  - poczatek */
div.form_edit {
	text-align: left;
	border: 1px solid #090909 ;
	background-color: #e1e1e1;
	padding: 15px;
	left: 80px;
	}
	
table.cours_marks_edit {
	width: 100%;
}	
table.cours_marks_edit td.left{	
	width:165px;
	text-align: right;
	padding-right: 3px;	
}	
table.cours_marks_edit td.right{	
	text-align: left;
}	
	/* modul cours_news_manager  - koniec */
	
table.event_editor {
	width: 300px;
}
	
table.event_editor th {
	font-weight: bold;
	text-align: right;
}

table.event_editor th.title {
	text-align: center;
}
table.event_editor td {
	text-align: left;
}

.event_to_do, table.month td.event_to_do {
	height: 16px;
	background: url("/images/events/history.png") left no-repeat;
	padding-left: 18px;
}
.event_anouncement, table.month td.event_anouncement {
	height: 16px;
	background: url("/images/events/info.png") left no-repeat;
	padding-left: 18px;
}
.event_event, table.month td.event_event {
	height: 16px;
	background: url("/images/events/kdmconfig.png") left no-repeat;
	padding-left: 18px;
}
.event_appointment, table.month td.event_appointment {
	height: 16px;
	background: url("/images/events/symbolshapes.png") left no-repeat;
	padding-left: 18px;
}
.event_exam, table.month td.event_exam {
	background: url("/images/events/messagebox_warning.png") left no-repeat;
	height: 16px;
	padding-left: 18px;
}
.event_cours, table.month td.event_cours {
	font-weight: bold;
	color: #2a9810;	
/*	background: #43A6E3; */
}
.event_public, table.month td.event_public {
	font-weight: bold;
	color: #e86a10;	
}

div.legenda {
	padding: 10px;
}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/images/bubble-tooltip/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/images/bubble-tooltip/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/images/bubble-tooltip/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

table.year {

}
table.year td{
	vertical-align: top;
}

table.year th{
	vertical-align: top;
}
table.year td a {
	color: gray;
}
table.year td.weekend a {
	color: #1B5393;
	font-weight: bold;
}
table.year td.today {
	border: 1px red solid;
}

table.year table.year_inner td {
	background-color: #f6f6f6;
}

table.cours_welcome{
	width: 100%;
	/*margin-left: 0px;*/
	border-collapse: collapse;
	border-spacing: 0px;
}
table.cours_welcome td {
	font-size: 12px;
	text-align: left; 
	vertical-align: top;
	color: black;
}
table.cours_welcome td b {
	color: rgb(147,16,43);
}
table.cours_welcome td.left {
	width: 320px;
}
table.cours_welcome tr.upper td {
	background: url(/images/homepage/cours_upper_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
table.cours_welcome tr.downer td div.content {
	border: rgb(147,16,43) dotted thin; 
	border-bottom: 0px black solid; 
	border-top: 0px black solid; 
	color: rgb(137,137,137); 
	padding: 15px; 
	
	font-size: 9px;
}
table.cours_welcome tr.downer td div.content div.title {
	border-bottom: rgb(195,193,193) dotted thin; 
	color: rgb(147,16,43); 
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 5px;
}
table.cours_welcome tr.downer td {
	background: url(/images/homepage/cours_downer_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

table.emp {
	border: 0px; border-collapse: collapse; border-spacing: 0px;
}

table.emp td { 
	border: 0px; border-collapse: collapse; border-spacing: 0px;
}
table.inner_events {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.inner_events td {
	border-bottom: solid 1px gray;
	padding-bottom: 2px;
	padding-top: 2px;
}
table.inner_events tr.new_item td {
	border-bottom: none;
}

table.calendar_event_edit {
	border-collapse: collapse;
	border-spacing: 0px;
}
table.calendar_event_edit td {
	background-color: #f6f6f6;
	padding-left: 4px;
	text-align: left;
}
table.calendar_event_edit th {
	vertical-align: middle;
	text-align: right;
	background-color: #f6f6f6;
}
table.booby_xls {
	background-color: #C0C0C0;
	border-collapse: separate;
	border-spacing: 1px ;
}
table.booby_xls td {
	padding: 4px;
	background-color: white;
	text-align: left;
}
table.booby_xls th {
	padding: 4px;
	background-color: #e0e0e0;
	font-weight: bold;
	text-align:  center;
}
table.booby_xls td.head {
	font-weight: bold;
}
/* starte style */
table.cms_dzialy_other img{
	border:0px;
	vertical-align: middle;
}

table.cms_dzialy_other td#read {
	height: 520px;
}

/* nowe style */
table.cms_dzialy_other {
	width: 99%;
	height: 98%;
}

table.cms_dzialy_other td {
	vertical-align: top;
	text-align: left;
}
div.help_admin_users {
	padding: 10px;
	font-weight: bold;
}
div.help_admin_users div.q{
	padding: 10px;
	font-weight: normal;
	border: 1px black solid;
	margin: 5px;
}
.calendar {
	z-index: 10001;
}

div.naglowek3 {
	padding: 5px;
	margin: 3px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div.naglowek2 {
	padding: 5px;
	margin: 3px;
	margin-top:0px;
	padding-top:0px;
	/* border: 1px #ffa405 solid; */
	/* background-color: #aaaaaa; */
}

div.naglowek2 table.title2,div.naglowek3 table.title2 {
	background: transparent;
	width: 100%;
	margin: 0px;	
}

div.naglowek2 table.title2 td.title2_info, div.naglowek3 table.title2 td.title2_info {
	height: 23px;
	padding-left: 10px;
	font: bold 11px Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	color: #1B5393;
	background-image: url(/images/bg_head.gif);
	text-align: left;	
	margin: 0px;
	border-bottom: 1px solid #000000;
}

div.naglowek2 table.title2 td.title2_link, div.naglowek3 table.title2 td.title2_link {
	background-image: url(/images/bg_head.gif);
	border-bottom: 1px solid #000000;
	padding-top: 2px;
}

div.naglowek2 table.title2 td div.title2_link, div.naglowek3 table.title2 td div.title2_link {
	text-align: right;	
	margin: 0px;
	padding-right: 10px;
}

div.naglowek2 table.title2 div.title2_link a {
	color: #ffffff;
}

div.wstep2 {	
	min-height: 30px;
	background-image: url(/images/bg_head2.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px;
	font-size: small;
}
div.wstep2 table td{
	
	font-size: small;
}	

table.nice {
	text-align: center;
}

table.reports td {
	text-align: left;
	vertical-align: top;
}

table.nice td input, table.nice td select {
	font-size: 11px;
	color: #666666;
	background-color: #f4f4f4;
	border: 1px solid #aaaaaa;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table.nice td input[type=submit] {
	border: 1px solid #300000;
	background-color: #ff7800;
	color: #f4f4f4;
}

table.nice td input[type=checkbox] {
	border: 0px;
	background-color: #ffffff;
}

table.nice td  {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 18px;
}

table.nice td a {
	font: normal 11px Verdana, Arial, sans-serif;
	color: #1B5393; 
	line-height: 18px;
}

	
table.normal td {
  text-align: left;
  padding: 2px;
  font-size: 12px;
  background: transparent;
  background: none;
}

div.graph_head {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #6A3030;
	letter-spacing: 5px;
	border-bottom: 1px solid #cccccc;	
	margin-bottom: 10px;
}

table.horizon_menu {
	margin-right: 10px;
}
table.horizon_menu td {
	font-size: 11px;
	color: #1B5393; 
}

table.horizon_menu td img {
	padding-right: 2px;
	padding-left: 2px;
}
table.horizon_menu td a {
	font-weight: normal;
	font-size: 11px;
	color: #1B5393; 
}

/* divy wyswietlane podczas edycji pomocy pod i nad menu */
div.top_help_tree, div.top_help_tree a {
	text-align: center;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #eeeeee;
	color: #999999;
}

div.bottom_help_tree, div.bottom_help_tree a {
	text-align: center;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #eeeeee;
	color: #999999;
}
td img.imglist {
	padding: 0px;
	margin: 0px;
}

table.big_start_cours {
	margin-top: 15px;
}
table.big_start_cours td {
	padding: 2px;
	vertical-align: middle;
}
table.big_start_cours td a {
	color: #1B5393;
	font-size: 12px;
}

select.frm, input.frm, textarea.frm {
	font-size: 12px;
	color: #1B5393;
	background-color: #f4f4f4;
	border: 1px solid #777777;
	padding: 3px;
	margin: 0px;
}

input.frm[type="checkbox"], input.frm[type="radio"] {
	border: 0px;
	padding:1px;
	margin: 1px;
	height:12px;
	background: none;
}

input.frm_bt, button.frm_bt {
	font-size: 12px;
	color: #1B5393;
	background-color: #d4d4d4;
	border: 1px solid #777777;
	padding: 3px;
	margin: 0px;
	height: 23px;
}

input.s-frm {
	font-size: 12px;
	color: #1B5393;
	background-color: #f4f4f4;
	border: 1px solid #777777;
	padding: 3px;
	margin: 0px;
	background-image: url(/images/i_szukaj.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left:23px;
}

/* VIDEO */
table.video_list {
	border-collapse: collapse;
}

table.video_list td {
	color: #870700;
	text-align: left;
	background-color: #F0F0F0;
	vertical-align: top;	
	padding: 8px 20px 0px 4px;
	background-color: #F2F2F2;
	background-image: url("/images/forum/forum_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999999;
}

table.video_list td.name a {
	font-family: sans-serif;
	font-size: 15px;
	color: #6e6e6e;
}

table.video_list td.name div.name_content{
	background-image: url("/images/cours_icon.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 16px;	
	background-color: transparent;
	font-size: 11px;
	height: 73px;
}

table.video_list td div.description_content {
	padding-top: 1px;
	height: 36px;
}

table.video_list td div.bottom_text{
	padding-top: 3px;
	color: #979797;
	font-size: 11px;
}
table.video_list th.big {
	border-bottom: 1px dashed #999999;	
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	color: #870700;
}


table.scorm_bar {
}
table.scorm_bar td {
	background-image: url("/images/belka_bg1.png");
	height: 24px;
}
table.scorm_bar td, table.scorm_bar td a {
	color: #ffffff;
	font-size: 11px;	
	padding-left: 10px;
	padding-right: 20px;
}
table.change_progress td.title {
	color: rgb(147,16,43); 
	font-size: 12px; 
	font-weight: bold;
}

/* Hab.la  */ 
div#habla_link_div  {
	   padding: 0 0 0 0; 
	   color: #aaa;
	   background-color: #aaa;
}
.prototype_tooltip {
	background-color: white;
	border: 2px solid #1B5393;
	padding: 6px;
	margin: 0px;
}

/*Platformowy fieldset*/
fieldset.frm {
	border: 1px solid #777777;
	padding: 5px;	
}

fieldset.frm legend {
	font-size: 12px;
	color: #1B5393;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}



table.synchro_pay td {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: transparent;
	
}
table.lista_szkolen td.coursThumbnail {
	padding-left: 5px !important;
	padding-top: 5px !important;
	width: 60px !important;
	vertical-align: middle;
	text-align: center;
}
