/**
 * @name:       Stylesheet common reset values
 * @author:     Casper Holmgaard Quitzau
 * @copyright:  Casper Holmgaard Quitzau
 * @version:    1.0.0
 * @since:      2011-09-29
 */

/******************************************************************************/
/*** THIS IS A CORE FILE - DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING ***/
/*** ALL CHANGES WILL BE OVERWRITTEN BY UPGRADING THE CORE ********************/
/*** PLEASE ADD CHANGES TO FILES IN THE "custom" FOLDER ***********************/
/******************************************************************************/

 html, body, table, tr, th, td, div, p, ul, ol, li {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: left;
  vertical-align: top;
  font-family: "Verdana", "Arial", "DejaVu Sans Mono";
  font-size: inherit;
}

body {
}

table {
  empty-cells: show;
  border-collapse: collapse;
}

textarea {
  resize: none;
}

th, td
{
  text-align: left;
  vertical-align: top;
}

ul, ol {
  padding: 0px 0px 0px 30px;
  margin: 5px 0px 5px 0px;
}

a img {
  border: 0px;
  margin: 0px;
}

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

div {
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_top {
  vertical-align: top;
}

.align_bottom {
  vertical-align: bottom;
}

.align_middle {
  vertical-align: middle;
}

div.inputdummy {
  float: left;
  clear: left;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

select.inputdummy {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

select.inputdummy option {
  background-color: #ffffff;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  padding-top: 5px;
}

div.inputtext, div.inputpasswd {
  height: 28px;
  line-height: 28px;
  padding: 0px 5px 0px 5px;
}

div.inputtextarea {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 5px 5px 5px;
}

.div_hidden {
  display: none;
}

input.icon-button {
  border: 0px;
  padding: 1px 3px 1px 18px;
  cursor: pointer;
}

input.button-save {
  background: url('../gfx/icons/Save.png') left center no-repeat;
}

input.button-cancel {
  background: url('../gfx/icons/Cancel.png') left center no-repeat;
}

input.button-add {
  background: url('../gfx/icons/Add.png') left center no-repeat;
}

input.button-edit {
  background: url('../gfx/icons/reply.png') left center no-repeat;
}

input.button-view {
  background: url('../gfx/icons/eye.png') left center no-repeat;
}

input.button-delete {
  background: url('../gfx/icons/Trash.png') left center no-repeat;
}

input.button-cancel {
  background: url('../gfx/icons/Error.png') left center no-repeat;
}

input.button-ok {
  background: url('../gfx/icons/Ok.png') left center no-repeat;
}

input.button-warning {
  background: url('../gfx/icons/Warning.png') left center no-repeat;
}

input.button-link {
  background: url('../gfx/icons/Link.png') left center no-repeat;
}

input.button-undo{
  background: url('../gfx/icons/Left.png') left center no-repeat;
}

input.button-redo{
  background: url('../gfx/icons/Right.png') left center no-repeat;
}

input.button-refresh{
  background: url('../gfx/icons/Refresh.png') left center no-repeat;
}

input.button-moveup{
  background: url('../gfx/icons/Previous.png') left center no-repeat;
}

input.button-movedown{
  background: url('../gfx/icons/Next.png') left center no-repeat;
}

input.button-download{
  background: url('../gfx/icons/Disk-download.png') left center no-repeat;
}

input.button-toggle{
  background: url('../gfx/icons/arrow_inout.png') left center no-repeat;
}

input.button-maximize{
  background: url('../gfx/icons/maximize.png') left center no-repeat;
}

input.button-minimize{
  background: url('../gfx/icons/minimize.png') left center no-repeat;
}




input.no-textbutton {
  padding: 0px;
  background-position: center center;
  width: 16px;
  height: 16px;
}
