@CHARSET "UTF-8";

/*****  HTML  *****/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  height: 100%;
}
body {
  text-align: center;
  font-family: Verdana;
  font-size: 100%;
  color: rgb(96,96,96);
  background: rgb(224,224,224);
}
h1 {
  font-size: 1.2em;
  font-family: Verdana;
  text-align: left;
}
h2 {
  font-size: 1.1em;
  text-align: left;
}
h3 {
  font-size: 1em;
  text-align: left;
}
p {
  font-size: 1em;
  text-align: left;
	margin: 5px 0px;
}
ul {
	margin-left: 20px;
}
.small_text {
  font-size: 11px;
  font-weight: normal;
  color: rgb(96,96,96);
}
/*****  Formularze  *****/
input, textarea, select {
  border: 1px solid rgb(192,192,192);
  font-family: Courier;
  font-size: 10px;
  margin-bottom: 5px;
	background: rgb(224,224,224);
	color: rgb(64,64,64);
}
input:focus, textarea:focus {
	background: white;
}
.submit_button {
  font-family: Verdana;
  font-size: 1em;
  width: 80px;
  height: 20px;
  color: rgb(96,96,96);
}
.form_label {
  font-size: 1em;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}
/*****  Bloki główne  *****/
#main_container, #help_container {
  width: 898px;
  background: rgb(255,255,255);
}
.container_sh_top {
  background-image: url(/images/container_sh_top.png);
  background-repeat: no-repeat;
  background-position: top;
}
.container_sh_mid {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/images/container_sh_mid.png);
  background-repeat: repeat-y;;
}
.container_sh_bot {
  background-image: url(/images/container_sh_bot.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 9px 16px 22px 16px;
}

.content {
  padding: 10px;
  clear: both;
  background: rgb(255,255,255);
}
#header {
  position: relative;
  text-align: left;
  background: rgb(224,224,224);
  height: 90px;
}
#logo {
  position: absolute;
  width: 200px;
  height: 30px;
  float: left;
  margin: 10px;
}
#main_menu {
	width: 100%;
	height: 20px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  text-align: left;
  float: left;
  clear: both;
	background: url(/images/menu_item.png);
	background-repeat: repeat-x;
	background-position-y: bottom;	
}
.submenu {
  display: block;
  text-align: left;
}
#main_toolbar {
  width: 200px;
  position: relative;
  top: 10px;
  right: 10px;
  float: right;
}
#main_toolbar img {
  border: none;
  float: right;
}
.toolbar_item {
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
  margin: 0px 3px;
}
#customer_info {
  position: absolute;
  right: 10px;
  top: 40px;
  text-align: right;
  font-size: 9px;
}
#help_percent {
  width: 24px;
  float: right;
  font-size: 8px;
  text-align: center;
  margin: 5px -27px;
  color: red;
}
#account_block {
  display: block;
  height: 20px;
  background: rgb(250,250,250);
  border: 1px solid rgb(192,192,192);
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  float: right;
}
#notice {
  clear: both;
  padding: 3px;
  margin-top: 10px;
  border: 1px solid rgb(128,128,128);
  background: rgb(220,220,220);
  color: red;
  font-size: 10px;
}
/*****  Block  *****/
.block {
  background: rgb(250,250,250);
  border: 1px solid rgb(192,192,192);
  padding: 5px;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}
.block_h {
  background: rgb(192,192,192);
}
.block_heading {
  font-size: 15px;
  font-weight: bold;
  font-variant: small-caps;
  color: rgb(0,0,0);
  text-align: left;
  margin-bottom: 10px;
}
th {
  text-align: left;
}
.formatted_table th {
  font-weight: bold;
  font-size: 11px;
  padding-right: 10px;
}
.formatted_table td {
  padding-right: 10px;
  font-size: 11px;
}
tr.tr_last td, tr.tr_last th {
  height: 10px;
  border-top: 1px solid rgb(192,192,192);
  padding-top: 5px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.red {
  color: rgb(168,68,68);
}
.pagination_links {
  text-align: center;
}
.pagination_links a {
  text-decoration: none;
  padding: 0px 10px;
}
.pagination_links a:hover {
  background: rgb(220,220,220);
  color: black;
  padding: 0px 10px;
}
/*****  Main Menu  *****/
.main_menu_item, .main_menu_item_hover, .main_menu_item_selected {
  display: block;
  padding: 0px 5px;
  float: left;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: rgb(96,96,96);
  text-decoration: none;
  background: url(/images/menu_item.png);
	background-repeat: repeat-x;
  height: 20px;
	line-height: 18px;
	vertical-align: middle;
}
.main_menu_item_hover {
  font-size: 12px;
  color: rgb(70,60,240);
  color: black;
  text-decoration: none;
}
.main_menu_item_selected {
  background: rgb(255,255,255);
  border-left: 1px solid rgb(128,128,128);
  border-right: 1px solid rgb(128,128,128);
  color: black;
  z-index: 10;
  background: url(/images/menu_item_selected.png);
	background-repeat: repeat-x;
}
.main_menu_spacer {
  padding: 0px 5px;
  float: left;
  height: 20px;
}
#balance_field {
  position: absolute;
  bottom: 0px;
  right: 0px;
	z-index: 2;
}
/*****  Menu  *****/
.menu_item, .menu_item_hover, .menu_item a, .menu_item_hover a, .menu_item input, .menu_item_hover input {
  display: inline;
  font-family: Verdana;
  font-size: 12px;
  cursor: pointer;
  padding: 0px 5px 0px 5px;
  color: rgb(96,96,96);
  text-decoration: none;
  background: none;
  border: none;
}
.menu_item_hover, .menu_item_hover a, .menu_item_hover input {
  font-size: 12px;
  background: rgb(220,220,220);
  color: black;
  text-decoration: none;
  border: none;
}
.menu_item input, .menu_item_hover input {
  padding: 0px;
  margin: 0px;
}
.menu_item_selected {
  border-bottom: 1px solid rgb(128,128,128);
}
/*****         *****/

