﻿/* The generic css file for this application.  There are other specialized ones. */

/* Generic improvements for the entire site. */

ul {
    /* Remove default spaces before and after the li item */
    margin-top: 0;
    margin-bottom: 0;
}

input[type=checkbox] {
    vertical-align: -2px; /* Better aligns checkboxes with their labels */
}

.MyButton {
    background-color: #CCFFCC;
    cursor: pointer;
}

.ActivityControls {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 2px;
    border-bottom: 0;
}

/* For the main page. */

.AgentActivityListItemSelected {
    color: yellow;
    font-weight: 700;
    cursor: default;
}

.AgentActivityListItemUnselected {
    color: whitesmoke;
    font-weight: normal;
    cursor: pointer;
}

.mctlAgentList, .mctlActivityList {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.TOP_bodyMain {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Arial;
}

.TOP_divAgentActivitySelectionContainer {
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
}

.TOP_spanAgentListLabel {
    float: left;
    text-align: left;
    padding-right: 5px;
}

.TOP_spanAgentList {
    float: left;
    text-align: left;
}

.TOP_spanActivityListLabel {
    float: right;
    text-align: right;
    padding-left: 5px;
}

.TOP_spanActivityList {
    float: right;
    text-align: right;
}

.TOP_spanFloatClear {
    float:unset;
}

.TOP_divAgentContainer {
    float: left;
    width: 942px;
    margin-top: 1px;
    margin-right: 2px;
}

.TOP_divActivityContainer {
    float: left;
    margin-top: 1px;
    margin-left: 0px;
    margin-right: 0px;
}
