/* CSS Document */

/*right column*/
    #right-column {
    	padding: 20px 0;
    	margin-left: 700px;
    	font-size: 0.8em;
    }
    
    h3 {
    	font-size: 1.3em;
    	letter-spacing:	-0.01em;
    	margin: 0;
    	padding: 0;
    	color: #000000;
    }

   	#tools{
		width: 150px;
		margin: 3px 25px 35px 25px;
	}
	
	#assets{
		width: 150px;
		margin: 3px 25px 35px 25px;
	}
	
	#performance{
		width: 150px;
		margin: 3px 25px 35px 25px;
	}
	
	#admininstration{
		width: 150px;
		margin: 3px 25px 35px 25px;
		text-align: center;
	}
    
    #tools-title {
		background: #ba4848;
		background-image: url(/images/title_background.png);
    }
    
    #tools-content {
		background: #ba4848;
		background-image: url(/images/right_column_background.png);
    	background-repeat: no-repeat;
    	background-position: bottom;
    	margin-bottom: 30px;
    }
    
    #assets-title {
		background: #f7913f;
		background-image: url(/images/title_background.png);
    }
    
    #assets-content {
		background: #f7913f;
		background-image: url(/images/right_column_background.png);
    	background-repeat: no-repeat;
    	background-position: bottom;
    	margin-bottom: 30px;
    }

    #admininstration-title {
		background: #908e9b;
		background-image: url(/images/title_background.png);
    }
    
    #admininstration-content {
		background: #908e9b;
		background-image: url(/images/right_column_background.png);
    	background-repeat: no-repeat;
    	background-position: bottom;
    	margin-bottom: 30px;
    }
    
    .text {
        text-align: left;
        padding-left: 15px;
    }
    
    #performance-title {
		background: #8bcb4c;
		background-image: url(/images/title_background.png);
    }
    
    #performance-content {
		background: #8bcb4c;
		background-image: url(/images/right_column_background.png);
    	background-repeat: no-repeat;
    	background-position: bottom;
    }
    
    .left {
    	text-align: left;
		vertical-align: top;
    	font-weight: bold;
    	width: 90px;
    }
    
    .right {
    	text-align: right;
		vertical-align: top;
    	padding-left: 10px;
    	width: 60px;
    }

	
	#performance-content tr {
		height: 27px;
	}

    
    /* undo table properties for this id*/
    #performance-content table{
    	width: 150px;
    	font-size: 100%;
        line-height: 1.7em;
    	background: none;
		padding-bottom: 15px;
    }
    
    #assets-content table{
    	width: 150px;
    	font-size: 100%;
        line-height: 1.7em;
    	background: none;
    }
    
    /* If the browser supports CSS3,
    we don't actually need colorTableRows() */
    #performance-content tr:nth-child(odd) {
    	background: none;
    	}
    #assets-content tr:nth-child(odd) {
    	background: none;
    	}
    
    /* But we'll use it anyway because we're so cool */
    #performance-content tr.alternate {
    	background: none;
    	}
    #assets-content tr.alternate {
    	background: none;
    	}
		
#right-column-title {
    background-image: url(/images/findmarket_title.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -2px;
}
    
#right-column-contents {
   	background-image: url(/images/findmarket_background.jpg);
   	background-repeat: no-repeat;
   	background-position: bottom center;
   	margin-bottom: 30px;
}		
/*end of right column*/
