/*

// #E8751A - pomarancz
// #125E06 - zielen
// #2A2D34 - ciemny szary (text)
// #4A5460 - jasny szary (pole)
// #EDEDED - beż (tło)
// #DCDCDC - beż nieco ciemniejszy (granica)
// #02396F - niebieski


*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #2A2D34;
}

p {
	text-align: justify;
	margin-bottom: 2px;
	margin-top: 2px;
}

.cell { color: #02396F; background-color: #FFFFEE; padding: 5px; border: 1px solid #CCCCCC; text-align: center; vertical-align: middle; }
.cell_text { color: #02396F; background-color: #FFFFEE; padding: 2px; border: 1px solid #CCCCCC; text-align: left; vertical-align: top; }
.cell_head { color: #125E06; background-color: #EDEDED; padding: 2px; border: 1px solid #CCCCCC; text-align: left; vertical-align: top; }

a:link { color: #E8751A; text-decoration: none; }
a:visited { color: #E8751A; text-decoration: none; }
a:active { color: #E8751A; text-decoration: none; }
a:hover { color: #125E06; text-decoration: underline; }

a.leftmenulink:link { color: #02396F; text-decoration: none; font-size: 13px; font-weight: bold; }
a.leftmenulink:visited { color: #02396F; text-decoration: none; font-size: 13px; font-weight: bold; }
a.leftmenulink:active { color: #02396F; text-decoration: none; font-size: 13px; font-weight: bold; }
a.leftmenulink:hover { color: #02396F; text-decoration: underline; font-size: 13px; font-weight: bold; }

.orange {
	color: #E8751A;
}
.orange_text {
	color: #E8751A;
}
.orange_title {
	color: #E8751A;
	font-size: 13px;
	font-weight: bold;
}
a.orange_link:link { color: #E8751A; text-decoration: none; }
a.orange_link:visited { color: #E8751A; text-decoration: none; }
a.orange_link:active { color: #E8751A; text-decoration: none; }
a.orange_link:hover { color: #E8751A; text-decoration: underline; }

.blue {
	color: #02396F;
}
.blue_text {
	color: #02396F;
}
.blue_title {
	color: #02396F;
	font-size: 13px;
	font-weight: bold;
}
a.blue_link:link { color: #02396F; text-decoration: none; }
a.blue_link:visited { color: #02396F; text-decoration: none; }
a.blue_link:active { color: #02396F; text-decoration: none; }
a.blue_link:hover { color: #02396F; text-decoration: underline; }

.green {
	color: #125E06;
}
.green_text {
	color: #125E06;
}
.green_title {
	color: #125E06;
	font-size: 13px;
	font-weight: bold;
}
a.green_link:link { color: #125E06; text-decoration: none; }
a.green_link:visited { color: #125E06; text-decoration: none; }
a.green_link:active { color: #125E06; text-decoration: none; }
a.green_link:hover { color: #125E06; text-decoration: underline; }

.darkgrey {
	color: #2A2D34;
}
.darkgrey_text {
	color: #2A2D34;
}
.darkgrey_title {
	color: #2A2D34;
	font-size: 13px;
	font-weight: bold;
}

.grey {
	color: #4A5460;
}
.grey_text {
	color: #4A5460;
}
.grey_title {
	color: #4A5460;
	font-size: 13px;
	font-weight: bold;
}

.cream {
	color: #EDEDED;
}
.cream_text {
	color: #EDEDED;
}
.cream_title {
	color: #EDEDED;
	font-size: 13px;
	font-weight: bold;
}

.darkcream {
	color: #DCDCDC;
}
.darkcream_text {
	color: #DCDCDC;
}
.darkcream_title {
	color: #DCDCDC;
	font-size: 13px;
	font-weight: bold;
}

.errmsg {
	color: #FF0000;
	font-size: 9px;
	margin-bottom: 5px;
}

.infomsg {
	color: #00FF00;
	font-size: 9px;
	margin-bottom: 5px;
}

