﻿body {
    font-family: 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Microsoft Mhei', PMingLiU, MingLiU, 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}

.MainPageTitle {
    text-align: center;
    margin: 10px auto 20px auto;
    color: gray;
    width: 900px;
}

.MainNotice {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.MainNotice.Lg {
	font-size: 1.75rem;
}

.MainNotice.Sm {
	font-size: 1.25rem;
}

.MainNotice.Warning {
	color: red;
	background-color: #fee;
}

.MainNoticeInner {
	padding: 10px 15px;
}

.spanNumberLabel {
    float: left;
    min-width: 20px;
    font-weight: bold;
}

.spanLabel {
    float: left;
    min-width: 250px;
}

.MainFrame {
    width: 900px;
    margin: 0px auto;
    padding: 10px 0px;
    background-color: white;
}

    .MainFrame > .LeftBar > div, .MainFrame > .CenterBlock > div {
        position: relative;
        margin-bottom: 30px;
        float: left;
    }

    .MainFrame .RightBar {
        float: right;
    }


.CenterBlock {
    width: 900px;
    display: inline-block;
}

.LeftBar {
    width: 650px;
    display: inline-block;
}

.RightBar {
    width: 200px;
    display: inline-block;
}

    .RightBar > div {
        float: left;
    }

.MainFrame .FunctionBlock {
    float: right;
}


.GroupFrame .FunctionBlock {
    float: left;
}

    .GroupFrame .FunctionBlock .MF_Box {
        margin-right: 10px;
        height: 80px;
    }

.CenterBlock .MF_Box {
    width: 900px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.CenterBlock .BlockContentUL li {
    margin: 10px 5px;
}

.FunctionBlock .MF_Box {
    width: 220px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.MF_Box, .MF_Box_Vertical {
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.MF_Box {
    width: 650px;
    padding: 5px 10px 10px 20px;
    margin: 0px 5px;
    border: 10px solid white;
}

    .MF_Box .spanBox {
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }

.MF_Box_Vertical {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin: 0px 10px;
    overflow: hidden;
}

    .MF_Box_Vertical .MF_Box_Header {
        height: 40px;
        width: 100%;
        background-color: #6bb6ff;
        color: white;
        text-align: center;
        padding-top: 5px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .MF_Box_Vertical ul {
        padding: 0px;
    }

        .MF_Box_Vertical ul li {
            list-style: none;
            text-align: center;
            margin-bottom: 5px;
            font-size: 15px;
        }

.NarrowMF {
    width: 420px;
    height: 120px;
}

.HideOverflow {
    overflow: hidden;
}

.LegendBar {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #6bb6ff;
    color: white;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.FunctionLink {
    color: #6971fe;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .FunctionLink hr {
        margin-top: 5px;
        margin-bottom: 10px;
    }

.FunctionBlockHeader {
    color: gray;
}
