 
/* CSS Document */ 
  
/* body Consolas */
body {
  margin: 0px;
	padding: 0px; 	
	background-color: #E4ECF7;
	font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 12px;
	color: #000000;	
	text-align: left; 
  border: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;    	
}

/* h1 */
h1 {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 16px;	
	text-align: left;
  color: #000000;
}


h1.CWinTitle,
h1.CAlertTitle,
h1.ErrAlertTitle,
h1.CConfirmTitle,
h1.CalTitle { 
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  float: left;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
h1.CBubbleTitle {
  margin: 0px;
  float: left;
  padding-left: 3px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

/* DIV */
div {
  margin: 0px;	
	padding: 0px;
  border: 0px;
  text-align: left;
}
div.CWinDialog,
div.CWinDialog2,
div.LoadingDialog {
  width: 100%;  
  height: 100%;
  background-color: transparent;
  background-image: url(images/cwin_dialog.png);
  position: absolute;
  top: 0px;
  left: 0px;  
}
div.CWinDialog2 {
  background-color: gray;  
  opacity: 0.5;
}
div.LoadingDialog {
  cursor: wait;  
}
div.CWinBox,
div.CWinBox3,
div.CAlertBox,
div.ErrAlertBox,
div.CConfirmBox,
div.CBubbleBox, 
div.CalBox,
div.quick_desktop_menu,
div.main_box_activeh,
div.actmenu {  
  padding: 0px 5px 5px 5px;
  width: 550px;   
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #8DC8FB;
  text-align: center;
  cursor: default;
  border: 1px solid #7EB6E6;
  border-radius: 3px;   
  box-shadow: #A0A0A0 0px 0px 8px;  
}
div.CAlertBox,
div.ErrAlertBox,
div.CConfirmBox {
  width: 550px;
}
div.ErrAlertBox {
  background-color: #FB8E8E;
  border: 1px solid #E67E7E;
}
div.quick_desktop_menu {
  padding-top: 5px;  
  background-color: #008dd2; 
}
div.main_box_activeh {
  padding-top: 0px;  
  background-color: #E4ECF7;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; 
}
div.CWinBox3,
div.CalBox,
div.actmenu {
  padding-top: 5px; 
}
div.CBubbleBox {
  padding: 0px;
  width: 220px;
  background-color: #F5F6F7; 
}
div.LoadingBox {
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: wait; 
  text-align: center;
  background-color: #FFFFFF;
  background-image: url('images/onloading.gif');
  background-position: 5% center;
  background-repeat: no-repeat;
  border: 1px solid #ff6666;
  white-space: nowrap;
  position: absolute;
  border-radius: 3px;
  box-shadow: #ff6666 0px 0px 8px;
  opacity: 0.95;
}
div.LoadingText {
  clear: both;
  cursor: wait; 
  text-align: center;
  font-size: 13px; 
  font-weight: bold;
  color: black;
  white-space: nowrap;
}
div.LoadingStatusBox {
  margin: 15px;
  margin-bottom: 5px;
  width: 320px;
  height: 22px;
  cursor: wait;
  border: 1px solid #ff6666;
  background-color: #F0F0F0;  
}
div.LoadingStatus {
  width: 10%;
  height: 100%;
  padding: 2px;
  padding-bottom: 0px;
  text-align: right;
  cursor: wait;
  font-size: 12px;
  color: white;
  background-color: #ff6666;  
}
div.CalBox {
  width: 260px;
  text-align: center;
}
div.CWinHead,
div.CAlertHead,
div.CConfirmHead,
div.CBubbleHead,
div.ErrAlertHead,
div.CalHead {
  width: 100%;
  height: 25px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle; 
}
div.ErrAlertHead { 
  
}
div.CBubbleHead {
  background-color: transparent;
  background-image: url();
}
div.CWinControl,
div.CAlertControl,
div.ErrAlertControl,
div.CConfirmControl,
div.CBubbleControl,
div.CalControl { 
  float: right;  
  color: #FFFFFF;
  white-space: nowrap;
  text-align: right;
}
div.CBubbleControl {
  padding-top: 3px;
  padding-right: 5px;  
}
div.CWinPanel {
  clear: both;
  padding: 5px;
  background-color: #F0F0F0;
  border-radius: 3px; 
}
div.CWinStatus {
  padding: 5px;
  background-color: #F0F0F0;
  border-top: 1px solid #D0D7E5;
  font-size: 11px;
}
div.CWinBody, div.CWinBody_light,
div.CAlertBody,
div.CConfirmBody,
div.CBubbleBody, 
div.ErrAlertBody,
div.CalBody,
div.main_body_activeh {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; 
  background-color: #F5F6F7;
  clear: both;
  overflow: auto;  
  border-radius: 3px; 
}
div.CWinBody, div.CWinBody_light {
  padding: 0px;
}
div.CWinBody_light {
  background-color: #FFFFFF;
}
div.CalBody {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.CAlertBody,
div.CConfirmBody,
div.ErrAlertBody {
  background-image: url(images/calert.png); 
  background-repeat: no-repeat;
  background-position: 4% center;
  background-color: #FFFFFF;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; 
}
div.ErrAlertBody {
  background-image: url(images/erralert.png); 
  background-repeat: no-repeat;
  background-position: 4% center; 
}
div.CBubbleBody {
  padding: 0px; 
  clear: both;
  overflow: auto; 
}
div.main_body_activeh {
  background-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
div.CAlertBButt,
div.ErrAlertBButt,
div.CConfirmBButt,
div.ErrAlertFObj {
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #F0F0F0;  
  text-align: center;
  white-space: nowrap; 
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;  
}
div.ErrAlertFObj {
  border-radius: 3px; 
}
div.form_field_blok {
  margin: 3px;
  clear: both;
  width: 100%;
  display: inline-block;
}
div.form_field  {
  float: left;
  padding: 3px;
  white-space: nowrap;
  display: inline-block;
}
div.form_multibox,
div.form_multibox2,
div.form_multibox_vydejprace  {
  width: 100%;
  height: 180px;  
  white-space: nowrap;
  overflow: auto;
  border-radius: 3px;
}
div.form_multibox2 {
  background-color: #FFFFFF;  
}
div.form_multifilesbox {
  width: 100%;
  height: 180px;  
  white-space: nowrap;
  border-radius: 3px;
  overflow: hidden;
}
div.form_multifilesbox div.form_multibox {
  height: 150px;  
}
div.form_multibox_vydejprace  {
  width: 900px;
  height: 135px;
  padding: 0px;
  background-color: #FFFFFF;
}
div.combobox_search_box {

}
div.form_info {
  margin-left: 10px;
  display: inline-block;
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
div.APrint {
  background-color: #FFFFFF;
}
div.qm_message_box {  
  height: 400px;  
  background-color: #FFFFFF;
  border-left: 1px solid #D0D7E5;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #D0D7E5;
  border-bottom: 1px solid #FFFFFF; 
  overflow: auto;
  vertical-align: bottom; 
}
div.qm_message_all,
div.qm_message_from,
div.qm_message_to {  
  margin: 0px;
  padding: 10px;
  border-top: 1px solid silver;   
}
div.qm_message_all {  
  background-color: #F0FFE0;  
}
div.qm_message_from {  
  background-color: #E0F0FF;  
}
div.qm_message_to {  
  background-color: #FFF0F0;  
}
div.qm_history_message_box {  
  height: 600px;  
  background-color: #FFFFFF;
  border-left: 1px solid #D0D7E5;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #D0D7E5;
  border-bottom: 1px solid #FFFFFF; 
  overflow: auto;
  vertical-align: bottom; 
}
div.qm_users_box {
  height: 400px;  
  background-color: #FFFFFF;
  border-left: 1px solid #D0D7E5;
  border-top: 1px solid #D0D7E5;
  border-bottom: 1px solid #FFFFFF; 
  overflow: auto;
  vertical-align: top; 
}
div.qm_smiles {  
  height: 168px;
  padding: 5px;  
  overflow: auto;
}
div.qm_history_ctrl {  
  padding: 5px;
}
div.form_filebox_butt {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.fprint_control {
  display: inline-block;
  float: right;
  position: relative;
  white-space: nowrap;
}
div.fprint_control_info {
  display: inline-block;
  padding-right: 10px;
}
div.cal_timebox {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
div.button_box2 {
  margin-top: 15px;
  border-bottom: 1px solid #c4def7;
}

/* p */
p {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 12px;	
	text-align: left;	
}
p.cwin {
  margin: 10px;
}
p.CAlertMsg,
p.ErrAlertMsg,
p.CConfirmMsg {  
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px; 
  text-align: center;
}
p.CBubbleMsg {  
  margin: 5px;
  text-align: center;
  font-size: 11px;
}
p.CAlertMts {
  width: 100%;
  height: 250px;
  margin: 5px;
  margin-top: 0px;
  text-align: center;
  overflow: auto;
}
p.qm_message,
p.qm_message_user_from,
p.qm_message_user_to,
p.qm_message_user_all {  
  margin: 0px;
  margin-bottom: 3px;
}
p.qm_message_user_from,
p.qm_message_user_to,
p.qm_message_user_all {  
  font-size: 11px;
}
p.form_field_info_red {
  margin: 0px;
  padding: 0px;
  color: red;
}
p.MsoNormal {
  margin: 0;
}

iframe.CWinIframe {
  border: 0px;
  margin: 0px;
  padding: 0px; 
  background-color: #FFFFFF;
}

/* hr */
hr {  
  border: 0px;
  color: #c4def7;
  background-color: #c4def7;
  height: 1px;
}
hr.form_line  {  
  clear: both;
}

/* table */
table {
  margin: 0px;	
	padding: 0px;
  border: 0px;
  border-collapse: collapse;
}
table.CWinBoxTTable {
  background-color: #000099;
  width: 100%;
}
table.cal {
  width: auto;
  white-space: nowrap;
}
table.qm {
  width: 100%;
}
table.form_multibox2 {
  width: 100%;
}
table.form_multibox3 {
  width: 500px;
}

/* caption */
caption {
  margin: 0px;
  padding: 5px;
  font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 16px;
  font-weight: bold;	
	text-align: left;
}

/* td */
td {
  margin: 0px;
  padding: 0px;
}
td.CWinBoxTTd1 {
  text-align: left; 
}
td.CWinBoxTTd2 {
  text-align: right;
}
td.cal,
td.cal_t,
td.cal_selected,
cal_disabled {
  width: 25px;
  height: 25px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle; 
  border: 1px #FFFFFF solid;
}
td.cal_t {
  font-weight: bold;
}
td.cal_disabled {
  background-color: silver;
}
td.cal_selected {
  background-color: #B9D1EA;
  font-weight: bold;
}
td.qm_message {
 
}
td.qm_users {
  width: 300px;
}
td.qm_send {
  
}
td.qm_smiles {
  vertical-align: top;
  width: 300px; 
}


/* form */
form {
  margin: 0px;	
	padding: 0px;
  border: 0px;
}
form.form_field {

}

/* FIELDSET */
fieldset {
  margin: 5px;
  margin-bottom: 5px;	
	padding: 10px;	
  border: 1px solid #c4def7; 
  border-radius: 3px;  
}
fieldset.ErrAlertFFieldset {
  margin: 0px;
}
fieldset.combobox_open {
  margin: 0px;
  padding: 1px;
  font-size: 12px;
  background-color: #FFFFFF;
  position: absolute;
}
fieldset.form_field2 {
  margin: 0px;
  padding: 0;
  border: 0;
}

/* LEGEND */
legend {
  margin: 0px;
  padding: 0px; 
  padding-left: 3px;
  padding-right: 3px;
  font-family: Arial, MS Sans Serif, Helvetica;
  font-size: 12px;
  font-weight: bold;
	color: #008dd2;	
	text-align: left;
  vertical-align: middle;  	
}
legend.form_field_big {
  font-size: 24px;
}

/* label */
label {
  margin: 0px;
  margin-right: 3px;	
	padding: 0px;
	font-family: Arial, MS Sans Serif, Helvetica;
  font-size: 12px;
	color: #000000;	
	text-align: left;
	white-space: nowrap;
}
label.block {
  display: block;
}
label.block_big {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
label.qm_user_on,
label.qm_user_off {
  margin-left: 3px;
  font-size: 11px;
  white-space: nowrap;
}
label.filebox {
  margin-left: 5px;  
}

/* INPUT */
input, input:active,
input.big
div.form_field,
div.mail_attachment { 
  background-color: #FFFFFF;   
  font-family: Arial, MS Sans Serif, Helvetica;
  font-size: 13px;
  font-weight: bold;
	color: #000000;
	text-align: left;
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #c4def7; 
}
input:active { 
  background-color: #ffff99;  
}
input:hover { 
  border-color: #FFCC00; 
}
input:focus { 
  border-color: #3399FF;  
}
input.password {
}
input.big {
  font-size: 24px;
}
input.checkbox {
  border: 0px; 
  background-color: transparent; 
}
input.checkbox_s {
  border: 0px; 
  background-color: #00CC00; 
}
input.combobox {
  border-right: 0px;
}
input.required {
  background-color: #FFFFCC;
}
input.combobox_search_box {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  padding-left: 5px;
  width: 96%;
  font-size: 14px;
}
input.combobox_search_box:focus {
  background-color: #ffffcc;
}
input.form_multibox,
input.form_multibox_editonly {
  width: auto;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: default;
  font-size: 12px;
}
input.form_multibox_editonly {
  border-left: 1px solid #D0D7E5;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #D0D7E5;
  border-bottom: 1px solid #FFFFFF;  
}
input.cal_time {
  text-align: center;
}
div.mail_attachment {
  height: 50px;
  overflow: auto;  
}

/* textarea */
textarea, 
textarea:active,
div.qm_str { 
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 2px;  
  padding-right: 2px;
  font-family: Arial, MS Sans Serif, Helvetica;
  font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
  border-radius: 3px;
  border: 1px solid #c4def7; 
}
textarea:active { 
  background-color: #ffff99;  
}
textarea:hover { 
  border-color: #FFCC00; 
}
textarea:focus { 
  border-color: #3399FF;  
}
textarea.ErrAlertFMsg {
  display: block;
  width: 100%;
  height: 100px;
}
textarea.required {
  background-color: #FFFFCC;
}
textarea.TextBox, div.TextBox {
  width: 98%;
  height: 98%;
  padding: 1%;
  font-family: Consolas, fixedsys;
  font-size: 14px;
  font-weight: normal;  
}
div.HTMLBox {
  overflow: auto;
  background-color: #FFFFFF;
  cursor: text;
  font-family: Arial, MS Sans Serif, Helvetica;  
}
div.HTMLChat {
  background-color: #FFFFFF;
  font-size: 15px;
  overflow: auto;
  font-family: Arial, MS Sans Serif, Helvetica;
  user-select: text;
  cursor: text;   
}
div.HTMLChat span {
  font-size: 14px;
}
div.qm_str {
  height: 150px;
  padding:  10px;
  overflow: auto;
  cursor: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;  
}

/* select */
select,
select.big,
select.small {  
  font-family: Arial, MS Sans Serif, Helvetica;
  font-size: 13px;
  font-weight: bold;
	color: #000000;
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  border: 1px solid #c4def7;
}
select:active { 
  background-color: #ffff99;  
}
select:hover { 
  border-color: #FFCC00; 
}
select:focus { 
  border-color: #3399FF;
  background-color: #ffffcc;  
}
select.big {
  font-size: 24px;
}
select.small {
  font-size: 11px;
}
select.bgcolor {
  background-color: #F0F0F0;
}
select.cal {
  font-size: 11px;
}
select.combobox {
  width: 100%;
  font-size: 14px;
  border: 0px;
}
select.combobox:focus {
  border: 0px;  
}
select.required {
  background-color: #FFFFCC;
}

/* button */
button {
  height: 28px; 
  margin: 0px;    
  font-family: Arial, MS Sans Serif, Helvetica;
  font-size: 12px;
  font-weight: bold;
	color: #000000;
	text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #ACACAC;
  padding: 12px;
  padding-top: 5px;
  padding-bottom: 5px;  
  border-radius: 3px; 	
}
button:hover,
button:focus {
  border-color: #3399FF;
  background-color: #EAF3FC;
}
button:active {
  border: 1px inset white;
}

button.CWinControl,
button.ErrAlertControl,
button.CBubbleControl {
  margin: 0px;
  margin-top: 2px;
  padding: 0px;
  padding-left: 18px;
  padding-right: 18px;
  height: 20px;  
  background: none;
  background-color: #DC5B5B;
  border: 0px;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
button.ErrAlertControl {
  border-color: #ffc8c8; 
}
button.CBubbleControl {
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
  color: black;
}
button.CWinControl:hover,
button.CWinControl:focus,
button.ErrAlertControl:hover,
button.ErrAlertControl:focus,
button.CBubbleControl:hover,
button.CBubbleControl:focus {
  background-color: crimson;
  box-shadow: none;
  color: #FFFFFF;    
}
button.CAlertButt,
button.ErrAlertFButt,
button.CConfirmButt,
button.ErrAlertFButtSend {
  margin: 5px;
}
button.save,
button.save_big {
  color: #003399;  
}
button.save_big {
  font-size: 20px;  
}
button.delete,
button.reset {
  color: #cc0000;
}
button.default, 
button.new {
  color: #009900;
}
button.combobox,
button.combobox_big {
  width: 18px;
  height: 27px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 1px;
  border-left: 0px;
  border-style: solid;
  border-color: #c4def7;  
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; 
  font-size: 10px;  
}
@-moz-document url-prefix() {
  button.combobox,
  button.combobox_big {
    padding-bottom: 3px;
  }
}
button.combobox_big {
  font-size: 20px;
}
button.combobox_button {
  width: 100%;
}
button.calbox,
button.calbox:hover {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-bottom: 2px;  
  background-color: transparent;
  background-image: url('images/calbox.png');
  background-position: center center;
  background-repeat: no-repeat;  
  border: 0px;
  vertical-align: middle;
}
button.cal {
  padding: 0px;
  width: 18px;
  height: 21px; 
}
button.move_t,
button.move_t:hover {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-bottom: 2px;  
  background-color: transparent;
  background-image: url('images/move_t.png');
  background-position: center center;
  background-repeat: no-repeat;  
  border: 0px;
  vertical-align: middle;
}
button.qm_send {
  width: 100%;
}
button.box, 
button.box2,
button.box_sel, 
button.box2_sel {
  height: 28px;  
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px; 
  margin-right: 1px;
  padding: 12px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-color: #c4def7;
  border-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  vertical-align: middle;
  border-top: 2px solid #008dd2;  
}
button.box:hover, 
button.box2:hover,
button.box_sel:hover, 
button.box2_sel:hover,
button.box:focus, 
button.box2:focus,
button.box_sel:focus, 
button.box2_sel:focus {

}
button.box2 {
  border-bottom: 1px solid #E0E0E0;
}
button.box2_sel {
  border-bottom: 0px;
}
button.box_sel,
button.box2_sel {
  height: 30px;
  margin-top: 0px; 
  padding-top: 5px;
  border-top: 2px solid coral;
  font-weight: bold;  
}

button.CWinPanel {

}
button.big,
button.big_off {
  height: 40px;
  font-size: 14px;  
}

button.seznam,
button.seznam_off,
button.seznam2,
button.seznam2_off,
button.seznam3,
button.seznam3c {
  width: 100%;
  height: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
button.seznam2,
button.seznam2_off {
  text-align: center;
}
button.seznam3 {
  width: 92%;
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;    
}
button.seznam3c {
  width: 8%;
  color: red;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: bold;      
}
button.cal_time {
  height: 27px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}
button.panel_odeslat {
  position: absolute;
  right: 10px;
  background-color: paleturquoise; 
}

/* span */
span {
  margin: 0px;	
	padding: 0px;
	/* font-size: 11px; */
}
span.qm_ctrl {
  margin-left: 10px;
  color: red;
}
span.form_boxfield,
span.form_boxfield_1 {
  font-size: 14px;
  display: block;
  background-color: white;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #c4def7;
  white-space: wrap;
}
span.form_boxfield_1 {
  background-color: lavenderblush;
  border-color: coral;
}
span.chat_autor {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;  
}
span.form_field-jednotka  {
  padding: 3px;
  font-size: 1em;
}

/* UL */
ul {   
  font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
ul.qm_users {   
  margin: 0px;
  padding: 0px;
}

/* LI */
li {    
  font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
li.qm_user_on,
li.qm_user_off,
li.qm_user_on_a,
li.qm_user_off_a {
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;   
  list-style-type: none;  
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #ACACAC;
  border-color: #c4def7;
  border-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #F0FFE0;
  vertical-align: middle;
}
li.qm_user_off,
li.qm_user_off_a {
  background-color: #F0F0F0;
  color: gray;
  font-style: italic;
}
li.qm_user_on_a,
li.qm_user_off_a {
  font-weight: bold;
  background-color: #ffe89c;
}

/* a */
a, a:visited {
  text-decoration: underline; 
  color: #008dd2;
}
a:hover, a:active {
  text-decoration: none; 
  color: red;
}

/* img */
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
img.CWinControl,
img.CAlertControl,
img.CConfirmControl,
img.CBubbleControl,
img.igencode {
  width: auto;
  height: auto;
  vertical-align: middle; 
}
img.igencode {
  display: block;
}
img.file {
  margin-right: 2px;
  vertical-align: middle;
}
img.qm_ctrl {
  margin: 5px;
  vertical-align: middle;
}
img.qm_user {
  margin-right: 5px;
  vertical-align: middle;
}
img.button_value,
img.panel_button,
img.panel_button2 {
  margin-right: 3px;
  vertical-align: middle;
}
img.panel_button2 {
  margin-right: 0px;
}

/* disabled */
button.seznam_off,
button.seznam2_off, 
[disabled],
[disabled]:hover,
[disabled]:active,
[disabled]:focus {
  opacity: 0.5;
  box-shadow: none;
  cursor: default;
  color: gray;
  background: none;
}

/* Tisknutí */
@media print {
  div.CWinBox,
  div.CAlertBox,
  div.ErrAlertBox,
  div.CConfirmBox,
  div.CBubbleBox, 
  div.LoadingBox {
    display: none;
  }
  /* thead */
  thead {
    display: table-header-group;  
  }
}

