/* Opportunity Table CSS */
.MainContainer {
    width: 40%;
    overflow: auto;
    margin: 20px auto 40px;
}

.MainTable {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #b9b9b9;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.MainTable caption {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #b9b9b9;
    font-weight: bolder;
    padding: 2px 0;
}

.MainTable th {
    padding: 0.5em;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #b9b9b9;
}

.MainTable td {
    padding: 0 2px;
    height: 24px;
    border: none;
    text-align: center;
    vertical-align: middle;
}

.MainTable th, .MainTable caption, .MainTable td {
    white-space: nowrap;
}
.MainTable table {
    border: none;
}

.MainTable td td {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #b9b9b9;
}

.MainTable td td td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #b9b9b9;
    min-width: 1em;
}

.MainTable td td td:last-child {
    border-right: none;
}

.MainTable td td caption {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #b9b9b9;
}

.VerticalHeadings td {
    color: #f00;
}

.VerticalHeadings th {
    height: 13em;
    min-width: 1em;
    border: none;
    vertical-align: bottom;
}

.VerticalHeadings th div {
    /* Div is used because th cannot be relatively positioned */
    position: relative;
}

.VerticalHeadings th b {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -o-transform: rotate(-90deg);
    -o-transform-origin: left top;
    -ms-transform: rotate(-90deg);
    -o-transform-origin: left top;
    transform: rotate(-90deg);
    transform-origin: left top;
    position: absolute; /* Abs positioned so that the th cells can be the same size */
    display: block;
    left: 0;
}
/*
.VerticalHeadingTest div {  
	position: relative;
}

.VerticalHeadingTest div {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform:rotate(-90deg); 
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg); 
	text-align:left;
	text-indent:2px;
}
*/

/* Opportunities engine headers */
.OpportunityTable {
    border-collapse: collapse;
}
.OpportunityTable td {
    border-bottom: 1px solid #D9D9D9;
}
.OpportunityTable td, .SubHeaderTopics {
    font-size: 10px;
}
img {
    border: 0px;
}
.OpportunitiesTableHeader th {
    vertical-align: bottom;
    padding: 3px;
    border-bottom: 2px groove #A9A9A9;
}

.CompanyField, .PropertyField {
    min-width: 250px;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
}
/*
.LastTradeDateField, .MakCapField, .ListedAtField {
    min-width: 100%;
    white-space: nowrap;
} */

.DateField, .MakCapField, .SymbolField {
    white-space: nowrap;
}
.InvestmentDetails {
    background-color: #c4d79b;
}
.PropertyRegion {
    background-color: #b7dee8;
}
.PropertyStatus {
    background-color: #fcd5b4;
}
.BaseMetals {
    background-color: #99ccff;
}
.PreciousMetals {
    background-color: #ffcc00;
}
.Gemstones {
    background-color: #99cc00;
}
.OpportunityTable .Energy {
    background-color: #bfbfbf;
}
.PropertyStatus {
    background-color: #fcd5b4;
}
.OpportunityTable .Industrial {
    background-color: #cc99ff;
}
.SteelComposites {
    background-color: #ddffaa;
}
.OpportunitiesTableHeader .BaseMetals:hover, .OpportunitiesTableHeader .PreciousMetals:hover, .OpportunitiesTableHeader .PropertyStatus:hover, .OpportunitiesTableHeader .InvestmentDetails:hover, .OpportunitiesTableHeader .Gemstones:hover, .OpportunitiesTableHeader .Energy:hover, .OpportunitiesTableHeader .Industrial:hover, .OpportunitiesTableHeader .SteelComposites:hover, .OpportunitiesTableHeader .PropertyRegion:hover {
    background-color: #e0e0ff; /* Theoretically for IE 8 & 9 (more valid) */ /* ...but not required as filter works too */ /* should come BEFORE filter      width:100%;     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/ /* This works in IE 8 & 9 too */ /* ... but also 5, 6, 7      filter: alpha(opacity=50);*/ /* Older than Firefox 0.9      -moz-opacity:0.5;*/ /* Safari 1.x (pre WebKit!)      -khtml-opacity: 0.5;*/ /* Modern!     /* Firefox 0.9+, Safari 2?, Chrome any?     /* Opera 9+, IE 9+      opacity: 0.5;*/
}

