table {
	margin: auto;
}

h4 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #0055AA;
}

a:hover {
	color: #0055AA;
}

p, td {
	font-size: 12px;
}

table.frm {
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: white;
}


td.frm-head {
	padding: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #182257;
	/*background: #FFFDF2 url(/images/skins/1/footer-bg.gif) repeat-x left top;*/
	background-color: #B9D6E6;
}


td.frm-head1 {
	padding: 3px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #485078;
	background-color: #B9D6E6;
	/*background: #FFFDF2 url(/images/skins/1/footer-bg.gif) repeat-x left top;*/
}

td.frm-head2 {
	padding: 3px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #485078;
	background-color: #C9DFED;
	/*background: #FFFDF2 url(/images/skins/1/footer-bg.gif) repeat-x left top;*/
}


td.frm {
	padding: 3px;
	background-color: #ECF4F9;
}

td.frm-w {
	padding: 5px;
	background-color: white; 
	border: 1px solid #B9D6E6;
}

td.frm-err {
	padding: 3px;
	color: red;
}


input.frm, textarea.frm {
	font-size: 12px;
	padding: 2px;
  border: 1px solid #CBD1DC;
	background-color: #FFFFFE;
	font-family: Verdana;
	background-image: url(/images/skins/1/bg_frm.gif);
	background-repeat: repeat-x;
	color: #5F5E58;
}

input.frm-opt, textarea.frm-opt {
	font-size: 12px;
	padding: 2px;
  border: 1px solid #CBD1DC;
	background-color: #F2FBE1;
	font-family: Verdana;
/*	background-image: url(/images/skins/1/bg_frm.gif);
	background-repeat: repeat-x;*/
	color: #5F5E58;
}

select.frm-err {
	border: 2px ridge #FFB0B3;
	background-color: #FFEAEB;
}

input.frm-err, textarea.frm-err {
	font-size: 12px;
	padding: 2px;
  border: 1px solid #FFB0B3;
	background-color: #FFEAEB;
	font-family: Verdana;
/*	background-image: url(/images/skins/1/bg_frm.gif);*/
	background-repeat: repeat-x;
	color: #5F5E58;
}

input.frm-opt {
	font-size: 12px;
	padding: 2px;
  border: 1px solid #CBD1DC;
	font-family: Verdana;
/*	background-image: url(/images/skins/1/bg_frm.gif);*/
	background-repeat: repeat-x;
	color: #5F5E58;
}

.frm-selected {
	background-color: #FAFBE1; 
	font-weight: bold;
}


input.b, input.button {
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	border: 2px outset silver;
	cursor: hand;
}

a.r {
	color: #000080;
	text-decoration: underline;
}

.uwagi {
	color: black;
	font-style: italic;
}

p.uwagi {
	text-align: left;
}

/* top menu */
table.frm-menu {
	width: 100%;
	margin-top: 10px;
}

td.menu-on {
	color: #313A68;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #7493B4;
	border-left: 1px solid #7493B4;
	border-right: 1px solid #7493B4;
	background-color: #98C5DC;

}

td.menu-n {
	font-size: 1px;
	height: 0px;
	background-color: #98C5DC;
	font-size: 1px;
	padding: 0px;
}

td.menu-off {
	background-color: transparent;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #7493B4;
}

td.sep {
	font-size: 1px;
}

a.menu-off {
	display: block;
	padding: 3px;
}

a.menu-off:hover {
	display: block;
	background-color: #F2F1E7;
	color: #006A9D
}


a.topmenu2 {
	white-space: nowrap;
}

a.topmenu2:hover {
	background-color: white;
	color: red;
}

a.rightmenu {
	display: block; 
}

a.rightmenu:hover {
	background-color: white;
	color: red;
}


div.h1 {
	border: none;
}

table.choice {
	background-color: #F2F0E6;	
}

