@charset "utf-8";

/**
 * GLOBAL DEFINITIONS
 *
 */


/*****************************************************************************************************
 * Clearfix
 *****************************************************************************************************/
/* .g-cf,
.form-item {
	zoom: 1.0;
}
.g-cf:after,
.form-item:after {
	content: '.';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
} */
.g-cf:before,
.g-cf:after {
	content: "";
	display: table;
}
.g-cf:after {
	clear: both;
}
.ie7 .g-cf {
	zoom: 1.0;
}


/*****************************************************************************************************
 * Inline-Block Level Elements
 *****************************************************************************************************/
.g-inline-block {
	display: inline-block;
	vertical-align: top;
}
.ie7 .g-inline-block,
.ie6 .g-inline-block {
	display: inline;
	zoom: 1.0;
}


/*****************************************************************************************************
 * Image Replacement
 *****************************************************************************************************/
.g-ir {
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	text-transform: capitalize;
}
.g-ir-2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.g-ir-3 {
	font: 0/0 serif !important;
	text-shadow: none !important;
	color: transparent !important;
}


/*****************************************************************************************************
 * List Structure
 *****************************************************************************************************/
.g-list-custom,
.g-list-custom ul,
.g-list-custom ol {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}


/*****************************************************************************************************
 * Borders Off
 *****************************************************************************************************/
.g-borders-none,
.g-borders-none td,
.g-borders-none th {
	border: 0 none !important;
}


/*****************************************************************************************************
 * Unvisible Elements
 *****************************************************************************************************/
.g-hidden { /* Hide for both screenreaders and browsers: http://css-discuss.incutio.com/wiki/Screenreader_Visibility */
	display: none;
	visibility: hidden;
}
.g-invisible { /* Hide visually and from screenreaders, but maintain layout */
	visibility: hidden;
}


/*****************************************************************************************************
 * Table Layouts
 *****************************************************************************************************/
.g-layout-fixed {
	table-layout: fixed !important;
}
.g-layout-auto {
	table-layout: auto !important;
}


/*****************************************************************************************************
 * Box Alignment
 *****************************************************************************************************/
.g-block-align-left {
	float: left !important;
}
.g-block-align-right {
	float: right !important;
}
.g-block-align-center {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.g-indents-none {
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
}


/*****************************************************************************************************
 * Alignment in Table Cells
 *****************************************************************************************************/
.g-cell-align-top,
.g-cell-align-top td,
.g-cell-align-top th {
	vertical-align: top !important;
}
.g-cell-align-bottom,
.g-cell-align-bottom td ,
.g-cell-align-bottom th{
	vertical-align: bottom !important;
}
.g-cell-align-middle,
.g-cell-align-middle td,
.g-cell-align-middle th {
	vertical-align: middle !important;
}


/*****************************************************************************************************
 * Text Alignment
 *****************************************************************************************************/
.g-text-align-center {
	text-align: center !important;
}
.g-text-align-right {
	text-align: right !important;
}
.g-text-align-left {
	text-align: left !important;
}