/*
 * ----- KOLORY WIODACE -----
 */


/* ciemny błękit wiodacy  */
.cl-2 { color: #4485bd }
.bg-2 { background-color: #4485bd }
.bd-2 { border-color: #4485bd }

/* jasny błękit wiodący */
.cl-1 { color: #99cef0 }
.bg-1 { background-color: #99cef0 }
.bd-1 { border-color: #99cef0 }

/* baige :)  */
.cl-3 { color: #F0D799 }
.bg-3 { background-color: #F0D799 }
.bd-3 { border-color: #F0D799 }

/* pomarańczowy highlight */
.bg-3-light { background-color: rgb(255,240,210) }

/* szary wiodący ciemny */
.cl-s { color: #838383; }
.bg-s { background-color: #939393; }
.bd-s { border-color: #939393; }

/* szary (ramki) */
.bd-frame { border-color: #d9d9d9; }
.bd-frame-light { border-color: #e5e5e5; }

/* biały */
.cl-w { color: #fff }
.bg-w { background-color: #fff }
.bd-w { border-color: #fff }

/* czerwony */
.cl-r { color: red; }
.bg-r { background-color: red; }
.bd-r { border-color: red; }

/* czarny */
.cl-b { color: #000; }
.bg-b { background-color: #000; }
.bd-b { border-color: #000; }

.header-bg, .bg-content { }

/*
 * Kolory specyficzne dla elementów:
 */
 
.linki-top { 
 	color: #D3BFA1;
}

.linki-top a {
	color: #D3BFA1;
}

.linki-top a:hover {
	color: #9D8F7A;
} 

html, body {  }

/* Kolory menu i wypunktowań */
.menu li a { color: #4485bd; }
.menu li { color: #4485bd; }
.menu li a:hover { color: #4f9bdc; }
.menu li li { color: #4485bd; }
.menu li li a:hover { color: #4f9bdc; }
.menu li li li { color: #4485bd; }
.menu li li li a:hover { color: #4f9bdc; } 
.menu li a.selected { color: #032170; }

body, td, p, li { color: #949ea8 }
a { color: inherit }

.ed_content a {color: #4485bd; }
.ed_content a:hover { text-decoration: underline; color: #4f9bdc;}

.ed_content table,
.ed_content td,
.ed_content th { border-color: #d9d9d9; }

#contact_table th, #contact_table td, #contact_table table {
	border-color: #fff;
}
	
table.download td {
	/* background-image: url(../img/td-orange.png); 
	background-repeat: repeat-x; */	
}

table.download td.hover {
	background-image: none;
}

table.download th {
	background-color: #FFAE00;
	background-image: url(../img/th-orange.png);
	background-repeat: repeat-x;
	color: #fff;
}

table.download, table.download td { border-color: #FFAE00 }


table.vela-calendar td {
	/*border-color: #d9d9d9; */
}

table.vela-calendar th {
	background-color: #918137;
	color: #fff; 
	/*border-color: #3088DC; */
}

table.vela-calendar td.weekend {
	background-color: #D0C7B6;
	color: #fff;
}

table.vela-calendar td.today {
	background-color: #96C64E;
	color: #fff;
}