@charset
"utf-8"
;
/* megabee_theme*/

#topLeftNav {
    background-repeat: no-repeat;
    width: 252px;
    height: 30px;
    color:white;
    font-weight:bold;
    font-size:16px;
    padding-left:10px;
}

.leftNavRepeatingStrip {
    background-repeat: repeat-y;
    width: 252px;
    height: 100%;
    padding-left: 5px;
    padding-right:5px;
}

#bottomLeftNav {
    background-repeat: no-repeat;
    width: 252px;
    height: 19px;
}

#topHelpNav {
    background-repeat: no-repeat;
    width: 252px;
    height: 30px;
    color:white;
    font-weight:bold;
    font-size:16px;
    padding-left:10px;
}

#bottomHelpNav {
    background-repeat: no-repeat;
    width: 252px;
    height: 19px;
}

/* auto dialer */
.autoDialerNoteDate {
    font-weight: bold;
}

.headerSpacing {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 300px;
}

.sectionSeparator {
    color: #285485;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0px;
}

.buttonArea {
    width:550px;
    text-align: right;
}

.datePicker {
    width: 68px;
}

.standardOrderField {
    width: 197px;
}

.notificationTable tr.notificationRowOdd {
	background-color: #e9f3fd;
}

.notificationTable .messageRow {
	max-width: 400px;
}

.notificationTable td {
	vertical-align: top;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.logLine {
    font-size: 9pt;
}

.emailLogLine td {
    vertical-align: top;
}