.SortingArrowContainer {
    width: 100%;
    text-align: center;
}
.CompanyName .SortingArrowContainer {
}
.SortingArrow {
    width: 10px;
    height: 5px;
    padding: 4px 0px;
}
.Featured {
    vertical-align: middle;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
}

.TopHeaderTopics .Enabled, .SubHeaderTopics .Enabled, .OpportunitiesTableHeader {
    border-color: #A9A9A9;
    border-style: groove;
    border-width: 2px;
    padding: 2px 2px;
    text-align: center;
    vertical-align: bottom;
}

.RightBorderOn {
    border-right: 2px groove #A9A9A9;
}
.LeftBorderOn {
    border-left: 2px groove #A9A9A9 !important;
}
.BottomBorderOn {
    border-bottom: 2px groove #A9A9A9 !important;
}
.OpportunitiesTableHeader .NoBorders, td .NoBorders {
    border: none;
    background-color: #fff;
    padding-left: 0px;
}

.CurrentSelection {
    text-decoration: none;
    color: #000;
    cursor: text;
}

.Hidden {
    display: none !important;
}
.LeftAlign {
    text-align: left !important;
}
.RightAlign {
    text-align: right !important;
}
.CenterAlign {
    text-align: center !important;
    display:block;
}

.Currency {
    color: #0C5F0C;
}

.Currency, .ScallingDenominator {
    color: #0C5F0C;
}

.PropertiesStatusGroup {
    color: #dc8574;
}
.CommodityGroupP {
    color: #cead00;
}
.CommodityGroupB {
    color: #69acce;
}
.CommodityGroupA {
    color: #aabd55;
}
.CommodityGroupE {
    color: #707070;
}
.CommodityGroupI {
    color: #ad69ce;
}
.CommodityGroupG {
    color: #6aad00;
}

.CommodityGroupG, .CommodityGroupI, .CommodityGroupE, .CommodityGroupA, .CommodityGroupB, .CommodityGroupP, .PropertiesStatusGroup, .PropertiesRegionGroup {
    font-size: 16px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.FeaturedCompanyLogoURL img {
    width: 20px;
    height: 20px;
}

#MicroSwitch, .ChangeField {
    min-width: 50px;
}
#MicroD, #MicroW, #MicroY {
    width: 100%;
    display: block;
}

/* Table Views css*/
.FlexWidth {
    width: 100%;
    min-width: 350px;
}
.NoWrap {
    white-space: nowrap;
}

.HiddenColumns .CompanyField, .HiddenColumns .PropertyField, .HiddenColumns .ExportToExcelChk {
    display: none;
}
.LeftColumn .InvestmentGroup, .LeftColumn .PropertiesRegionGroup, .LeftColumn .PropertiesStatusGroup, .LeftColumn .CommodityExposureGroup {
    display: none;
}

.CommodityExposureGroup, .PropertiesStatusGroup, .PropertiesRegionGroup {
    width: 19px;
    min-width: 19px;
    max-width: 19px;
}

.RightColumnHeader .AssetLocation, .RightColumnHeader .PDFField {
    width: 14px;
    min-width: 14px;
    max-width: 14px;
}

.MainTable .AssetLocation {
    padding-right: 1px !important;
}

.MainTable .LogoField {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    padding: 0;
}

