/*
	Shared style information across all of the pages
*/

/* GENERAL LAYOUT */


.imageSubmitButton {
    border: 1px solid #666;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #eee;
}

.listItemTable {
    border: 1px solid gray;
    border-collapse: collapse;
}

.columnSelection {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.columnSelection li {
    border: 1px solid #CCCCCC;
    /*background: #DFFFE0;*/
    padding-left: .5em;
    margin-bottom: .2em;
    cursor: move;
}

.columnSelection li span {
    background: transparent left center url("../images/dragHandle.gif") no-repeat;
    display: block;
    padding: .5em .5em .5em 1.5em;
}

#availableColumnsList.columnSelection span a.showInReportLink, #availableColumnsList.columnSelection select {
    display:none;
}

#currentColumnsList.columnSelection, #availableColumnsList.columnSelection {
    border: 1px dashed #c0c0c0;
    margin-bottom: .2em;
    min-height: 2.6em;
    padding: .4em;
}

.columnSelectionEmpty {
    white-space: normal;
    width: 250px;
}

.columnSelection#currentColumnsList li, .dateRangeColumnSelection {
    border:1px solid #CCCCCC;
    background: #D8EDFF;
}

.dateRangeColumnSelection{
    cursor: move;
    margin: 2px;
    padding-left: 5px;
}

.columnSelection li.hover, .columnSelection#currentColumnsList li.hover, .dateRangeColumnSelection:hover {
    border: 1px solid #CCCCCC;
    background-color: #f7e9ba;
}

.columnSelection li.columnsEmpty.availableColumns {
    border-color: #CCCCCC;
    background: #FFE2D8;
    cursor: default;
    padding: .5em .5em .5em 1.5em;
}

.columnSelection li.columnsEmpty.currentColumns {
    border-color: #CCCCCC;
    background: #E1FFD8;
    cursor: default;
    padding: .5em .5em .5em 1.5em;
}

.columnSelection li.topColumn, .columnSelection li.bottomColumn  {
    border-color: #ccc;
    background: #ddd;
    cursor: default;
    padding: .5em;
}

#reportLibraryListing td, #sourcesListing td, .reportListingTable, .listingTable td {
    font-size: 10pt;
}

.resizeClone {
    display: block;
    background: black;
    position: absolute;
    z-index: 1000;
    opacity: .2;
	filter: alpha(opacity=20);
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h2 {
    font-size: 10pt;
    font-weight: bold;
    margin: 8px 0 5px 0;
}

.disabled {
    color: #999;
}

hr {
    height: 3px;
    margin-right: auto;
    position: relative;
    width: auto;
}

.content {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.error {
    color: red;
    font-weight: bold;
}

.success {
    color: green;
}

.warning {
    color: #8F5E08;
}

.reportSourceUnmodifiable {
    color: #8F5E08;
}

.extra {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
}

.clickable {
    cursor: default;
}

.leftResizable, th.leftResizable a {
    cursor: e-resize;
}

.topResizable, th.topResizable a {
    cursor: n-resize;
}

.movable, th.movable a {
    cursor: move;
}

.linkable, th.linkable a {
    cursor: pointer;
}

.current {
    color: #AF730A;
}

.weak {
    font-weight: normal;
    font-style: italic;
}

label .weak {
    font-weight: bold;
}

.light {
    font-weight: normal;
}

.invisible {
    display: none;
}

.strong {
    font-weight: bold;
}

.listing, .listing textarea, .listing input.textField {
    font-size: 10pt;
    margin-bottom: .2em;
}

.detailsCollapsable {
    padding-left: 16px;
}

/* END GENERAL LAYOUT */

/* HEADER */

/* the logo image is applied by the div id so that users can override it in custom.css.  */
#logo {
    /* the svg is tuned to display at 53 pixels tall, so give it that much space, but adjust margins accordingly to center it */
    background: transparent url('../images/mitsreport.svg') no-repeat -0px -6px / 200px 53px;
    overflow: hidden;
}

.logon_form #logo {
    height: 80px;
    /* adjust the logo on the login page*/
    background-size:300px 80px;
    background-position: -22px 7px;
}

