body {
	margin: 50px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 4px;
	font-size: 0.7em;
	line-height: 20px;
	/*font-family: "Myriad Pro", "Trebuchet MS", Arial;*/
	font-family: "Trebuchet MS", Arial;
	background: #000;
	border: 1px solid #666666;
}

img {
	border: none;
}

a, #editankieta .option_menu label {
	color: #C23B01;
}

a:hover, #editankieta .option_menu label:hover {
	color: #333333;
}

h2
{
	color:#FF7700;
	font-size:1.8em;
	text-align:left;
	text-indent:10px;
	text-transform:uppercase;
}

#container {
	background-color: #fff;
	min-width: 960px;
	-ie-xp: expression(this.style.width = document.documentElement.clientWidth > 960 ? "auto" : "960px");
}

#header {
	background: url(../images/header_bckg_main.jpg) repeat-x #C13B00;
}

#logo {
	background: url(../images/header_bckg.jpg) no-repeat 50%;
	padding: 30px 0 0 40px;
	height: 83px;
	color: #FFFFFF;
	font-style: italic;
}

#logo-foot {
	background: url(../images/footer.jpg) no-repeat 50%;
	padding: 30px 0 0 40px;
	height: 83px;
	color: #FFFFFF;
	font-style: italic;
}
#slogan {
	padding: 14px 0 0 150px;
	display: none;
}

#slogan a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}

#menu {
	background: url(../images/menu_bckg.jpg) #FF6600;
	height: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	/*display: inline-block;*/
	float: left;
	width: 104px;
	list-style: none;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	width: 104px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	font-style: italic;
}

#menu a:hover {
	padding-top: 4px;
	height: 22px;
	background: url(../images/menu_bckg_over.jpg) #C23B01;
}
/*
#loggedin {
	position: absolute;
	display: inline;
	right: 180px;
   	text-align: right;
   	color: white;
   	font-weight: bold;
   	padding-top: 5px;
}*/


#loggedin {
	position: absolute;
	display: inline;
	right: 70px;
   	text-align: right;
   	color: white;
   	font-weight: bold;
   	top: 25px;
}

#logout {
	/*margin-right: 10px;*/
	text-align: center;
	display: inline;
}

#login {
	text-align: center;
	height: 480px;
}

#loginform {
	margin: 120px auto 0 auto;
	width: 420px;
}

#loginform tbody th {
	width: auto;
}

#login p {
	vertical-align: middle;
	border: 1px solid black;
}

.date_picker input {
	border: 1px dashed black;
	text-align: center;
	width: 150px;
	padding: 5px;
	display: inline;
	margin: 10px 4px 4px 4px;
	font-weight: bold;
}

#date_picker_cancel {
	background: url(../images/cancel_mid.png) #FFFFFF left no-repeat;
}

#date_picker_ok {
	background: url(../images/apply_mid.png) #FFFFFF left no-repeat;
}

#submit {
	border: 1px dashed black;
	text-align: center;
	padding: 7px 5px 7px 24px;
	margin: 10px 4px 4px 4px;
	background: url(../images/log_in.png) #FFFFFF left no-repeat;
	
	font-weight: bold;
}

#logout a {
	float: right;
	text-align: center;
	display: block;
}

#text {
	margin: 0 20px 0 20px;
}

#text p {
	padding: 0 20px 10px 0;
}

#text li {
	list-style: none;
	padding-left: 20px;
	background: url(../images/li.gif) no-repeat 0px 7px;
}

h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.8em;
	color: #1B1D1E;
	font-style: italic
}

#main {
	/*float: left;*/
	padding: 20px 0 0 0;
	min-height: 500px;
	_height: 500px;
	/*width: 1161px;*/
}

#footer {
	background: url(../images/footer_bckg.jpg) #424E4F;
	height: 55px;
	clear: both;
	font-style: italic
}

#left_footer {
	float: left;
	padding: 20px 0 0 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#left_footer a {
	color: #FFFFFF;
}

#left_footer a:hover {
	text-decoration: none;
}

#right_footer {
	float: right;
	padding: 20px 30px 0 0;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	width: 400px;
}

#right_footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#right_footer a:hover {
	text-decoration: none;
}

span.loader {
	padding-left: 4px;
}

.option_menu {
	width: 120px;
	text-align: center;
	float: right;
	margin-bottom: 15px;
}

.option_menu img, #editankieta .option_menu input {
	margin: 15px 5px 7px 5px;
	padding: 0;
}

.option_menu a, #editankieta .option_menu label {
	margin: 0;
	line-height: 12px;
	text-decoration: none;
	font-weight: bolder;
}

.option_menu {
	line-height: 12px;
}

hr {
	margin: 20px 0 10px 0;
}

input, textarea, select {
	border: 1px solid #BBB;
	padding: 0.2em;
	width: 243px;
}

input.checkbox {
	width: 30px;
} 

input {
	text-align: left;
}

.required {
	background: url(../images/star.png) no-repeat right;
}

.grayed {
	background: url(../images/star.png) no-repeat right;
}

.pefs  {
	background: url(../images/pefs_small.png) no-repeat right;
}

.inputimage {
	
}


select {
	width: 250px;
}

#login input {
	width: 10em;
}

textarea {
	width:100%;
	height:5em;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:focus, select:hover {
	border-color: #777777;
	background-color: #ECECEC;
}

#required input {
	
}

#dodaj {
	float: right;
	margin: 20px 20px 0 20px;
}

#dodaj div {
	display: inline;
}

#dodaj select {
	margin-right: 20px;
}

#dodaj input {
	background: url(../images/add_user.png) #FFF no-repeat left;
	width: 140px;
	border: none;
	color: #C23B01;
	font-weight: bold;
	font-size: 0.95em;
	font-family: "Myriad Pro","Trebuchet MS",Arial;
	text-align: center;
}

#dodaj input:hover {
	color: #000;
	cursor: hand;
}

#loa {
	margin: 0 62px 0 62px;
}

.warning { 
	background: url(../images/error.jpg) #ffc2c2 no-repeat 7px 4px;
	margin: 8px auto;
	width: 70%;
	padding-bottom: 5px;
	text-align: center;
	border: 1px dashed red;
	padding-top: 7px;
}

#editankieta .warning {
	width: 20%;
	margin: 8px 50px;
}

#editankieta .option_menu input {
	border: 0;
	outline:none;
	
}

.info { 
	background: url(../images/info.jpg) #8dc8ff no-repeat 7px 4px;
	margin: 10px auto;
	width: 70%;
	/*height: 55px;*/
	text-align: center;
	border: 1px dashed blue;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	font-size: 1.1em;
}

.info_small { 
	background: url(../images/info_small.jpg) #8dc8ff no-repeat 7px 4px;
	margin: 10px auto;
	width: 70%;
	/*height: 55px;*/
	text-align: center;
	border: 1px dashed blue;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1.1em;
}

#pefs_region, #pefs_powiat {
	display: inline;
}

.filter
{
	text-align: right;	
}


.filter input, .filter select
{
	width: auto;
}

.filter_button
{
	text-align: center;
	margin: 10px 4px 4px 4px;
}

#trigger_do, #trigger_od {
	border: none;
	margin-left: 5px;
	background: url(../images/calendar.png) #FFF no-repeat left;
	text-indent: 12px;
	color: #FFF;
}