/*Telerik RadListView Fotohub Skin*/

/*global*/

.RadListView_Fotohub
{
	border:1px solid #bbb99d;
	background:#fff;
	color:#272522;
}

.RadListView_Fotohub .rlvA
{
	background:#f1e9dc;
}

.RadListView_Fotohub .rlvISel
{
	background:#eea96b;
}

.RadListView_Fotohub .rlvIEdit
{
	background:#e1dac7;
}

/*buttons*/

.RadListView_Fotohub .rlvBAdd,
.RadListView_Fotohub .rlvBUpdate,
.RadListView_Fotohub .rlvBCancel,
.RadListView_Fotohub .rlvBDel,
.RadListView_Fotohub .rlvBEdit
{
	background-image:url('Grid/sprite.gif');
}

.RadListView_Fotohub .rlvBAdd
{
	background-position:0 -1650px;
}
.RadListView_Fotohub .rlvBUpdate
{
	background-position:0 -1800px;
}
.RadListView_Fotohub .rlvBCancel
{
	background-position:2px -1848px;
}
.RadListView_Fotohub .rlvBSel
{
	background-image:url('FormDecorator/CheckBoxSprites.gif');
	background-position:-2px -2px;
}
.RadListView_Fotohub .rlvISel .rlvBSel
{
	background-position:-2px -422px;
}
.RadListView_Fotohub .rlvBDel
{
	background-position:0 -1750px;
}
.RadListView_Fotohub .rlvBEdit
{
	background-position:0 -1700px;
}

/*flow*/

.RadListView_Fotohub div.rlvI,
.RadListView_Fotohub div.rlvA,
.RadListView_Fotohub div.rlvIEmpty,
.RadListView_Fotohub div.rlvIEdit
{
	border-color:#cabaab;
}

.RadListView_Fotohub div.rlvISel
{
	border-color:#ad5e2f;
}

/*grid*/

.RadListView_Fotohub tr.rlvHeader th
{
	border:1px solid;
	border-color:#e98879 #cd6a3f #71250a #872b07;
	background:0 -2300px repeat-x #b94d0a url('Grid/sprite.gif');
	color:#fff;
}

.RadListView_Fotohub tr.rlvI td,
.RadListView_Fotohub tr.rlvA td,
.RadListView_Fotohub tr.rlvISel td,
.RadListView_Fotohub tr.rlvIEmpty td,
.RadListView_Fotohub tr.rlvIEdit td
{
	border:1px solid;
	border-top:0;
	border-right:0;
}

.RadListView_Fotohub tr.rlvI td,
.RadListView_Fotohub tr.rlvIEmpty td
{
	border-color:#fff #fff #fff #cabaab;
}

.RadListView_Fotohub tr.rlvA td
{
	border-color:#f1e9dc #f1e9dc #f1e9dc #cabaab;
}

.RadListView_Fotohub tr.rlvISel td
{
	border-color:#e38443 #e38443 #ad5e2f;
}

.RadListView_Fotohub tr.rlvIEdit td
{
	border-color:#e1dac7 #e1dac7 #e1dac7 #cabaab;
}

/*single row*/

.RadListView_Fotohub td.rlvI,
.RadListView_Fotohub td.rlvA,
.RadListView_Fotohub td.rlvISel,
.RadListView_Fotohub td.rlvIEmpty,
.RadListView_Fotohub td.rlvIEdit
{
	border:0;
	border-right:1px solid #cabaab;
}

.RadListView_Fotohub td.rlvISel
{
	border-color:#ad5e2f;
}

/*pager*/

.RadDataPager_Fotohub
{
	border:1px solid #bbb99d;
	background:#dee0c8;
	color:#272522;
}

.RadDataPager_Fotohub .rdpInfoPart
{
	color:#676462;
}

.RadDataPager_Fotohub .rdpInfoPart strong
{
	color:#272522;
}

.RadDataPager_Fotohub .rdpPageFirst,
.RadDataPager_Fotohub .rdpPagePrev,
.RadDataPager_Fotohub .rdpPageNext,
.RadDataPager_Fotohub .rdpPageLast
{
	background:transparent no-repeat url('Grid/sprite.gif');
}

.RadDataPager_Fotohub .rdpPageFirst
{
	background-position:0 -550px;
}
.RadDataPager_Fotohub .rdpPageFirst:hover
{
	background-position:0 -600px;
}
.RadDataPager_Fotohub .rdpPagePrev
{
	background-position:0 -700px;
}
.RadDataPager_Fotohub .rdpPagePrev:hover
{
	background-position:0 -750px;
}
.RadDataPager_Fotohub .rdpPageNext
{
	background-position:0 -850px;
}
.RadDataPager_Fotohub .rdpPageNext:hover
{
	background-position:0 -900px;
}
.RadDataPager_Fotohub .rdpPageLast
{
	background-position:0 -1000px;
}
.RadDataPager_Fotohub .rdpPageLast:hover
{
	background-position:0 -1050px;
}

.RadDataPager_Fotohub .rdpPagerButton
{
	border:1px solid;
	border-color:#b97322 #9d5d13 #824703;
	background:#f4be77 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#3d1400;
	font:12px/12px arial;
}

.RadDataPager_Fotohub .rdpNumPart a:hover,
.RadDataPager_Fotohub .rdpNumPart a:hover span,
.RadDataPager_Fotohub .rdpNumPart a.rdpCurrentPage,
.RadDataPager_Fotohub .rdpNumPart a.rdpCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadDataPager_Fotohub .rdpNumPart a
{
	color:#272522;
}

.RadDataPager_Fotohub .rdpNumPart a:hover
{
	background-position:100% -1250px;
	color:#863d02;
}

.RadDataPager_Fotohub .rdpNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadDataPager_Fotohub .rdpNumPart a.rdpCurrentPage,
.RadDataPager_Fotohub .rdpNumPart a.rdpCurrentPage:hover
{
	background-position:100% -1450px;
	color:#5d1f00;
}

.RadDataPager_Fotohub .rdpNumPart a.rdpCurrentPage span,
.RadDataPager_Fotohub .rdpNumPart a.rdpCurrentPage:hover span
{
	background-position:0 -1350px;
}
