body {
	margin: 0;
	padding: 0;
	background: white;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
        
}
.background {
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 0;
	padding: 0;
	background: white url('/img/main_bg.gif') top left repeat-x;
}
* html .background {
	height: 650px;
}
.no_navi {
	background: #eaeaea url('/img/no_navi.jpg') top left repeat-x;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfloat {
	display:block;
}
.clearfloat:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}


a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
fieldset {
	border: 1px solid #dddddd;
}
input, textarea, select, option {
	padding: 1px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	border-bottom: 0;
	font-size: 10px;
	background: #F0F0F0;
}
textarea {
	font-size: 11px;
}
button {
	background-color: #da8a00;
	border: 1px solid gray;
	color: #ffffff;
	height: 28px;
	margin: 1px;
	width: 150px;
}
button:hover {
	background-color: #fdffc2;
	color: #3b3c21;
}
button.short {
	width: 100px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 3px 0;
}
ul li {
	padding: 0 0 0 15px;
	margin: 0;
}
ul li ul {
	list-style: none;
	padding: 0;
	margin: 3px 0;
}
ul li ul li {
	padding: 0 0 0 15px;
	margin: 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* header */
.sitetop {
	position: relative;
	display: block;
	width: 960px;
	height: 75px;
}
.sitetop img{
    margin-top:11px;
}
.sitetop .logo {
	position: absolute;
	/* left: 0;m ML82 TK */
        left:0px;
	/* top: 15px; ML 82 TK*/
        top: 7px;
	width: 300px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
        padding-top:11px;
}
.sitetop .info {
	width: 500px;
	height: 30px;
	position: absolute;
	text-align: right;
	padding-top: 12px;
	right: 10px;
	font-size: 11px; /*  TK: ML2 8.12.2009 : 10px */
	color: white;
}
#logoCourse {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#logoMain {
	text-align: center;
	margin-top: 10px;
}
#logoUp {
	text-align: center;
	margin-top: 10px;
}
#logoPartner {
	text-align: right;
}
#logoPartner img {
	margin: 10px;
}
/* menu top */
.top_menu {
	float: left;
	position: relative;
	display: block;
	width: 660px;
	height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid white;
}
.top_menu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
.top_menu a {
	padding: 5px;
	color: #173162;
	font-size: 13px; /*  TK: ML2 8.12.2009 : 12px */
	height: 14px;
	float: left;
	border-right: 1px solid white;
}
.top_menu a:hover {
	text-decoration: none;
	color: #204905;
	background-color: #d3f0c4;
}
div.question {
	float: right;
	width: 148px;
	height: 25px;
	margin-right: 10px;
}
div.question a {
	padding: 5px;
	color: #f81b1f;
	font-size: 12px;
	height: 14px;
	float: left;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
div.question a:hover {
	text-decoration: none;
	color: #204905;
	background-color: #d3f0c4;
}
.top_menu a.checked, div.question a.checked {
	text-decoration: none;
	color: #204905;
	background-color: #d3f0c4;
}
.login_form {
	position: relative;
	display: block;
	width: 960px;
	height: 33px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	margin-top: 2px;
}
.login_form span {
	padding-left: 10px;
}
.login_form .form_field_short {
	width: 100px;
	background: white;
}
.login_form .form_button {
	width: 30px;
	background-color: #da8a00;
	border: 1px solid gray;
	color: #ffffff;
}
.login_form .form_button:hover {
	background-color: #fdffc2;
	color: #3b3c21;
}
/* homepage content */
.content {
	width: 710px;
	margin: 10px 0;
	padding: 0;
}
#main_flash {
	width: 710px;
	height: 195px;
	border-right: 1px solid #fff;
}
.three_cols {
	width: 710px;
	overflow: hidden;
}
	/* change from overflow:show;
04.11.2009 by TK */
.three_cols .news_item {
	width: 229px;
	height: 162px;
	float: left;
	position: relative;
	margin: 10px 0 0 0;
	border-bottom: 6px solid #f00;
	border-right: 1px solid #fff;
}
.three_cols .margin {
	margin-right: 10px;
}
/* footer */
.footer {
	width: 960px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: #4c617a;
	display: block;
	border: 1px solid #688caf;
	background: white url('/img/main_bg.gif') top left repeat-x;
}
.footer a {
	color: white;
	font-size: 11px;
	display: block;
	padding: 5px 16px;
	float: left;
	margin: 0 0 0 -2px;
}
.footer .logout {
	background: none;
	margin: 0;
	padding: 5px 15px 0 0;
	width: 45px;
	height: 18px;
	float: right;
}
/* podstrona 10 */
.main .left_col {
	width: 240px;
}
.inside_wrap {
	width: 710px;
	position: relative;
}
.text a {
	color: #f00;
}
/* podstrrona 9 */
.inside_wrap .no_padding {
	padding: 0 !important;
}
.inside_wrap .no_margin {
	margin: 0 !important;
}
.inside_wrap .header {
	font-size: 16px;
	color: #6577a9;
	padding: 10px;
	background: #fff;
}
/* podstrona 8 */
.blank_page {
	width: 708px;
	background: #fff url('/img/blue_shade.gif') top left repeat-x;
	margin: 0 0 10px 0;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: left;
	vertical-align: top;
}
* html .blank_page {
	margin: 0;
}
.blank_page .header {
	background: transparent;
	margin: 10px 0 0 0;
}
.blank_page .text {
	height: auto;
	min-height: 40px;
	padding: 10px 10px 20px 10px;
	margin: 0;
	font-size: 11px;
	color: #646464;
}
.blank_page .text h2 {
	background: transparent;
	font-size: 22px;
	width: 300px !important;
	margin: 0;
}
.blank_page .text p {
	text-align: justify;
}
.blank_page .text table.frame {
	border: 1px solid #688cb0;
	empty-cells: show;
}


