@charset "utf-8";
/* CSS Document */

/*
*	CUSTOM COLUMN FORMATTING
*/
.altgridrow
{
	background: #DFEFFC;
}

.cursor_selectable
{
	cursor: pointer;
	text-decoration: underline;	
}

.no_underline
{
	text-decoration: none;	
}

.jqs_highlight
{
	background-color: #FF9;	
	font-weight: bold;
}

.wrap_text
{
	white-space: normal !important;	
}

.padding_left
{
	padding-left: 6px;	
}

.padding_right
{
	padding-right: 6px;	
}

/*
*
*	DEFAULT OVERRIDES
*
*/
.ui-jqgrid, .ui-jqgrid *
{
	font-size: inherit !important;	
}

.ui-state-hover, .ui-state-hover *
{
	background: #CA292D !important;
	color: #FFF !important;	
}

.ui-jqgrid .ui-jqgrid-htable th div
{
	height: 19px !important;	
}

.ui-widget
{
	font-family: inherit;
	font-size: inherit;	
}
