/**************************************
 * THEME NAME: blubox15
 *
 * Files included in this sheet:
 *
 *   blubox15/styles_layout.css
 *   blubox15/styles_fonts.css
 *   blubox15/styles_color.css
 **************************************/

/***** blubox15/styles_layout.css start *****/

/*******************************************************************
 styles_layout.css
  
 This CSS file contains all layout definitions like positioning,
 floats, margins, paddding, borders etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

#page
{
  margin: 5px;
  padding: 5px;
}
 
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align:center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 0px; margin-left: 0px; margin-right: 0px; 
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:10px;
  padding-right:10px;
}


.clearer {
  clear:both;
  margin:0px;
  padding:0px;
  height:1px;
  border:none;
  background:transparent;
}

.continuebutton {
  text-align: center;
}

form{
  margin-bottom:0px;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

a img {
  border:none;
}
.notifyproblem {
  text-align: center;
  padding: 10px;
}
  
.notifysuccess {
  text-align:center;
  padding: 10px;
}   

.generalbox {
  border-width:1px;
  border-style:solid;
  margin-bottom: 15px;
}

.generalbox#intro {
  text-align:center;
}

.noticebox {
  border-width:1px;
  border-style:solid;
}
.errorbox {
  border-width:1px;
  border-style:solid;
  margin: 1em 15%;
  width: 70%;
}
.errorbox .title {
  padding: 5px;
}
.informationbox {
  border-width:1px;
  border-style:solid;
}
.feedbackbox {
  border-width:1px;
  border-style:solid;
}
.feedbackby {
}
.feedback {
}
.initialbar {
  text-align: center;
}

#help .indent {
  margin-left:3em;
}

.tabledivider {
  border-width:1px;
  border-style:solid;
  border-left:0px;
  border-right:0px;
  border-top:0px;
}

.sitetopic {
  margin-bottom:20px;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

.pagingbar {
  text-align:center;
}
.pagingbar a {
  padding-left: 10px;
}
.pagingbar .thispage {
  padding-left: 10px;
}

table.formtable {
  margin: auto;
}

table.formtable tbody th {
  vertical-align: top;
}

table.formtable tbody td,
table.formtable tbody th
{
  padding: 5px;
}

.paging {
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.unread {
  padding-right:2px;
} 

.cell {
  vertical-align: top;
}

.helplink img {
  vertical-align: middle;
  margin: 0px 2px;
}

form.popupform {
  display: inline;
}

input{ 
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  margin: 1px;
} 

input[type="submit"]:hover { 
  background-color: #66c4ec;
} 

input[type="button"]:hover { 
  background-color: #66c4ec;
} 


input[type="submit"] { 
  background-color: #abc6d1;
} 

input[type="button"] { 
  background-color: #abc6d1;

} 

.glossarycategoryheader {
  background-color: #abc6d1;
}

.title input
{
  border-width: 0px;
}

/***
 *** Header
 ***/

#header-home {
}

#header {
}

.headermain {
  width: 100%;
  text-align:center;
}

.headermenu {
  float:right;
  text-align:right;
}

a.barmenulink  {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #949494;
  margin-left: 15px;
  margin-right: 15px;
}

a.barmenulink :hover {
  color: #FFF;
}

.navbar .breadcrumb {
  float:left;
  padding-left:3px;
  margin-bottom:0px;
  margin-top:2px;
  height:0px;
}

.navbar .navbutton,
.navbar .menu {
  float:right;
}

#footer .navbar {
  margin-top: 3em;
}

.reportlink {
  text-align:right;
}


/***
 *** Footer
 ***/

#footer {
  text-align:center;
  margin-top: 50px; 
}

.homelink {
  margin: 1em 0;
}

.homelink a {
  padding-left:1em;
  padding-right:1em;
}

.performanceinfo {
  margin: 2em;
}

.performanceinfo span {
  display: block;
}



/***
 *** Admin
 ***/

body#admin-index .c0 {
  vertical-align: top;
} 

body#admin-modules table.generaltable td.cell,
body#admin-modules .generaltablecell {
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align:middle;
} 

body#admin-blocks table.generaltable td.cell,
body#admin-blocks .generaltablecell {
  padding-top: 1px;
  padding-bottom: 1px;
} 

body#admin-config .confighelp {
  display: block;
  padding-bottom: 20px;
}


/***
 *** Blocks
 ***/

.sideblock .content h3,
.sideblock .content h2 {
  text-align: left;
}

.sideblock {
  margin-bottom:1em;
  width: 100%;
}

.sideblock .header {
  text-align: left;
  padding-left:5px;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
}

.sideblock .header .hide-show {
  float:right;
}

.sideblock .header .hide-show img.hide-show-image {
  height:11px;
  width:11px;
  margin-top:0.25em;
}

