/*
-----------------------------------------------
Author:   http://theMechanism.com/
Version:  20 June 2008
-----------------------------------------------
*/

@import url("layout.css");
@import url("typography.css");
@import url("tables.css");
@import url("links.css");
@import url("forms.css");

@import url("_components/navigation.css");
@import url("_components/containers.css");

/* General
----------------------------------------------- */
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 */
	}
.outside {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
.hide-from-sighted-users, #preloader {
	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;
}