﻿body{ font-family:"Microsoft YaHei";}
.mini-buttonedit-border,
.mini-textbox-border
{
    border-radius: 2px; 
}
.mini-panel-border
{
    border-radius:0px;   
}

 
 
.mini-tabs-header-right .mini-tab
{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;     
}

.mini-tabs-header-left .mini-tab
{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;     
}
.mini-tabs-header-bottom .mini-tab
{
    border-top-right-radius:0px;
    border-top-left-radius:0px;     
}
.mini-tabs-header-top .mini-tab
{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px; 
}


/*----------------------------------- bgcss ----------------------------------*/
.bg-toolbar
{
    background:#f0f0f0;
}


/*----------------------------------- tools ----------------------------------*/
.mini-tools .mini-tools-close
{
    background:url(images/tools/close.gif) no-repeat 50% 50%;
    width:13px;	
}
/*
.mini-tools .mini-tools-collapse
{
    background:url(images/tools/collapse.gif) no-repeat 50% 50%;
    width:15px;	
}
.mini-tools .mini-tools-expand
{
    background:url(images/tools/expand.gif) no-repeat 50% 50%;
    width:15px;	
}
.mini-tools-close
{
    background:url(images/tools/close.gif) no-repeat 50% 0px;
    width:15px;	
}
*/

/*----------------------------------- toolbar ----------------------------------*/

.mini-toolbar
{
    border:solid 1px #ccc;
    background:#fafafa;
}
.separator
{
    border-left:solid 1px #bbb;    
}

/*----------------------------------- button ----------------------------------*/


.mini-button
{
    background-image:none; background-color:#d2e2f1;
    border-radius:5px;
    font-size:14px;
	font-family:"微软雅黑", "黑体", "宋体";
     color:#1d426f;
	  border:1px solid #b5cff2;
	 padding:0px;
	vertical-align:middle;
    text-decoration:none;
    text-align: center;
    display:inline-block;
    zoom:1;    
    cursor:pointer;
    -khtml-user-select: none;
    -moz-user-select:none;
    vertical-align:middle;          
    outline:none;
}

.mini-button-text
{   
    line-height:16px; 
	padding:5px 13px 5px 13px;
    line-height:17px\9;
    vertical-align:top;
    display:inline-block;    
    padding:3px 8px 2px 8px\9;    
    +padding:3px 8px 2px 8px;  
    _padding:2px 8px 2px 8px;  
}
 

body a:hover.mini-button
{background-image:none;
	background-color:#c5d3ed;
	 padding:0px;
	 border:1px solid #b5cff2;	
	 
}
body a:active.mini-button
{background-image:none;
	background-color:#96b7e4;
	 padding:0px;
	
	
}
body .mini-button-pressed, body a:hover.mini-button-pressed,
body .mini-button-checked, body a:hover.mini-button-checked,
body a.mini-button-popup, body a:hover.mini-button-popup
{background-image:none;
	background-color:#c5d3ed;
	/*-webkit-box-shadow:inset 0 0 5px 3px #d4d4d4;
	box-shadow:inset 0 0 5px 3px #d4d4d4	*/
}


body a.mini-button-disabled, body a:hover.mini-button-disabled {
    
    color: #fff;
    background-color:#bdccdb;
	background-image:none;
    cursor: default;
}





/*----------------------------------- textbox ----------------------------------*/
.mini-textbox-border
{
    background:#fff;
	border-color:#d7d7d7; 
	  
}
.mini-textbox{
	width: 275px;
	border: solid 1px #d7d7d7;
	font-size: 14px;
	color: #4c4c4c;
	text-indent: 10px;
	border-radius:0px;
}
.mini-textbox-border
{
    background:white;
    border: solid 1px #d7d7d7;
	border-radius:0px;
    display:block;    
    position:relative;overflow:hidden;       
}

.mini-textbox-input
{
    cursor:text;
    background:none;
    background:url(about:blank) no-repeat\0;        
    width:100%;
    border:0;
    padding: 0;
    margin:0;
    padding:0;
    outline:none;
    float:left;
    _position:absolute;
    _left:2px;
    _top:0px;
}


