BODY {
    background-color: #ffffff; 
	font-family: Arial, sans-serif;
	padding: 5px 5px;
	margin: 0px;
}
BODY, TD, TH, INPUT, TEXTAREA, SELECT {
	font-size: 12px;
}

IMG {
	border: 0px;
}
P {
	margin: 0;
	padding: 1px;
}

HR {
	border: none; 
	border-top: 1px solid #416EBB; 
	height: 1px;
}

/* General header styles */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #CC6600;
}

h1 { 
	font-size: 150%; 
	color:green;
	border-bottom: 1px dotted darkgreen;	
}

h2 { 
	font-size: 140%; 
	border-bottom: 1px dotted #996666;	
}
h3 { font-size: 120%; }
h4 { font-size: 100%; }


code, pre, tt {
	font-family: Courier, "Courier New", monospace;
}

li{
	margin-bottom: 10px;
}

ul.ptaszek {
	padding-left:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	list-style:none;
}

ul.ptaszek li{
	margin-bottom:0px;
	}

/**
 * layout table
 */
TABLE.layout {
 width: 100%;
}

TD.contentbar {
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:10px;
margin-left: 0px;
}

A:visited {
	color: blue;
}


/*-----------------------------------------------------------------------------
 *
 * Definicja styli dla naglowka
 */
TABLE.userline TD A {
	color: black;
	text-decoration: none;
	padding: 5px;
}


/*-----------------------------------------------------------------------------
 *
 * Definicja styli dla stopki
 */
P.footer {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 8px;
	text-align: center;
	color: #d0d0d0;	
}
HR.footer {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #d0d0d0;	
	height: 1px;
}

/*-----------------------------------------------------------------------------
 *
 * Definicja styli dla komunikatu bledu
 */
DIV.errors, .warn {
    border: 1px dashed #666600;
    color: #660000;
    background: #ffeeee;
}
DIV.errors UL {
    list-style: none;
}

.error {
	color:red;
}

/*-----------------------------------------------------------------------------
 *
 * Definicja styli dla komunikatow (np. potwierdzenie akcji)
 */
DIV.messages {
    border: 1px dashed #666600;
    color: #006600;
    background: #eeffee;
}
DIV.messages UL {
    list-style: none;
}
	
.message {
	color: green;
}


/*-----------------------------------------------------------------------------
 *
 * Definicja styli dla tabelek z materialem (np. courses.php)
 */

.nowrap {
	white-space: nowrap;
}

TABLE.list TD.checkbox, TABLE.list TH.checkbox {
	width: 1%;
}
TABLE.list .checkbox INPUT, INPUT.checkbox {
	border: none;
}
TABLE.list TR.bold {
	font-weight: bold;
}

TABLE.cs TD {
	white-space: nowrap;
}
TABLE.cs TR.page TD {
	color: #1D1DFF;
}
TABLE.cs TD.result {
	font-size: smaller;
	padding-right: 5px;
	text-align: right;
}
TABLE.cs TD.imgresult {
	text-align: center;
}
TABLE.cs TD.time {
	font-size: smaller;
	padding-left: 10px;
	text-align: center;
}
TABLE.cs TABLE.progress {
	width: 50px;
	border: 1px solid #338833;
}
TABLE.cs TD.mistakes {
	font-size: smaller;
	text-align: center;
}
TABLE.cs TD.hints {
	font-size: smaller;
	text-align: center;
}
TABLE.cs TABLE.progress TABLE.fill {
	background: #b2d8b2;
}
TABLE.cs TABLE.progress TABLE.fill IMG {
	height: 6px;
}
TABLE.cs TD A, TABLE.cs TD A:visited {
	text-decoration: none;
	color: black;
}
TABLE.cs TD A:hover {
	text-decoration: underline;
	color: black;
}
TABLE.cs TR.disabled TD {
	color: gray;
	font-style: italic;
}
TABLE.cs TR.level0disabled TD {
	font-weight: bold;
}
TABLE.cs TR.level0 TD {
	font-weight: bold;
}
TABLE.cs TR.disabled TD A {
	color: gray;
}

/*-----------------------------------------------------------------------------
 *
 * Definicja styli dla dodawania stron do MyLesson (mylesnodes.php)
 */
TABLE.mylesNodeAdd TD A {
	text-decoration: none;
}
TABLE.mylesNodeAdd TR.selected TD, TABLE.mylesNodeAdd TR.selected TD A {
	font-weight: bold;
	color: black;
}
TABLE.mylesNodeAdd TR.selectable TD, TABLE.mylesNodeAdd TR.selectable TD A {
	color: green;
}
TABLE.mylesNodeAdd TR.flo TD, TABLE.mylesNodeAdd TR.flo TD A {
	color: gray;
}
TABLE.mylesNodeAdd TR.disabled TD A {
	color: green;
	text-decoration: line-through;
}
TABLE.mylesNodeAdd TR.normal TD {
	font-style: italic;
	color: gray;
}


