*
{
  padding: 0px;
  margin: 0px;

  outline: 1px solid #4D829A;

  /*
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;

  -webkit-border-bottom-left-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;

  -khtml-border-bottom-left-radius:4px;
  -khtml-border-bottom-right-radius:4px;
  -khtml-border-top-left-radius:4px;
  -khtml-border-top-right-radius:4px;

  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  */
}


input, select
{
background-image: url('../images/head_bg.jpg');
background-repeat: repeat-x;
background-position: bottom left;
background-color: transparent;
  padding: 2px;
  border: 1px solid #666666;
  color: black;
  margin: 3px;
}
.textbox, input[type="text"], input[type="password"], input[type="textbox"], select
{
  width: 240px;
}
input.textbox_long
{
  width: 500px;
}
.mini
{
  width: auto;
}
input.textbox_login
{
  width: 140px;
}

textarea
{
  width: 530px;

  background-color: transparent;
  padding: 2px;
  border: 1px solid #666666;
  color: black;
  margin: 3px;
}

.button, input[type="button"], input[type="submit"]
{
  font-family: Tahoma;
  padding: 2px 20px;
background-image: url('../images/head_bg.jpg');
background-repeat: repeat-x;
background-position: center left;
  color: white;
  font-weight: bold;
  margin: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

input.small
{
  font-size: 10px;
  margin: 0px;
  padding: 1px;
}

.no
{
  background-image: url('../images/icon/i_no.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  padding-bottom: 2px;
  color: red;
  margin-top: 5px;
  margin-bottom: 20px;
}
.yes
{
  background-image: url('../images/icon/i_yes.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  padding-bottom: 2px;
  color: green;
  margin-top: 5px;
  margin-bottom: 20px;
}
.warning
{
  background-image: url('../images/icon/i_warning.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  padding-bottom: 2px;
  color: orange;
  margin-top: 5px;
  margin-bottom: 20px;
}
.info
{
  background-image: url('../images/icon/i_info.png');
  background-repeat: no-repeat;
  /*background-position: 5px center;*/
  background-position: 5px 8px;
  padding: 6px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
}

.red { color: red; }
.orange { color: orange; }
.green { color: green; }

div.noprint
{
  display: block;
}

td,th
{
  padding: 2px 5px;
}
th
{
background-image: url('../images/head_bg.jpg');
background-repeat: repeat-x;
background-position: top left;
  font-size: 12px;
  background-color: #4D829A;
  color: white;
  font-weight: bold;
  text-align: left;

  font-family: Tahoma;
}
/*
tr.odd, tr.even
{
background-image: url('../images/head_bg.jpg');
background-repeat: repeat-x;
background-position: bottom left;
}
*/
tr.odd
{
  background-color: white;
  color: #333;
}
tr.even
{
  background-color: #F0F0F0;
  color: black;
}

.pager
{
  font-size: 10px;
  color: black;
  text-align: right;
}
  .pager a:link, .pager a:visited
  {
    color: orange
  }
  .pager a:active, .pager a:hover
  {

  }

div.message
{
  width: 450px;
  height: 20px;
  background-color: #333333;
  color: white;
  position: fixed;
  z-index: 1;
  margin-left: 300px;
  margin-top: 200px;
  border: 1px solid black;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: none;
  opacity: 1;
  background-image: url('../images/head_bg.jpg');
  background-repeat: repeat-x;
  font-family: Verdana;
}

fieldset
{
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  padding: 10px;
  margin-bottom: 20px;
}

fieldset legend
{
  border: 1px solid #999999;
  font-weight: bold;
  margin-left: 20px;
  padding: 1px 10px;
  background-color: white;

background-image: url('../images/head_bg.jpg');
background-repeat: repeat-x;
background-position: bottom left;
}

.qs_lablec
{
  text-align:center;
  font-size: 10px;
  padding: 5px;
}
