@charset "UTF-8";
/* CSS Document */
.flexigrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
}
.flexigrid table
{
	margin-bottom:0;
}


.stgrid
{
}
.stgrid table
{
	border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
	width:100%;
}
.stgrid tr td table
{
	border: none;
    border-radius: 0;
}
.stgrid tr td table td, .stgrid tr td table th {
    font-size: 1em;
}
.stgrid table td, .stgrid table th
{
	font-size:1.2em;
}
.stgrid table thead
{
}
.stgrid table thead tr
{
	border-radius: 4px 4px 4px 4px;
}
.stgrid table thead tr th
{
	background: -moz-linear-gradient(center top , #FBFBFB 0%, #F0F0F0 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top !important;
}
.stgrid .action_bar {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 4px 4px 0 0;
    font-size: 1.2rem;
    padding: 10px;
}
.stgrid table thead tr th.grd_checkall
{
	width:10px;
}
.stgrid table thead tr.searchSubHeader th input
{
	display:inline-block;
	width:100%;
}
.stgrid table thead tr.searchSubHeader th select
{
	display:inline-block;
	width:100%;
}
.stgrid div.uiButton:hover,.stgrid div.uiButton:focus
{
	background: -moz-linear-gradient(center top , #ECECEC 0%, #E5E5E5 100%);
}
.stgrid div.uiButton {
	margin:0 3px;
	background:-moz-linear-gradient(center top , #F9F9F9 0%, #F0F0F0 100%);
	border-color: #D9D9D9 #D9D9D9 #D0D0D0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #FBFBFB inset;
}
.stgrid div.uiButton input {
	color:#12799A;
}

.stgrid table tbody
{
}
.stgrid table tbody tr.gridRow
{
}
.stgrid table tbody tr.gridRow.erow td {
    background: none repeat scroll 0 0 #F7F7F7;
}

.stgrid table tbody tr.gridRow td
{
	overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top !important;
	background:#ffffff;
}
.stgrid table tbody tr.h_gridRow td
{
	background:transparent;
}
.stgrid table tbody tr.gridRow.trSelected td, .stgrid table tbody tr.gridRow:hover td{
    background: none repeat scroll 0 0 #FFFCD3;
}
.stsubgrid table tbody tr.gridRow.trSelected td, .stsubgrid table tbody tr.gridRow:hover td{
    background: none;
}
.stsubgrid table tbody tr.gridRow.erow td {
    background: none ;
}
.stgrid .panigation
{
	text-align:right;
	font-size:0.7em;
}
.stgrid .panigation .current {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #DDEEFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #6EA1D4;
    padding: 1px 2px 0;
}
.stgrid .page-numbers.action-divider
{
	display:inline-block;
	margin-right: 6px;
    padding: 10px 10px 10px 0;
}
.stgrid .page-numbers.action-divider ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.stgrid .page-numbers.action-divider ul li
{
	display:inline-block;
	margin-left:3px;
}
.stgrid .page-numbers.action-divider ul li a, .stgrid .page-numbers.action-divider ul li span
{
	color:#12799A;
}
.stgrid .panigation .dropdown {
    margin-top: -4px;
}
.stgrid .panigation .dropdown {
    display: inline-block;
}