﻿
td.Main {
    background-color: #EEE;
}

div.Footer {
    background-color: initial;
}

td.tableLinks, 
td.tableLinks a, td.tableLinks a:link, td.tableLinks a:active, td.tableLinks a:visited
td.tableLinksLast a, td.tableLinksLast a:link, td.tableLinksLast a:active, td.tableLinksLast a:visited{
    color: #AEAEAE;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
}


td.Active, td.tableLinks a:hover, td.tableLinksLast a:hover {
    color: #A4C339;
}

td.tableLinks {
    border-right: 1px solid #CDCECB;
    padding: 0 15px;
}

td.tableLinksLast {
    padding-left: 15px;
    font-weight: bold;
}

.SampleLogins {
    background-color: #87C454;
    color: white;
    padding: 10px 6px;
    border-radius: 12px 0px 0px 12px;
    position: fixed;
    
    bottom: 140px;
    right: 0px;
    z-index: 50;
}

.SampleLogins span,
.SampleLogins a {
    color: white;
}

.Login_Background {
    background-color: #333333;
}

.Login_Title01 {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.Login_Title02 {
    font-size: 15px;
    font-weight: bold;
    color: #AEAEAE;
}

.Login_UpdateTitle {
    Background-color: #6EA644; 
    width: 85px; 
    color: black; 
    padding: 5px 26px;
    font-weigth: bold;
    float: left;
}

.Login_UpdateNews {
    border-top: 1px dotted grey;
    color: #C3C4BE;
    padding: 0 10px;
}

.Login_UpdateNewsDate {
    color: #6EA644;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 4px;
}

.Login_Heading {
    font-size: 13px;
    font-weight: bold;
    color: #6EA644;
    border-bottom: 1px #D0D0CC dotted;
    padding: 5px 0; 
}

.FieldLabel {
    color: #323232;
    padding: 10px 0px 5px;
}