﻿html
{
    background-color: Silver;
    font-size: 11pt;
    font-family: 'Microsoft JhengHei', '微軟正黑體', Verdana, sans-serif !important;
}

#divLogin
{
    width: 320px;
}

#Menu1
{
    left: 1px;
}
.tabs
{
    position: relative;
    top: 1px;
    left: 10px;
}
.tab
{
    border: solid 1px black;
    background-color: #eeeeee;
    padding: 1px 10px;
}
.selectedTab
{
    background-color: White;
    border-bottom: solid 1px white;
}
.tabContents
{
    border: solid 1px black;
    padding: 10px;
    background-color: White;
}
.colorRed
{
    color: Red;
}