body .mini-textbox-focus .mini-textbox-border
{
    border-color: #adadad;
}
.mini-required .mini-textbox-border,
.mini-required .mini-buttonedit-border
{
    background:#fcfeff;
}
.mini-required .mini-textboxlist-border,.mini-required .mini-textboxlist-input{
    background: #e9f2fa;
	
}

/*----------------------------------- buttonedit ----------------------------------*/

.mini-buttonedit-border
{
	
	border:#d7d7d7 solid 1px;    
	border-radius:0px;
	
}


body .mini-buttonedit-focus .mini-buttonedit-border
{
    border-color: #d7d7d7;
    
}
.mini-buttonedit-button
{
    background: #fff;    
    border-left:solid 1px #d7d7d7;
	 border-radius:0px;
    color: #fff;
	padding:0;
	margin:0;
	 text-align:center; font-size:14px; 
}
.mini-buttonedit-input
{
	
    
    
    background:url(about:blank) no-repeat\0;        
    border: 0;     
   
    font-family: Verdana;
    font-size: 9pt;        
    padding: 0;
    margin:0;  
    outline:none;    
    z-index:1;
    cursor:text;    
    width:100%;
	float:right;
    _position:absolute;
    _left:2px;
    _top:0px;
    
    
}

.mini-popup
{
    background:white;
    border:1px solid #d7d7d7;
    overflow:auto;
    position:absolute;
    left:0;
    top:0;
    font-size:9pt;
    font-family:Tahoma, Verdana, 宋体;   
}


.mini-buttonedit-button-hover,
.mini-buttonedit-hover .mini-buttonedit-button
{
	color:#fff;		
	background:#fff;
	border-width:0px;
	border-left:solid 1px #adadad;
}
.mini-buttonedit-button-pressed,
.mini-buttonedit-popup .mini-buttonedit-button
{
	background:#fff;
	color:#fff;
	border-width:0px;
	border-radius:0px;
	border-left:solid 1px #d7d7d7;
}
.mini-buttonedit-icon
{
    margin-top:1px;
}
.mini-popupedit .mini-buttonedit-icon
{
    background:url(images/buttonedit/arrow.gif) no-repeat  1px 2px;
}
.mini-datepicker .mini-buttonedit-icon
{
    background:url(images/buttonedit/date.gif) no-repeat  1px 2px;
}


/*------------------------- panel -----------------------*/
.mini-panel-border
{    
    border:1px solid #ccc;     
}
.mini-panel-header
{
    height:25px;
    background:#deeaf2;
	padding:0px;
    color:#5090fa;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
	border-radius:5px 5px 0 0;
	border-bottom:none;
}
.mini-tools span {
    width: 15px;
    height: 15px;
    margin-right:5px;
	margin-top:3px;
}

.mini-panel-header-inner
{
   padding-top:4px;
}
.mini-panel-toolbar
{
    border-bottom:solid 1px #d7e9f5;
    background:#f0f3f7;
}

.mini-panel-footer
{
    border-top:solid 1px #ccc;
    background:#eeeeee;
}




/*----------------------------- window -------------------------*/
.mini-window .mini-panel-header
{    
    background:#F5F5F5;
}
.mini-window .mini-panel-footer
{
    background:#fafafa;
}
/*.mini-tools-max
{
	background:url(images/tools/max.gif) no-repeat;
}
.mini-tools-restore
{
	background:url(images/tools/restore.gif) no-repeat;
}*/


/*------------------- navbar ------------------*/
.mini-outlookbar-border
{
    border:0px;         
}
.mini-outlookbar-group {
	overflow: hidden;
	height: auto;
	border-bottom: none;
	position: relative;
}
.mini-outlookbar .mini-outlookbar-groupHeader
{
  /*  background:#d9e8fb url(images/navbar/header.gif) repeat-x 0 0;    */
  position: relative;
		   
			background-color:#288ce2;
			background-image:none;
		    cursor: pointer;
		    overflow: hidden;
		    height: 30px;
			line-height:30px;
			padding-top:10px;
		    padding-left:20px;
		    padding-right: 15px;
			font-family: "微软雅黑", "黑体", "宋体";
			font-size: 14px;
			color: #fefefe;
			border-bottom:#51a1e5 solid 1px;
			
}

