BODY {
    background-color: #ffffff; 
	font-family: Arial, sans-serif;
	padding: 5px 5px;
	margin: 0px;
}
A:hover {
	text-decoration: underline;
}
BODY, TD, TH, INPUT, TEXTAREA, SELECT {
	font-size: 12px;
}

IMG {
	border: 0px;
}
P {
	margin: 0;
	padding: 1;
}

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;	
}

/*1h2 { 
	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;
}

/**
 * layout table
 */
TABLE.layout {
 width: 100%;
}

TD.contentbar {
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:10px;
margin-left: 0px;
}

/*-----------------------------------------------------------------------------
 *
 * 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;
}

.error {
	color:red;
}


/*-----------------------------------------------------------------------------
 *
 * 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;
}


SELECT.wide {
	width: 350px;
}

HR {
	color: #d0d0d0;
	margin-top: 10px;
	margin-bottom: 10px;
}

FORM {
	padding: 0;
	margin: 0;
}

/* banner */
TABLE.banner {
	/*_1border: 1px solid black;*/
	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;
}


/* 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;
	white-space: nowrap;
}
TABLE.tabs TD.tab TD {
	border-bottom: none;
}
TABLE.tabs TD.tabselected {
	border-bottom: none;
}
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%;
	text-align: right;
}
TABLE.tabs TD.tabemptyright A, TABLE.tabs TD.tabemptyright A:visited {
	color: blue;
	text-decoration: underline;
}


INPUT, TEXTAREA, SELECT{
	color: #214E9B;
	background: #e8efFF;
	border: 1px solid #214E9B;
}
INPUT.btn {
	/*_color: #e8efFF;*/
	color: white;
	background: #6B96D5;
	border: 1px solid #214E9B;
}

/* lists */
TABLE.list {
	width: 100%;
}
TABLE.list TH {
	background: #E2E9F3;
}
TABLE.list TD {
	background: #F3F4F8;
}

/* data */
TABLE.data TH {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #CC6600;
	padding-right: 10px;
}

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 {
	font-size: 140%;
	font-weight: bold;
    color: #CC6600;
}
TABLE.headersec TD.buttons {
	text-align: right;
	width: 99%;
	padding-left: 10px;
}

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;
}


TABLE.img TD.img IMG {
	border: none;
}
TABLE.img TD.img {
	text-align: center;
}
TABLE.img TD.name {
	font-size: smaller;
	color: gray;
	text-align: center;
}

SPAN.exists {
	color: green;
}
SPAN.noexists {
	color: red;
}

TD.mainitemspace {
	background: #D5ECF9;
}
TD.mainitem {
	/*background: #E6F3FB;*/
	background: #F6FBFD;
}
TD.mainitem A, TD.mainitem A:visited {
	color: #005986;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
TD.mainitem A:hover {
	text-decoration: underline;
}
TABLE.mainitemlist {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
DIV.mainitemsline {
	height: 5px;
	background: #D0E9F9;
}
DIV.misc {
	background: #F6FBFD;
}
.miscup {
	height: 22px;
}
.miscdown {
	height: 11px;
}
.miscspace {
	width: 20px;
}
.miscnews {
	width: 298px;
	vertical-align: top;
	background: white;
	padding-bottom: 10px;
	border-bottom: solid 1px #D3EBF6;
}
.miscreward {
	width: 191px;
	vertical-align: top;
	background: white;
	padding-bottom: 10px;
	border-bottom: solid 1px #D3EBF6;
}
.miscclient {
	width: 191px;
	vertical-align: top;
	background: white;
	padding-bottom: 10px;
	border-bottom: solid 1px #D3EBF6;
}
.misccontent {
	width: 100%;
	padding: 0px 10px 0px 10px;
}
.misccontent TD, .misccontent TD A, .misccontent TD A:visited {
	color: #7F8080;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.misccontent TD A:hover {
	text-decoration: underline;
}
.misccontent .head {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
.misccontent .date {
	font-size: 10px;
}
.misccontent .text {
	padding-top: 5px;
	font-size: 11px;
}

TD.foot {
	height: 69px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 15px;
	padding-bottom: 5px;
}
TD.foot A, TD.foot A:visited{
	text-decoration: none;
	color: #747474;
	font-family: Arial;
	font-size: 11px;
}
TD.foot A:hover {
	text-decoration: underline;
}
TD.bar {
	text-align: right;
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	height: 65px;
}
TD.bar A, TD.bar A:visited {
	font-family: Arial;
	font-size: 12px;
	color: #7f8080;
	text-decoration: none;
	font-weight: bold;
}
TD.bar A:hover {
	text-decoration: underline;
}

TABLE.leftmenu TD.sections {
	padding-left: 20px;
	vertical-align: top;
	background-image: url("section/leftgradient.gif");
	background-color: #F6FBFD;
	background-repeat: repeat-x;
	height: 263px;
	
}
TABLE.leftmenu TD.sections A {
	text-decoration: none;
	font-weight: bold;
	color: #1A8BC7;
}

TD.layout_item {
	background-color: #F6FBFD;
}
TD.content_item {	
	padding: 20px 30px;
	background-image: url("section/contentgradient.gif");
	background-color: #F6FBFD;
	background-repeat: repeat-x;
	height: 263px;
	vertical-align: top;
}
TD.content_item TD, TD.content_item A {	
	font-family: Arial;
	font-size: 12px;
	color: #6D6D6D;
	/*text-decoration: none;*/
}
TD.content_item H2 {	
	background-image: url("section/contentheader.gif");
	background-repeat: no-repeat;
	background-position: left center;
	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #747474;
}

.items TD.itemimg, .sections TD.itemimg {
	padding: 15px 15px 0px 15px;
	text-align: center;
}
.items TD.itemname, .sections TD.itemname {
	padding: 0px 15px 0px 15px;
	text-align: center;
}

TD.bar .pagepath, TD.bar .pagepath A, TD.bar .pagepath A:visited {
	font-weight: normal;
	color: #747474;
}

/* LEFT LIST */
UL.leftlist {
	list-style: disc outside url("section/list.gif");
	padding: 5px 20px;
	margin: 0px;
}
UL.leftlist LI {
	padding: 0px;
	margin: 0px;
}

/* MAIN LIST */
UL.mainlist {
	list-style: disc outside url("list.gif");
	padding: 0px 2px 0px 15px;
	margin: 0px;
}
UL.mainlist LI {
	padding: 0px;
	margin: 0px;
}
