
.MainBody {
	float:inherit;
	display: block;
	min-width: 880px;
	overflow: visible;
	margin:0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
.NavBtnOn {
	display:block;
	background-image: url(../images/common/nav_btn_on.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	font-family: Zawgyi-One, zawgyi1;
	font-size: 9pt;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #333333;
}
a.NavBtn, a.NavBtn:visited {
	display:block;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	font-family: Zawgyi-One, zawgyi1;
	font-size: 9pt;
	padding: 5px 10px;
	text-decoration: none;
	color: #333333;
	cursor: hand;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}
a.NavBtn:hover {
	background-image: url(../images/common/nav_btn_hover.gif);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	border-left-color: #777777;
	border-right-color: #777777;
	border-top-color: #777777;
	color: #333333;
}
.Page_Top{
	background-image: url(../images/common/bg_T.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Page_Bottom{
	background-image: url(../images/common/bg_B.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Page_Left{
	background-image: url(../images/common/bg_L.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.Page_Right{
	background-image: url(../images/common/bg_R.gif);
	background-repeat: repeat-y;
	background-position: Right;
}
.Page_CTL{
	background-image: url(../images/common/bg_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #FFFFFF;
}
.Page_CTR{
	background-image: url(../images/common/bg_TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	background-color: #FFFFFF;
}
.Page_CBL{
	background-image: url(../images/common/bg_BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	background-color: #FFFFFF;
}
.Page_CBR{
	background-image: url(../images/common/bg_BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	background-color: #FFFFFF;
}
.Footer {
	text-align: center;
	display: block;
	margin: 0px;
	background-color: #F7F7F7;
	padding: 5px 10px;
	font-family: Zawgyi-One, zawgyi1;
	font-size: 9pt;
	vertical-align: middle;
}

.BoxA_TL{
	background-image: url(../images/common/inbg_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #FFFFFF;
}
.BoxA_TR{
	background-image: url(../images/common/inbg_TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	background-color: #FFFFFF;
}
.BoxA_BL{
	background-image: url(../images/common/inbg_BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	background-color: #FFFFFF;
}
.BoxA_BR{
	background-image: url(../images/common/inbg_BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	background-color: #FFFFFF;
}
.BoxA_T{
	background-image: url(../images/common/inbg_T.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
.BoxA_L{
	background-image: url(../images/common/inbg_L.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BoxA_R{
	background-image: url(../images/common/inbg_R.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.BoxA_B{
	background-image: url(../images/common/inbg_B.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



#OuterShell {
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#ErrPane {
    color: #FF0000;
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#PageBar{
    display:block;
    overflow:visible;
    text-align:right;
    height:25px;
}
.myLabel{
	color: #333333;
	text-align: left;
	vertical-align: top;
}




#DisableBG{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: url("http://www.dhammabank.com/images/common/fade.png");
}
#DialogBox{
    position:absolute;
    left:500px;
    top:300px;
    width:400px;
    border:10px solid #AAAAAA;
    background:#FFFFFF;
}

#DialogBody{
    height:50px;
    padding:5px;
}
#DialogHeader{
    font-weight:bold;
    text-align:left;
    padding:5px;
    background:#009900;
    color:#FFFFFF;
}
#DialogFooter{
    border-top:1px solid #AAAAAA;
    overflow:none;
    padding:5px;
    text-align:right;
}
#InnerBox{
    border:1px solid #777777;
    background:#FFFFFF;
    padding:0px;
}
#BtnB{
    position:absolute;
    right:3px;
    top:3px;
    width:10px;
    height:10px;
    margin:1px;
    background:#FFFFFF;
    padding:3px;
}
a.BtnA{
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
    background:#CCCCCC;
    color:#FFFFFF;
    margin:5px;
    border-top:1px solid #777777;
    border-left:1px solid #777777;
    border-bottom:1px solid #777777;
    border-right:1px solid #777777;
    
}
a.BtnA:hover {
    padding-bottom:3px;
    background:#999999;
    color:#FFFFFF;
    
}

