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


/* czarny wiodacy  */
.cl-2 { color: #000 }
.bg-2 { background-color: #5c4906 }
.bd-2 { border-color: #5c4906 }
/* zielony wiodący */
.cl-1 { color: #515151 }
.bg-1 { background-color: #b6d741 }
.bd-1 { border-color: #b6d741 }
/* niebieski wiodący  */
.cl-3 { color: #000}
.bg-3 { background-color: #e47439 }
.bd-3 { border-color: #e47439 }
/* pomarańczowy highlight */
.bg-3-light { background-color: rgb(255,240,210) }

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

/* 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: #BA1416; }
.bg-r { background-color: #BA1416; }
.bd-r { border-color: #BA1416; }
/* czarny */
.cl-b { color: #000; }
.bg-b { background-color: #000; }
.bd-b { border-color: #000; }


.header-bg, .bg-content { }

/*
 * Kolory specyficzne dla elementów:
 */

html, body { background: #b6b6b6; }
.obejmowacz{
background: #fff;
}

/* Kolory menu i wypunktowań */
.menu li a { color: #515151;  }

.menu li { color: #515151; }

.menu li.selected a {
color: #171717;
}


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

.ed_content table,
.ed_content td,
.ed_content th { }


table.download tr:hover td {
	background: #f8f8f8;
	
}

table.download th {
	color: #444;
	border-bottom: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;	
	padding: 10px 0px !important;
}
table.download, table.download td { border-color: #B1B1B1; }


table.vela-calendar td {
	background-color: #D7DEDE; 
	color: #4D4D4D;
	
}

table.vela-calendar th {
	background-color: #E1CC73;
	color: #4D4D4D;
}

table.vela-calendar td a{
	color: #4D4D4D; 
}

table.vela-calendar td.month a{
	color: #868686; 
}

table.vela-calendar td.event a{
	color: #4D4D4D; 
}

table.vela-calendar td:hover {
	background-color: #E1CC73;
	color: #4D4D4D;
	cursor: default;
	font-weight: bold;
}
table.vela-calendar td.weekend:hover {
	background-color: #E1CC73;
	color: #4D4D4D;
	cursor: default;
}

table.vela-calendar td.weekend {
	background-color: #BBC8C8;
	color: #3A3A3A;
}
table.vela-calendar td.weekend a{
	color: #868686;
}
table.vela-calendar td.today {
	background-color: #0F7AD2;
	color: #fff;
}
table.vela-calendar td.today a{
	color: #fff;
}
/*
table.vela-calendar td.active {
	background-color: #8EC54D;
	color: #fff;
}
table.vela-calendar td.active:hover {
	background-color: #FFAE00;
	color: #fff;
}
*/
table.vela-calendar td.chosen {
	background-color: #E1CC73;
	color: #4D4D4D;
	font-weight: bold;
}
table.vela-calendar td.chosen a{
	color: #4D4D4D;
	font-weight: bold;
}
table.vela-calendar td.other-month a{

color: #f5f5f5;
}
table.vela-calendar td.other-month {

color: #f5f5f5;
}


table.vela-calendar td.other-month.weekend {

color: #e4e4e4;
}
table.vela-calendar td.other-month.weekend a{

color: #e4e4e4;
}
.ed_content p a, .ed_content li a {
text-decoration: underline;
}

.ui-state-active{
border-bottom: #BA1416 solid 3px;
padding: 3px 0px 3px 3px !important;
}

.katalog_uslug h2:hover{
background: #F7F7F7;
padding: 3px 0px 3px 3px;
border-bottom: #BA1416 solid 3px;
}

.katalog_uslug h2{
background: #F7F7F7;
padding: 3px 0px 3px 3px;
border-bottom: #fff solid 3px;
}

.odd td{
background: #f8f8f8; 
}

