/* CSS Document */
/* Span used by the main Select List Control as a container. */
.LC_C
{
	xbackground-color: Green;
	display: inline-block;
	text-decoration: none;
	width:100%;
}
/* List Body - Contains all column headings and rows */
.LC_B
{
	xbackground-color: Pink;
	display: inline-block;
	overflow: auto;
}
/* Column Headings Container */
.LC_CH_C
{
	background-color: #E0E3E8;
	border-bottom: solid 2px Gray;
	color: #000000;
	display: inline-block;
	height: 18px;
	vertical-align: bottom;
	white-space: nowrap;
	width: 100%;
}
/* Page Number Container */
.LC_PN_C
{
	background-color: #E0E3E8;
	border-top: solid 1px Gray;
	color: #000000;
	display: inline-block;
	height: 18px;
	vertical-align: bottom;
	white-space: nowrap;
	width: 100%;
}
/* Rows Container */
.LC_R_C
{
	xbackground-color: Orange;
	display: inline-block;
	aoverflow: auto;
	width: 100%;
}

/* ---------------------------------- */
/*          COLUMN HEADINGS           */
/* ---------------------------------- */

/* Column Heading Image Button Spacer */
.LC_CH_IBS
{
	display: inline-block;
	font-size: 10px;
	height: 12px;
	color: #000000;
	text-align:center;
}
/* Column Heading Column Button */
.LC_CH_CB
{
	color: #000000;
	display: inline;
	font-size: 10px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 2px 0px 0px 10px;
	text-align: left;
}
/* Column Heading Column Button Hover Effect */
as:hover ._LC_CB
{
	background-color: White;
	padding: 2px 0px 0px 0px;
	display: inline;
	font-size: 10px;
	height: 18px;
	color: #000000;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.LC_R_B 
{
	background-color: Green;
	margin: 2px 2px 2px 2px;
	color: #000000;
	display: inline;
}
.LC_ {
	color: #000000;	
	display: inline;
}
/* List Row Object */
.LC_LR
{
	display: block;
	border-bottom: solid 1px #DDDDDD;
	vertical-align: top;
	white-space: nowrap;
}
/* List Row Field Values */
.LC_LR_FV
{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}
as:hover ._LC_LR_FV {
	display: inline-block;
	background: #F0F0F0;
}
.LC_Button_Cell
{
	border: 0;
	padding: 0px 0px 0px 0px;
	display: inline;
	height: 14px;
	font-size: 9px;
	color: Black;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	margin: 0px 1px 0px 1px;
}
.LC_SC, .LC_Standard
{
	color: #000000;
	display: inline;
	font-size: 10px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 2px 0px 0px 10px;
	text-align: left;
}
.CRM_LC_MB_C
{
	background-color: #DADEEF;
	border-bottom: solid 1px Black;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFDADEEF, EndColorStr=#FFBDC4CC);
	padding: 2px 4px 4px 4px;
	text-align: left;
	width: 100%;
}
.CRM_LC_MI_C
{
	display: inline-block;
	font-size: 11px;
	height: 16px;
	padding: 3px 4px 1px 4px;
	vertical-align: top;
}
.CRM_LC_MI_I
{
	display: inline-block;
	font-size: 11px;
	height: 16px;
	overflow: hidden;
	vertical-align: top;
	width: 20px;
}
.CRM_LC_MI_L
{
	display: inline-block;
	font-size: 11px;
	height: 16px;
	vertical-align: top;
}
a:hover .CRM_LC_MI_C
{
	display: inline-block;
	background-color: #EDF1D5;
	border: solid 1px #466094;
	font-size: 11px;
	padding: 2px 3px 0px 3px;
}

	