/*--------------------------------------------------
  Ten plik jest częścią pakietu SOWA-WWW.
  
  Plik klas CSS wykorzystywanych w serwisie.

  SOKRATES-Software (http://www.sokrates.pl)
  
  Dopuszcza się wprowadzanie samodzielnych zmian w definicji klas CSS serwisu.
  --------------------------------------------------*/

TH {
	/*border: 1px blue solid; */
	text-align: left;
	padding-left: 10px;
}

TD {
	/*	border: 1px blue solid; */
	padding-left: 10px;
}

.odd {
	background-color: #24AAFF;
}

.even {
	background-color: #79BDFF; 
}

.on {
	background-color: #BDDFFF;
}

.criteria {
	width:0px; 
}

.search_text {
	width:300px;
}

.index_button {
	width:50px;
}

.search_row_visible {
}

.search_row_hidden {
	display: none;	
}

.search_table {
	padding-top: 3px;
}
	
.found_table {
	padding-top: 3px;
	width: 100%;

}

.button_table {
	padding-top: 3px;
	width: 100%;
}

.button_table TD {20008216
	padding-left: 2px;
	padding-right: 2px;
}

.button {
	color: #003399;
	background-color: #D4D4D4;
	border: 1px solid;
	width: 13em;
}

.IndexButton {
	color: #003399;
	background-color: #D4D4D4;
	border: 1px solid;
}

.navibutton_enabled {
	color: #003399;
	background-color: #D4D4D4;
	border: 1px solid;
	width: 50px;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}

.navibutton_disabled {
	color: #999999;
	background-color: #D4D4D4;
	border: 1px solid;
	width: 50px;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}

#SoftKey {
	width: 150px; 
}

#indexSearchButton {
	width: 75px; 
}

#indexApplyButton {
	width: 100px;
}

#indexCancelButton {
	width: 100px;
}


body {
   color: #00014A;
   background-color: #DDEBFF; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   margin-top: 10px;
}

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

#divodpowiedz {
	left:0px;
	width: 568px;
	z-index:2;
	position: relative;
	visibility: visible;
}

#reenterSearchButton {
	margin-top: 2px; 
}

.humanQueryDiv {
	border: solid 1px #666666;
	margin-left: 20px;
}

#ramka {
	 /*margin:auto; 
	 text-align:center; 
	 border:1px solid #00014A;
	 */
	 width: 760px;
	 margin: 0 auto 0 auto;
	 text-align:left;
	 border: 1px solid #aaaaaa;
}

#stopka {
	 text-align: center;
	 font-size: 10px;
	 padding-bottom: 5px;
	 position: relative;
}

.usage-counter {
   font-size: 6pt;
   color: red;
   position: absolute;
   bottom: 3px;
   right: 3px;
}

.filter-name {
   font-weight: bold;
}


h2 {
	text-align: center;
	font-size: 16px;
}

h3 {
	text-align: center;
	font-size: 14px;
}

a, a:visited, a:hover {
	color: #000099;
	background-color: transparent;
}

a:active {
	color: #0000ff;
	background-color: transparent;
}

.leftloginbar {
	text-align: left;
	float: left;
	padding-bottom: 3px;
	border-bottom: solid 1px #666666;
}

.rightloginbar {
	text-align: right;
	padding-bottom: 3px;
	border-bottom: solid 1px #666666;
}

.centerloginbar {
	text-align: center;
	padding-bottom: 3px;
	border-bottom: solid 1px #666666;
}

#div_summary {
	margin-top: 5px;
}

.ok {
	color: #00BB00;
	font-weight: bolder;
	text-align: center;
}

.error {
	color: #FF0000;
	font-weight: bolder;
	text-align: center;
}

.exec_result {
	font-style: italic;
}
.op_div_inside {
	display: table-cell;
	vertical-align: middle;
}

#ems_sorts {
	width: 175px;
}

#file_type {
	width: 13em;
}

#select_skrypt {
	width: 175px;
}

#setgroupcheckbox {
	width: 175px;
}

.login_help_div {
	text-align: center;
	margin-bottom: 9px;
}

.form_Container {
	position: absolute; 
	visibility: hidden; 
	z-index: 1;
	background-color: #BDDFFF;
	top: 0px;
	border: solid 2px black;
	padding: 3px;
}

.form_Buttons_Container {
	position: absolute;
	left: 0px;
	text-align: center;
}

.form_Button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.target_col2_mid {
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

.target_col2_min {
	padding: 2px;
}


#footer {
}

#footer-left {
	width: 10%;
}

#footer-center {
	width: 80%;
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}

#footer-right {
	width: 10%;
	text-align: right;
	font-size: 8px;
	color: red;
	vertical-align: bottom;
}

#specchar-bar {
	margin: 1px;
	border: 1px solid #aaaaaa;
	visibility: hidden;
	display: none;
}

.specchar-char {
	padding: 3px;
	font-size: 12px;
	width: 16px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

span:hover.specchar-char  {
	background-color: #dddddd;
}