.header .bt
{
height: 8px;
right: -4px;
position: relative;
background-repeat: no-repeat;
background-position: top right;
}
/*
.header .bt div
{
height: 8px;
width: 10px;
left: -10px;
position: relative;
background-repeat: no-repeat;
background-position: top left;
}

.header .i1
{
left: -6px;
position: relative;
padding-left: 6px;
background-repeat: no-repeat;
background-position: bottom left;
}

.header .i2
{
right: -10px;
position: relative;
background-repeat: no-repeat;
background-position: bottom right;
padding-right: 10px;
}

.header .i3
{
position: relative;
bottom: +4px;
}
*/
/* Do aktualności */
.aktualnosci
{
padding:10px;
}
.aktualnosci span
{
font-weight:bold;
}
ul.miasta li
{
list-style-type:none;
}
ul.miasta a
{
color:black;
text-decoration:none;
border:solid 1px black;
background-color:#ABC6D1;
margin-top:4px;
display:block;
width:200px;
text-align:center;
}

ul.miasta a:hover
{
color:black;
text-decoration:none;
border:solid 1px black;
background-color:#66C4EC;
margin-top:4px;
display:block;
width:200px;
text-align:center;
}

.lodz, .szczecin
{
padding:5px;
margin:0;
}
.krakow, .poznan
{
background-color:white;
padding:5px;
margin:0;
}
/*Koniec aktualności */
.side/***** blubox15/styles_layout.css end *****/

/***** blubox15/styles_fonts.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/
body{
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
}
.clearer {
  font-size:1px;
}

td, th, li {  
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
}

th {
  font-weight: bold;
}

a:link,
a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration: none;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main,
h2{
	font-size:12px;
	font-weight:bold;
}


.bold {
  font-weight:bold;
}

.warning {
  font-weight: bold;
  font-style: italic;
}

.errorbox .title {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.sitetopiccontent{
	/*font-size:12px;*/
}
.pagingbar .title {
  font-weight: bold;
}
.pagingbar .thispage {
  font-weight: bold;
}

.categorybox .category,
.categorybox .category {
  font-size:1.2em;
  font-weight:bold;
}

.helplink {
  font-size:0.8em;
}

.headingblock {
  font-weight: bold;
}

.headingblock .link {
  font-size: 0.9em;
}

.files .file {
  font-size: 0.9em;
}

.files .folder {
  font-size: 0.9em;
}

.files .folder .size {
  font-weight: bold;
}


/***
 *** Header
 ***/

.headermain {
  font-weight:bold;
}

#header-home .headermain {
  font-size:1.5em;
}

#header .headermain {
  font-size:1.3em;
}

.breadcrumb {
  font-size:0.9em;
  font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
  font-size:11px;
}
.lo{
	font-size:12px;
}

/***
 *** Footer
 ***/

.homelink {
}


.performanceinfo {
  font-size: 0.6em;
}


/***
 *** Admin
 ***/

table.formtable tbody th {
  font-weight: normal;
  text-align: right;
}


/***
 *** Blocks
 ***/

th.header{
}
.sideblock .header {
  padding-top:5px;
  padding-bottom:0px;
  font-weight: bold;
  font-size:12px;
  font-stretch: extra-condensed;
}

.sideblock .content {
  font-size:12px;
  line-height:1.2em;
}
.forumpost .content{
	font-size:12px;
}

.forumpost .starter{
	font-size:12px;
}
.week{
	font-size:10px;
}
.sideblock .content h3,
.sideblock .content h2 {
  font-size:1.0em;
}
.sideblock .header .commands {
  font-size:0.9em;
}

.sideblock .footer {
  font-size:0.9em;
}

.sideblock .head,
.sideblock .info,
.sideblock .event {
  font-size: 0.9em;
}

.sideblock .date {
  font-style: italic;
}

.block_site_main_menu .footer select {
  font-size: 0.8em;
}

/***
 *** Calendar
 ***/

#calendar .maincalendar .eventlist .event .referer {
  font-weight:bold;
}

#calendar .maincalendar .eventlist .event .course {
  font-size:0.8em;
}

#calendar .maincalendar .eventlist .event .description .commands {
  text-align: right;
}

#calendar .maincalendar table.calendarmonth td {
  font-size:0.8em;
}

#calendar div.header
{
  font-weight:bold;
}

#calendar .sidecalendar .filters {
  font-size:0.8em;
}

.sideblock .filters td {
  font-size:1.1em;
}

#calendar .maincalendar .controls {
  font-size:1.2em;
}

#calendar .maincalendar .day {
  font-weight: bold;
}

table.minicalendar {
  font-size:0.85em;
}

.cal_popup_caption {
  font-family:sans-serif;
  font-size:0.8em;
  font-weight:bold;
}

