* { font-family: Tahoma; font-size: 10pt; color: #808080; }
.kat_glowna {color: white; font-weight: bold;}
.white {font-family: Verdana; color: white;}
.boldwhite {font-family: Verdana; color: white;font-weight: bold; font-size: 10pt;}
.boldgreen {font-family: Verdana; color: green; font-weight: bold; font-size: 10pt;}
.boldblue {font-family: Verdana; color: #1177A8; font-weight: bold; font-size: 10pt;}
.blue {font-family: Verdana; color: #1177A8; font-size: 10pt;}
.red {font-family: Verdana; color: red; font-size: 10pt;}
.uwaga {color: red; font-weight: bold; font-size: 10pt;}
.uwaga2 {font-family: Verdana; color: red; font-weight: bold; font-size: 8pt;}
.naglowek {font-family: Verdana; color: #1177A8; font-weight: bold; font-size: 11pt;}
a.blue {text-decoration: none;  color: #1177A8;}
a.menu {text-decoration: none;  color: #000000; font-weight: bold;}
a.menu:visited {text-decoration: none;color: #FFFFFF;font-weight: bold}
a {text-decoration: none;color: #808080;}

  H1 { font-family: Tahoma; font-size: 13pt; color: #1177A8;  }
  H2 { font-family: Tahoma; font-size: 12pt; color: #1177A8;  }
  H3 { font-family: Tahoma; font-size: 11pt; font-weight: normal; color: #1177A8;  }
  H4 { font-family: Tahoma; font-size: 10pt; font-weight: normal; color: #1177A8;  }
  H5 { font-family: Tahoma; font-size: 9pt; font-weight: normal; color: #1177A8;  }
  H6 { font-family: Tahoma; font-size: 8pt; font-weight: normal; color: #1177A8;  }
h6, h5, h4, h3, h2, h1 {display:inline}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}