/*Course block*/
.courseblock {padding-bottom: 20px;}

/*Course block introduction*/
.courseblock .iintroduction {font-family: Georgia, serif; font-size: 1.2em; margin-bottom: 30px;}
.courseblock .introduction {background-image: url(Nabytek/Icons/CourseIconA_0.gif); background-repeat: no-repeat;
	font-family: Georgia, serif; background-position: right top; margin-bottom: 0px; padding: 10px 80px 50px 0px; font-size: 1.2em;}
.courseblock .introduction H1 {color: #1E3665; font-weight: normal; margin: 0px 0px 0.8em 0px; font-size: 150%;}
.courseblock .introduction H2 {color: #1E3665; font-weight: normal; margin: 1.0em 0px 0.25em 0px; font-size: 120%;}
.courseblock .introduction P {color: #333333; line-height: 1.5em; margin: 0.5em 0px 0.25em 0px;}
.courseblock .introduction A {color: #0E7CAA;}
.courseblock .introduction A:hover {text-decoration: underline;}

.courseblock .introduction P.loud {color: #0E7CAA; font-size: 120%; margin: 10px 0px 10px 0px; padding: 2px 0px 2px 40px; 
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(Nabytek/arrow-blue-short.gif); }
.courseblock .introduction P.loud A:hover {text-decoration: underline;}


/*Warning box*/
.courseblock DIV.exclamation
{
	padding-right: 10px;
	background-position: left top;
	border-top: #ff7f50 2px solid;
	padding-left: 70px;
	background-image: url(Nabytek/exclamationmark.gif);
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: #ff7f50 2px solid;
	background-repeat: no-repeat;
	background-color: #ffead6;
	margin: 15px 0px 15px 0px;
}
.courseblock DIV.exclamation P {
	margin-top: 10px;
	margin-bottom: 10px;
}


.courseblock .sections {border-bottom: 1px solid #FED07A; width: 70%}
.courseblock .section {border-top: 1px solid #FED07A; padding-top: 10px;}
.courseblock .section .title {float: left; width: 100px; color: #0A182D; font-weight: bold;}
.courseblock .section .info {margin-left: 120px; font-size: 1em; margin-bottom: 10px;}
.courseblock .section .info H1 {color: #0A182D; font-weight: normal; margin: 0px 0px 0.25em 0px; font-size: 120%;}
.courseblock .section .info H2 {color: #0A182D; font-weight: normal; margin: 0px 0px 0.25em 0px; font-size: 120%;}
.courseblock .section .info H2 A {color: #0A182D; }
.courseblock .section .info H2 A IMG {margin-right: 7px;}
.courseblock .section .info H2.noplus {margin-left: 18px;}
.courseblock .section .info .details {margin-left: 18px;}
.courseblock .section .info P {color: #333333; line-height: 1.5em; margin: 0.5em 0px 0.25em 0px;}
.courseblock .section .info A {color: #0E7CAA;}
.courseblock .section .info TABLE.sessions {margin: 0.5em 0px 0.25em 0px;}
.courseblock .section .info TABLE.sessions TD {color: #333333; line-height: 1.5em; padding: 0px 15px 3px 0px;}
.courseblock .section .sampla {margin-left: 120px; width: 300px; margin-bottom: 10px;}
.courseblock .section .sampla A {display: inline-block; padding: 2px 5px; border: 1px outset;
	background-color: #FEFBF3; color: #8F1418;}
.courseblock .section .sampla A:hover {background-color: #FFFFFF;}

/*Registration arrow*/
.registration {background-image: url(Nabytek/arrow.gif); background-position: right; background-repeat: no-repeat; height: 38px;
	padding-top: 19px; margin-top: 30px; text-align: right; padding-right: 50px; margin-right: -48px;}
.registration A.click {display: block; font-size: 130%; color: #33334D; font-weight: bold;}
.registration A:hover {color: #FF3300;}

/*No more registrations accepted*/
.noregistration {height: 38px; margin-top: 30px; text-align: right; font-size: 120%; margin-left: 300px; color: #505050; font-weight: bold;}

/*Waiting list*/
.waitinglist {text-align: right; color: #505050;}
.waitinglist DIV {padding-left: 200px;}
.waitinglist .title {background-image: url(arrow2.gif); background-position: right; background-repeat: no-repeat; height: 38px;
	padding-top: 25px; margin-top: 0px; text-align: right; padding-right: 50px; margin-right: -48px; font-weight: bold;}
.waitinglist .title A {color: #10509E;}

DIV.capacity {float: left; margin-top: 40px; font-size: 120%; text-align: right;}
DIV.capacity IMG {position: relative; top: 2px;}
DIV.capacity SPAN.notfull {color: #025603; font-weight: bold}
DIV.capacity SPAN.almostfull {color: #FF3300; font-weight: bold}
DIV.capacity SPAN.full {color: #CE0B0A; font-weight: bold}
DIV.capacity SPAN.total {color: #6A6A6A; display: block}

/*Box with info plus registration arrow*/
DIV.courseblock DIV.infobox {ffloat: right; width: 567px; border: 1px solid #6F98CC; padding: 6px 10px 10px 10px; margin-left: 0px; 
	color: #0A182D; font-weight: bold; font-size: 1em; margin-bottom: 20px; margin-right: 0px;}
DIV.courseblock DIV.infobox .sections {border: none; width: auto;}
DIV.courseblock DIV.infobox .section {border: none; padding-top: 6px;}
DIV.courseblock DIV.infobox .section .title {float: left; width: 70px; color: #0A182D; font-weight: bold;}
DIV.courseblock DIV.infobox .section .info {margin-left: 80px; font-size: 1em; margin-bottom: 20px; color: #0A182D; font-weight: normal;margin-left: 18px;}
DIV.courseblock DIV.infobox .section .sampla {margin-bottom: 3px; width: 160px;}
DIV.courseblock DIV.infobox .section .sampla A {display: inline-block; padding: 2px 5px; border: 1px outset;
	background-color: #FEFBF3; color: #8F1418;}
DIV.courseblock DIV.infobox .section .sampla A:hover {background-color: #FFF3DF;color: #000000;}
DIV.courseblock DIV.infobox .reglink {background-image: url(Nabytek/arrow-short.gif); background-position: right; background-repeat: no-repeat; height: 38px;
	padding-top: 19px; margin-top: 6px; text-align: right; padding-right: 44px; margin-right: -59px;}
DIV.courseblock DIV.infobox .reglink A.click {display: block; font-size: 130%; color: #33334D; font-weight: bold;}
DIV.courseblock DIV.infobox .reglink A:hover {color: #FF3300;}

DIV.courseblock DIV.infobox TABLE {border-collapse: collapse; empty-cells: show;}
DIV.courseblock DIV.infobox TR {padding: 6px;}
DIV.courseblock DIV.infobox TD.title {width: 260px; color: #0A182D; font-weight: bold;}
DIV.courseblock DIV.infobox TD.info {font-size: 1em; padding: 10px; color: #0A182D; font-weight: normal;}
DIV.courseblock DIV.infobox TD.sampla {padding: 6px 0px;}
DIV.courseblock DIV.infobox TD.sampla A {display: inline-block; padding: 2px 5px; border: 1px outset;
	background-color: #FEFBF3; color: #8F1418;}
DIV.courseblock DIV.infobox TD.sampla A:hover {background-color: #FFF3DF;color: #000000;}

DIV.courseblock DIV.infobox TABLE#coursefees {width: 260px; margin-bottom: 20px; font-weight: normal; border: 1px solid lightgray; }
DIV.courseblock DIV.infobox TABLE#coursefees TR {}
DIV.courseblock DIV.infobox TABLE#coursefees THEAD {background-color: #FFE4B5;  color: #33334D; font-weight: bold; background-image: url(Nabytek/bckg-header.gif);}
DIV.courseblock DIV.infobox TABLE#coursefees TBODY {bbackground-color: #FFF3DF;}
DIV.courseblock DIV.infobox TABLE#coursefees TD {padding: 6px;}
DIV.courseblock DIV.infobox TABLE#coursefees TD.coursefee {text-align: right;}


.tab_bodies .tab_body {font-family: Georgia, serif; font-size: 1.2em; margin: 20px 15px 20px 15px;}
.tab_bodies .tab_body H1 {color: #1E3665; font-weight: normal; margin: 0px 0px 0.8em 0px; font-size: 150%;}
.tab_bodies .tab_body H2 {color: #1E3665; font-weight: normal; margin: 1.0em 0px 0.25em 0px; font-size: 120%;}
.tab_bodies .tab_body P {color: #333333; line-height: 1.5em; margin: 0.5em 0px 0.25em 0px;}
.tab_bodies .tab_body A {color: #0E7CAA;}
.tab_bodies .tab_body A:hover {text-decoration: underline;}

.tab_bodies .tab_body P.loud {color: #0E7CAA; font-size: 120%; margin: 10px 0px 10px 0px; padding: 2px 0px 2px 40px; 
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(Nabytek/arrow-blue-short.gif); }
.tab_bodies .tab_body P.loud A:hover {text-decoration: underline;}


/*Course listing table*/
TABLE.courselisting {width: 100%; border-collapse: collapse; empty-cells: show; margin-bottom: 20px; }
TABLE.courselisting THEAD {background-color: #FFE4B5; color: #33334D; font-weight: bold;}
TABLE.courselisting TBODY {background-color: #FFF3DF;}
TABLE.courselisting TD {padding: 8px 8px;}
TABLE.courselisting TD.podtrh {border-bottom: 2px solid #FFE4B5; padding-top: 0px; }
TABLE.courselisting TD.blurb {padding: 0px 5px 8px 5px; font-style:italic; color: #33334D;}
TABLE.courselisting TD.blurb A {font-style:normal; color: #33334D;}
TABLE.courselisting TD.blurb A:hover {text-decoration: underline;}
TABLE.courselisting TD.location {width: 22%;}
TABLE.courselisting TD.course {width: 40%; font-weight: bold;}
TABLE.courselisting TD.course A:hover {text-decoration: underline;}
TABLE.courselisting TD.when {width: 12%}
TABLE.courselisting TD.price {text-align: right;}
TABLE.courselisting TD.moreinfo {width: 20%; text-align: right;}
TABLE.courselisting TD.timer {text-align: center; width: 10%;}
TABLE.courselisting TD.button {}
TABLE.courselisting TD.button A {display: inline-block; padding: 2px 5px; border: 1px outset;
	background-color: #FEFBF3; color: #8F1418;}
TABLE.courselisting TD.button A:hover {background-color: #FFFFFF;}
TABLE.courselisting SPAN.capacity {display: block; margin-top: 5px;}
TABLE.courselisting SPAN.capacity IMG {position: relative; top: 2px;}
TABLE.courselisting SPAN.notfull {color: #025603}
TABLE.courselisting SPAN.almostfull {color: #FF3300}
TABLE.courselisting SPAN.full {color: #CE0B0A}
