/* ---------------  Ext CSS -------------- */
/* Ext 2.0 */
.x-window-footer {
    position: relative;
    top: 0;
    right: 0;
}
.x-tab-strip span.x-tab-strip-text  {
	font-size: 15px;
}
.x-panel-header {
	font-size: 15px;
}
.x-tree-node {
	font-size: 15px;
}
.x-grid3-hd-row TD {
	font-size: 15px;
}
.x-grid3-row TD {
	font-size: 15px;
	LINE-HEIGHT: 20px;
}
.x-tip .x-tip-bd {
	font-size: 15px;
}
.x-tip h3 {
	font-size: 15px;
}
.x-tip .x-tip-bd-inner {
	font-size:15px;
}
.x-panel-tl .x-panel-header {
	font: normal 15px tahoma,arial,verdana,sans-serif;
}
.x-form-field {
	font: 15px tahoma,arial,helvetica,sans-serif;
}
.x-small-editor .x-form-field {
	font: 15px tahoma,arial,helvetica,sans-serif;
}
.x-combo-list-item {
	font: 15px tahoma,arial,helvetica,sans-serif;	
}	
.x-menu-list-item {
	font: 15px tahoma,arial,sans-serif;
}
.x-window-tl .x-window-header {
	font: bold 15px tahoma,arial,verdana,sans-serif;	
}
.x-layout-split-west .x-layout-mini {	
	BACKGROUND-IMAGE: url(../images/mini-left.jpg);	
}
.ext-ie .x-form-text {
	margin-top:1px;
} /* the textField missing bottom line */
.x-form-item {	
	font: 15px tahoma,arial,helvetica,sans-serif;
}
.x-grid-group-hd DIV {	
	font: bold 15px tahoma,arial,helvetica,sans-serif;
}

.x-tip .x-tip-body{font:normal 14px tahoma,arial,helvetica,sans-serif;margin:0!important;line-height:19px;color:#444;padding:0;}

/* custom the message box */
.x-window-dlg .x-window-header-text{
	font-size:11pt;
	font-family:"細明體";
}
.x-window-dlg .ext-mb-text {
	font-size:11pt;
}

/* custom the tools icons*/

.x-tool-myclose{
    width:20px;height:20px;margin-left:3px;
    background:  url(my-tool-sprites.gif) no-repeat;
    background-position:0px 0px;
}
.x-tool-myclose-over{
    width:20px;height:20px;margin-left:3px;
    background:  url(my-tool-sprites.gif) no-repeat;
    background-position:-20px 0px;
}

.x-tool-mysave{
    width:20px;height:20px;margin-left:3px;
    background:  url(my-tool-sprites.gif) no-repeat;
    background-position:0px -380px;
}
.x-tool-mysave-over{
    width:20px;height:20px;margin-left:3px;
    background:  url(my-tool-sprites.gif) no-repeat;
    background-position:-20px -380px;
}
.x-tool-myprint{
    width:20px;height:20px;;margin-left:3px;
    background:  url(my-tool-sprites.gif) no-repeat;
    background-position:0px -420px;
}
.x-tool-myprint-over{
    width:20px;height:20px;;margin-left:3px;
    background:  url(my-tool-sprites.gif) no-repeat;
    background-position:-20px -420px;
}
/* END */
