﻿/*==========================================================*
 *	STYLES FOR H&F Industry Data :: REFERENCES.css
 *==========================================================*/
 
/*\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_
 ° FARBEIMER:
 °\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_
 °
 ° #4265a2 (header dark blue)
 ° #087ecd (header light blue)
 ° #9a9a9a (bg grey)
 ° #666666 (def)
 ° #395e9c (ShortcutColor)
 ° #006699 (headline)
 °
 *\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/°\_/*/
 
 
/*==========================================================*
 *	BASICS
 *==========================================================*/
 
/*==========================================================*
 *	CONTENT 
 *==========================================================*/
td#content { 
	width: 590px;
 	padding-top: 0px;
 	padding-left: 18px;
 	padding-right: 8px;
	
	font-size: 11px;
	line-height:14px;
	
	color:#395e9c;
	
	background-color: #FFFFFF;
	background-image: url("../design/bg_content_ref.gif");
	background-repeat: repeat-y;
	
}

/* MSIE */

* html td#content { width: 616px; }

td#content h1 {
	font-size: 11px;
	font-weight:bold;
	color:#395e9c;
	margin-top: 20px;
	margin-bottom: 18px;
	width: 385px;
}


td#content p {	
	margin-top: 10px;
	margin-bottom: 18px;
	width: 385px;
}


td#content img {
	margin: 0px;
	margin-left: 5px;
	margin-right: 3px;
	border: 0px;
}

/* MSIE Image hack*/
* html div.csc-textpic-imagewrap dl dt img{
	float:right;
}

/*==========================================================*
 *	SHORTCUTS 
 *==========================================================*/
 
td#shortcuts {
	display: none;
	float:right;
}

/*==========================================================*
 *	BOTTOMFRAME 
 *==========================================================*/
div#bottomframe {background-image: url("../design/bg_content_noshort.gif");}



