/* LAYOUT */

.left {
	float: left !important;
	display: inline;
}

.right {
	float: right !important;
	display: inline;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

.hidden {
	display: none !important;
}

.align-top {
	vertical-align: top;	
}

.align-bottom {
	vertical-align: bottom;	
}

/*http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/*/

.hidden-text {
	text-indent: -9999px;
	/*overflow: hidden;*/
	color: transparent;
	text-transform: capitalize;
}

.hr {
	border-top: 1px solid #D9DCE1;
	height: 0px;
	clear: both;
}

/* APPEARANCE */

.no-background {
	background: none no-repeat scroll 0 0 transparent !important;
}

.white-text-color {
	color: #fff !important;
}

.black-text-color {
	color: #000 !important;
}

.grey-text-color {
	color: #6C6F74;
}

.blue-text-color {
	color: #22B0C8;
}

/* SPACING */

.no-border {
	border: none !important;
}

.no-border {
	border: none !important;
}

.top-0 {
	margin-top: 0px !important;
	padding-top: 0px;
}

.top-3 {
	margin-top: 3px;
}

.top-5 {
	margin-top: 5px;
}

.top-8 {
	margin-top: 8px;
}

.top-10 {
	margin-top: 10px;
}

.top-15 {
	margin-top: 15px;
}

.top-20 {
	margin-top: 20px;
}

.top-30 {
	margin-top: 30px;
}

.top-40 {
	margin-top: 40px;
}

.left-10 {
	margin-left: 10px;
}

.left-15 {
	margin-left: 15px;
}

.left-20 {
	margin-left: 20px;
}

.right-5 {
	margin-right: 5px;
}

.right-10 {
	margin-right: 10px;
}

.right-15 {
	margin-right: 15px;
}

.right-20 {
	margin-right: 20px;
}

.bottom-3 {
	margin-bottom: 3px;
}

.bottom-5 {
	margin-bottom: 5px;
}

.bottom-10 {
	margin-bottom: 10px;
}

.bottom-15 {
	margin-bottom: 15px;
}

.bottom-20 {
	margin-bottom: 20px;
}

.bottom-30 {
	margin-bottom: 30px;
}

.error {
	color: #f00;
}

ul.error li, ul.error li:hover {
	background: none;
	width: auto !important;
	color: #f00 !important;
	list-style-type: disc;
}

.smaller-1 {
	font-size: 0.917em;
}

.smaller-2 {
	font-size: 0.833em;
}

.larger-1 {
	font-size: 1.083em;
}

.larger-2 {
	font-size: 1.167em;
}

.bold {
	font-weight: bold;
}