html {
	height: 100%;
}
body {
/*    padding:20px;
    padding-top:32px;*/
	background-repeat:no-repeat;
background-attachment:fixed;
	height:100%;
}
.x-portal-body {
    background:#f5f5f5 !important;
}
.select140 {
    width:140px !important;
}
#page {
/*    padding-top: 15px;*/
}
.logomen {
	margin-top:6px;
	margin-left:-8px;
	margin-right: 16px;
	float:left;
	}
.view {
	float:left;
	width: 20%;
	}
#footer {
	height: 300px;
	width:100%;
	background-image:url('/img/fleckfooter.png');
	background-repeat:no-repeat;
background-position:right bottom;
vertical-align:middle;

	}
	.infoot {
	width:95%;
	height: 150px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
	margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-shadow: 0px 1px 0px white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.8), 0px 4px 10px rgba(0, 0, 0, 0.6);
}

.x-routeMatch td div {
	font-weight:bold !important;
}
#livecallstable {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	height:100%;
}
#content {
	height:100%;
}
img {
	vertical-align: top !important;
	max-width: none !important;
}
th.css-vertical-text {
	color:#333;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	bottom:0;
	vertical-align: 'bottom';
	vertical-align:'left';
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
}
/*!
 * Ext JS
 * Copyright(c) 2006-2012 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
/*body {
    padding:20px;
    padding-top:32px;
}*/
.x-body {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:13px;
}
p {
    margin-bottom:15px;
}
h1 {
    font-size:18px;
    margin-bottom:20px;
}
h2 {
    font-size:14px;
    color:#333;
    font-weight:bold;
    margin:10px 0;
}
.example-info{
    width:150px;
    border:1px solid #c3daf9;
    border-top:1px solid #DCEAFB;
    border-left:1px solid #DCEAFB;
    background:#ecf5fe url( info-bg.gif ) repeat-x;
    font-size:10px;
    padding:8px;
}
pre.code{
    background: #F8F8F8;
    border: 1px solid #e8e8e8;
    padding:10px;
    margin:10px;
    margin-left:0px;
    border-left:5px solid #e8e8e8;
    font-size: 12px !important;
    line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:50%;
    top:10px;
    width:400px;
    margin-left:-200px;
    z-index:20000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}
.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}

.feature-list {
    margin-bottom: 15px;
}
.feature-list li {
    list-style: disc;
    margin-left: 17px;
    margin-bottom: 4px;
}
legend {
    margin-bottom: 0px !important;
    width:auto !important;
    border-style: none none none !important;
}
.x-form-checkbox {
    width: 15px !important;
}
.x-form-item-body {
    position: static !important;
}
.x-fieldset-header-default > .x-fieldset-header-text {
    position:static;
}