/*
Ltdle Computing Company Property.
All right and usage are under Ltdle Computing Company.
*/

/************************* STANDARDS *************************/

body, html {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #3c868b;
}

a:hover {text-decoration: underline;}

/************************* DIV FOR OPTIONS *************************/

div.do {
    background-image: url(../img/dobg.png);
    background-repeat: initial;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 101;
}

div.do-i {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

div.do-ii {
    position: relative;
    margin: 0 auto;
    padding: 25px;
    background: #FFFFFF;
    border: #555555 solid 1px;
}

div.do-iii {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}

div.do-iic {
    position: absolute;
    top: 10px;
    right: 10px;
    font: normal 10pt "Arial";
    padding: 1px 5px 3px 4px;
    cursor: pointer;
    color: #FFFFFF;
    border: solid 1px #BB0000;
    background: #ff4747;
}
div.do-iic:hover {
    color: #FFFFFF;
    border: solid 1px #ff4747;
    background: #BB0000;
}

div.do-iii-t {
    text-align: center;
    font: 20pt 'Font Title';
    margin-bottom: 10px;
}

div.do-iii-s {
    text-align: left;
    font: normal 12pt 'Arial';
    color: #353535;
}

#p_title {
    padding-bottom: 2px;
    text-align: center;
    border-bottom: solid 1px #767475;
    width: 250px;
    color: #87a245;
    font: normal 15pt "Arial";
    margin: 0px auto 15px;
}

#p_text {
    font: normal 10pt "Arial";
    color: #767475;
    margin: 25px 0px;
}
#p_buttons {
    text-align: center;
    font: normal 11pt "Arial";
    color: #767475;
}
#p_buttons input[type="text"], #p_buttons textarea {
    width: 250px;
    margin-bottom: 5px;
}
#p_buttons textarea {
    height: 100px;
    resize: none;
}

#p_option form {
    width: 80%;
    margin: 0 auto;
    display: table;
}
#p_option form div {
    display: table-row;
    text-align: left;
}
#p_option form div span, #p_option form div input, #p_option form div textarea {
    display: table-cell;
    vertical-align: middle;
}
#p_option form div span {
    text-align: right;
    padding-right: 10px;
}

/************************* DEBUG *************************/

#debug {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-height: 75%;
    overflow: auto;
}
#debug_btn {
    width: 100px;
    cursor: pointer;
    padding: 5px 2px;
    border: #00BB00 solid 1px;
    background: #aaa;
    text-align: center;
    z-index: 10;
}
.debug {
    cursor: pointer;
    padding: 15px 5px;
    border: #00BB00 solid 1px;
    background: #aaa;
    text-align: center;
}
.debug_in {
    background: #ddd;
    font: normal 10pt "Arial";
}
.debug_in_name {
    color: olivedrab;
}
.debug_in_value {
    color: darkslateblue;
}
.debug_in_type {
    color: crimson;
    font: italic 9pt "Arial";
}
.debug_in_js {
    color: seagreen;
}
.debug_in_css {
    color: chocolate;
}

