.mfs_modaloverlay {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    min-height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 110%;
    z-index: 10001;
}
.mfs_modalwindow {
    background-color: white;
    display: none;
    left: 300px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    z-index: 10002;
}
* html .mfs_modaloverlay {
    position: absolute;
}
HTML, BODY {
    height: 100%;
}
* html SELECT {
    display: none;
}
* html .mfs_modalwindow SELECT {
    display: inline;
}
.jtable-title
{
    text-align: left;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 1px;
    height: 24px;
    position: relative;
}
div.jtable-title
{
    background:url('../images/title-bg.png') left;
    color: #FFFFFF;
    border-color: #C6D5E1;
}
div.jtable-title div.jtable-title-text
{
    font-weight: bold;
    font-size: 14px;
    margin: 3px;
}

.roundcorners {
	border:1px solid;
	border-radius:5px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

.roundshadow {
	border:1px solid;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow:    1px 1px 3px 4px #ccc;
	-webkit-box-shadow: 1px 1px 3px 4px #ccc;
	box-shadow:         1px 1px 3px 4px #ccc;
}

#login input {
   border:none;
   -webkit-box-shadow:0 0 5px #808080 inset;
   -moz-box-shadow:0 0 5px #808080 inset;
   box-shadow:0 0 5px #808080 inset;
   height:25px;
   line-height:20px;
   text-indent:5px;
}

.tralign {
	text-align: right;
}
.tcalign {
	text-align: center;
}
.tlalign {
	text-align: left;
}
.tlfalign {
	text-align: left;
	float: left;
}

	
.mfsSave {
	border:1px solid;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	cursor:pointer;
	float:left;
	padding-top :3px;
	font-size:15px;
	text-align:center;
	width:90px;
	line-height:22px;
    	vertical-align: middle;
	background-color: #FFDC93;
}

.mfsList {
	border:1px solid;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	cursor:pointer;
	margin-right: auto;
	margin-left: auto;
	padding-top :3px;
	font-size:15px;
	text-align:center;
	width:90px;
	line-height:22px;
    	vertical-align: middle;
	background-color: #FFDC93;
}

.mfsCancel {
	border:1px solid;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	cursor:pointer;
	float:right;
	padding-top :3px;
	font-size:15px;
	text-align:center;
	width:90px;
	line-height:22px;
    	vertical-align: middle;
	background-color: #FFDC93;
}

.dpanel {
	background-color: silver;
	border:1px solid;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	overflow:scroll;
	background-color: silver;
	width:100%;
	height:100%;
	background-color: silver;
	border-style:ridge;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.mfshdr {
	border:1px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
  height:450px;
  width:100%;
  border:0px;
  overflow: scroll;

}
.mfsftr {
	height: 20px;
	border:1px;
	border-top-style:dotted;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000066;
	font-weight:400;

}

.noFocus:focus {
    outline: none;
}
.imgsub {
 cursor:pointer;
}

.style3 {
	border: 1px solid #666666;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style:none;
	text-align:center;
	cursor:pointer;
	color:#666666;
	background-color: #FFDC93;

}
.style4 {
	text-align:center;
	cursor:pointer;
	color:#666666;
	background-color: #FFDC93;
}
.tophdr {
	text-align:center;
	cursor:pointer;
	color:#006699

}
.tophdr:hover{
	text-align: center;
	cursor: pointer;
	background-color: #CCCCCC;
}

.accessmenu {	background-color : silver;
}

.acessmenu:hover{	cursor: pointer;
	color:#006699
	background-color : #D89F00;
}

.rpt{
	cursor: pointer;
}

.viewimage{
    cursor: pointer;
}