p.error {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.error2, div.error2 {
	color: #fd5200;
}

.ok {
	color: green;
}

pre {
	text-align: left;
}

li.ok {
	list-style-image: url(/images/ok.gif);
	text-align: left;
	color: green;
	margin-left: 20px;
}

li.error {
	list-style-image: url(/images/err.gif);
	text-align : left;
	vertical-align: middle; 
	color: red;
	margin-left: 20px;
}

li.info {
	list-style-image: url(/images/info.gif);
	text-align : left;
	vertical-align: middle; 
}


table.top-menu {
	border-top: 1px solid #005076;
	margin-top: 10px;
	width: 100%;
}

td.top-menu {
	text-align: center;
	border-left: 1px solid #005076;
	background-color: #5E87B7;
	font-size: 12px;
	color: white;
}

a.top-menu {	
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
}

a.top-menu:hover {	
	color: white;
}


a.top-menu-off {	
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding: 4px;
}

a.top-menu-off:hover {
	background-color: #D0DFF1;
}

td.top-menu-off {
	padding: 0px;
	text-align: center;
	border-left: 1px solid #005076;
	border-bottom: 1px solid #005076;
	font-size: 12px;
}

td.top-menu-off-last {
	padding: 0px;
	text-align: center;
	border-left: 1px solid #005076;
	border-bottom: 1px solid #005076;
	border-right: 1px solid #005076;
	font-size: 12px;
}

table.top-menu1 {
	border-left: 1px solid #005076;
	border-right: 1px solid #005076;
}

td.top-menu1 {
	padding: 0px;
	background-color: #B9D6E6;
	text-align: center;
	color: black;;
}

a.top-menu1 {
	color: white;
	padding: 2px;
	padding-top: 5px;
	display: block;
	text-align: center;
	background-color: #5E87B7;
}

a.top-menu1:hover {
	background-color: #609DE1;
	color: white;
}

div.choice {
	border: 1px solid #A6A255;
	background-color: #EDECDC;
	padding: 2px;
	text-align: left;
}	

td.list {
	text-align: left;
	padding: 5px;
	font-size: 11px;
}


td.listchecked {
	text-align: left;
	padding: 5px;
	font-size: 11px;
	background-color: #EDF3D8;
}


td.infol {
	border-bottom: 1px solid #E6DFCA;
	border-right: 1px solid #E6DFCA;
	text-align: right;
	padding: 3px;
}


td.infor {
	border-bottom: 1px solid #E6DFCA;
	padding: 3px;
}

li.kierunek {
	font-size: 11px;
	list-style-type: circle;
	font-style: italic;
}

table.info {
	margin-top: 15px; 
	background-color: #FFFDF2; 
	border: 1px solid #E2DCC7;
	width: 98%;
}

td.infoLastRow {
	text-align: right; 
	border-right: 1px solid #E2DCC7;
	padding: 3px;
}


div.info-koszty {
	border-top: 1px solid #E6DFCA;
	padding-top: 2px;
	margin-top: 2px;
}

td.infoFirstRowL {
	background-color: #DFDAC6;
	text-align: right;
	padding: 3px;
}

td.infoFirstRowR {
	background-color: #DFDAC6;
	padding: 3px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

table.oceny tr td {
	padding: 4px;
}

h4.oplaty {
	padding-left: 20px;
	background-image: url(/images/zarowka.gif);
	background-repeat: no-repeat;
}

td.frm-w table tr td {
	padding: 5px;
}

.comment {
	font-size: 11px;
	color: gray;
	font-style: italic;
}


div.msgok {
	margin: 50px auto;
	width: 80%;
	background-color: #D9FFD9;
	color: #008000;
	border: 1px solid green;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}


div.msgerr {
	margin: 50px auto;
	width: 80%;
	background-color: #FFD9DA;
	color: red;
	border: 1px solid red;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}

.TopSmallMenuActive {
	background-color: #EEE9D5; 
	border: 1px solid #E0D8B4;

}

p.result, div.result {
	color: #008080;
}

table.tbkryteriadr {
	background-color: #F1ECD6;
	margin: 6px;
}

td.drh {
	background-color: #E9E1BC;
	padding: 5px;
}

td.dr {
	background-color: #FFFDF2;
	padding: 5px;
}

div.info li  {
	text-align: left;
}

a.btn {
    text-decoration: none; font: menu;
    display: inline-block; padding: 2px 8px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	text-align: center;
}

a.pdf {
	background-image: url('/images/pdf.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 20px;

}