@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;
}
*/
.margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
}

.releaseDate {
	font-size: .95em;
	color: #999999;
}


.genericLabel {
	font-size: .95em;
	color: #999999;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
}
.label {
	font-size: .9em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 0px;
}
.smallgraydate {
	font-size: 0.8em;
	color: #666666;
	text-transform: uppercase;
}