.MainTable .PriceField {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
}
.RightColumnHeader .MakCapField {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.RightColumnHeader .PriceField {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
}

.MainTable .MakCapField, .MainTable .ChangeField {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
}

.MainTable .SymbolField {
    width: 66px!important;
    min-width: 66px!important;
    max-width: 66px!important;
}

.RightColumnHeader .SymbolField {
    width: 64px!important;
    min-width: 64px!important;
    max-width: 64px!important;
}
.RightColumnHeader .DateField {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}
.MainTable .DateField {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
}

.MainTable .CurrencyField {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
}

.RightColumnHeader .CurrencyField {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
}

.TableWrapper {
    width: 100%;
    min-width: 700px;
    max-width: 1740px;
}

.LeftColumnHeader {
    width: 278px;
    float: left;
    /*height: 213px;*/
}
.RightColumnHeader {
    width: 400px; 
    /*width: 70%;*/
    overflow: hidden;
    float: left;
    border-right: 2px groove #A9A9A9;  
    max-width: 1372px; 
}
.RightColumnHeader .OpportunitiesTableHeader th {
    height:150px;
}

.LeftColumnBody {
    float: left;
    clear: both;
    height: 682px; /* 242px; */
    width: 278px;
    overflow: hidden;
}
.RightColumnBody {
    float: left;
    width: 400px; /* 418px; */
    /*width:71%; */
    overflow: scroll;
    overflow: auto;
    height: 700px; /* 260px; */
    border-right: 2px groove #A9A9A9;
    max-width: 1390px;
}


.MicroYCell, .MicroDCell {
    display:none;
}

.LatestNews {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    padding-right:8px!important;
}

.RightColumnHeader .LatestNews {
    width: 94px;
    min-width: 94px;
    max-width: 94px;
    padding-right:3px!important;
} 

.ShowCaseTable .OpportunityTable {
    width:1100px;
    font-family: "Helvetica";
    border-radius: 3px!important;
    -moz-border-radius: 3px!important; 
    -webkit-border-radius: 3px!important; 
}
.ShowCaseTable h3 {
    background-color: rgb(57,121,184);
    background-image: linear-gradient(bottom, rgb(93,160,212) 1%, rgb(57,121,184) 51%, rgb(12,92,204) 76%);
    background-image: -o-linear-gradient(bottom, rgb(93,160,212) 1%, rgb(57,121,184) 51%, rgb(12,92,204) 76%);
    background-image: -moz-linear-gradient(bottom, rgb(93,160,212) 1%, rgb(57,121,184) 51%, rgb(12,92,204) 76%);
    background-image: -webkit-linear-gradient(bottom, rgb(93,160,212) 1%, rgb(57,121,184) 51%, rgb(12,92,204) 76%);
    background-image: -ms-linear-gradient(bottom, rgb(93,160,212) 1%, rgb(57,121,184) 51%, rgb(12,92,204) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0C5CCC', EndColorStr='#599CD1'); /* IE6-IE9 */        
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.01, rgb(93,160,212)),
	    color-stop(0.51, rgb(57,121,184)),
	    color-stop(0.76, rgb(12,92,204))
    );
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px solid #808080;
    width:1200px;
    padding: 10px 0;
    text-align: center;
    color: White;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-weight: normal; 
}


/* Properties Table CSS */
.PropertySpecs {
    background-color: #c4d7db;    
}
.DefaultFont {
    font-size: 10px !important;
}

.MajorShareHolders {
    line-height:20px;
    padding:0 0 0 6px!important;
}
.ShareHolderPercent {
    width: 36px;
    float: left;
    text-align:right;
}

.ShareHolderPercentColumn {
    width:36px;
    min-width:36px;
    max-width:36px;
}

.MajorShareHolderColumn {
    width:180px;
    min-width:180px;
    max-width:180px;
    text-align:left;
}
.ShareHolderPercentField {
    width:32px;
    min-width:32px;
    max-width:32px;
}
.MajorShareHolderField {
    width:185px;
    min-width:185px;
    max-width:185px;
}
.WorkTypeColumn {
    width: 132px;
    min-width:132px;
    max-width:132px;
}
.WorkTypeField {
    width:133px;
    min-width:133px;
    max-width:133px;
}
.CountryColumn {
    width:104px;
    min-width:104px;
    max-width:104px;
}
.CountryField {
    width:110px;
    min-width:110px;
    max-width:110px;
}
.PositiveChange {
    color: Green;
}
.NegativeChange {
    color: Red;
}