﻿/*--Main Section*/
html
{
    width: 100%; height: 100%; 
}
body, form
{   
    width: 100%; height: 100%;
    background-color: #101010;
    margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; 
}
div.main
{
    width: 100%; height: 100%; 
    font-family: Verdana, Arial, Sans-Serif; 
}
@font-face 
{
    font-family: myEarthOrbiter;
    src: url(../App_Font/Earthorbiter.ttf);
}
/*--Title Section--*/
div.top
{
    height: 100px; text-align: center;
    padding-left: 10px; padding-right: 10px;
}
div.top_box
{
    box-sizing: content-box;
    display: inline-block; text-align: left;
    height: 100%; width: 1060px; 
    background-image: url(../App_Image/Home/title_back.gif);
    color: #ffd700; font-size: 25pt; font-weight: bold; 
    background-repeat: no-repeat; background-position: right;    
}
div.box_tit
{
    float: left; margin-top: 30px;
}
img.logo
{
    vertical-align: baseline; margin-left: 18px; 
}
div.box_tit a
{
    color: #FFd700; text-decoration: none;
}
/*--Menu Section--*/
div.menu
{
    height: 30px; text-align: center;
    padding-left: 10px; padding-right: 10px;
}
div.menu_box
{
    display: inline-block;
    height: 30px; width: 1060px;
    border-top: solid 1px #646464; 
    background-image: url(../App_Image/Home/menu_back.gif);
}
div.box_item
{
    float: left; height: 27px;  
    padding: 3px 0px 0px 0px; 
}
div.box_item_right
{
    float: right;
}
div.box_item a
{
    margin: 0px 20px 0px 20px; vertical-align: middle;
    color: #FFF; text-decoration: none; 
    font-size: 16px; font-family: myEarthOrbiter, Verdana, Arial, Sans-Serif;
}
div.box_item:hover a
{
    color: #ffd700; cursor: pointer;
}
/*--Body Section--*/
div.body
{
    min-width: 1080px; margin: 10px 0px 8px 0px;
}
div.body_box
{
    box-sizing: border-box; 
    max-width: 1060px; min-width: 1060px; 
    margin-left: auto; margin-right: auto; 
}
iframe
{
    width: 750px; min-height: 530px;
    box-sizing: border-box; border: none; 
}
div.body_sec
{
    float: right; width: 300px; min-height: 530px; background-color: #282828;
}
div.body_row_log
{
    font-size: 10pt; color: #dcdcdc; padding: 10px 10px 0px 10px;
    max-height: 320px; min-height: 267px; border-bottom: solid 10px #101010;
}
div.body_row_pop
{
    max-height: 320px; min-height: 207px; 
    font-size: 10pt; color: #dcdcdc; padding: 10px 10px 0px 10px;
}
/*--Field Section--*/
div.field_lbl
{
    color: #ffd700;    
    margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;  
}
div.field_lbl a
{
    color: #ffd700;
}
fieldset
{
    text-align: right; border: none; 
    padding: 10px 0px 0px 10px; margin: 0px 0px 0px 0px;
}
label 
{
    color: #dcdcdc;      
}
input.text
{
    border: solid 1px #646464; 
    margin: 5px 0px 5px 0px; width: 180px; 
    background-color: #000000; color: #ffd700;  
}
div.field_cmd
{
    text-align: right;  
    margin: 0px 0px 10px 0px; padding: 10px 0px 5px 10px;  
}
input.button
{
    margin-left: 10px; cursor: pointer;  
    width: 75px; padding: 5px 0px 5px 0px; 
    background-color: #282828; color: #ffd700; border: solid 1px #646464; 
}
input.button:hover
{
    background-color: #000000; 
}
div.field_msg
{
    color: #dcdcdc; 
    margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px;  
}
#lnkRemember
{
    float: right;  
}
#chkPersist
{
    margin-top: 15px; margin-bottom: 15px;
}
#lblWarUser
{
    float: right; margin-top: 45px;
}
/*--Bottom Section--*/
div.bottom
{
    height: 98px; 
    color: #000000; font-size: 9pt;
    padding-left: 10px; padding-right: 10px; 
}
div.bottom_box
{
    box-sizing: border-box;
    background-color: #ffd700;
    padding: 10px 40px 10px 40px;
    margin-left: auto; margin-right: auto; 
    max-width: 1060px; min-width: 1060px; height: 100%;
}
div.bottom_box a
{
    color: #000000;
    font-size: 9pt;
}
div.bottom_box_left 
{
    float: left; margin-top: 40px;
}
div.bottom_box_right 
{
    float: right; margin-top: 40px;
}







