.width5  { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.width30 { width: 30%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width70 { width: 70%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width85 { width: 85%; }
.width90 { width: 90%; }
.width95 { width: 95%; }
.width100 { width: 100%; }

.width25f  { width: 25px; }
.width50f  { width: 50px; }
.width75f  { width: 75px; }
.width100f  { width: 100px; }
.width125f  { width: 125px; }
.width130f  { width: 130px; }
.width150f  { width: 150px; }
.width170f  { width: 170px; }
.width175f  { width: 175px; }
.width200f  { width: 200px; }
.width240f  { width: 240px; }
.width300f  { width: 300px; }
.left { text-align: left; }
.fleft { float: left; }
.fright { float: right; }
.center { text-align: center; }
.right  { text-align: right; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.verticaltop { vertical-align: top;}
.verticalmiddle { vertical-align: middle;}
.verticalbottom { vertical-align: bottom;}
.red    { color: red; }
.orange { color: #FF6701; }
.blu    { color: #1a3b80; }
.gray   { color: #999999;}
.attentionX {
  background: url(../hoteliers/images/admin/bullet_error.png) no-repeat;
  padding-left: 21px;
}
.green {
  background: url(../images/admin/bullet_green.png) no-repeat;
  padding-left: 21px;
}
.corner-top {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  /*border-radius: 3px;*/
}
.corner-bottom {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  /*border-radius: 3px;*/
}
.corner {
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  /*border-radius: 3px;*/
}
.clear { clear: both; }
.mt7 { margin-top: 7px; }
.mb7 { margin-bottom: 7px; }
.mt14 { margin-top: 14px; }
.mb14 { margin-bottom: 14px; }
.mr7 { margin-right: 7px; }
.mr14 { margin-right: 14px; }
.fs12 { font-size:12px; }
.relative { position: relative; }
.pr7 { padding-right: 7px; }
.pl7 { padding-left: 7px; }
.pb7 { padding-bottom: 7px; }
.hidden { display: none; }
.h20 { height: 20px; }
.hide { display:none; }

