@charset "UTF-8";

/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/B/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/B/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/B/theme-purple.css");*/

/* COLOR THEME -- ROSE */
/*@import url("/TemplatePackage/css/B/theme-rose.css");*/

/* COLOR THEME -- TAN */
/*@import url("/TemplatePackage/css/B/theme-tan.css");*/

/* COLOR THEME -- TEAL */
/*@import url("/TemplatePackage/css/B/theme-teal.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/

/* =================================================
CSS from first build of Asbestos site
================================================= */


.note 
		{
		font-size: 95%;
		}
		
.new 
		{
		color: red;
		}
		

.rednote 
		{
		color: red;
		font-size: 100%;
		}
	
		
.call_out {
		margin: 0 0 10px;
		padding: 10px;
		color: #000000;
		background: #EEF2F8;
		border: 1px solid #A8BCD4;
		}

table.map
	{
	border-collapse: collapse;
	border-color: #CCCCCC;
	
	}
	
	
table.map caption
	{
	color: white;
	background-color: #666666;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 5px;
	font-weight: bold;

	}
	
table.map td
	{
	font-size: 90%;
	}
	
table.map th
	{
	background-color: #E8E8E8; 
	font-size: 100%;
	padding: 2px;
	}
	
#content_subpage div.call_out p, #content_subpage div.call_out li
		{
		color: #136;
		}

	
table.call_out 
		{
		margin: 5px auto 25px;
		padding: 0;
		width: auto;
		background: #EEF2F8;
		border-collapse: collapse;
		}
table.call_out td
		{
		padding: 5px;
		border: 1px solid #A8BCD4;
		vertical-align: top;
		}
table.call_out td.strong
		{
		font-weight: bold;
		}
table.call_out td ul
		{
		margin: 0 0 0 20px;
		padding: 0;
		}
table.call_out td li
		{
		margin: 0;
		padding: 0;
		}
table.call_out th
		{
		padding: 5px;
		text-align: left;
		color: #FFF;
		background: #036;
		border: 1px solid #036;
		border-bottom-color: #A8BCD4;
		}
table.call_out caption
		{
		margin: 5px 0 0;
		padding: 0;
		font-size: 10px;
		}
		
div.hr_6
		{
		background: #fff url('file:///T:/Webdev/images/div_hrz_blackdot3.gif') no-repeat 0px 0px;
		margin-left: 5px;
		margin-bottom: 0;
		height: 1px;
	    width: auto
		}
div.hr_7
		{
		background: #fff url('file:///T:/Webdev/images/div_hrz_blackdot3.gif') no-repeat 0px 0px;
		margin-left: 5px;
		margin-bottom: 10px;
		height: 1px;
	    width: auto
		}
div.hr_8
		{
		background: #fff url('file:///T:/Webdev/images/div_hrz_blackdot3.gif') repeat-x 0px 0px;
		margin-left: 5px;
		margin-bottom: 10px;
		height: 1px;
	    width: auto
		}
		
table.panel
		{
		/* float: right; */
		margin-left: 10px;
		width: 165px;
		}
		
/********** LINKS & GENERAL STYLES **********/

img.no_border
		{
		margin-bottom: 10px;
		}

div.img_right {
		float: right;
		margin-left: 10px;
		width: 233px;
		font-size: 85%;
		}
div.img_center {
		margin: 0 auto;
		width: 373px;
		font-size: 85%;
		}
		
div.img_left {
		margin: 0 10px 0 0;
		width: 373px;
		font-size: 85%;
		}

div.img_leftshort {
		margin: 0 0 0 0;
		width: 343px;
		font-size: 85%;
		}
				
div.img_center img, div.img_left img, div.img_right img, div.img_leftshort img
		{
		display: block;
		margin: 10px auto 5px;
		padding: 4px;
		border: 1px solid #E5E5E5;
		}