.cal_popup_close {
  font-family:sans-serif;
  font-size:0.8em;
  font-weight:bold;
}
#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}


/***
 *** Course
 ***/
#course-view .section {
  font-size:0.95em;
  line-height:1.2em;
}

#course-view .section .activity {
  padding:0.2em 0;
}

#course-view .section .activity a {
  line-height:1em;
}

#course-view .section .left {
  font-weight:bold;
}

.activitydate, .activityhead {
  font-size:11px;
}

.weeklydatetext {
  font-size:0.9em;
  font-weight:bold;
}

.coursebox .info {
  font-size:1em;
}

.coursebox .teachers,
.coursebox .cost {
  font-size:0.9em;
}

.coursebox .summary {
  font-size:0.9em;
}

#course-recent h2.main {
  font-size:1.1em;
}




/***
 *** Doc
 ***/
body#doc-contents h1 {
  font-size: 12px;
}
body#doc-contents ul {
  font-size: 12px;
}


/***
 *** Grades
 ***/

body#grade-index .grades .header {
  font-weight: bold;
  font-size: 12px;
}


/***
 *** Login
 ***/

#login-index .content {
  font-size: 12px;
}


/***
 *** Logs
 ***/

.logtable td {
  font-size: 0.8em;
}
.logtable th {
  font-size: 0.9em;
}


/***
 *** Message
 ***/

.message .link {
  font-size:0.8em;
}

.message_form {
  font-size:0.8em;
}

.message .heading {
  font-size:1.0em;
  font-weight:bold;
}

.message .date,
.message .contact,
.message .summary {
  font-size:0.9em;
}

.message .note, 
.message .pix {
  font-size:0.8em;
}

.message .author {
  font-weight: bold;
  font-size:0.8em;
}

.message .time {
  font-style: italic;
  font-size:0.8em;
}

.message .content {
  font-size:0.8em;
}

#message-user .commands span {
  font-size:0.7em;
  white-space:nowrap;
}

#message-user .name {
  font-weight: bold;
  font-size:1.1em;
}


/***
 *** Tabs
 ***/
.tablink {
  font-size:0.8em;
}

.tablink a:hover {
  text-decoration: none;
}


/***
 *** User
 ***/

.userinfobox .username {
  font-weight: bold;
}

.userinfobox .links {
  font-size: 0.7em;
}


/***
 *** Modules: Assignment
 ***/

#mod-assignment-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Chat
 ***/

#mod-chat-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Choice
 ***/

#mod-choice-index .cell {
  font-size:0.8em;
}
  
/***
 *** Modules: Forum
 ***/

.forumnodiscuss{
  font-weight:bold;
}
.forumpost .topic .subject {
  font-weight: bold;
}
.forumpost .topic .author {
  font-size: 0.8em;
}
.forumpost .commands,
.forumpost .link {
  font-size: 0.9em;
}
.forumheaderlist .discussion .lastpost {
  font-size: 12px;
}
body#mod-forum-search .introcontent {
  font-weight:bold;
}
.designedby{
	font-size:10px;
	
	
	
}
.navbar {
  font-size:12px;
  color:#666666;
  vertical-align:middle;
} 
body#mod-forum-index .generalbox .cell {
	font-size: 12px;
}



/***
 *** Modules: Glossary
 ***/

.glossarypost .commands {
  font-size: 0.8em;
}
.glossarypost .entryheader .author,
.glossarypost .entryheader .time {
  font-size: 0.8em;
}

.entrybox {
  font-size: 12px;
}

.glossarypost .entryheader .time {
  font-style: italic;
}
.concept {
  font-weight: bold;
}
.glossarycomment .time {
  font-size: 0.8em;
  font-style: italic;
}
.entrylowersection .aliases {
  font-size: 0.8em;
}
.entrylowersection .icons,
.entrylowersection .ratings {
  font-size: 0.8em;
}

#mod-glossary-index .cell {
  font-size:0.8em;
}


/***
 *** Modules: Journal
 ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
  font-size: 0.7em;
}
#mod-journal-view .author {
  font-size: 1em;
  font-weight: bold;
}
#mod-journal-view .time {
  font-size: 0.7em;
  font-style: italic;
}
#mod-journal-view .grade {
  font-weight: bold;
  font-style: italic;
}

#mod-journal-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

#mod-lesson-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Quiz
 ***/

.editorhelptext {
  font-size:0.7em;
}

#mod-quiz-index .cell {
  font-size:0.8em;
}


/***
 *** Modules: Resource
 ***/

#mod-resource-index .cell {
  font-size:0.8em;
}


/***
 *** Modules: Scorm
 ***/

#mod-scorm-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Survey
 ***/

#mod-survey-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Wiki
 ***/

#mod-wiki-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Workshop
 ***/

#mod-workshop-index .cell {
  font-size:0.8em;
}

