@CHARSET "UTF-8";

/* v1.0 | 20080212 - Eric Meyers reset stylesheet*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 100%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;

}
table td{
		vertical-align: middle;
}

/* custom css starts here */

.debug{
	padding: 7px;
	margin: 15px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #cccccc;
	font-size: 12px;
	text-align: left;
}

/* notifications */
.operations li {
	background-color: #DAFFE5;
	border: 1px solid #25A24B;
	color: #25A24B;
	font-size: 0.95em;
	background-image: url('../images/icons/accept.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 25px;
}

.errors li, .error li {
	background-color: #FFECEC;
	border: 1px solid #B90D0D;
	color: #B90D0D;
	font-size: 0.95em;
	background-image: url('../images/icons/delete.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 25px;
}

/* forms */
.zend_form label {
    font-size: 0.95em;
    display: inline-block;
    width: 120px;
    text-align:left;
    vertical-align: top;
}

.zend_form .formRow{
	margin: 0px 0px 10px 0px;
}


.zend_form input,textarea,button,select {
    border: 1px solid #ccc;
    background-color: #fefefe;
    color: #333333;
    width: 400px;
}

.zend_form .formElement{
    display: inline-block;
}

.zend_form input:hover,textarea:hover,select:hover {

    background-color: #ffffff;
    color: #000000;
}

.zend_form button:hover {
   
    background-color: #ffffff;
    color: #000000;
}

/*************** paginacja ********************/

.paginationControl{
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.paginationControl a{
	color: #04184a;
}

/*************** breadcrumby ******************/
.breadcrumb{
	color: #04184a;
}

.breadcrumb span{
	color: #b60000;
}

.breadcrumb a{
	color: #04184a;
	text-decoration: none;
}
