p {
	font-size: 12px;
}


table.frm {
	width: 100%;
	background-color: #D5E0E8;
	border: 1px ridge #005076;
	border-top: none;
	margin-bottom: 10px;
	background-image: none;
}

table.frm-uczelnia {
	width: 99%;
	border: 1px ridge #C4AC6F;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.frm-head {
	font-size: 14px;
	font-weight: bold;
	background-color: #A9C7E7;
	text-align: center;
	background-image: none;
	padding: 3px;
}

td.frm-head1 {
	font-size: 13px;
	font-weight: bold;
	background-color: #D6E3F3;
	text-align: left;
	background-image: none;
	padding: 5px;
}

td.frm {
	border: none;
	background-color: #F0F4F7;
	font-size: 12px;
	font-family: Verdana;
	background-image: none;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ob {
	border-color: red;
}

.op {
	border-color: green;
}


table.frm-menu {
	width: 100%;
}

td.menu-on {
	background-color: #005076;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	border-top: 1px ridge #005076;
	border-left: 1px ridge #005076;
	border-right: 1px ridge #005076;
}

td.menu-n {
	background-color: #005076;
	font-size: 1px;
	height: 5px;
	border-left: 1px ridge #005076;
	border-right: 1px ridge #005076;
	border-width: 3px;
}

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

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

input.frm, select.frm, textarea.frm {
	font-size: 12px;
	padding: 2px;
	border: thin groove;
	background-color: #FFFFFE;
	font-size: 11px;
	font-family: Verdana;
	background-image: url(/images/bg_frm.gif);
	background-repeat: repeat-x;
	color: black;
}


input.frm-opt, select.frm-opt, textarea.frm-opt {
	font-size: 12px;
	padding: 2px;
	border: thin groove;
	background-color: #D6F2D0;
	font-size: 11px;
	font-family: Verdana;

	background-repeat: repeat-x;
	color: black;
}


input.frm-err, select.frm-err, textarea.frm-err {
	font-size: 12px;
	padding: 2px;
	border: 1px solid red;
	background-color: #FFCECE;
	font-size: 11px;
	font-family: Verdana;
	color: black;
}


input.button {
	padding: 2px;
	font-size: 12px;
}

h3 {
	font-size: 20px;
	text-align: center;
}

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

a.menu-off:hover {
	display: block;
	background-color: #CBD6E0;
}

span.o {
	color: red
}

p.uwagi {
	font-size: 12px;
	color: #1263B4;
	font-style: italic;
}

a.uwagi {
	font-size: 12px;
	font-style: italic;
}

p.info {
	color: green; 
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}


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;
}

a.top-menu-off {	
	display: block;
	height: 32px;
	padding: 2px;
}

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

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

td.top-menu-off-last {
	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;
	border-bottom: 1px solid #005076;
}

td.top-menu1 {
	padding: 0px;
	background-color: #5E87B7;
	color: white;
}

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

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

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

li {
	margin-bottom: 2px;
}

ul, ol {
	margin: 5px 0px 10px 20px; 
	padding: 0px;
}

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