.tr_link_over {
  background: rgb(220,220,220);
  cursor:pointer;
}
.tr_link {
  cursor:pointer;
}
.tr_options_over {
  cursor: default;
}
.tr_options .td_options .menu_item {
  color: rgb(250,250,250);
}
.tr_options_over .td_options .menu_item {
  color: rgb(64,64,64);
  background: rgb(250,250,250);
  cursor: pointer;
}
.tr_link .td_options .menu_item {
  color: rgb(250,250,250);
}
.tr_link_over .td_options .menu_item {
  color: rgb(64,64,64);
  background: rgb(220,220,220);
  cursor: pointer;
}
.a_menu_item {
  display: inline;
  font-family: Verdana;
  font-size: 10px;
  cursor: pointer;
  padding: 0px 5px 0px 5px;
  color: rgb(96,96,96);
  text-decoration: none;
}
.a_menu_item_hover {
  background: rgb(220,220,220);
  padding: 0px 5px 0px 5px;
  color: black;
  text-decoration: none;
}

/*  Tabela do edycji */
.list_row {
  clear: left;
  height: 20px;
  vertical-align: bottom;
}
.list_row_without_clear {
  clear:left;
  min-height: 20px;  
  height: auto !important;
  height: 20px;
  vertical-align: bottom;
}
.list_row_no_fix_height {
  clear:left;
  vertical-align: bottom;
}
.list_header {
  float: left;
  width: 150px;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
.list_data {
  float: left;
  font-size: 12px;
}
.list_row_error, .list_row_warning, .list_row_info {
  float:left;
  font-size:9px;
  color:red;
  width:300px;
  padding-left:5px;
}
.list_row_warning {
	color: orange;
}
.list_row_info {
	color: green;
}
.list_row_error_below_input {
  clear: left;
	width: 280px;
	float:left;
  font-size:9px;
  color:red;
  padding-left:160px;
}
.list_name {
  float: left;
  font-size: 11px;
  font-weight: bold;
/*  text-align: left;
  border-bottom: 1px dashed rgb(220,220,220); */
  padding-right: 10px;
  text-align: right;
}
.list_text {
  float: left;
  font-size: 12px;
/*  border-bottom: 1px solid rgb(128,128,128); */
}
.list_edit {
  float: left;
  font-size: 12px;
  padding-left: 3px;
}

.error_info {
  text-align: center;
  padding:30px;
  color:red;
}


/* Dialogi */





a.button:link, a.button:visited {
  border: 1px solid rgb(128,128,128);
  text-decoration: none;
  padding:2px 10px 2px 10px;
  float: left;
  display: block;
  color:black;
}

a.button:hover {
  background-color: rgb(220,220,220);
}

div.button {
  display: block;
  float: left;

  padding: 5px 10px 5px 10px;
  margin: 0px;
  height: 20px;
}
div#prev_buttons {
  display:inline;
}
div#next_buttons {
  display:inline;
}


.help_box {
  float:right;
  width:400px;
  padding-left:6px;
  padding-right:6px;
  font-size: 10px;
}
.help_title {
  color:black;
  padding-right:5px;
}
.info {
  padding:5px;
  font-size:12px;
}
/*****  Autocompleter  *****/
div.auto_complete {
  width: 350px;
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul strong.highlight {
  color: #800;
  margin:0;
  padding:0;
}
.auto_complete_hidden {
  display: none;
}

/*  Hacks  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */