﻿
div
{
    -moz-box-sizing: border-box;
    font-family: Arial;
    font-size: 12px;   
}
td
{
    height:100%;
    -moz-box-sizing: border-box;
}
tr
{
    -moz-box-sizing: border-box;
}
input
{
    -moz-box-sizing: border-box;
}
table
{
    -moz-box-sizing: border-box;
}
span
{
    -moz-box-sizing: border-box;
}
.LoginBox
{
    border: 2px solid #385D8A;
    background-color: #4F81BD;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}

.LoginDisplayText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.MainBTN
{
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    color: #4553AF;
    text-decoration: underline;
}

.MainBTNOver
{
    font-weight: bold;
    font-size: 14px;
    color: firebrick;
    font-family: Arial;
    cursor: pointer;
}

.TitleBTN
{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-family: arial;
    cursor: pointer;
    font-weight: bold;
}

.TitleBTNOver
{
    text-align:center;
    font-size: 16px;
    color:#ebebeb;
    font-family: arial;
    cursor: pointer;
    font-weight:bold;
}

.MenuBarBox
{
    border-bottom: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    border-top: #ffffff 2px solid;
    background-color: #616d7e;
}

.DecoreBar
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f5f5f5;
    font-weight: bold;
    background-color: #00a3b4;
}

.GeneralBox
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #202020;
    border-right: #937963 2px solid;
    border-top: #937963 2px solid;
    border-left: #937963 2px solid;
    border-bottom: #937963 2px solid;
}
.TextBox
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #202020;
    border-right: #616D7e 1px solid;
    border-top: #616D7e 1px solid;
    border-left: #616D7e 1px solid;
    border-bottom: #616D7e 1px solid;    
}
