/* eStar-specific CSS */

#menu-top-menu {
    margin-left: 0;
}

#menu-top-menu li {
    position: relative;
    display: block;
    float: left;
    background: none;
    margin: 0;
    padding: 2px;
    border: 0;
    background-color: #043E7D;
    line-height: 28px;
}

#menu-top-menu a {
    background-color: #043E7D;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 6px;
    font-size: 11px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
}

#menu-top-menu>li::before {
    margin: 2px;
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: -1px;
    width: 1px;
    height: 28px;
    background: url('../images/menuseparator.png') center center no-repeat;
}

#menu-top-menu li.current,
#menu-top-menu li.current a {
    background-color: rgb(71, 100, 155);
}

#menu-top-menu>li:nth-child(1)::before {
    list-style: none;
    background: none;
}

#menu-docketTabs {
    margin-left: 0;
}

#menu-docketTabs li {
    position: relative;
    display: block;
    float: left;
    background: none;
    margin: 0;
    padding: 2px;
    border: 0;
    background-color: #043E7D;
    line-height: 28px;
}

#menu-docketTabs a {
    background-color: #043E7D;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 6px;
    font-size: 11px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
}

#menu-docketTabs>li::before {
    margin: 2px;
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: -1px;
    width: 1px;
    height: 28px;
    background: url('../images/menuseparator.png') center center no-repeat;
}

#menu-docketTabs li.active,
#menu-docketTabs li.active a {
    background-color: rgb(71, 100, 155);
}

#menu-docketTabs>li:nth-child(1)::before {
    list-style: none;
    background: none;
}


/*Page Title*/

.pageTitle {
    background-color: rgb(253, 184, 34);
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
}

div.headingLabel>div {
    vertical-align: center;
    display: inline-block;
}

div.headingLabelText,
div.searchPanelContainer>div>div>div>h1 {
    color: #043E7D;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
}

div.layout-container-style td,
th {
    border: none;
}

.art-postcontent h1 {
    margin: 20px 0 0 0px;
}

div.layout-container-style>table>tbody>tr>td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: none;
}

.portal-page-container {
    width: 100%;
}

.portal-page-container div {
    margin: 0;
    padding: 0;
}

table.portal-page-container {
    border: none;
    margin: 0;
    padding: 0;
}

tr.searchResultsHeader {
    background-color: rgb(255, 216, 148);
    color: #043E7D;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    white-space: nowrap;
}

tr.SearchResultsItem>td,
tr.SearchResultsAlternatingItem>td {
    padding: 5px;
}

.recentHearings table td {
    margin: 0;
    border-collapse: collapse;
    border: none;
    
}

.recentHearings table td:first-child {
    width: 200px;
}


td.recentHearings {
    border-collapse: collapse;
    border: none;
    
}

td.recentHearings a[id^="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_resultsGrid"]   {
    float:left;
    clear:left;
}

tr.recentHearings>table>tbody>tr>td:first-child {
    white-space: nowrap;
}

tr.SearchResultsItem>td {
    white-space: normal;
}

div.headdingButtonControl {
    height: 28px;
    vertical-align: bottom;
}

tr.SearchResultsItem a,
tr.SearchResultsAlternatingItem a {
    font-weight: bold !Important;
}

tr.SearchResultsItem table td:first-child,
tr.SearchResultsAlternatingItem table td:first-child {
    width: 50px;
}

div.searchPanelClass>div>fieldset>div>div {
    width: 600px !important;
}

div.searchPanelClass>div>fieldset>div>div>textarea {
    width: 450px !important;
}

div.searchPanelClass>div>fieldset td,
th {
    border: none;
}

#SearchSection tbody>tr>td:nth-child(1) {
    white-space: nowrap;
    vertical-align: middle;
}

#SearchSection tbody>tr:first-child>td:nth-child(2) {
    vertical-align: middle;
    display: inline-block;
}

#SearchSection tbody>tr:first-child>td:nth-child(2) img {
    margin: 0;
}

#SearchSection tbody>tr:first-child>td:nth-child(2)>input {
    width: 100px;
}

#SearchSection tbody>tr:last-child>td {
    text-align: left !Important;
}

span.instructionalNoteStyle {
    font-size: 8px;
}