/***** blubox15/styles_fonts.css end *****/

/***** blubox15/styles_color.css start *****/

﻿/*******************************************************************
 styles_color.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 Styles are organised into the following sections:

  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  tabs
  user

  various modules

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#333333;
}

a.dimmed:link,
a.dimmed:visited {
  color:#090;
}
.bottom{
}
a:hover {

  text-decoration: underline;	
}

a.autolink:link,
a.autolink:visited {
  color:#00A500;
  background: #DDDDDD;
}

a.autolink.glossary:hover {
  cursor: help;
}

body {
  margin: 0px 0px 0px 0px;
  background: #FFF;
}

th.header,
td.header,
div.header {
  border-color:#dddddd;
  
  padding-top:6px;
  padding-bottom:6px;
  color:#333333;
  font-size:12px;
  background-image: url(header_b.gif);
}

.sideblock .header {
	background-image: url(header_b.png);
	background-position: top right;
	height: 20px;
}

.navbar1 {
  
  margin: 0px;
  padding: 5px;
  color:#FFFFFF;
  border-width: 1px;
  border-color:#008000;
  background-image:url(header_b.gif);
}

.navbar {
  
  margin: 2px;
  margin-bottom: 0px;
  padding: 0px;
  color:#ED0000;
  border-color:#949494;
  border-width: 1px;
  border-top-width: 0px;
  border-style: none;
  
}

table.formtable tbody th {
  background: none;
}

.highlight {
  background-color:#AAFFAA;
}

.highlight2 {
  color:#AA0000; /* highlight missing terms in forum search */
}

/* Alternate rows even */
.r0 { 
	text-align:top;
	border-width: 0px;
	border-top-width: 1px;
	border-style: dashed;
	border-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.r0:first-child { 
	border-width: 0px;
}

/* Alternate rows odd */
.r1 {
	border-width: 0px;
	border-top-width: 1px;
	border-style: dashed;
	border-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* notification messages (can be good or bad) */
.notifyproblem {
  color:#660000;
}
.notifysuccess {
  color:#006600;
}

.required {
  background-color:#DDDDDD;
}

.generalbox {
  border-color:#527b8c;
  font-size:12px;
  background-image: url(menu.gif);
  
}
.informationbox {
  border-color:#527b8c; background-image: url(menu.gif);; 
}
.feedbackbox {
  border-color: #527b8c; 
}
.feedbackby {
  background-color:#BBBBBB;
}

.noticebox {
  border-color:#527b8c; 
}

.errorbox {
  color:#ffffff;
  border-color:#527b8c;
  background-color:#990000;
}

.tabledivider {
  border-color:#0d564e;
}

.sitetopic {
}

.sitetopiccontent {
  border-color:#527b8c;
  background-color:#FFFFFF;
}

.dimmed_text {
  color:#AAAAAA;
}

.teacheronly {
  color:#990000;
}

.unread {
  background: #eeeeee;
} 

.censoredtext {
  color:#000000;
  background:#000000;
}


/* kept for backward compatibility with some non-standard modules
   which use these classes for various things */
.generaltab, .generaltabinactive {
  background-color:#BBBBBB;
}
.generaltabselected {
  background-color:#DDDDDD;
}
.generaltabinactive {
  color:#CCCCCC;
}



/***
 *** Header
 ***/

/***
 *** Footer
 ***/

.homelink a:link,
.homelink a:visited,
.homelink a:hover {
  color: #FFF;
  text-decoration: none;
}
.homelink a:link,
.homelink a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.homelink a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


/***
 *** Admin
 ***/

.admin .generalboxcontent {
  background-color:#EEEEEE;
}

.admin .generalbox {
  border-color:#BBBBBB; 
}

.admin .informationbox {
  border-color:#BBBBBB; 
  background-color:#FFFFFF; 
}

body#admin-index .c0 {
  background-color: #FAFAFA;
}



/***
 *** Blocks -- Wszystko dotyczce blok ***/

.sideblock .header {
  border-color: #527b8c;
  border: 0px;
  color: #FFFFFF;
  
  
 }

.sideblock .content {
border-left-color: #527b8c;
  border-left-width: 1px;
  border-bottom-color: #527b8c;	
  border-bottom-width: 1px;
  border-right-color: #527b8c;
  border-right-width: 1px;
  background-image: url(menu.gif);
}

.sideblock .content hr {
  
  border-top-color:#ffffff;
  background: #ffffff;

  
}

#left-column .hidden .header,
#right-column .hidden .header
{
  border-bottom-color: #ffffff;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}



/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #DDDDDD;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #000000;
}

table.minicalendar {
  border-color:#DDDDDD;
}

#calendar .maincalendar .eventlist .event {
  border-color:#DDDDDD;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#EEEEEE;
}

#calendar .



/***** blubox15/styles_color.css end *****/

