@charset "UTF-8";
/* CSS Document */

body {
  color: #455560;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.moelisLinks {
 color: #897435;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}

.moelisHiLite {
 color: #897435;
 }
 
 .listSquare {
 list-style: square;
 }
 
 .listDisc {
 list-style: disc;
 }
 
 ul {
 margin-top: 0;
 margin-bottom: 18px;
 padding-top: 0;
 }
 
 .cellBorder {
border: 1px solid #000;
}

.backToTop {
font-size: 11px;
color: #666;
}

.emailDisclaimer {
font-size: 11px;
line-height: 19px;
}

.tombstoneText {
font-size: 16px;
line-height: 24px;
}

.careersLineHeight {
line-height: 16px;
}

/* Transaction Page Styles */

h3.transactionHeader{
    color: #455560;
    font-size: 13px;
    font-weight:bold;
    margin: 10px 0;
    padding-top:10px;
    width:475px;
}

p.transactionText {
    margin-top:30px;
    padding-bottom: 0;
    clear:both;
    width:545px;
}

p.transactionText, p.transactionText a{
    font-size: 11px;
}

.TransactionsTable {
	border: 0px !important;
	width: 550px !important;
    font-size: 11px;
    border-collapse:collapse;
    empty-cells:show;
    margin-bottom: 20px;
    margin-top: 10px;
    float:left;
    table-layout: fixed;
}

h3.transactionHeader, .TransactionsTable, p.transactionText {
    margin-left:-38px;
}

.TransactionsTable th{
	color: #455560;
	height: 34px important!;
	background: #e2dccc;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align: left;
    line-height:12px;
    vertical-align:bottom;
    padding-top: 5px;
    padding-bottom: 5px;
}

.TransactionsTable th.col1{ width:90px; }
.TransactionsTable th.col2{ width:60px; }
/*.TransactionsTable th.col3{ width:20px; }*/
.TransactionsTable th.col4{ width:130px; }
.TransactionsTable th.col5{ width:160px; }
.TransactionsTable th.col6{ width:85px; }

.TransactionsTable th.col1, .TransactionsTable td.first {
    padding-left:4px;
}

.TransactionsTable tr {
	color: #455560;
	background: #f3f2f4;
}

.TransactionsTable td{
	background-color:White;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    vertical-align: top;
    color: #656565;
    width: inherit;
    padding-right: 10px;
    padding-bottom: 2px;
    line-height:16px;
	border-bottom: 1px solid #828d94 !important;  
}

.TransactionsTable td.last{
    padding-right: 2px;
}

/*
.TransactionsTable td img {
    padding-top:4px;
    height: 12px;
    width: 16px;
}
*/
/* End Transaction Page Styles */