/* END MENU */

/* BUTTONS */
a.link, a.link:hover {
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
    text-decoration: none;
    color: #028abc;
    font-weight: normal;
    padding-left: 2px;
    text-decoration: none;
    width: auto;
    height: auto;
}
a.link:before, a.link:hover:before {
    padding-right: 2px;
}

span.smallicon, div.smallicon {
    border: none;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: normal;
    padding: 2px 8px 2px 2px;
    text-decoration: none;
}

span.smallicon:before, div.smallicon:before {
    padding-right: 2px;
}

a.link:hover {
    text-decoration: underline;
}

a.link.disabled, a.link.disabled:hover {
    color: black;
    cursor: default;
    text-decoration: none;
}

a.link.selectedAction {
    color: black;
    font-weight: bold;
}

a.link.rightAlign {
    padding-left: 8px;
    padding-right: 20px;
}

a.link.noHover:hover {
    text-decoration: none;
}

#reportTools .button {
    color: black;
}

.ajaxFormBox {
    border: 1px solid #ccc;
    padding: 1em;
}

.actionItem{
    padding: .2em .2em;
    margin: .1em;
    margin-right: 20px;
}

/* END BUTTONS */

/* PAGE CONTENT */
#pageContent {
    background: white;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#pageContentWrapper {
    float: left;
    margin: 0 0 0 24px;
    padding: 0;
}

#pageFooter {
    clear: both;
}

#pageTitle {
    font-weight: bold;
    overflow: hidden;
}

#pageTitle h1 {
    float: left;
    padding: .5em 0 .5em 0;
    margin-top: .5em;
    margin-bottom: .5em;
    vertical-align: top;
}

#pageTitle span {
    font-style: italic;
}

#pageTitle #selectTools {
    float: right;
    margin: 0;
}

.itemList {
    margin-top: 0px;
    margin-right: 24px;
}

table.itemListTable{
    border: 1px solid #ddd;
    white-space: nowrap;
}

table.itemListTable td, table.itemListTable td div{
    white-space: nowrap;
}

th.itemListTableItem, td.itemListTableItem {
    white-space: nowrap;
}

table.scrollTable{
    border: 1px solid #c0c0c0;
}

.itemInfo {
    white-space: nowrap;
}

.itemName {
    font-size: 10pt;
    font-weight: bold;
}

.itemInfo a {
    color: black;
    text-decoration: none;
}

.sourceTitle, .reportTitle{
    white-space: nowrap;
}

.itemName a:hover, .itemDetails a:hover {
    text-decoration: underline;
}

.itemDetails span {
    font-weight: bold;
}

.itemDescription {
    height: 1.2em;
    overflow: hidden;
}

.itemTool input.button.disabled {
    color: gray;
    cursor: default;
}

.sourceRefreshInfo, .sourceRefreshInfo div, .sourceRefreshInfo div.values {
    white-space: nowrap;
}

table.itemListTable td.itemTools.report div{
    width: 280px;
}

.clearFloat {
    clear: both;
    display: none;
}

.clearFloat .block {
    display: block;
}

/* END PAGE CONTENT */

/*Tables*/
thead{
    display: table-header-group;
}

tr.thead td.th, #sourcesListing tr.thead td.th, #reportListing tr.thead td.th {
    font-size: 8pt;
    font-weight: bold;
}

.formSpacingTable td {
    padding: 2px 5px;
    vertical-align: middle;
}

.formSpacingTable td label {
    display: inline;
}

.itemListTable thead th, .itemListTable tr.thead td{
    background-color: #ddd;
    vertical-align: bottom;
    white-space: nowrap;
}

thead.fixedHeader th {
    text-align: left;
}

.itemListTable tbody td, .itemListTable  thead th {
    padding: 2px 5px;
}

.itemListTable tbody tr {
    font-weight: normal;
    page-break-inside: avoid;
    vertical-align: text-top;
}

