/**
 * @package   BasicSchool (main.front.css)
 * @version   2.5 for Jommla 1.5 (Id:20091231)
 * @copyright (C) 2008 Ryszard Rychert
 * @License   Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported
 *              see http://creativecommons.org/licenses/by-nc-sa/3.0
 * You are free:
 *   - to copy, distribute and transmit the work
 *   - to adapt the work
 * Under the following conditions:
 *   - You must attribute the work in the manner specified by the author or licensor
 *   - You may not use this work for commercial purposes
 *   - If you alter, transform, or build upon this work, you may distribute the resulting
 *     work only under the same or similar license to this one.
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
**/

/* dzienniczek */
.frontimage1 {
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 203px;
    background-position:top right;
    background: url(images/bslogin-top.png) no-repeat;
}
.frontimage2 {
    padding: 0px;
    margin: 0px;
    height: 40px;
    width: 203px;
    background-position:top right;
    background: url(images/bslogin-center.png) no-repeat;
}
.frontimage3 {
    padding: 0px;
    margin: 0px;
    height: 75px;
    width: 203px;
    background-position:top right;
    background: url(images/bslogin-bottom.png) no-repeat;
}

.loginbutton {
    cursor: hand;
    cursor: pointer;
    border: 0px;
    width: 70px;
    height: 18px;
    margin-top: 4px;
    background: transparent;
}

/** pole logowania input */
.bsloginform {
  padding:0px !important;
  height: 15px !important;
  font-size: 11px !important;
  border: 1px solid #BFBFBF !important;
  margin:1px !important;
  background-color:#EFEFB6 !important;
}

/** ogłoszenia */
.announcediv {
    text-align: left;
    margin-top: 8px !important;
    margin-left: 5px;
}
/** stopka */
.bsfooter {
    font-size:10px;
	text-align:center !important;
	margin:15px;
	color: #504E70;
}

.bs_button {
	cursor:hand;
	cursor:pointer;
	font-size: 11px;
	color: #3C3C3C;
	border: 1px solid #b7b7b7 !important;
	margin-top: 15px;
	padding: 2px;
	text-decoration: none;
	background-image: url(../../../administrator/components/com_basicschool/assets/images/template/button.png);
}

/** logout button */
.icon-logout {
    cursor: hand;
    cursor: pointer;
    width:38px;
    height: 38px;
    border:none;
    background: url(images/icon-exit.png) no-repeat;
}
table.maincard {
	width: 100%;
	border-collapse:collapse;
	color: #504E70;
}
table.maincard th {
	font-weight: bold;
	text-align:left;
	padding:0px;
}
table.maincard td {
	text-align:left;
	padding:5px;
}

table.stcard {
	width: 100%;
	border-collapse:collapse;
	color: #504E70;
}
table.stcard th {
	text-align: center;
	padding: 2px 0px 2px 0px !important;
	height: 20px !important;
	background-image: url(../../../administrator/components/com_basicschool/assets/images/template/head.png);
	color: #000;
	font-weight: bold;
}
table.stcard td {	height: 28px;
	text-align:left;
	padding: 3px 0px 3px 8px !important;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.stcard td.title {
	text-align:left;
	font-weight: bold;
    color:#504E70
}

table.stcard td.mrk {	padding:0px !important;
	text-align:center;
	color: #990000;
}
table.stcard td.center {
	padding:2px !important;
	text-align:center;
}

.bs_cursor {
	cursor:hand;
	cursor:pointer;
}

.bs_fieldset {	padding:7px;
	margin:4px !important;
	border: 1px solid #cccccc;}












