	@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;
}
*/

.smalltext	{
	font-size: .9em;
	color: #666666;
	}

.rightpad {
	padding-right: 1em;	
	}

ul.smalltext.rightpad {
	margin-left: 0;
	padding-left: 0;
}

.bold {
	font-weight: bold;
	}
	
.indent-lr {
	margin: 0 30px;
	}

.column1 {
	float: left;
	width: 15%;
	}
	
.column2 {
	margin-left: 15%; 
	display: block;
	padding-bottom: 20px;
	}
	
.red {
	color: #ff0000;
	}
	
.alcoholred {
	color: #710826;
	}
	
.bold {
	font-weight: bold;
	}

p a.external span.tp-label {
	font-style: normal;	
}

.double-rule, .inner {
	min-height: 115px;
	/* padding: 0 4px 0 4px; */
}

p.lastchild {
	border-bottom: none;	
}

div.inner h3 a {
	font-size: .9em; 
	padding: 0;
	font-weight: 500;
}

div.group div {
	min-height: 80px;
	padding: 0;
	margin: 0;
}

div.group div p {

	padding: 0;
	margin: 0;
}

/*#content img {
  float: left;
}
*/