/**
 * @file
 *
 * Arkusz stylów
 *
 * Copyright (c) 2005
 *
 * @author Maciej Kurowski
  */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	cursor: default;
	margin: 5px;
}

body.titlebar {
	margin: 0px;
	background-color: white;
}

td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}
td.zleceniodawcy {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

td.pytanie {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}

form {
	margin: 0px;
	padding: 0px;
}

.formlabel {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

input,select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

input.text {
	border: inset 1px white;
}

textarea {
	border: inset 1px white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

input.checkbox {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

option {
	text-overflow: ellipsis;
}

select.disabled {
	background: #eee;
	color: #555;
}

input.disabled, textarea.disabled {
	background: #eee;
	color: #555;
	border: inset 1px white;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #0000aa;
}

a:hover {
	text-decoration: underline;
}

.more_area {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}

.language {
	color: #ff0000;
}	

.login {
	color: #ffffff;
}

.disable {
	text-decoration: none;
	color: #dddddd;
}

.disable:hover {
	text-decoration: none;
	color: #dddddd;
}

.toolbar_bar {
	padding-left: 1px;
	padding-right: 1px;
	height: 20px;
}

td.folder_name {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	padding-left: 5px;
	height: 25px;
	cursor: default;
	background: gray;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	color: white;
}

td.name_titlebar {
  font-weight: bold;
  height: 40px;
  font-size: 21px;
  font-family: Verdana;
}

.admin_title {
   text-align: center;
   font-weight: bold;
}

.admin {
   text-align: center;
   font-weight: normal;
}

.errorlabel {
 font-weight: bold;
 color: red;
}

