﻿/* modifierat skin web_20 */
/*global*/
.RadGrid_Web20 {color:#333; font-size:11px;}

/*header*/
.GridHeader_Web20, .ResizeHeader_Web20 {padding: 4px 0; font-weight: bold; border-bottom: 2px solid #69c; text-align:left; }
.GridHeader_Web20 a {padding: 4px 0; font-weight: bold; color:#333;}

/*rows*/
.GridRow_Web20 td, .GridAltRow_Web20 td, .GridEditRow_Web20 td {padding: 4px 8px 4px 0px; border-bottom: 1px solid #ccc;}
.GridRow_Web20 a, .GridAltRow_Web20 a, .GridEditRow_Web20 a {padding: 4px 0px 4px 0px;}
.GridRowOver_Web20, .ActiveRow_Web20, .GridRowOver_Web20 td, .ActiveRow_Web20 td {background:#f5f5f5;}
.GridEditRow_Web20 td {border-bottom:1px solid #d8dde0;}

/*footer*/
.GridFooterDiv_Web20, .GridFooter_Web20, .GridGroupFooter_Web20 {background:#fff;font-weight:bold;}
.GridFooter_Web20, .GridFooter_Web20 a, .GridGroupFooter_Web20, .GridGroupFooter_Web20 a {color:#666;}
.GridFooter_Web20 td, .GridGroupFooter_Web20 td {border-top:1px solid #e8e6e6; border-bottom:1px solid #e8e6e6; padding-top:5px; padding-bottom:5px;}

/*paging*/
.GridPager_Web20 {background:#eee; font-weight:bold;}
.GridPager_Web20 td {padding:5px;}
.GridPager_Web20 td, .GridPager_Web20 td a {color:#666;}
.GridPager_Web20 .PagerLeft_Web20 span {font-weight:bold; color:#333;}
.PagerLeft_Web20 {float:left;}
.PagerRight_Web20 {float:right;}
.PagerCenter_Web20 {text-align:center;}
.PagerCenter_Web20 span {vertical-align:middle;}
.RadGrid_Web20 .rgPagePrev {background-position:6px -224px;}
.RadGrid_Web20 .rgPageNext {background-position:-23px -224px;}

/*filtering*/
.GridFilterRow_Web20 td {padding-top:5px; padding-bottom:5px;}
.RadGrid_Web20 .rgFilter {background-position:2px -288px;}
.GridFilterRow_Web20 td {border-bottom:1px solid #a5bedf;}
.GridFilterRow_Web20 input[type="text"] {border:1px solid #6788be; border-bottom-width:2px; font:12px arial,sans-serif; color:#000; vertical-align:middle;}

/*hierarchy*/
.DetailTable_Web20 {position:relative; left: -29px;}
