@CHARSET "UTF-8";

/* Custom stylesheet */
.tableErrorText {
	font-size: 9px;
	color: red;
}
.tableIcon {
	text-align: center;
}

table.form0Class {

	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

table.form0Class tr td {
	text-align: left;
	vertical-align: top;
}

table.form0Class tr td.formInput {
	text-align: left;
}

.red {
	color: red;
	margin-left: 2px;
	margin-right: 2px;
}

.errorBox {
	border: inset;
	border-color:red;
	border-width: 0px;
	padding-left: 20px;
	background-image: url("../img/error_msg_icon.gif");
	background-repeat: no-repeat;
	color: red;
	font-size: 11px;
	height: 20px;
}

.successBox {
	border: inset;
	border-color:red;
	border-width: 0px;
	padding-left: 20px;
	background-image: url("../img/success_msg_icon.gif");
	background-repeat: no-repeat;
	color: green;
	font-size: 11px;
	height: 20px;
	
}

/* Copy from frame layout */
body {
	margin: 2;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

body, option, textarea, input {
	
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

#framecontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color:white; /* KBank Green #138f34 */
	color: white;
}

#maincontent {
	position: fixed;
	top: 80px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;	
	background: #fff;
}

.innertube {
	border: 0px solid red;
	margin-bottom: 15px;
	/*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body { /*IE6 hack*/
	padding: 80px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent { /*IE6 hack*/
	height: 100%;
	width: 100%;
}