html, body {
    color: #4B4B4B;
    background-color: #FFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
}

.label-text {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link {
    text-decoration: none;
}

/* Removed empty a:visited, a:active, a:hover */

/* Outer container */
div.main-container {
    border: 1px solid #808080;
    min-height: 470px;
    width: 772px;
    margin-left: auto;
    border-radius: 5px;
    margin-right: auto;
}

div.message-image-container {
    margin-top: 1px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

div.message-text-container {
    margin-top: 5px;
}

/* Text Styles */
.ELS_S {
    font-weight: bold;
    font-size: 13px;
}

.ELS_M {
    font-weight: bold;
    font-size: 15px;
}

.ELS_L {
    font-weight: bold;
    font-size: 18px;
}

.MINITEXT {
    font-size: 13px;
}

.time-cell {
    text-align: right;
    padding-right: 4px;
}

/* Form Elements */
.login-textbox {
    width: 120px;
}
/* Login text */
.logintext-center {
    text-align: center;
}

.logo-cell {
    text-align: center;
}

.full-width {
    width: 100%;
}

.centered-table {
    margin-left: auto;
    margin-right: auto;
}

.info-status {
    min-height: 247px;
}

/* Left-aligned menu buttons (ordinary buttons) */
.buttons {
    float: left;
}

/* Right-aligned logout button (special case) */
.buttons-right {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

/* Buttons */
.buttons a,
.buttons button {
    margin: 0 3px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

/* IE7 Hack */
*:first-child + html button[type] {
    padding: 4px 10px 3px 7px;
}

.buttons button img,
.buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* Hover & Active States */
button:hover,
.buttons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* Regular Buttons */
button.regular,
.buttons a.regular {
    color: #336699;
}

.buttons a.regular:hover,
button.regular:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.buttons a.regular:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* Utility: minimum width for wider buttons */
.min-75 {
    min-width: 75px;
}

/* Content Box */
.contentbox {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #336699;
    font-weight: bold;
}

/* Panel */
.panel {
    border: thin solid #99CCFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    float: left;
    min-height: 25px;
}

.icon-small {
    width: 20px;
    height: 20px;
}
