/* Fonts
---------------------------------------------------------------------------------------- */
body,
input,
#search input,
.x-window-tl .x-window-header,
.x-tab-strip span.x-tab-strip-text,
.x-tab-strip-active span.x-tab-strip-text,
.x-btn,
.x-btn button,
.x-tab,
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label,
.x-grid-group-hd div,
.x-menu-list-item,
.x-form-item,
.x-form-field,
.x-fieldset-header-text,
.x-panel-tl .x-panel-header,
h2,
.x-window-mc,
.x-form-item 
{
	color:#595959;
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:11px;
	/*line-height:18px;*/
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td
{
	font-size:11px;
}

/* Typography
---------------------------------------------------------------------------------------- */
a {font-weight:500;text-decoration:none;}
a:hover{text-decoration:underline}
p {margin:0 0 18px}
ul {margin:0;padding:0;list-style:none;}

h2
{
	font-size:40px;
	line-height:40px;
	color:#64788c;
	font-weight:normal;
	padding-top:14px;
}

.contact h2
{
	font-size:19px;
	line-height:22px;
	height: 22px;
	color:#64788c;
	font-weight:normal;
	overflow: hidden;
	padding-top: 0px;
}

.ext-ux-wiz-Header-title
{
	
	font-size:21px;
	font-weight:normal;
	line-height:24px;

}



/* Accelerize */

.x-form-item label 
{
	padding: 0 0 0 0;
}

.ext-strict .x-small-editor .x-form-text {
	height:12px !important;
}

.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
    background-position: 0 center;
	background-repeat: no-repeat;
    padding-left:18px !important;
    padding-right:0px;
    height:16px;
}

.x-border-layout-ct {
background-color: #fff;
}

.x-border-layout-ct {
background-color:#fff;
}

.ext-webkit .x-form-text
{
	
	padding-top: 2px !important;
	line-height: 16px !important;
	font-size: 11px !important;
}

.wizard-button button
{
	height: 24px !important;
}

#member-actions
{
	font-size: 12px;
}

.empty-text
{
	margin-left:5px;
	background: #7b93ac url(//cakecdn.com/portals/150205/images/alert-overlay.png) repeat-x !important; 
    background-color: #7b93ac;
	color: #fff !important; 
	text-decoration: none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	font-size: 11px;
	line-height:12px !important;
	padding: 5px;
	
	text-align:center;
	font-size:18px;
	
}