TABLE.classstudents {
	width: 100%;
}
TABLE.classstudents TD {
	vertical-align: top;
}

SELECT.wide {
	width: 350px;
}

HR {
	color: #d0d0d0;
	margin-top: 10px;
	margin-bottom: 10px;
}

FORM {
	padding: 0;
	margin: 0;
}

/* banner */
TABLE.banner {
	font-weight: bold;
}
TABLE.banner A, TABLE.banner A:visited {
	color: black; /*#212639;*/
	text-decoration: none;
	font-size: large;
}
TABLE.banner TD.name {
	padding: 10px;
}

TABLE.banner TD.banner_right{
	width:378px;
	}

/* infoline */

TABLE.infoline {
	margin: 2px 0;
}
TABLE.infoline TD {
	font-size: 11px;
}
TABLE.infoline TD.date {
	text-align: right;
}


/* tabs */

DIV.tabs {
	margin-bottom: 5px;
}
TABLE.tabs A, TABLE.tabs A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
}
TABLE.tabs A:hover {
	color: #C8DFFF;
}
TABLE.tabs TD.tabspace {
	width: 1px;
}
TABLE.tabs TD.tabselected A, TABLE.tabs TD.tabselected A:visited {
	color: #3E72C5;
}
TABLE.tabs TD {
	border-bottom: 1px solid #4E81CB;
}
TABLE.tabs TD.tab TD {
	border-bottom: none;
}
TABLE.tabs TD.tabselected {
	border-bottom: 1px solid white;
}
TABLE.tabs TD.tabselected TD {
	border-bottom: none;
}
TABLE.tabs TD.tabspace {
	width: 1px;
}
TABLE.tabs TD.tabspace IMG{
	width: 1px;
}
TABLE.tabs TD.tabemptyleft  IMG{
	width: 1px;
}
TABLE.tabs TD.tabemptyright {
	width: 99%;
}

TABLE.tabs2 A, TABLE.tabs2 A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
TABLE.tabs2 A:hover {
	color: #C8DFFF;;
}

TABLE.tabs2 TD.tabselected A, TABLE.tabs2 TD.tabselected A:visited {
	color: #3E72C5;
}

/* navibar */

TD.navibar {
	padding: 15px 5px;
	margin: 0px;
	background: #e2eaFe; 
	color: #416ebb;
}
TD.navibar A, TD.navibar A:visited {
	text-decoration: none;
	color: #416EBB;
}
TD.navibar A:hover {
	text-decoration: none;
	color: black;
}

TD.navibar A.bold, TD.navibar A:visited {
	text-decoration: none;
	color: #416EBB;
	/*font-weight:bold;*/
}
TD.navibar A.bold:hover {
	text-decoration: none;
	color: black;
	font-weight:bold;
}

TD.navibar B {
	color: #416EBB;
}

TD.navibar B:hover {
	color: black;
}

TABLE.naviSmall TD.textAlign{
	text-align:center;
	}

TD.textAlign{
	text-align:left;
	}
	
div.naviBlue{
	font-weight:bold;
	}

/* pagepath */

TABLE.pagepathline {
	margin-bottom: 10px;
}
TABLE.pagepath {
	background: #e2eaFe; /*#CfDcf8;*/
	margin:0px; 
	padding:5px;
	color: #416EBB;
	font-size: 140%;
	width: 100%;
}
TABLE.pagepath TD.pagepath {
	font-size: 16px;
	font-weight: bold;
}
TABLE.pagepath TD A, TABLE.pagepath TD A:visited {
	color: #416EBB;
}

DIV.tabs2 TABLE.tabs TD {
	white-space: nowrap;
}
DIV.tabs2 TABLE.tabs TD {
	border-bottom: none; /*1px solid #CC6600;*/
}
TABLE.pagepathline TR.taburlsrow TD.empty {
	width: 99%;
	border-bottom: 1px solid #4E81CB;
}
TABLE.pagepathline TR.taburlsrow TD.taburls {
	width: 1%;
}
TABLE.pagepathline TR.taburlsrow TD.taburls {
	padding-top: 10px;
}

INPUT, TEXTAREA, SELECT{
	color: #214E9B;
	background: #e8efFF;
	border: 1px solid #214E9B;
}
INPUT.btn {
	color: white;
	background: #6B96D5;
	border: 1px solid #214E9B;
}

/* lists */
TABLE.list {
	width: 100%;
}
TABLE.list.single {
	width: 0px;
}
TABLE.list TH {
	background: #E2E9F3;
}
TABLE.list TH.selected {
	background: #E2E9F3;
	color: red;
	font-weight: bold;
}
TABLE.list TD {
	background: #F3F4F8;
}
TABLE.list TD.disabled {
	background: #e8e8e8;
}
TABLE.list TR.selected TD {
	background: #e3e4e8;
}
TABLE.list TR.other TD {
	background: #f3e4f8;
}
TABLE.list TR.input TD {
	background: #FFFFFF;
	text-align: center;
}
TABLE.list TR.input TD.selected {
	background: #F3F4F8;
}
TABLE.list TR.selected TD.selected {
	color: red;
	font-weight: bold;
}

