/* 
    Created on : Jun 21, 2017, 12:34:27 PM
    Author     : MJohnson
*/
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');

@import url('https://fonts.googleapis.com/css?family=Roboto');



.mainContent {
	font-family: "Arial", Helvetica, sans-serif;
}

.backroundOne{
    /*background-color: tan;*/
    position: relative;
   
}

.corExplanation{
    padding-left:25px;
    padding-right:25px;
    margin-bottom:15px;
}

.backroundTwo{
    background-color: #e8e8e8;
    margin-top: 0px;
    height: 365px;
    position: relative;
    
}
.containerForFirstAndSecondList{
   /* background-color: blueviolet;*/
    height: 360px;
    width: 425px;
    position: absolute;
    top: 5px;
    left: 20px;
    /*float: left;*/
   
}
.codeList{
  /*  background-color: green;*/
    width: 177px;
    height: 340px;
    position: absolute;
    top: 5px;
    left: 0px;

}
.fundSelectionList{
   background-color: white;
    width: 238px;
    /*float: right;*/
    position: absolute;
    top: 5px;
    left: 192px;
    height: 326px;
    
    
}

.correlationResults{
   background-color: #fff;
    width: 238px;
    /*float: right;*/
    position: absolute;
    top: 5px;
    left: 210px;
    height: 326px;
    
    
}
.containerForThirdAndFourthList{
   /* background-color: purple;*/
    height: 360px;
    width: 475px;
    position: absolute;
    top: 5px;
    left: 472px;
    
    /*float: right;*/
}
.bodyBackround{
  /*  background-color: red;*/
  position: relative;
    width: auto;
    padding: 0px 10px 0px 10px;
    width: 1200px;
    margin-left: 16%;
}

.numberStyle{
    text-align: right;
    width: 26px;
    height:20px;
}

.nameStyle{
    overflow:hidden;
    white-space: nowrap;
    float:left;
    height: 20px;
}

h3.title {
	color: #4a504a;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px 26px 0px;
}

p.subtitle {
	color: #4a504a;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 0px 0px;

}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.topmargin {
	margin: 8px 0px 0px 0px;
}

h6.subTitle{
	color: #4a504a;
    margin: -46px 0px 20px 160px;
}

.headerImage{
    margin: 0px 0px 0px 310px;
    width: 1000px; 
}

.scrollit{
    overflow:scroll;
    overflow-x: hidden;
    height:inherit;
    scrollbar-face-color: #abcdef;

}

.instructions{
    height: 32px;
    width: inherit;
	background-color: #c7c7c7;
}


#selectCat{
    position: relative;
    top: 5px;
    left: 22px;
}

#selectFund{
    position: relative;
    top: 5px;
    left: 80px;
}
#selectComparison{
    position: relative;
    top: 5px;
    left: 240px;
}
#viewCorrelation{
    position: relative;
    top: 5px;
    left: 248px;
}


/*
tr:nth-child(even) {
    background-color: #76c0e8;
}
tr:nth-child(odd) {
    background-color: #65b0d8;
}
*/

td{
    width:173px;
    height: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

 button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    outline:none;
    width: 218px;
    height: 22px;
    color: #001f4b;
    text-align: left;
    padding-left: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.active{
    color:#fff;
    background-color: #354e71;
}
#cortool footer {
	margin-top: 0px;
}