/**
 * VARIOUS
*/
.clear {
   clear:both;
   margin:0;
   padding:0;
   font-size:1pt;
   height:0;
}

.bold {
   font-weight: bold;
}

.left {
   float:left;
}

.right {
   float:right;
}

.center {
   text-align:center !important;
   margin: 0;
}

.textCenter {
    text-align:center !important;
}

.center.small {
    margin: 0 30%;
}

.noOverflow {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.loading-image,
.loading {
   background:transparent url(images/loading.gif) no-repeat top left;
   padding-left: 28px;
   height: 28px;
}

.hide {
   display: none!important;
}

.inline {
   display:inline!important;
}

.inlineBlock {
   display:inline-block!important;
}

.autoHeight {
    height: auto!important;
}

ol {
   margin-left:1.5em;
}

.requiredfield {
   font-style:italic;
   color:#aaa;
}

div#close, div.close {
   position:absolute;
   top:1.5em;
   right:1.5em;
}

div#close .close, div.close .close {
   background:transparent url(images/close.png) no-repeat center right;
   padding-right:20px;
   margin:0 auto;
   text-transform:uppercase;
   color:#3d6191;
}

.pipe {
   padding:0 0.4em 0 0.6em;
   color:#666666;
}

.private {
    color: red;
    font-weight: bold;
}

.not-avail {
    color:#606060;
    font-style:italic;
}

.topSpaced{
    margin-top: 13px;
}