﻿a:link
{
    color: #CC6600;
    text-decoration: none;
}
a:visited
{
    color: #CC6600;
    text-decoration: none;
}
a:hover
{
    color: #446D8C;
    text-decoration: underline;
}

Label
{
    font: normal 14px 微軟正黑體, Arial, Helvetica;
    text-align: left;
}

.TextArea
{
    border: solid 1px #cccccc;
    padding-left: 2px;
    font-size: 14px;
    padding-bottom: 4px;
    width: 300px;
    height: 80px;
    color: #333333;
    line-height: 13px;
    padding-top: 4px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 3px;
}

.LargeTextArea
{
    border: solid 1px #cccccc;
    padding-left: 2px;
    font-size: 14px;
    padding-bottom: 4px;
    width: 300px;
    height: 150px;
    color: #333333;
    line-height: 13px;
    padding-top: 4px;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 3px;
}

.TextBox
{
    border: solid 1px #cccccc;
    padding-left: 2px;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    padding-top: 2px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 300px;
    height: 20px;
    background-color: #ffffff;
}

.TextBoxFileInput
{
    border: solid 1px #cccccc;
    padding-left: 2px;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    padding-top: 2px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 153px;
    height: 20px;
    background-color: #ffffff;
}

.SmallTextBox
{
    border: solid 1px #cccccc;
    padding-left: 2px;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    padding-top: 2px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 50px;
    height: 20px;
    background-color: #ffffff;
}

.ListBox
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    width: 300px;
    color: #333333;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    margin-top: 3px;
    margin-bottom: 3px;
}

.SmallDropDownList
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    width: 120px;
    color: #333333;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 21px;
}

.MiddleDropDownList
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    width: 200px;
    color: #333333;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 21px;
}

.DropDownList
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    width: 300px;
    color: #333333;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 21px;
}

.SmallButton
{
    border: solid 1px #cccccc;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 80px;
    height: 30px;
    background-color: #ececeb;
}


.Button
{
    border: solid 1px #cccccc;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 130px;
    height: 30px;
    background-color: #ececeb;
}

