/* 
    Document   : general
    Created on : Nov 27, 2010, 1:33:13 AM
    Author     : Matt Schoen
    Description:
        General stylesheet for use in all projects
*/
/* General Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0px auto;
}
.clearboth {
	clear: both;
}
/*.rounded {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.error {
	color: red;
}*/
img {
	border: 0px;
	text-decoration: none;
}
table {
}
thead {
}
/*a:link		{ color: #000; }
a:visited	{ color: #333; }
p {
	text-indent:15px;
}*/
.no-select{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hidden{
	display:none;
}