/*  kolorki do zmiany
  TK. 2.12.2009

table.tablelist {
	font-size: 10px;
	text-align: center;
	border: 1px solid #688cb0;
	empty-cells: show;
}
table.tablelist th {
	height: auto;
	min-height: 20px;
	border-bottom: 1px solid #688cb0;
	border-right: 1px solid #688cb0;
	padding: 3px;
	color: #11225a;
	background: #d5e5f4;
}
table.tablelist td {
	color: #373737;
	padding: 3px;
	border-bottom: 1px solid #d0d8e5;
	border-right: 1px solid #d0d8e5;
}
table.tablelist p {
	text-align: center;
}
table.tablelist .odd td {
	background: white;
}
table.tablelist .even td {
	background: #f3f8fc;
}
table.tablelist .odd td.sort {
	background: #f3f8fc;
}
table.tablelist .even td.sort {
	background: #e4eff9;
}
table.tablelist .odd:hover td, table.tablelist .even:hover td {
	background: #f9da48;
}
*/


table.tablelist {
	font-size: 11px; /*  TK: ML2 8.12.2009 : 10px */
	text-align: center;
	border: 1px solid #688cb0;
	empty-cells: show;
}
table.tablelist th {
	height: auto;
	min-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 3px;
	color: #FFFFFF;
	background: #7991b5;
}

table.tablelist td {
	color: #373737;
	padding: 3px;
 	border-bottom: 1px solid #FFFFFF;
 	border-right: 1px solid #FFFFFF;
}


table.tablelist td:first-child, table.tablelist th:first-child {	
 	border-left: 1px solid #FFFFFF; 	
}


table.tablelist p {
	text-align: center;
}
table.tablelist .odd td {
	background: #d5e1ec;
}
table.tablelist .even td {
	background: #bccded;
}
table.tablelist .odd td.sort {
	background: #d5e1ec;
}
table.tablelist .even td.sort {
	background: #bccded;
}
table.tablelist .odd:hover td, table.tablelist .even:hover td {
	background: #FFFFFF;
}


table.tdnorm .oddl:hover td, table.tdnorm .evenl:hover td {
	background: #CDE9F7;
}
/* koniec zmian kolorków */



/* a teraz tabelka jak w Akademii */

table.tableslist {
	font-size: 11px; /*  TK: ML2 8.12.2009 : 10px */
	text-align: center;
	empty-cells: show;
}
table.tableslist th {
	height: auto;
	min-height: 20px;
	padding: 3px;
	background: #FFFFFF;
}

table.tableslist td {

	padding: 3px;
}


table.tableslist p {
	text-align: center;
}
table.tableslist .odd td {

}
table.tableslist .even td {

}
table.tableslist .odd td.sort {

}
table.tableslist .even td.sort {

}
table.tableslist .odd:hover td, table.tablelist .even:hover td {

}

/* --- */


