/* CSS front Document BasicSchool */

/* dzienniczek */
.frontimage1 {
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 215px;
    background-position:top right;
    background: url(../../../../components/com_basicschool/images/bslogin1.gif) no-repeat;
}
.frontimage2 {
    padding: 0px;
    margin: 0px;
    height: 40px;
    width: 215px;
    background-position:top right;
    background: url(../../../../components/com_basicschool/images/bslogin2.gif) no-repeat;
}
.frontimage3 {
    padding: 0px;
    margin: 0px;
    text-align: right;
    height: 75px;
    width: 215px;
    background-position:top right;
    background: url(../../../../components/com_basicschool/images/bslogin3.gif) no-repeat;
}
.loginbutton {
    cursor: hand;
    cursor: pointer;
    border: 0px;
    width: 70px;
    height: 18px;
    margin-top: 4px;
    background: transparent;
}
/** pole logowania input */
.loginform {
  margin:0px;
  padding:0px;
  height: 15px;
  font-size: 11px;
  border: 1px solid #BFBFBF; margin:1px;
  background-color:#EFEFB6;
}
/** logout button */
.logoutbutton {
    cursor: hand;
    cursor: pointer;
    width:38px;
    height: 38px;
    border:none;
    background: url(../../../../components/com_basicschool/images/exit.png) no-repeat;
    behavior: url(./components/com_basicschool/images/iepngfix.htc);
}

/** tekst naglowka nad tabelami */
.headingdiv {
    text-align: left;
    margin-top: 6px;
    margin-left: 5px;
    margin-bottom: 8px;
	font-weight: bold;
}

/** naglowek tabel */
.headingmark {
    background: url(../../../../components/com_basicschool/images/headingbs.gif);
	font-weight: bold;
    height: 20px;
}

/** stopka */
.bsfooter {
    font-size:10px;
	text-align:center; 
	margin:10px; 
	color: #504E70;
}

/** ogłoszenia */
.announcediv {
    text-align: left;
    margin-top: 10px;
    margin-left: 5px;
}

