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


/* TEMPORARY FIXES */

/* This is to create underlines on hyperlinks 
#wrapper .main-inner p a {text-decoration:underline;}
#wrapper .main-inner p a:hover {color:#cc0000;}
*/

h2{margin-bottom:10px;}

/* This is to remove padding from images in single modules */
/* Solution given by Cassian Pallansch via email and Wiki */
.rounders div img {padding:0px;}
/* BORDERERS */
.rounders .img-border{border:1px solid #cdcdcd;}

.img-border{border:1px solid #cdcdcd;}
.black-border{border:1px solid #000;}

/* ALIGNMENT */

.setLeft{ text-align:left;}
.setCenter{ text-align:center;}
.setRight{ text-align:right;}
.setTop{ vertical-align:top;}
.absmiddle{ vertical-align:middle;}
.setBottom{ vertical-align:bottom;}
.setTopLeft{vertical-align:top;text-align:left;}

.left-absmiddle{float:left;vertical-align:middle;}

.clearer{
	clear: both;
	height: 0;
	line-height: 0;
	/* line below is for older versions of IE */
	/* remove comment tags if necessary */
	/* font-size: px; */
}
.indent100{ padding-left:100px;}
.indent50{ padding-left:50px;}
.indent25{ padding-left:25px;}
.nowrapTD{
	white-space:nowrap;
}



/* MODULES */

.noBorder-noBold{ border:0;}
.module.noBorder-noBold.blocklist ul.nolines li { padding-bottom:20px;}
.module.noBorder-noBold ul.nolines li a { font-weight:normal;}


/*  READERS  */
#readers{
font-size:90%;
color:#666;
margin:20px 50px 5px 50px;
padding:10px;
border:1px solid #ccc;
background-color:#efefef;
}

/* COLORS */

.red-text{ color:#cc0000;}
.white-text{ color:#fff;}
.black-text{color:#000;}
.green-text{color:#006600;}

/* TEXTERERERS */


.note{
	font-size: 90%;
	color: #666;
	}
.note-contingent{
	font-size: 90%;
	color:#666;
	float:right;
	clear:right;
}
#wrapper .main-inner .note a:link, a:visited, a:active{
	color: #666;
}

.subcr{padding: 0 0 10px 10px;}

</p></body></html>