/*----------------------------------------------------
 $ ui css style sheet for cms@home system
 $ include jtable, select
 $
------------------------------------------------------*/


/* jtable style */

TD {FONT-size: 13px; CURSOR: default; }

.jtable_hwnd { text-align:left; border:1px solid #99bbe8; border-top:0px solid #99BBE8; overflow:hidden;}
.jtable_frame {overflow:hidden; position:relative; border:0px solid blue; background:white URL(images/jtable/grid-col.gif) repeat-x left -1px;border: 0x solid red;}

.jtable_titlebar {background: white URL(images/jtable/grid_title.gif) repeat-x left top; font-weight: bold; color: #15428B; padding: 7px 3px 3px 1px; height: 18px; width: 100%;OVERFLOW: hidden; WHITE-SPACE: nowrap; text-overflow:ellipsis;}

.jtable_title { border-RIGHT: #CCC 1px solid;  BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #555 0px solid; PADDING: 3px 0px 0px 0px; OVERFLOW: hidden;  WHITE-SPACE: nowrap;}
	
.jtable_title_over {background: white URL(images/jtable/grid_col_over.gif) repeat-x left top; border-RIGHT: #CCC 1px solid;  BORDER-TOP: #fff 1px solid; BORDER-LEFT: #fff 1px solid;  BORDER-BOTTOM: #555 0px solid; PADDING: 3px 0px 0px 0px; OVERFLOW: hidden;  WHITE-SPACE: nowrap;}

.jtable_cdata {BORDER-RIGHT: #ddd 1px solid;  PADDING: 3px 0px 0px 1px; vertical-align : middle; BORDER-TOP: #fff 0px solid; OVERFLOW: hidden; BORDER-left: 0px solid #FFF; BORDER-BOTTOM: #ddd 1px solid; WHITE-SPACE: nowrap; text-overflow:ellipsis;}

.jtable_toolbar {border-top: 1px solid #99BBE8; background: #DAEDF7 URL(images/jtable/toolbars.gif) repeat-x left top; font-weight: normal; padding: 3px 3px 1px 1px; height: 25px; width: 100%;OVERFLOW: hidden; WHITE-SPACE: nowrap; text-overflow:ellipsis;}";

.jtable_toolbar ul{width: 100%;}

.jtable_toolbar li{list-style:none; float:left; height:24px; line-height:24px; padding:0px 8px;}

.jtable_table_header_group{position:relative; overflow:hidden; border: 1px solid #FF9900;}

.jtable_table_group {position:relative; overflow: auto; border: 0px solid green;}

.jtable_div_moveline{width: 1px; height: 1px; background: red; display: none; position: absolute;}

.jtable_div_dashbox{position: absolute; border: 1px solid #99BBE8; filter: alpha(opacity=50);  -moz-opacity: .5; background: #DFE8F6; display: none;}

.jtable_div_dragbox_top {position: absolute; border: 0px solid #99BBE8; width: 8px; height: 9px; background: url(images/jtable/col-move-top.gif) no-repeat left top; display: none;}

.jtable_div_dragbox_bottom{position: absolute; border: 0px solid #99BBE8; width: 8px; height: 9px; background: url(images/jtable/col-move-bottom.gif) no-repeat left top; display: none;}

.jtable_div_contextmenu {position: absolute;  border: 0px solid red; width: 14px; height: 21px; background: url(images/jtable/mb.gif) no-repeat left center; display: none;}

.jtable_plugin_hwnd {
	
}

.jtable_plugin_hwnd_split {
	background-image: url(images/jtable/grid-blue-split.gif) no-repeat 0px center;
}

.jtable_plugin_page_first {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-first.gif) no-repeat center center;
}

.jtable_plugin_page_first_disabled {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-first-disabled.gif) no-repeat center center;
}

.jtable_plugin_page_prev {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-prev.gif) no-repeat center center;
}

.jtable_plugin_page_prev_disabled {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-prev-disabled.gif) no-repeat center center;	
}

.jtable_plugin_page_next {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-next.gif) no-repeat center center;	
}

.jtable_plugin_page_next_disabled {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-next-disabled.gif) no-repeat center center;	
}

.jtable_plugin_page_last {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-last.gif) no-repeat center center;	
}

.jtable_plugin_page_last_disabled {
	width: 20px; 
	height: 16px;
	border-width: 0px;
	background: url(images/pages/page-last-disabled.gif) no-repeat center center;	
}
