/*
    Document   : core
    Created on : 26.12.2010, 14:15:28
    Author     : emma
    Description:
        basics
*/

.generic{
  width: 100%;
  margin: 0 auto;
}
.widget{
  float: left;
  display: inline;
}
.break{
  clear:both;
}
.last {
  margin-right: -5px;
}

/* Layout helpers */
.hidden {
  display: none;
}
.hidden-accessible {
  position: absolute;
  left: -9999em;
  top:-9999em;
  height:1px;
  width: 1px;
  overflow: hidden;
}
.reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix{
  display:inline-block;
  height: 1px;
}
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

.floatbox {
  display:table;
  width:100%;
}
.zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

/* Interaction Cues */
.disabled { cursor: default !important; }

.button {
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}
.button {
  display: block;
}
.align-right {
  float: right;
  display:inline;
  margin-left: 18px;
  margin-right: 0;
  /* width: VALUE; !important*/
}
.align-left {
  float: left;
  display:inline;
  margin-left: 0;
  margin-right: 18px;
  /* width: VALUE !important; */
}

img {
  font-size:1em;
}
img.left-img {
  /* Float any image to the LEFT and give it some margin */
  float:left;
  margin-top: 4px;
  margin-bottom:18px;
  margin-right:11px;
  margin-left:0;
}
img.right-img {
  /* Float any image to the RIGHT and give it some margin */
  float:right;
  margin-top: 4px;
  margin-bottom:18px;
  margin-left:11px;
  margin-right:0;
}


