.center {
    text-align: center;
}

.gray {
    color: gray;
}

.lightGray {
    color: lightgray;
}

.lightGray {
    color: #b1b1c6;
}

.bold {
    font-weight: bold;
}

.verticalTop *, .verticalTop {
    vertical-align: top !important;
}

.verticalMiddle *, .verticalMiddle {
    vertical-align: middle;
}

.inlineBlock {
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline; /*IE6 HACK*/
}

.bgYellow {
    background: yellow;
}

.red {
    color: red !important;
}

.blue {
    color: blue;
}

.white {
    color: white !important;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.block {
    display: block !important;
}

.hidden {
    display: none;
}

.cursor {
    cursor: pointer;
}

.cursor:hover {
    color: blue;
    font-weight: bold;
}

.bgOrange {
    border: orange;
    background: orange !important;
    color: black;
}

hr {
    margin: 10px;
    border-color: gray;
}

.sale {
    background-color: #bdd7ee;
}

.charter {
    background-color: #fef2e9;
}

.month {
    background-color: #ffff00;
}

label {
    color: black;
}

.paddingNone {
    padding: 0 !important;
}
.marginLeftRight7 {
    margin: 0 7px;
}

.btn {
    padding: 2px 3px !important;
}

.fixed {
    position: fixed;
}

.bgWhite, .bgWhite:hover {
    background-color: white;
    background-image: none;
}

.borderNone {
    width: auto;
    border: none !important;
}

a {
    color: black;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.radius {
    border-radius: 5px;
    border: 1px solid gray;
}

.white {
    color: white;
}

.yellow {
    color: yellow;
}

.priceValue {
    font-weight: bold;
    color: #ff0000;
}

.marginTop {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.widthAuto {
    width: auto;
}

.width100 {
    width: 100px;
}

.width150 {
    width: 150px;
}

.width100Percent {
    width: 100%;
}

input[type=file] {
    width: 200px;
}

.marginRight {
    margin-right: 10px;
}

.saleBg {
    background-color: #0070c0;
    color: white;
}

.charterBg {
    background-color: #fdeada;
}

.monthBg {
    background-color: #ffff00;
}

.manageFeeBg {
    background-color: #ffc000;
}

.keyMoneyBg {
    background-color: red;
    color: white;
}

.buttons {
    position: absolute;
    z-index: 1;
    margin-top: 35px;
    right: 97px;
}

.buttons > input[type=button] {
    margin: 0px;
    padding: 0px 7px;
    display: inline-block;
    height: 28px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: -1px;
    font-family: Helvetica, AppleSDGothicNeo-Light, nanumgothic, NanumGothic, 나눔고딕, Dotum, 돋움, sans-serif;
    box-sizing: content-box !important;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    float: left;
    margin-left: -1px;
}

.buttons > input[type=button].control-on {
    background-color: #2f87ec;
    color: #fff;
}