tbody.scrollContent .button, tbody.scrollContent input.checkbox {
    margin-top: 0;
}

.status, .tools {
    vertical-align: middle;
    text-align: center;
}

.tools input.button {
    float: left;
    margin: 0 2px 0 2px;
    text-align: center;
}

.oddRow {
    background: #f8f8f8;
}

.evenRow {
    background: white;
}

.breakOnRow {
    background: #f8f8f8;
}

.breakOnValue {
    font-weight: bold;
}

.endRecordGroupRow td {
    border-top: 1px solid #AAAAAA;
}

.summaryRow td {
    border-top: 1px solid #AAAAAA;
}

.grandTotalRow td {
    border-top: 3px double #AAAAAA;
}

.endDetailsRow {
    line-height: 1px;
}

.endDetailsRowCell {
    border-top: 1px solid #AAAAAA;
}


.topContinuedDetailRow {
    background-image: url(../images/jaggedBlue_up.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.bottomContinuedDetailRow {
    background-image: url(../images/jaggedBlue_down.gif);
    background-repeat: repeat-x;
    background-position: top;
}

td.statusIcons{
    background: transparent center center no-repeat;
    width: 16px;
}

.statusIcons{
    display:none;
}

tr.oddRow.queuedStatus, tr.evenRow.queuedStatus, .queuedStatus {
    background-color: #FFF4BF;
    color: #8F5E08;
}

tr.oddRow.errorStatus, tr.evenRow.errorStatus, .errorStatus{
    color: red;
    background-color: #FFEFEF;
}

tr.oddRow.runningStatus, tr.evenRow.runningStatus, .runningStatus {
    background-color: #D1EFD2;
    color: green;
}

.sortedAscending, .sortedDescending {
    font-size: 6pt;
    font-weight: normal;
    padding-right: 1.0em;
    padding-bottom: .25em;
    padding-top: 0em;
    margin-right: .5em;
    margin-top: -.25em;
}

a .sortedAscending, a:visited .sortedAscending, a .sortedDescending, a:visited .sortedDescending {
    color: black;
}

.filtered {
    padding-right: 1em;
}

.breaked {
    font-size: 6pt;
    font-weight: normal;
    padding-right: 12px;
    padding-bottom: .25em;
    padding-top: 0em;
    margin-right: .5em;
    margin-top: -.25em;
    text-align: left;
}

.hover, tr.selected, th.selected {
    background-color: #f7e9ba;
}

/* END TABLES */

/* MODIFICATION */

/* For all of the modify pages */

#pageContent {
    background: white;
    padding-bottom: 10px;
    overflow: visible;
}

.workbenchTasks {
    background: #f0f0f0;
    padding: 0;
    border:none;
}

.workbenchTasks tr td{
    padding: 0;
}

.workbenchTask a#currentTask,.workbenchTask a.selected, .workbenchTask a:hover {
    background: #ddd;
}



td.workbenchTask {
    display: block;
    font-weight: bold;
    padding-bottom: 2px;
}

td.workbenchTask a {
    color: #444444;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px;
}

td.workbenchTask a i {
    margin-right: 5px;
}

/* sometimes there's no fontAwesome icon and we're just using a unicode char, so mimic the fa-fw class  */
span.unicode-icon {
    display: inline-block;
    margin-right: 5px;
    width: 1.2857142857em;
    text-align: center;
}

/* Form Items */

/* New Form Menu */
.formItems {
    min-height: 210px;
    padding: 10px 0 10px 10px;
    min-width: 613px;
}

.formItems.long {
    width: auto;
}

.formItems.light {
    font-weight: normal;
}

/* Drop-Shadow Menu */
.usage {
    font-weight: normal;
    text-align: justify;
    height: 5em;
    overflow: auto;
}

.formLabel {
    width: 600px;
    font-weight: bold;
}

.formLabel.justify{
    text-align: justify;
    white-space: normal;
}
.formLabel.long {
    width: auto;
}

.formLabel .note {
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
}

