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


/* czarny wiodacy  */
.cl-2 { color: #000 }
.bg-2 { background-color: #5c4906 }
.bd-2 { border-color: #5c4906 }
/* zielony wiodący */
.cl-1 { color: #0F7AD2 }
.bg-1 { background-color: #b6d741 }
.bd-1 { border-color: #b6d741 }
/* niebieski wiodący  */
.cl-3 { color: #0F7AD2}
.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: 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:
 */

html, body { }

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

.menu li { background-image: url(../img/pod_guzik_menu234x30.png); }
.menu li a:hover { text-decoration: underline;}
.menu li li { background-image: url(../img/pod_guzik_mniejszy_menu215x30.png); }
.menu li li a:hover { text-decoration: underline;}
.menu li li li { background-image: url(../img/bullet-orange.png); }
.menu li li li a:hover { text-decoration: underline;} 

.menu li a.selected { color: #0F7AD2;}

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

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

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: #5c4906;
	background-image: url(../img/th-orange.png);
	background-repeat: repeat-x;
	color: #fff;
}
table.download, table.download td { border-color: #5c4906 }



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: #3A3A3A;
}
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 {
color: #0F7AD2;
}