button.ui-datepicker-trigger>img {
    margin: 0;
    vertical-align: text-top;
}

#SearchResultsDiv a {
    font-weight: bold;
}

#SearchResultsDiv>div>table,
#SearchResultsDiv>div>table>tbody>tr>th,
#SearchResultsDiv>div>table>tbody>tr>td {
    border: solid;
    border-width: 1px;
}

#SearchResultsDiv>div>table>tbody>tr>td {
    padding: 10px;
    font-size: 12px;
}

#SearchResultsDiv>div>table>tbody>tr>td a {
    font-size: 12px;
}

#SearchResultsDiv>div>table>tbody>tr>th {
    padding-left: 10px;
    text-align: left;
}

#resultsDiv a {
    font-weight: bold;
}

#resultsDiv>div>table,
#resultsDiv>div>table>tbody>tr>th,
#resultsDiv>div>table>tbody>tr>td {
    border: solid;
    border-width: 1px;
}

#resultsDiv>div>table>tbody>tr>td {
    padding: 10px;
    font-size: 12px;
}

#resultsDiv>div>table>tbody>tr>td a {
    font-size: 12px;
}

#resultsDiv>div>table>tbody>tr>th {
    padding-left: 10px;
    text-align: left;
}

iframe {
    height: 0px !important;
}

table#ctl00_ContentPlaceHolder1_PortalPageControl1_LayoutTable,
table#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl06_documentDetailsTable {
    width: 100%;
}

table.files-repeater-table {
    width: 100%;
}

img.imageStyle {
    vertical-align: middle;
}

table#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_MeetingsCalendar,
table#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_MeetingsCalendar th,
table#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_MeetingsCalendar td {
    border: 1px solid black;
}

.calendarTitleStyle {
    color: white;
    background-color: #043E7D;
}

table#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_MeetingsCalendar tr:first-child td {
    border-width: 0;
}

table#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_MeetingsCalendar {
    width: 100% !Important;
}

td.calendarNextPrevStyle:last-child {
    text-align: right;
}

ul.calendarHearingDateStyle>li>a {
    color: rgb(88, 57, 13) !Important;
}

ul.calendarMeetingDateStyle>li>a {
    color: rgb(0, 37, 105) !Important;
}

.meetingDocuments {
    visibility: hidden;
}

.disclaimer {
    text-align: center;
    line-height: 10px;
}

.companyNameSearch {
    display: none;
}

#adobeHelp {
    display: none;
}

div#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_genericControlFromXSLT img {
    vertical-align: middle;
}

div.headingLabel p {
    font-weight: bold;
    color: #043E7D;
}

p.green {
    margin-left: 0px;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl06_description {
    font-weight: bold;
    color: #043E7D;
}

img#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_DocketSearchControl1_RssButtonControl1_rssButtonImage {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_DocketSearchControl1_itemCountLabel {
    margin-right: 75px !Important;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_DocketSearchControl1_itemCountLabel {
    margin-right: 75px !Important;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_docketDetailsTable {
    width: 700px !Important;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_docketDetailsTable td {
    padding-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_docketDetailsTable td:first-child {
    width: 200px !Important;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_docketDetailsTable p {
    margin: 0;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_genericControlFromXSLT td:nth-child(3) {
    width: 400px !Important;
}

img#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl10_DocketSearchControl1_RssButtonControl1_rssButtonImage {
    margin-top: 0px;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_resultsGrid tr td:first-child {
    width: 50px;
}

p.green {
    border-bottom: #009c00 thin solid;
    border-left: #009c00 thin solid;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: #e8f6e8;
    color: #000000;
    font-size: 0.9em;
    border-top: #009c00 thin solid;
    border-right: #009c00 thin solid;
    padding-top: 5px;
}

.searchResultsItem td,
.searchResultsAlternatingItem td {
    font-size: 12px;
}

.searchResultsHeader th,
.searchResultsHeader th a {
    font-weight: bold !Important;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl08_resultsGrid>tbody>tr:first-child>td {
    text-align: center;
}

.searchResultsAlternatingItem {
    background-color: #F1F2F2;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl06_documentFiles_filesRepeater_ctl00_Label2 {
    display: none;
}

#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl06_filesColumn table {
    width: auto;
}

table.calendarHeadingContainer {
    display: none;
}