.addgap {
    margin-bottom: 10px;
}


#howto.formLabel {
    margin: 0 0 10px 10px;
}

.option {
    float: left;
    margin-right: 50px;
}

.option .formLabel {
    width: auto;
}

.formHeader {
    font-size: 11pt;
}

.formHeader span {
    font-style: italic;
}

.formObject {
    clear: both;
    margin-bottom: 10px;
}

.formObjectList {
    padding-bottom: 10px;
    margin-left: 20px;
    overflow: hidden;
}

.formObjectText {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 150px;
}

.formObjectValue {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.formObjectValue .textField, .formObjectValue .selectField {
    padding-left: 2px;
    padding-right: 2px;
    width: 200px;
}

.formObject input.textField, .formObject textarea.textArea {
    width: 420px;
}

.formObject select.selectField {
    width: 424px;
}

.button.left {
    float: left;
    margin-bottom: 10px;
    text-align: left;
}

.selectField.left {
    float: left;
}

.formObject textarea.textArea {
    height: 50px;
}

.formObject .button {
    margin-left: 15px;
    vertical-align: top;
}

ul.selectionListObject {
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    padding-left: 0px;
    width: 38em;
}

.selectionListObject li {
    list-style-type: none;
    padding: .25em 1.25em .25em 2.75em;
    text-indent: -1.5em;
}

.notice {
    height: 1.4em;
    display: block;
}

#submitFooter, .submitFooter {
    display: block;
    text-align: right;
    width: 100%;
}

#submitFooter #submitButtons, .submitFooter .submitButtons {
    padding: 10px;
}

#saveNotice {
    text-align: center;
}

/* End Form Items */

div.report_menu_commands {
    padding-left: 24px;
    background-color: #f0f0f0;
}
div.report_menu_commands.bottom {
    margin-left: 0px;
}

div.report_menu_commands ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
}

div.report_menu_commands li {
    float: left;
    padding: .35em 1em .35em 1em;
}

div.report_menu_commands li#report_menu_page_number {
    padding: .2em 1em .2em 1em;
}

div.report_menu_commands li#report_menu_page_number input{
    font-size: 9pt;
    height: 12pt;
    text-align:right;
    padding-right: .3em;
}

.workbenchTask a span.menuItem {
    padding: 2px 0 2px 4px;
}

.workbenchTask a span.menuItem:before {
    padding-right: 10px;
}

div#returnMessage {
    float: left;
    margin-left: 24px;
    margin-top: -1px;
}

input.flt, select.flt {
    display: none;
}

table.sortable a.sortheader, table.sortable a.sortheader:hover, table.sortable a.sortheader:visited,
table.sortable a.sortheader:active{
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #028abc;
}

table.sortable span.sortarrow {
    text-decoration: none;
    font-weight: bold;
    color: black;
    margin:0px;
    padding:0px;
}

td.scrollTd {
    padding-right: 40px;
}

.fading{
    position: absolute;
    z-index: 100;
}

.hiddenDetails{
    display: none;
}

/* Loading/Notification Messages. From NotificationMessage.js */
.notificationArea {
    /*top: 8.8em;*/
    /*left: 73.5em;*/
    bottom: .2em;
    right: .2em;
    position: fixed;
    z-index: 1111111;
}

.notificationCloseLink {
    display: block;
    height: 15px;
    position: absolute;
    top: .5em;
    right: .5em;
    width: 15px;
}

.genericNotificationMessage, .successNotificationMessage, .warningNotificationMessage, .errorNotificationMessage, .loadingNotificationMessage {
    margin-bottom: .5em;
    padding: .5em 2em .5em 1em;
    position: relative;
    width: 20em;
}

.genericLoadingMessage, .successLoadingMessage, .warningLoadingMessage, .errorLoadingMessage {
    margin-bottom: .5em;
    padding: .5em 1em;
    position: relative;
    width: 20em;
}

.genericLoadingMessage, .genericNotificationMessage {
    border: 1px solid #0A65AF;
    background: #DFF1FF;
    color: #0A65AF;
}