.mini-outlookbar-groupHeader {
		   border-top:#51a1e5 solid 1px;}
		
	.mini-outlookbar-groupHeader a:hover{
		   border-top:#51a1e5 solid 1px; background-color:#096;}
		   	
.mini-outlookbar .mini-outlookbar-groupTitle
{
    font-weight:normal;
}
.mini-outlookbar .mini-outlookbar-group 
{
    border-color:#ccc;
}
.mini-outlookbar .mini-outlookbar-groupBody
{    
   border-top: none;
}
/* view2 */
.mini-outlookbar-view2 .mini-outlookbar-groupHeader
{
    border:solid 1px #ccc; 
}
.mini-outlookbar-view2 .mini-outlookbar-groupBody
{    
    background:#fff;
}
/* view3 */
.mini-outlookbar-view3 .mini-outlookbar-group
{
    border:solid 1px #ccc; 
}

.mini-outlookbar .mini-tools-collapse
{
    width:15px;	
}
/*
.mini-outlookbar .mini-outlookbar-expand .mini-tools-collapse
{
    background:url(images/navbar/expand.gif) no-repeat 50% 50%;   
}
.mini-outlookbar .mini-outlookbar-collapse .mini-tools-collapse
{
    background:url(images/navbar/collapse.gif) no-repeat 50% 50%;   
}

*/



/*----------------------- splitter -----------------------*/
.mini-splitter-border
{
    border:solid 1px #ccc;     
}
.mini-splitter .mini-splitter-pane1{
    border-color:#ccc;
}
.mini-splitter .mini-splitter-pane2{
    border-color:#ccc;
}

/*----------------------- tree -----------------------*/
.mini-tree-nodetitle {
	margin-top: 0px;
	margin-right: 2px;
	height: 24px;
	line-height: 24px;
}
.mini-tree-node-ecicon {
	height: 24px;
}

.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-firstAndlast
{
   background-position:50% 70%;
    background-image:url(images/tree/firstAndlastexpand.gif);
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-firstAndlast
{
    background-position:50% 50%;
    background-image:url(images/tree/firstAndlastcollapse.gif);
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first
{
    background:transparent url(images/tree/firstCollapseNode.gif) no-repeat 1px 0;
	
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-last
{
    background:transparent url(images/tree/lastCollapseNode.gif) no-repeat 1px -1px;
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-last
{
    background:transparent url(images/tree/lastExpandNode.gif) no-repeat 2px -1px;
}
.mini-tree-treeLine .mini-tree-node-ecicon-firstAndlast
{
    background-position:50% 50%;
    background-image:url(images/tree/lastLine.gif);
}
.mini-tree-treeLine .mini-tree-node-ecicon-last
{
    background:transparent url(images/tree/lastline.gif) no-repeat 2px -5px; 
}
.mini-tree-treeLine .mini-tree-node-ecicon
{
    background:transparent url(images/tree/treeNodeLine.gif) no-repeat 1px -4px; 
}
.mini-tree-treeLine .mini-tree-indent{
    background:transparent url(images/tree/treeline.gif) repeat-y 9px 0px; 
}
.mini-tree-leaf
{
    background-image:url(images/tree/leaf.gif);
}

.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first
{
    background:transparent url(images/tree/firstExpandNode.gif) no-repeat 2px 0;
}
.mini-tree-folder
{
    background-image:url(images/tree/folder.gif);
}
.mini-tree-expand .mini-tree-folder
{
    background-image:url(images/tree/folder-open.gif);
}

.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-firstLast
{
    background:transparent url(images/tree/collapse.gif) no-repeat 0px 0;
}
.mini-grid-group-collapse .mini-grid-groupTitle
{
    background:url(images/grid/collapse.gif) no-repeat 3px 6px;
}
.mini-grid-ecIcon
{
    display:inline-block;
    width:18px;
    height:20px;    
    background:no-repeat 50% 50%;  
    outline:none;
    background-image:url(images/tree/collapse.gif);
}
.mini-tree-collapse .mini-tree-node-ecicon
{
    background-image:url(images/tree/collapse.gif);
}
.mini-tools .mini-tools-expand
{
    background:url(images/tools/expand.gif) no-repeat 50% 50%;
    width:13px;	
}
.mini-panel-collapse .mini-tools-collapse
{
    background:url(images/tools/expand.gif) no-repeat 50% 50%;
}
.mini-outlookbar .mini-outlookbar-expand .mini-tools-collapse
{
    background:url(images/tools/expand.gif) no-repeat 50% 50%;   
}
.mini-grid-table
{
    position:relative;
    text-align:left;
    
    table-layout:fixed;
    display:table;
    width:100%; 
    height:0px;
}
.mini-grid-groupTitle
{
    background:url(images/grid/expand.gif) no-repeat 4px 6px;
    color:#333;
    font-family:Tahoma, Verdana, 宋体;
    font-size:9pt;
    font-weight:bold;    
    padding:4px;
    padding-top:6px;
    border-bottom-width:1px;
    border-right-width:1px;    
    padding-left:23px;
    overflow:visible;
    white-space:nowrap;
}
.mini-grid-expandRow .mini-grid-ecIcon
{
    background-image:url(images/tree/expand.gif);
    background-position:2px 50%;
}
.mini-tree-expand .mini-tree-node-ecicon
{
    background-image:url(images/tree/expand.gif);
    background-position: 3px 0px;
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-firstLast
{
    background:transparent url(images/tree/expand.gif) no-repeat 1px 0;
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon{
    background:transparent url(images/tree/expandLine.gif) no-repeat 2px -1px;
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon{
    background:transparent url(images/tree/collapseLine.gif) no-repeat 1px -1px;
}
/*----------------------- checkcolumn -----------------------*/

/*----------------------- layout -----------------------*/
.mini-layout-border
{
    border-color:#ccc;
}

.mini-layout-region {
	border: #fff solid 1px;
	position: absolute;
	padding: 0;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

.mini-layout-region-icon
{
    float:left;
    width:16px;
    height:16px;
    overflow:hidden;
    vertical-align:middle;
    margin-right:4px;
    margin-left: 5px;
	margin-top:9px;
}

.mini-layout-region-header
{
	background-color:#0b72cb;
	background-image:none;
	height:28px;
	border-bottom: 0px;
	font-size:12px; color:#fefefe; line-height:28px;
}

.mini-layout-proxy
{
    border-color:#ccc;
    background:#F5F5F5;
}
.mini-layout-proxy-hover
{
    background:#fafafa;    
}

/*----------------------- mini-button-plain -----------------------*/


/*------------------------- menu --------------------------------*/



.mini-menuitem
{
    line-height:40px;
	height:40px;  
	font-family: "微软雅黑", "黑体", "宋体";
			font-size: 14px;
			color: #fefefe;
			background-color:#419dec;
			border-bottom:#fff solid 1px;
			
}


.mini-menuitem-hover,  .mini-menu-popup
{
   
	background-color:#71b48b;
	background-image:none;
	padding:0px;
	border:0px;
}





.mini-menuitem-selected
{padding: 0px;
    border:0px;
    background-color:#71b48b;
	background-image:none;
}
.mini-menuitem-text, .mini-menuitem-text a
{
    color:#fefefe;
	border:0px;
	
}
.mini-separator
{
    border:0px;
}

/* menu horizontal */
.mini-menu-horizontal .mini-menu-inner
{
    background:#f5f5f5;
	border:0px;
}
.mini-menu-horizontal .mini-menuitem-hover
{
    border:0px;
    background:#55b889;
}
.mini-menu-horizontal  .mini-menu-popup
{
    border:0px;
    background:#55b889;
}

/*---------------------- listbox -----------------------------*/
.mini-listbox-border
{    
    border:1px solid #5f90f2;
}
.mini-listbox-border td
{
    line-height:20px;       
}
.mini-listbox-item td{
	border-top:white 1px dotted;
	border-bottom:white 1px dotted;	
}
.mini-listbox-item-hover td{
    background:#dff1ff;
	border-top:#ccc 1px dotted;
	border-bottom:#ccc 1px dotted;
}
.mini-listbox-item-selected td{
	background:#f5f5f5;
	border-top:#ccc 1px dotted;
	border-bottom:#ccc 1px dotted;
}
.mini-listbox-header
{
    background:##5090fa;
    border-bottom:solid 1px #ccc;
}

/*------------------- treegrid --------------------*/
.mini-treegrid-border
{
    border-color:#98c0f4;
}

.mini-treegrid-header
{
    border-bottom:none;
}
.mini-treegrid-headerInner
{
    background:#E7EBEF url(images/treegrid/header.png) repeat-x 0 0;
}
.mini-treegrid td
{
    border-color:#d0d0d0;    
}
.mini-treegrid-header td
{
    border-color:#d0d0d0;
}

.mini-treegrid-selectedNode
{
	background:#cbdaf0;
}
.mini-treegrid-hoverNode
{
    background:#dfe8f6;
}
/*
.mini-treegrid-expand .mini-treegrid-ec-icon
{
	background-image:url(images/treegrid/expand.gif);
	background-position:50% 50%;
}
.mini-treegrid-collapse .mini-treegrid-ec-icon
{
	background-image:url(images/treegrid/collapse.gif);
	background-position:50% 50%;
}*/
.mini-treegrid-leaf
{
    background-image:url(images/treegrid/file.png);
}
.mini-treegrid-folder
{
    background-image:url(images/treegrid/folder.gif);
}

/*---------------------- calendar -----------------------------*/
.mini-calendar
{    
    border:1px solid #ccc;       
}
.mini-calendar-header
{   
    background:#f5f5f5;    
    border-bottom:solid 1px #ccc;    
}
.mini-calendar-footer
{
    border-top:solid 1px #ccc;
    background:#fafafa;    
}
.mini-calendar-tadayButton, .mini-calendar-clearButton,
.mini-calendar-okButton, .mini-calendar-cancelButton
{
    background: #fc6262;
    border-color: #fff;
    color: #fff;
}
.mini-calendar-menu-selected, a:hover.mini-calendar-menu-selected
{
    color:#333;
    background:#414a59;
    border:solid 1px #ccc;
}

.mini-calendar .mini-calendar-selected
{
     color:#333;
    background:#f5f5f5;
    border:solid 1px #ccc;
}
.mini-calendar .mini-calendar-today
{
    border:1px solid #C00000;
}
.mini-calendar-daysheader td
{border-bottom:solid 1px #dedede;    
}
    
/*---------------------- tabs -----------------------------*/

.mini-tabs-scrollCt
{
    border-color:#ccc;
    background:#fafafa;
}

.mini-tabs-leftButton, .mini-tabs-rightButton
{
    border:solid 1px #b5afaf;
    background-color:#EBEBEE;
}
a:hover.mini-tabs-leftButton,a:hover.mini-tabs-rightButton
{
    border:solid 1px #80a4d0;
    background-color:#E1E8FD;
}
/* top */
.mini-tabs-bodys
{
    border-color:#ccc;
	padding:0px;
	
}
.mini-tabs-space
{
    border-color:#ccc;
}
.mini-tabs-space2
{
    border-color:#ccc;
}

.mini-tab
{
  text-align:center; height:30px; line-height:30px; border: 1px solid #ccc; color: #333;  background: #fff; font-size:14px;
}


.mini-tab-hover
{    
    background:#fff;
	color:#ffb03d;
	 border-bottom:1px solid #ccc;
	
}
.mini-tab-active
{
   border-top:solid 1px #ffb03d;
   border-bottom:solid 1px #fff;
    background:#fff;
	color:#ffb03d;
}

/* bottom */
.mini-tabs-header-bottom .mini-tabs-space,
.mini-tabs-header-bottom .mini-tabs-space2
{
    border:0;
    border-top: 1px solid #ccc;
}
.mini-tabs-header-bottom .mini-tabs-bodys
{    
    border:solid 1px #ccc;
    border-bottom:0;
}
.mini-tabs-header-bottom .mini-tab-active
{
    border-top:solid 1px white;
    border-bottom:solid 1px #ccc;
}
.mini-tabs-body-bottom
{
    border:solid 1px #ccc;
    border-bottom:0;
}
/* left */
.mini-tabs-header-left .mini-tabs-space,
.mini-tabs-header-left .mini-tabs-space2
{
    border:0;
    border-right: 1px solid #ccc;
}
.mini-tabs-header-left .mini-tabs-bodys
{
    border:solid 1px #ccc;
    border-left:0;
}
.mini-tabs-header-left .mini-tab-active
{    
    border:solid 1px #ccc;
    border-right:solid 1px white;
}
.mini-tabs-body-left
{
    border:solid 1px #ccc;
    border-left:0;
}
/* right */
.mini-tabs-header-right .mini-tabs-space,
.mini-tabs-header-right .mini-tabs-space2
{
    border:0;
    border-left: 1px solid #ccc;
}
.mini-tabs-header-right .mini-tabs-bodys
{    
    border:solid 1px #ccc;
    border-right:0;
}
.mini-tabs-header-right .mini-tab-active
{    
    border:solid 1px #ccc;
    border-left:solid 1px white;
}
.mini-tabs-body-right
{
    border:solid 1px #ccc;
    border-right:0;
}
/*---------------------- tree -----------------------------*/


.mini-tree-node-hover .mini-tree-nodeshow
{
    background:#fafafa;
	border:solid 1px #ccc;	
	border-radius: 4px; 	  
}
.mini-tree-selectedNode .mini-tree-nodeshow
{
    background:#f5f5f5;
	border:solid 1px #ccc;	
	border-radius: 4px; 
}

.mini-tree-leaf
{
    background-image:url(images/tree/leaf.gif);
}
.mini-tree-folder
{
    background-image:url(images/tree/folder.gif);
}
.mini-tree-expand .mini-tree-folder
{
    background-image:url(images/tree/folder-open.gif);
}
/*------------------- checkbox --------------------*/
.mini-checkbox
{
    font-size:9pt;
    font-family:Tahoma,Verdana,宋体;
    line-height:22px;
	height:15px; 
	width:15px; 
	border:#ccc solid 1px;
	 
}
.mini-checkbox-check
{
    padding:0;
    margin:0;
    margin-right:4px;
    vertical-align:bottom;
    vertical-align:middle;
    width:15px;height:15px;
}

/*------------------- grid --------------------*/

.mini-grid-border
{
    border-color:#e6e6e6;
}
.mini-grid-header
{
    background:#5090fa;
	color:#fff;
	
}
.mini-grid-headerCell, .mini-grid-topRightCell
{
    background:#5090fa;
	height:30px;
	color:#fff;
	border-right:#51a1e5 solid 1px;
	text-align:center;
}
.mini-grid-cell
{
	line-height:30px;
    border-color:#e3eaf2;
	font-family:"微软雅黑", "黑体", "宋体";
	border-bottom-color:#e5e5e5;
}
.mini-grid-filterRow
{
    background:#fafafa;
}
.mini-grid-footer, .mini-grid-pager
{
    border-top:solid 1px #ccc;    
    background:#fafafa;
}
.mini-grid-columnproxy
{
    background:#f5f5f5;
    border:#c5c5c5 1px solid;    
}
.mini-grid-cell-inner, .mini-grid-headerCell-inner
{
    font-size:9pt;
    line-height:24px;    
}

.mini-grid-row-alt
{
    background:#f6f9fe;
}


body .mini-grid-row-hover, body .mini-grid-row-hover .mini-grid-frozenCell
{
    background:#ccdfed;    
}
html body .mini-grid-row-selected, body .mini-grid-row-selected .mini-grid-frozenCell
{
    background:#dff1ff;		
}

/*------------------- pager --------------------*/
.mini-pager-first
{    
    background:url(images/pager/first.gif) no-repeat;
}

.mini-pager-prev
{
    background-image:url(images/pager/prev.gif);
}
.mini-pager-next
{
    background-image:url(images/pager/next.gif);
}

.mini-pager-last
{
    background-image:url(images/pager/last.gif);
}

/*htmlfile*/
.mini-htmlfile .mini-buttonedit-button
{   
    border:1px solid #cccccc;
    border-top:#ffffff; 
    border-right:#ffffff;
    background:#ffffff;
    color:#333; 
}
/*---------------------- progressbar -----------------------------*/
.mini-progressbar
{
    border:1px solid #ccc;
    border-radius: 4px; 
}
.mini-progressbar-border
{
    border:1px solid #ccc;
    border-radius: 4px; 
}
.mini-progressbar-bar
{
    background:#e2eff8;
}
.mini-progressbar-text
{ 
    color:#222; 
}