@charset "utf-8";
/* CSS Document */

html, body, #googlemap {
    height: 100%;
    width: 100%;
}
/*body { background:#fff; margin:0; padding:0; color:#333; font-size:12px; font-family:Arial, Helvetica, sans-serif; }*/
body {
    background-color: none transparent;
    min-width: 300px;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 13px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

a {
    outline: none;
}

hr {
    background: #FFF;
    color: #FFF;
    border: 0px solid #CCC;
    border-top: 1px solid #CCC;
    height: 1px;
}

form {
    margin: 0px;
}

.spacer0 {
    clear: both;
    height: 0px;
}

.spacer5 {
    clear: both;
    height: 5px;
}

.spacer10 {
    clear: both;
    height: 10px;
}

.spacer20 {
    clear: both;
    height: 20px;
}

.spacer30 {
    clear: both;
    height: 30px;
}

.spacer40 {
    clear: both;
    height: 40px;
}

.spacer50 {
    clear: both;
    height: 50px;
}

.bd {
    border: 1px red solid;
}

.font10 {
    font-size: 10px;
    line-height: normal;
}

.font11 {
    font-size: 11px;
    line-height: normal;
}

.font12 {
    font-size: 12px;
    line-height: normal;
}

.font13 {
    font-size: 13px;
    line-height: normal;
}

.font14 {
    font-size: 14px;
    line-height: normal;
}

.font15 {
    font-size: 15px;
    line-height: normal;
}

.font16 {
    font-size: 16px;
    line-height: normal;
}

.font18 {
    font-size: 18px;
    line-height: normal;
}

.font20 {
    font-size: 20px;
    line-height: normal;
}

.font22 {
    font-size: 22px;
    line-height: normal;
}

.font24 {
    font-size: 24px;
    line-height: normal;
}

.font25 {
    font-size: 25px;
    line-height: normal;
}

.font28 {
    font-size: 28px;
    line-height: normal;
}

.font30 {
    font-size: 30px;
    line-height: normal;
}

.font35 {
    font-size: 35px;
    line-height: normal;
}

.font36 {
    font-size: 36px;
    line-height: normal;
}

.font40 {
    font-size: 40px;
    line-height: normal;
}

.font42 {
    font-size: 42px;
    line-height: normal;
}

.font44 {
    font-size: 44px;
    line-height: normal;
}

.font45 {
    font-size: 45px;
    line-height: normal;
}

.font48 {
    font-size: 48px;
    line-height: normal;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.no-underline {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.button-mode {
    cursor: pointer;
}

.upper {
    text-transform: uppercase;
}

.inline-blk {
    display: inline-block;
}

/* For Mozilla button */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