.loadingNotificationMessage {
    border: 1px solid #BFE4FF;
    color: #0A65AF;
    padding: .5em 2em .5em 2em;
}

.genericLoadingMessage .notificationCloseLink, .genericNotificationMessage .notificationCloseLink {
    background: transparent center center url("../images/notifications/closeBlue.gif") no-repeat;
}

.successLoadingMessage, .successNotificationMessage {
    border: 1px solid #188F00;
    background: #E4FFDF;
    color: #188F00;
}

.successLoadingMessage .notificationCloseLink, .successNotificationMessage .notificationCloseLink {
    background: transparent center center url("../images/notifications/closeGreen.gif") no-repeat;
}

.warningLoadingMessage, .warningNotificationMessage {
    border: 1px solid #CF9126;
    background: #FFF4BF;
    color: #CF9126;
}

.warningLoadingMessage .notificationCloseLink, .warningNotificationMessage .notificationCloseLink {
    background: transparent center center url("../images/notifications/closeYellow.gif") no-repeat;
}

.errorLoadingMessage, .errorNotificationMessage {
    border: 1px solid #CF000D;
    background: #FFCFD1;
    color: #CF000D;
}

.errorLoadingMessage .notificationCloseLink, .errorNotificationMessage .notificationCloseLink {
    background: transparent center center url("../images/notifications/closeRed.gif") no-repeat;
}

.genericNotificationMessage .notificationCloseLink:hover, .successNotificationMessage .notificationCloseLink:hover,
.warningNotificationMessage .notificationCloseLink:hover, .errorNotificationMessage .notificationCloseLink:hover {
    background: transparent center center url("../images/notifications/closeBlack.gif") no-repeat;
}

/* Autocomplete Styles */
div.autocomplete ul {
    cursor: pointer;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:white;
    position: relative;
    border:1px solid #c0c0c0;
    overflow: hidden;
}

div.autocomplete li {
    /*font-family: verdana, sans-serif;*/
    font-size: 10px;
    padding: 4px 10px 4px 4px;
    text-decoration: none;
}

div.autocomplete li.selected {
    background-color: lightyellow;
}

td.editFilterInformationTd
{
	padding: .35em;

}

select#filterExpression {
    width: 16.5em;
}

select#propertyKey {
    width: 16.5em;
}

table.scrollable>tbody {
	overflow: auto;
}

table.scrollable {
    z-index: 0;
}


table.scrollable thead {
    position: relative;
    background: white;
}

table.scrollable thead tr th {
    z-index: 2;
}

/*
 *This class previously was used to deal with browser inconsistencies between Firefox and IE.
*/
table.smallerModalScrollableTable {
    max-height:200px;
    width:470px;
}

table.smallerModalScrollableTable>tbody, table.modalScrollableTable>tbody, #reportColumnToFilterSelectionTable>tbody {
    overflow-x: hidden;
}

/* Ajax.InPlaceEditor */
.inplaceeditor-form a {
    display: inline;

}

.inplace_editor_item {
    float: left;
}

textarea.inplace_editor_item {
    font-size: 9pt;
    width: 100%;
}

#pageTitle input.inplace_editor_item {
    padding: .5em 0 .5em 0;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 12pt;
    font-weight: bold;
    width: 100%;
}

td.actionsForSource {
    display: block;
    min-width: 24.33em;
    padding-right: 1em;
}

.detailsItem {
    padding: 4px;
}

.detailsTable td {
    padding: 2px;
}

#reportMenuLoadingNotification {
    position: relative;
    top: .51em;
    left: 24px;
}

/*TODO-DELETE used by unused pages */
span.menuLoadingSpan {
    /*TODO-DELETE delete this icon */
    background: transparent center center url("../images/modal/circle_loading.gif") no-repeat;
    display: block;
    width: 600px;
    height: 200px;
}

table.itemTable {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-collapse: collapse;
}

table.itemTable .section {
    background: #E0E7EF;
    /*font-family: arial, sans-serif;*/
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
    width: 10em;
}