TABLE.list TH.red {
	color: red;
}

INPUT.list {
	background: #FFFFFF;
	border: 1px solid #6B96D5;
	text-align:center;
}

/* data */
TABLE.data TH {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #CC6600;
	padding-right: 10px;
}

TABLE.data TH.selected {
	font-weight: bold;
}

TABLE.contentadd TD {
	text-align: left;
}

/* headersec */
TABLE.headersec {
	width: 100%;
	border-bottom: 1px dotted #996666;	
	padding: 0px 0px 3px 0px;
	margin: 10px 0px 5px 0px;
}
TABLE.headersec TD {
	vertical-align: bottom;
	white-space: nowrap;
}
TABLE.headersec TD.text {
	width: 99%;
	font-size: 140%;
	font-weight: bold;
    color: #CC6600;
}
TABLE.headersec TD.buttons {
	text-align: right;
}

TABLE.headersectable TD {
	vertical-align: middle;
}

/* progress */
SPAN.progress SPAN IMG {
	border: 1px solid #416EBB;
}
SPAN.progress SPAN.fill IMG {
	background: #A4BADE;
	border-right: none;
}
SPAN.progress SPAN.empty IMG {
	border-left: none;
}

SPAN.invalidlic {
	color: red;
}

SPAN.disclaimer {
	color:grey;
	font-size:smaller;
}

/* small font */
SPAN.small {
	font-size: smaller;
	color: #999999;
}

/* ----------------------------------------------------- calendar */
.calButton {
	font-family: Verdana;
	cursor: hand;
	font-size: 10px;
	color: #416ebb;
	font-weight: bold;
	background: #F6F7FF;
	border: 1px solid #477103;
	text-decoration: none;
}
.tableCal {font-family:Verdana; font-size:11px; color:#416ebb; font-weight:normal; background:white; }
.tableCalHeader {
	font-family: Verdana;
	font-size: 11px;
	color: #416ebb;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background: #E5E5F9;
}
.tableCalRow {text-align:center; padding:5px 5px 5px 5px; background:#ffffff; }
.tableCalDay {
	background: #E5E5F9;
}
.tableCalDaySel {
	background: #F8F9BD;
	border: 1px solid Navy;
}
.tableCalLabel {font-family:Verdana; font-size:12px; color:#990000; font-weight:bold;
 }
 .tableCalLabel:visited { color:#990000;  }
.tableCalLink {
	color: #416ebb;
	font-weight: normal;
	text-decoration: underline;
}
.tableCalLink:visited {
	color: Navy;
	font-weight: normal;
	text-decoration: underline;
}
.tableCalLinkBold {
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}
.tableCalLinkWeek {
	color: #416ebb;
	font-weight: bold;
	text-decoration: underline;
}
.tableCalLinkWeek:visited {
	color: #6A5ACD;
	font-weight: bold;
	text-decoration: underline;
}
.tdCalRight {
	border-left : 1px solid Gray;
}
.calSmall {
	font-size: smaller;
	color: Gray;
	border-bottom: 1px solid Gray;
}
.calNavLink {
	color: #416ebb;
	text-decoration: none;
	font-weight: bolder;
}
.calNavLink:visited {
	color: Navy;
}
.calModuleLink {
	color: #416ebb;
	text-decoration: none;
	font-weight: bolder;
	background-color: #E5E5F9;
}
.calModuleLink:visited {
	color: Navy;
}
.calModuleLink:hover {
	text-decoration: underline;
}

.mylesnoaccess, .mylesnoaccess A, .mylesnoaccess A:visited {
	color: red;
	font-style: italic;
}
.calHeader{
	font-weight: bold;
	color: #416ebb;
	}
	
.calHeader:hover{
	font-weight: bold;
	color: black;
	}

/* system check */
.table1 {
	color:navy; 
	font-size:11; 
	background:#ffffff;
}
.table1Header {
 	width:200px;
 	font-family:Verdana; 
	color:white; 
	font-size:11; 
	font-weight:bold; 
	text-align:center; 
	padding:5 5 5 5; 
	background:#005DA5; 
}
.table1HeaderLink {
	color:white; 
}
.table1Row1 {
 	width:200px;
	color:#000084; 
	padding:5 5 5 5; 
	background:#DEE3E7; 
}
.table1Row2 {
 	width:200px;
	color:navy; 
	padding:5 5 5 5; 
	background:#EFF3F7; 
}
.table1Link {
	color:#000084; 
	font-weight:bold; 
	text-decoration:underline; 
}
.table1Link:hover {
	color:#000084; 
}