﻿form {
	margin: 0;
	padding: 0;
	text-align: left;
}

.formHeader {
	color: white;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 3px 0;
	background-color: #7DA6DB;
	zoom: 1;
}

#wrapper .formHeader 
{
	background: #CFE3FF url('../images/gradient_bottom.png') repeat-x bottom left;
	border-top: 1px solid #CFE3FF;
	border-bottom: 1px solid #CFE3FF;
	color: #3664A3;
}

.formHeader img {
	border: 0;
}

div.formRow {
	padding: 3px 5px;
	clear: inherit;
	zoom: 1;
	overflow: hidden;
	text-align: left;
}

.evenRow {
	background-color: #F5F5F5;
}

/* WyglÄ…d etykiet */
label {
	display: block;
	float: left;
	width: 160px;
	text-align: left;
}

label.required {
	font-weight: bold;
}

/* WyglÄ…d pĂłl */
.formRow input, .formRow select, .formRow textarea {
	border: 1px solid #A7A6AA;
	width: 170px;
}

.formRow input:hover, .formRow select:hover, .formRow textarea:hover {
	border: 1px solid #7DA6DB;
}

.formRow input:focus, .formRow select:focus, .formRow textarea:focus {
	border: 1px solid #F50B01;
}

input.longControl, textarea.longControl {
	width: 340px;
}

input.shortControl {
	width: 85px;
}

input.fileControl {
	width: 241px;
}

input.noBorder, input:hover.noBorder, input:focus.noBorder {
	border: none;
	width: auto;
}

.selectRow optgroup {
	text-align: center;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEEEE;
}

.selectRow option {
	text-align: left;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
}

.indent_level_1 {
	padding-left: 15px;
}

.indent_level_2 {
	padding-left: 30px;
}

.indent_level_3 {
	padding-left: 45px;
}

.indent_level_4 {
	padding-left: 60px;
}

.indent_level_5 {
	padding-left: 75px;
}

/* WyglÄ…d grupy opcji */
.choiceGroup {
	padding: 3px 5px;
}

.choiceGroup .formRow {
	margin-bottom: 0;
}

.choiceGroup label {
	display: inline;
	float: none;
	width: auto;
}

/* WyglÄ…d grupy pĂłl */

fieldset {
	padding: 5px; /* dziaĹ‚a pod FF */
}

fieldset.topBlock {
	margin-bottom: 10px;
}

fieldset legend {
	font-weight: bold;
	padding-right: 5px;
}

* html fieldset legend {
	margin-bottom: 5px; /* pod IE */
}

/* WyglÄ…d przyciskĂłw */
.toolbarRow {
	margin-top: 10px;
}

.standardButton {
	color: #6D6D6D;
	font-weight: bold;
	border: 1px outset #A7A6AA;
	margin: 0 3px 0 0;
	padding-left: 21px;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 2px;
	text-align: left;
}

* html .standardButton {
	padding-left: 20px;
	overflow: visible;
	width: 40px;
	padding-right: 3px;
}

.standardButton span {
	border-left: 1px solid #A7A6AA;
	padding-left: 3px;
}

.normalButton {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: medium;
	color: black;
}

.addButton {
	background-image: url(/images/add.png);
}

.saveButton {
	background-image: url(/images/disk.png);
}

.returnButton {
	background-image: url(/images/arrow_undo.png);
}

.cancelButton {
	background-image: url(/images/arrow_undo.png);
}

.deleteButton {
	background-image: url(/images/cross.png);
}

.nextButton {
	background-image: url(/images/arrow_right.png);
}

.searchButton {
	background-image: url(/images/magnifier.png);
}

.selectChannelButton {
	background-image: url(/images/folder.png);
}

.acceptButton {
	background-image: url(/images/accept.png);
}

.editButton {
	background-image: url(/images/pencil.png);
}

.sendButton {
	background-image: url(/images/email_go.png);
}

.lockButton {
	background-image: url(/images/lock.png);
}

.attachButton {
	background-image: url(/images/attach.png);
}

.gotoButton {
	background-image: url(/images/arrow_in.png);
}

.mapButton {
	background-image: url(/images/map_go.png);
}

/* Definicje formularza wysyĹ‚ania kartek */
.legend 
{
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 3px 0;
	background-color: #F5F5F5;
}

.card 
{
	border: 1px solid #A7A6AA;
	margin: 25px 15px;
}

.cardLabel 
{
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.cardCell 
{
	border: 1px solid #A7A6AA;
	margin: 5px;
	text-align: center;
}

/* definicje filtrĂłw */
.standardFilter 
{
    background-color: white;
    border: 1px solid #a7a6aa;
    padding: 5px;
    margin-bottom: 10px;
    width: 500px;
}