table.itemTable .errored {
    background: #FFDFE0;
}

table.itemTable th {
    text-align: left;
}

table.itemTable tr td {
    border-bottom: 1px solid #c0c0c0;
}

.disabledLink, a.disabledLink, a.disabledLink:hover, a.disabledLink:visited, a.disabledLink:active  {
    color: #999;
    text-decoration: none;
    cursor: default;
}

.slimlineTable {
    border-collapse: collapse;
}

.slimlineTable th, .slimlineTable tr th, .slimelineTable tr, .slimlineTable thead, .slimlineTable thead tr {
    background: #ddd;
    text-align: left;
    font-size: 10pt;
    color: #333333;
    padding: .3em .8em .3em .3em;
}

td.accountGroup {
    background-color: #f5f5f5;
    font-size: 10pt;
    font-weight: normal;
    padding: 0.35em 0.35em 0.35em 0.2em;
}

tr.bottomLinedRow td, tr.bottomLinedRowLast td {
    font-size: 10pt;
    /*font-family: verdana, sans-serif;*/
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 4px;
    white-space: nowrap;
}

tr.bottomLinedRow td {
    border-bottom: 1px solid #ccc;
}

tr.bottomLinedRowLast td {
    border-bottom: 0px;
}

.showUpdateTime {
    font-size: 8pt;
    font-weight: normal;
}

.sourceAccountHightlight {
    font-style: normal;
}


/* Support Console Last Commands */
#remoteCommandList {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
    width: 300px;
    border: 1px solid #666;
    margin: 0px;
    padding: 0px; /*This is a hack to make dragdrop work inside of a scrolling div in IE*/
    position: relative;
}

.draggableHandle td {
    padding: 2px 5px;
}

.accordianHeading {
    background: #ddd;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 0.5em;
}

.accordionDiv table {
    width: 100%;
}

.logContainer pre{
    background-color:white;
    user-select:all;
    -moz-user-select: all;
    -webkit-user-select: all;
}

.expand {
    cursor: default;
}

td.center{
    text-align: center;
}

.collapse {
    display: inherit;/* This is a workaround to a bootstrap class collision */
    cursor: default;
}

.expand:before, .collapse:before {
    padding-right: 2px;
}

table.itemListTable td div.logContainer, table.itemListTable td div.logContainer div, table.itemListTable td div.accordianHeading, table.itemListTable td div.accordianHeading div {
    white-space: normal;
    min-width: 280px;
}

/* Command Console */
.console {
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    position: absolute;
    height: 300px;
    background: black;
    color: green;
    font-size: 12pt;
    font-family: Consolas, Courier, "VT-100", monospace;
    overflow: hidden;
    white-space: normal;
    width: 100%;
    z-index: 99999;
}

.console #consoleHistory {
    height: 240px;
    position: absolute;
    padding: .2em;
    padding-right: 16px;
    overflow-y: scroll;
    white-space: normal;
    width: 100%;
}

.console #consoleInput {
    background:black;
    border: 0px solid black;
    border-top: 2px solid green;
    padding: .7em;
    color: yellow;
    font-size: 12pt;
    position: absolute;
    bottom: 0px;
}

.colProgress {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
.colWaiting {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.calcColInputCategory {
    font-weight: bold;
    font-size: larger;
    margin: 1em 0em .2em 0em;
}

.scrollableItemsDiv {
    border: 1px solid #D3D3D3;
    overflow-y: scroll;
}

#forceLayoutTable, #forceLayoutTable td, .forceLayoutTable, .forceLayoutTable td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

/* this really should go in MessageModal.css but it's being added in a hurry
   and we don't want to incur the risk of updating the mits-js-lib version for Report
   just to get the change to MessageModal.css.  !important is needed for IE */
.modalMessageAutosize {
    height: auto !important;
    width: auto !important;
}

.modal-body .scrollContainer {
    max-height: 250px;
    overflow: auto;
}

.modalMainContent {
    overflow-x:auto;
}
