/*
-----------------------------------------------
Author:   http://theMechanism.com
Version:  13 Oct 2009
----------------------------------------------- */

@import url("layout.css");
@import url("typography.css");
@import url("tables.css");
@import url("links.css");
@import url("forms.css");

@import url("_components/containers.css");
@import url("_components/navigation.css");

/* General
----------------------------------------------- */
body, a, a:visited, li, div, span {
	background-repeat: no-repeat;
}
abbr {
	border: none;
}
a:link abbr:hover, a:visited abbr:hover, a:hover abbr:hover, a:active abbr:hover {
	cursor: pointer;
}
	a:focus, object {
		outline: none; /* Just for Firefox */
	}
.hide-from-sighted-users {
	position: absolute;
	left: -9999em;
}
	thead.hide-from-sighted-users {
		display: none;
	}
	
img {
	border: 0;
	display: block;
}

.clearfix:after {
	clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
	
.printMessage {
	display: none;
}
