﻿body {
}

.td_100_right {
    width: 100px;
    vertical-align: top;
    text-align: right;
}

.td_200_right {
    width: 200px;
    text-align: right;
    vertical-align: top;
}

.td_300_left {
    width: 300px;
    text-align: left;
}

table#employee_td {
    /*border:solid 1px #000;*/
}

table#EmployeeList {
    width: 650px;
}

.EmployeeList_td {
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    background-color: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    text-align: left;
    height: 16px;
    padding: 2px;
}

.EmployeeList_tdHeader {
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    font-size: 13px;
    background-color: #eeeeee;
    vertical-align: middle;
    text-align: left;
    height: 16px;
    padding: 2px;
}

table#EmployerList {
    width: 210px;
}

.HeaderTD {
    font-size: 14px;
    height: 40px;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.SubHeaderTD {
    padding-left: 10px;
    font-size: 12px;
    vertical-align: bottom;
    padding-bottom: 10px;
    color: #fe883e;
}

.menuTD {
    width: 160px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
    padding-bottom: 10px;
}

.Button {
    margin-left: 1px;
    padding-left: 1px;
    background-color: #ddd;
    border-top: solid 1px #666;
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid 0px #666;
}

.MainContent {
    font-family: Arial;
    font-size: 12px;
    color: #666666;
}

.MainContentHeader {
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    font-size: 14px;
}

.BenefitRule {
    border-top: dashed 1px #333;
    height: 10px;
}

.TabButton {
    font-size: 12px;
    color: #4c5c66;
    border-top: solid 1px #4c5c66;
    border-left: solid 1px #4c5c66;
    border-right: solid 1px #4c5c66;
    border-bottom: solid 1px #4c5c66;
    background-color: #eee;
}

.TabButton2 {
    font-size: 12px;
    color: #4c5c66;
    border-top: solid 1px #4c5c66;
    border-left: solid 1px #4c5c66;
    border-right: solid 1px #4c5c66;
    border-bottom: solid 1px #4c5c66;
    background-color: #eee;
    height: 20px;
}

.NeedSave {
    background-color: #ff0033;
    border: 1px solid #dddddd;
    color: #ffffff;
}

.AlphaSmall A {
    font-size: 20px;
    color: #fe883e;
}

.AlphaLarge A {
    font-size: 25px;
}

.AlphaSelect1 {
    color: #fe883e;
}

.AlphaSelect0 {
    color: #4c5c66;
}

.FbiTypeSelect {
    vertical-align: text-bottom;
    margin-bottom: 12px;
    border-radius: 5px;
    border: solid 1px #808080;
}

.highlight-red {
    color: red;
    font-size: 18px;
    font-weight: 600;
}

.EmailSender {
    color: #fff !important;
    text-decoration: none;
}

.EmailSender:hover {
    color: #fff !important;
    text-decoration: none;
}

#EmailPopupBox span a {
    color: red !important;
}


.EmailSender {
    padding-top: 10px;
}