.blank_page .text table.noborders td {
	border: 0
}
.blank_page .text table.center td {
	text-align: center
}
.blank_page .text table.tablelist div {
	cursor: pointer;
}
.blank_page .text table.tablenavi {
	margin: 0;
}
.blank_page .text table.tablenavi td {
	padding: 2px;
}
table.tabset {
	margin: 0;
	padding: 0;
}
table.tabset td {
	margin: 0;
	padding: 0;
	font-size: 11px; /*  TK: ML2 8.12.2009 : 11px */
}
table.tabset img {
	margin-bottom: 10px;
}
.error {
	color: red;
	font-weight: bold
}
.ok {
	color: green;
	font-weight: bold
}
.red {
	color: red;
}
div.sMenu {
	margin: 0;
	padding: 0;
	width: 234px;
	border: 1px solid #d8d8d8;
}
div.sMenu div.level_0 {
	margin: 0;
	padding: 6px;
	width: 222px;
	height: 14px;
	background: url("/img/smenu/menu.gif") repeat-x 0 -1px #aadbf6;
	font-size: 12px;
	color: #003399;
	border-top: 1px solid #698bb0;
	border-bottom: 1px solid #83a2c3;
}
div.sMenu div.level_0:hover {
	background-position: 0 -201px;
	color: #0066CC;
	cursor: pointer;
}
div.sMenu div.level_1 {
	margin: 0;
	padding: 4px;
	width: 224px;
	height: 14px;
	background: white;
	font-size: 11px; /*  TK: ML2 8.12.2009 : 10px */
	color: #003399;
}
div.sMenu div.level_1:hover {
	background: #eef7fd;
	height: 12px;
	border: 1px solid #99defd;
	color: #0066CC;
	cursor: pointer;
}
div.sMenuEmpty {
	margin: 0;
	padding: 0;
	width: 234px;
	height: 20px;
}
/* sprawozdanie */
table.tablePoll {
	border: 1px solid rgb(0,96,152);
	width: 100%;
}
table.tablePoll input, table.tablePoll textarea, table.tablePoll td , table.tablePoll span.spanComment {
	font-size: 12px;
}
table.tablePoll span.spanDesc {
	font-size: 12px;
	font-weight: bold;
}
table.tablePoll p.pAnswer {
	font-size: 12px;
	font-weight: bold;
	margin: 20px;
}
table.tablePoll textarea {
	font-size: 12px;
	width: 450px;
	height: 150px;
}
/* podglad sprawozdan */
div.divAnswers {
	margin-left: 40px;
}
div.divAnswers p {
	font-size: 12px;
}
table.pollHeader {
	width: 650px;
	background-color: #eeeeee;
	border: 1px solid black;
}
table.pollHeader td {
	font-size: 12px;
}
div.divAnswers.pollComments {
	width: 650px;
}
div.divAnswers.pollComments td {
	font-size: 12px;
}
/* pytania */
table.forum2Detail {
	width: 100%;
	padding: 4px;
}
table.forum2Detail td {
	vertical-align: top;
}
table.forum2Detail td.up {
	padding-top: 10px;
	border-top: 1px solid #d8d8d8;
}
table.forum2Detail td.down {
	padding-bottom: 10px;
}
/* projekt */
#showcase_progress {
	width: 100%;
	height: 200px;
	padding-top: 120px;
	text-align: center;
}
table.showcase td {
	padding: 5px;
}
/* biblioteka projektow */
table.prezentacja {
	width: 100%;
	color: black;
	font-size: 12px; /*  TK: ML2 8.12.2009 : 11px */
}
table.prezentacja td {
	padding: 3px 7px 3px 7px;
	vertical-align: top;
}
table.prezentacja td.label {
	color: #797979;
}
table.prezentacja td.title {
	color: #c00000;
	font-size: 13px;
	font-weight: bold;
}
table.prezentacja td.redlines {
	border-top: 1px solid #c00000;
	border-bottom: 1px solid #c00000;
}
table.prezentacja tr.graybackg {
	background-color: #f5f5f5;
}
/* aktualnosci */
.news_title {
	padding: 8px 6px 0px 30px;
	font-weight: bold;
}
.news_content {
	padding: 6px 10px 5px 30px;
}
.news_content ul {
	list-style: disc;
	margin: 20px;
}
.news_content ul li {
	padding: 5px
}
.news_link a {
	text-align: right;
	margin: 0px 0px 0px 30px;
}
.news_background_0 {
	background-color: #EBF4FF;
	padding-bottom: 10px;
}
/* niewypelnione sprawozdania i moduly*/
div.niewypSprawLabel {
	font-size: 12px;  /*  TK: ML2 8.12.2009 : 11px */
	height: 20px;
	font-weight: bold;
	color: #373737
}
div.niewypSprawPos {
	min-height: 20px;
	margin-top: 3px;
	font-size: 12px; /*  TK: ML2 8.12.2009 : 11px */
}
span.niewypSprawTitle {
	font-weight: bold;
}
div.niewypSprawLink {
}
div.doKoncaModulu {
	font-weight: bold;
	font-size: 14px
}

.url_01 {

	padding: 5px 0 10px 5px;

	font-size: 7.5pt; /*  TK: ML2 8.12.2009 : 9px */

	text-align: left;

}



.url_01 a {

	text-decoration: none;

	color: #06366B;

}



.url_01 a:hover {

	text-decoration: underline;

}

#sestimer{
/* float: left; */
font-weight:bold;
padding-left:20px;

}
