.maxwidth {
  width:100%;
}

.halfwidth {
  width:50%;
}

.thirdwidth {
  width:33%;
}

.aligntop {
  vertical-align:top;
}

.alignbottom {
  vertical-align:bottom;
}

.alignright {
  text-align:right !important;
}

.alignleft {
  text-align:left;
}

.aligncenter {
  text-align:center;
}


.alignmiddle {
  vertical-align:middle !important;
}

.autowidth {
  width:auto !important;
}

.bold {
  font-weight:bold;
}

.clearfloat {
  clear:both;
  width:auto;
  height:0px;
}

.clearboth {
  clear:both;
}


.floatleft {
  float:left;
}
.floatright {
  float:right;
}

.liststylenone {
  list-style-type:none;
}

.table_noborder {
  border-collapse:collapse !important;
  border:0px !important;
  padding:0px !important;
}

.table_noborder td {
  border:0px !important;
}

div.notice {
  margin:8px 20px 0px 20px;
  border:2px solid;
  padding:4px;
  padding-left:32px;
  padding-top:8px;
  font-size:14px;

}

div.notice.feedback {
  background: url(/admin/includes/icons/true.png) 8px 5px no-repeat;
  background-color: #DFFFDF;
  border-color: #9FCF9F;
  color: #005F00;
}

div.notice.warning {
  background: url(/admin/includes/icons/warning.png) 8px 5px no-repeat;
  background-color: #FFEBC1;
  border-color: #FDBF3B;
  color: #A6750C;
  text-align: left;
}

div.notice.error {
  background: url(/admin/includes/icons/exclamation.png) 8px 5px no-repeat;
  background-color: #FFE3E3;
  border-color: #DD0000;
  color: #880000;
  text-align: left;
}