.ErrorMessage
{
    font-size: 14px;
    color: #009900;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.Notes
{
    font-size: 13px;
    color: #0364B4;
}
.Small
{
    font-size: small;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.Medium
{
    font-size: medium;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.Xlarge
{
    font-size: x-large;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.MediumBold
{
    font-size: medium;
    font-weight: bold;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.XlargeBold
{
    font-size: x-large;
    font-weight: bold;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.RadioButtonList
{
    position: relative;
    left: -7px;
}

.AppSectionTitle
{
    padding: 0px 5px 0px 1px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    height: 21px;
}

.AppsBreadcrumb
{
    padding: 0px 5px 3px 3px;
    /*background-image: url(Img/TitleSeparator.gif);*/
    background-repeat: repeat-x;
    background-position: bottom;
}

.AppsBreadcrumbLink
{
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #cc0000;
    position: relative;
    top: -1px;
}

.AppsBreadcrumbLink:Hover
{
    text-decoration: underline;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #cc0000;
    position: relative;
    top: -1px;
}

.AppsBreadcrumbText
{
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    position: relative;
    top: -1px;
}


.AppPageDescription
{
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.Label
{
    font: normal 14px 微軟正黑體, Arial, Helvetica;
    text-align: left;
}

.GeneralContentsLeftAlign
{
    font: normal 14px 微軟正黑體, Arial, Helvetica;
    text-align: left;
    color: #333333;
}

.BoldContentsLeftAlign
{
    font: bold 14px 微軟正黑體, Arial, Helvetica;
    text-align: left;
    color: #333333;
}

.GeneralContentsRightAlign
{
    font: normal 14px 微軟正黑體, Arial, Helvetica;
    text-align: left;
    color: #333333;
}

.BoldContentsRightAlign
{
    font: bold 14px 微軟正黑體, Arial, Helvetica;
    text-align: left;
    color: #333333;
}

.HyperLinkSmall
{
    font-size: small;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}
/* CONTENT LAYOUT **********************************************************************/
.PageTitle
{
    margin-bottom: 3px;
    padding-bottom: 10px;
    padding-top: 6px;
    padding-left: 2px;
    width: 100%;
    /*background-image: url(Img/TitleSeparator.gif);*/
    background-repeat: repeat-x;
    background-position: bottom;
    color: #cc0000;
    font-size: 18px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.PageTitleContents
{
    color: #cc0000;
    font-size: 18px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.SubTitleStyle
{
    text-align: center;
    font-weight: bold;
    color: #80534e;
    font-size: 11pt;
    font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
}

/* ONE Column **********************************************/
.forms_FirstItemOneColumn
{
    border-right: #e0e0e0 3px solid;
    padding-right: 15px;
    border-top: #ebebeb 1px solid;
    padding-left: 15px;
    font-size: 14px;
    border-left: #ebebeb 1px solid;
    color: #333333;
    padding-top: 1px;
    padding-bottom: 4px;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    height: 30px;
}
.forms_FirstItemOneColumn A
{
    color: #333333;
}
.forms_FirstItemOneColumn A:hover
{
    color: black;
    background-color: #e7e7e7;
}

.forms_ItemOneColumn
{
    border-right: #e0e0e0 3px solid;
    border-top: white 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    border-left: #ebebeb 1px solid;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    height: 30px;
}
.forms_ItemOneColumn A
{
    color: #333333;
}
.forms_ItemOneColumn A:hover
{
    color: black;
    background-color: #e7e7e7;
}

.forms_LastItemOneColumn
{
    border-right: #e0e0e0 3px solid;
    background-position: 50% bottom;
    border-top: white 1px solid;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    color: #333333;
    background-color: #ffffff;
    background-repeat: repeat-x;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 30px;
}
.forms_LastItemOneColumn A
{
    color: #333333;
}
.forms_LastItemOneColumn A:hover
{
    color: black;
    background-color: #e7e7e7;
}

/* TWO Columns **********************************************/
.forms_FirstItemLeft
{
    border-right: medium none;
    border-top: #ebebeb 1px solid;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    border-left: #ebebeb 1px solid;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 30px;
    background-color: #ffffff;
    width: 120px;
}

.forms_FirstItemRight
{
    border-right: #e0e0e0 3px solid;
    border-top: #ebebeb 1px solid;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 30px;
    background-color: #ffffff;
}

.forms_ItemLeft
{
    border-right: medium none;
    border-top: white 1px solid;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    border-left: #ebebeb 1px solid;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 30px;
    background-color: #ffffff;
    width: 130px;
}


.forms_ItemLeft_Small
{
    border-right: medium none;
    border-top: white 1px solid;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #333333;
    height: 30px;
    background-color: #ffffff;
    width: 80px;
}

.forms_ItemRight
{
    border-right: #e0e0e0 3px solid;
    border-top: white 1px solid;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 30px;
    background-color: #ffffff;
}

.forms_LastItemLeft
{
    border-right: medium none;
    background-position: 50% bottom;
    border-top: white 1px solid;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    color: #333333;
    background-repeat: repeat-x;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 40px;
    background-color: #ffffff;
    width: 120px;
}
.forms_LastItemRight
{
    border-right: #e0e0e0 3px solid;
    background-position: 50% bottom;
    border-top: white 1px solid;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 40px;
    background-color: #ffffff;
}



/* THREE Columns **********************************************/

.forms_FirstItemMiddle
{
    border-top: #ebebeb 1px solid;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 30px;
    background-color: #ffffff;
    width: 300px;
}


.forms_ItemMiddle
{
    border-top: white 1px solid;
    border-bottom: #ebebeb 1px solid;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #333333;
    height: 30px;
    background-color: #ffffff;
    width: 200px;
}
.forms_LastItemMiddle
{
    background-position: 50% bottom;
    border-top: white 1px solid;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
    border-bottom: #ebebeb 1px solid;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    height: 40px;
    background-color: #ffffff;
    width: 300px;
}
