/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

body,ul, li,a,div {font-size:9pt;}
img {border:0px;}

.ui-dialog { font-size:9pt; }

.ui-dialog .ui-dialog-buttonpane { margin: 0 0 0 0; padding: 0 0 0 0; }	/* customize */
.ui-dialog .ui-dialog-buttonpane button { margin: 3 3 2 3; padding: 0 0 0 0;}

.ui-datepicker { font-size:9pt; width:200px; }	/* customize */
.ui-datepicker select.ui-datepicker-year { font-size:9pt; height:23px; padding:3px;}	/*customize */
.ui-datepicker select.ui-datepicker-month {width:55px; height:23px; padding:3px;}

.ui-autocomplete { font-size:9pt;}

.ui-jqgrid .ui-pg-input { width:25px; height:13px;font-size:.8em; margin: 0em;}

.ui-widget-content {margin: 0px -2px; 
scrollbar-face-color:#F7F7F7; scrollbar-shadow-color:#cccccc ; scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #cccccc;
}
/* .ui-widget-content .jqgrow  { border: 1px dotted #ccc } */
.ui-jqgrid-htable th.ui-th-column {font-weight:bold; color:#000;}

.ui-jqgrid .ui-state-default {	/* list background set */
	background: #DFEFFC url(/common/images/blue/titlebar_bg.jpg) repeat-x;
 	border:0px solid #fff;
}

.ui-state-default .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border:0px;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #a6c0e5;
background: #ddecf7 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
color: #363636;
}

/* --- jqGrid Page Numbering CSS --- */
/* .ui-button-text-only .ui-button-text { padding: 4px 3px; } */

.ui-jqgrid .ui-pg-table {padding:4px;}

/* current pg no */
.pg_no {
color:red; font-weight:bold; font-size:16px; borders:1px solid #4297D7;
}

/* other pg no */
td.myPager a {
position:relative;
top: 1px;
text-decoration: none !important;
border: 1px solid #909bab;
padding: 1px 5px 1px 5px;
margin-top:2px;
dfont-weight: bold;
font-size: 14px;
background: #D2d8e1;
/* color: #000; */
/* text-decoration:none; */
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000; text-decoration:none;}

div#dataGridPager_center { width: 70%; }
/* --- jqGrid Page Numbering CSS --- */


