/*Telerik RadListView Sunset Skin*/

/*global*/

.RadListView_FSN
{
	border:1px solid #9ca6ba;
	background:#ffffff;
	color:#212326;
	font:12px/16px "segoe ui",arial,sans-serif;
}

.RadListView_FSN .rlvA
{
	background:#dce4f2;
}

.RadListView_FSN .rlvISel
{
	background:#6b96ed;
}

.RadListView_FSN .rlvIEdit
{
	background:#c5cee0;
}

/*buttons*/

.RadListView_FSN .rlvBAdd,
.RadListView_FSN .rlvBUpdate,
.RadListView_FSN .rlvBCancel,
.RadListView_FSN .rlvBDel,
.RadListView_FSN .rlvBEdit
{
	background-image:url('Grid/sprite.gif');
}

.RadListView_FSN .rlvBAdd
{
	background-position:0 -1646px;
}
.RadListView_FSN .rlvBUpdate
{
	background-position:0 -1800px;
}
.RadListView_FSN .rlvBCancel
{
	background-position:0 -1850px;
}
.RadListView_FSN .rlvBSel
{
	background-image:url('FormDecorator/CheckBoxSprites.gif');
	background-position:-2px -2px;
}
.RadListView_FSN .rlvISel .rlvBSel
{
	background-position:-2px -422px;
}
.RadListView_FSN .rlvBDel
{
	background-position:0 -1750px;
}
.RadListView_FSN .rlvBEdit
{
	background-position:0 -1700px;
}

.RadListView_FSN .rlvDrag
{
	background-image:url('ListView/drag.gif');
	background-position:center center;
}

/*flow*/

.RadListView_FSN div.rlvI,
.RadListView_FSN div.rlvA,
.RadListView_FSN div.rlvIEmpty,
.RadListView_FSN div.rlvIEdit
{
	border-color:#abb5c9;
}

.RadListView_FSN div.rlvISel
{
	border-color:#2f59ad;
}

/*grid*/

.RadListView_FSN tr.rlvHeader th
{
	border:1px solid;
	border-color:#799ee8 #3f6ecc #0a2c70 #073287;
	background:0 -2300px repeat-x #0944ba url('Grid/sprite.gif');
	color:#ffffff;
}

.RadListView_FSN tr.rlvI td,
.RadListView_FSN tr.rlvA td,
.RadListView_FSN tr.rlvISel td,
.RadListView_FSN tr.rlvIEmpty td,
.RadListView_FSN tr.rlvIEdit td
{
	border:1px solid;
	border-top:0;
	border-right:0;
}

.RadListView_FSN tr.rlvI td,
.RadListView_FSN tr.rlvIEmpty td
{
	border-color:#ffffff #ffffff #ffffff #abb5c9;
}

.RadListView_FSN tr.rlvA td
{
	border-color:#dce4f2 #dce4f2 #dce4f2 #abb5c9;
}

.RadListView_FSN tr.rlvISel td
{
	border-color:#4479e3 #4479e3 #2f59ad;
}

.RadListView_FSN tr.rlvIEdit td
{
	border-color:#c5cee0 #c5cee0 #c5cee0 #abb5c9;
}

/*single row*/

.RadListView_FSN td.rlvI,
.RadListView_FSN td.rlvA,
.RadListView_FSN td.rlvISel,
.RadListView_FSN td.rlvIEmpty,
.RadListView_FSN td.rlvIEdit
{
	border:0;
	border-right:1px solid #abb5c9;
}

.RadListView_FSN td.rlvISel
{
	border-color:#2f59ad;
}

/*floated*/

.RadListView_FSN .rlvFloated .rlvI,
.RadListView_FSN .rlvFloated .rlvA,
.RadListView_FSN .rlvFloated .rlvISel,
.RadListView_FSN .rlvFloated .rlvIEdit
{
	border-color:#9ca6ba;
}

/*edit*/

.RadListView_FSN .rlvInput
{
	border-color:#798294;
	background:#ffffff;
	color:#212326;
}
