/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */

/* REQUIRED FOR 100% HEIGHT ON #kDashboardBackdrop */
html,body {
	height: 100%;
}

form {
	display: inline; 
}
body, div, p, td {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 100%;
	display: inline;
}
a img { border: none; }

table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#primaryContainer { width: 100%; }
#screenTemplate { margin: 0 auto; }

.kContentContainerTable { width: 100%; }
.komodoCustomInclude { display: inline; }

.ui-datepicker { font-size: 11px; }

input.disabledInput {
	background-color: white;
	color: #B4B4B4;
	border: 1px solid #BCBCBC;
	padding: 3px 2px;
	font-size: 12px !important;
}
