/*Telerik RadListView Vista Skin*/

/*global*/

.RadListView_CustomVista
{
	border:1px solid #9cb6c5;
	background:#fff;
	color:#333;
}

.RadListView_CustomVista .rlvISel
{
	background:#abdbf5;/*#d7f0fc*/
}

.RadListView_CustomVista .rlvIEdit
{
	background:#6ab5dc;
}

/*buttons*/

.RadListView_CustomVista .rlvBAdd,
.RadListView_CustomVista .rlvBUpdate,
.RadListView_CustomVista .rlvBCancel,
.RadListView_CustomVista .rlvBDel,
.RadListView_CustomVista .rlvBEdit
{
	background-image:url('Grid/sprite.gif');
}

.RadListView_CustomVista .rlvBAdd
{
	background-position:0 -1650px;
}
.RadListView_CustomVista .rlvBUpdate
{
	background-position:0 -1800px;
}
.RadListView_CustomVista .rlvBCancel
{
	background-position:2px -1848px;
}
.RadListView_CustomVista .rlvBSel
{
	background-image:url('FormDecorator/CheckBoxSprites.gif');
	background-position:-2px -2px;
}
.RadListView_CustomVista .rlvISel .rlvBSel
{
	background-position:-2px -422px;
}
.RadListView_CustomVista .rlvBDel
{
	background-position:0 -1750px;
}
.RadListView_CustomVista .rlvBEdit
{
	background-position:0 -1700px;
}

/*flow*/

.RadListView_CustomVista div.rlvI,
.RadListView_CustomVista div.rlvA,
.RadListView_CustomVista div.rlvIEmpty,
.RadListView_CustomVista div.rlvIEdit
{
	border-color:#ededed;
}

.RadListView_CustomVista div.rlvISel
{
	border-color:#d7f0fc;
}

/*grid*/

.RadListView_CustomVista tr.rlvHeader th
{
	border:1px solid;
	border-color:#fff #dcf2fc #3c7fb1 #8bbdde;
	background:0 -2300px repeat-x #a6d9f4 url('Grid/sprite.gif');
}

.RadListView_CustomVista tr.rlvI td,
.RadListView_CustomVista tr.rlvA td,
.RadListView_CustomVista tr.rlvISel td,
.RadListView_CustomVista tr.rlvIEmpty td
{
	border:1px solid;
	border-top:0;
}

.RadListView_CustomVista tr.rlvI td,
.RadListView_CustomVista tr.rlvA td,
.RadListView_CustomVista tr.rlvIEmpty td
{
	border-color:#fff #fff #fff #ededed;
}

.RadListView_CustomVista tr.rlvISel td
{
	border-color:#d7f0fc #abdbf5;
}

.RadListView_CustomVista tr.rlvIEdit td
{
	border-color:#96cfee #96cfee #ededed #ededed;
}

/*single row*/

.RadListView_CustomVista td.rlvI,
.RadListView_CustomVista td.rlvA,
.RadListView_CustomVista td.rlvISel,
.RadListView_CustomVista td.rlvIEmpty,
.RadListView_CustomVista td.rlvIEdit
{
	border:0;
	border-right:1px solid #ededed;
}

.RadListView_CustomVista td.rlvISel
{
	border-color:#d7f0fc;
}

/*edit*/

.RadListView_CustomVista .rlvInput
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff;
	color:#000;
}

/*pager*/

.RadDataPager_CustomVista
{
	border:1px solid #9cb6c5;
	background:#eff7fc;
	color:#333;
}

.RadDataPager_CustomVista .rdpInfoPart
{
	color:#8a8a8a;
}

.RadDataPager_CustomVista .rdpInfoPart strong
{
	color:#4c4e54;
}

.RadDataPager_CustomVista .rdpPageFirst,
.RadDataPager_CustomVista .rdpPagePrev,
.RadDataPager_CustomVista .rdpPageNext,
.RadDataPager_CustomVista .rdpPageLast
{
	background:transparent no-repeat url('Grid/sprite.gif');
}

.RadDataPager_CustomVista .rdpPageFirst
{
	background-position:0 -550px;
}
.RadDataPager_CustomVista .rdpPageFirst:hover
{
	background-position:0 -600px;
}
.RadDataPager_CustomVista .rdpPagePrev
{
	background-position:0 -700px;
}
.RadDataPager_CustomVista .rdpPagePrev:hover
{
	background-position:0 -750px;
}
.RadDataPager_CustomVista .rdpPageNext
{
	background-position:0 -850px;
}
.RadDataPager_CustomVista .rdpPageNext:hover
{
	background-position:0 -900px;
}
.RadDataPager_CustomVista .rdpPageLast
{
	background-position:0 -1000px;
}
.RadDataPager_CustomVista .rdpPageLast:hover
{
	background-position:0 -1050px;
}

.RadDataPager_CustomVista .rdpPagerButton
{
	border:1px solid #a6d9f4;
	background:#cfcfcf repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	font:12px/12px arial;
}

.RadDataPager_CustomVista .rdpNumPart a:hover,
.RadDataPager_CustomVista .rdpNumPart a:hover span,
.RadDataPager_CustomVista .rdpNumPart a.rdpCurrentPage,
.RadDataPager_CustomVista .rdpNumPart a.rdpCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadDataPager_CustomVista .rdpNumPart a
{
	color:#000;
}

.RadDataPager_CustomVista .rdpNumPart a:hover
{
	background-position:100% -1250px;
	color:#06c;
}

.RadDataPager_CustomVista .rdpNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadDataPager_CustomVista .rdpNumPart a.rdpCurrentPage,
.RadDataPager_CustomVista .rdpNumPart a.rdpCurrentPage:hover
{
	background-position:100% -1450px;
	color:#000;
}

.RadDataPager_CustomVista .rdpNumPart a.rdpCurrentPage span,
.RadDataPager_CustomVista .rdpNumPart a.rdpCurrentPage:hover span
{
	background-position:0 -1350px;
}

