/* 
*************************************************

Project:		CMA
Author:   		Brent Graham
Version:  		2008.09
Description:	Import core screen media stylesheet's
 
************************************************* */

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("screen/typography.css");
@import url("screen/core.css");
@import url("screen/navigation.css");
@import url("screen/home.css");
@import url("screen/tables.css");
@import url("screen/forms.css");
@import url("screen/jquery.lightbox-0.5.css");
/* end import/hide */

/* Global Utility Classes 
----------------------------------------------- */

.hide               { display: none; }
.invisible          { visibility: hidden; }

.left               { float: left; }
.right              { float: right; }

.nowrap 			{ white-space: nowrap;}

.clear  			{ clear: both; }
.clearfix:after     { clear: both; content: ".";  display: block; height: 0; visibility: hidden; }
.clearfix           { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix    { height: 1%; }
.clearfix           { display: block; }
/* End hide from IE-mac */

/* Off screen in visual browsers */
.ir 	 { text-indent: -9999px; overflow: hidden; }
.sr-only { position: absolute; top: -9999px; left: -9999px; height: 1px; width: 1px; overflow: hidden; text-indent: -9999px; }

.clickable:hover { cursor:pointer; }

.negative { color:#990000; }
.positive { color:#2c822c; }

.deteriorating { color:#990000; }
.improving { color:#2c822c; }
p.center { text-align:center; }