/* Styles for the IFRAME pages through to other TDS related websites 
 *
 * A relatively positioned block contains a floating layer which overlays the right hand column with its width.
 * The right hand elements in the column below the login box are not displayed, as a special variable is specified
 * to the header include.
 *
 */
#tds_scheme_container{position: relative;
					  margin-top: 10px;
					  height: 2750px} /* make 50px more than height of iframe */ 
					  		/*need to enforce height here, because the floating layer below won't */

#tds_scheme_iframe_layer{position:absolute;
				  top:0; left:0;
				  border: 1px solid #000000;
				  background: #FFFFFF;
				  width: 970px;
				  z-index: 1000;
				  height: 2750px; /* make 50px more than height of iframe */
				  overflow:hidden;
				  margin:0;
				  padding:0}
				  
		#tds_scheme_iframe_layer p {padding: 2px;
									margin: 0;
								    background-color:#CCCCCC;
								    color: #666666;
								    font-size: 10px}
