/*Telerik RadGrid Web20 Skin*/

/*global*/

.RadGrid_GTAP
{
  /*  border-left:1px solid #D9D9D9;
    border-right:1px solid #D9D9D9;
    border-bottom:1px solid #D9D9D9; */
    padding:0px 12px 0px 12px;
}
.rgMasterTable
{
	font-size:11px !important;
}
.RadGrid_GTAP,
.RadGrid_GTAP .rgMasterTable,
.RadGrid_GTAP .rgDetailTable,
.RadGrid_GTAP .rgGroupPanel table,
.RadGrid_GTAP .rgCommandRow table,
.RadGrid_GTAP .rgEditForm table,
.RadGrid_GTAP .rgPager table,
.GridToolTip_GTAP
{
	font-family: "Verdana" , "Trebuchet MS" , "Lucida Sans" , "Lucida Grande" , "Arial" , sans-serif;
	color: #014984;
    font-size:11px !important;
}

.RadGrid_GTAP .rgMasterTable,
.RadGrid_GTAP .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_GTAP .rgRow,
.RadGrid_GTAP .rgAltRow,
.RadGrid_GTAP .rgHeader,
.RadGrid_GTAP .rgResizeCol,
.RadGrid_GTAP .rgPager,
.RadGrid_GTAP .rgGroupPanel,
.RadGrid_GTAP .rgGroupHeader
{
	cursor:default;	   
}

.RadGrid_GTAP input[type="image"]
{
	cursor:pointer;
}

.RadGrid_GTAP .rgRow td,
.RadGrid_GTAP .rgAltRow td,
.RadGrid_GTAP .rgEditRow td,
.RadGrid_GTAP .rgFooter td,
.RadGrid_GTAP .rgFilterRow td,
.RadGrid_GTAP .rgHeader,
.RadGrid_GTAP .rgResizeCol,
.RadGrid_GTAP .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_GTAP .rgClipCells .rgHeader,
.RadGrid_GTAP .rgClipCells .rgRow>td,
.RadGrid_GTAP .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_GTAP .rgHeader:first-child,
.RadGrid_GTAP th.rgResizeCol:first-child,
.RadGrid_GTAP .rgFilterRow>td:first-child,
.RadGrid_GTAP .rgRow>td:first-child,
.RadGrid_GTAP .rgAltRow>td:first-child
{
	border-left:0;	
}

.RadGrid_GTAP .rgAdd,
.RadGrid_GTAP .rgRefresh,
.RadGrid_GTAP .rgEdit,
.RadGrid_GTAP .rgDel,
.RadGrid_GTAP .rgFilter,
.RadGrid_GTAP .rgPagePrev,
.RadGrid_GTAP .rgPageNext,
.RadGrid_GTAP .rgPageFirst,
.RadGrid_GTAP .rgPageLast,
.RadGrid_GTAP .rgExpand,
.RadGrid_GTAP .rgCollapse,
.RadGrid_GTAP .rgSortAsc,
.RadGrid_GTAP .rgSortDesc,
.RadGrid_GTAP .rgUpdate,
.RadGrid_GTAP .rgCancel,
.RadGrid_GTAP .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_GTAP .rgGroupItem input,
.RadGrid_GTAP .rgCommandRow img,
.RadGrid_GTAP .rgHeader input,
.RadGrid_GTAP .rgFilterRow img,
.RadGrid_GTAP .rgFilterRow input,
.RadGrid_GTAP .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_GTAP .rgHeaderDiv
{
	
}
.rgTwoLines .rgHeaderDiv
{
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_GTAP .rgHeader,
.RadGrid_GTAP th.rgResizeCol
{
	border-top:0;
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
	font-weight:bold;
}

.RadGrid_GTAP th.rgSorted
{
	border-color:#bababa #67879c #17415c #17415c;
	background-color:#8ca1ad;
	background-position:0 -2600px;
}

.RadGrid_GTAP .rgHeader,
.RadGrid_GTAP .rgHeader a
{
    color:#014984;
    text-decoration:none;
}

.RadGrid_GTAP th.rgSorted,
.RadGrid_GTAP th.rgSorted a
{
	color:#014984;
}

.RadGrid_GTAP .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_GTAP .rgRow td,
.RadGrid_GTAP .rgAltRow td,
.RadGrid_GTAP .rgEditRow td,
.RadGrid_GTAP .rgFooter td
{
	border-bottom:1px solid #D9D9D9;
	border-top:0;
}

.RadGrid_GTAP .rgRow td,
.RadGrid_GTAP .rgAltRow td
{
}

.RadGrid_GTAP .rgRow .rgSorted,
.RadGrid_GTAP .rgAltRow .rgSorted
{
}

.RadGrid_GTAP .rgSelectedRow .rgSorted,
.RadGrid_GTAP .rgActiveRow .rgSorted,
.RadGrid_GTAP .rgHoveredRow .rgSorted,
.RadGrid_GTAP .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_GTAP .rgRow a,
.RadGrid_GTAP .rgAltRow a,
.RadGrid_GTAP .rgEditRow a,
.RadGrid_GTAP .rgFooter a,
.RadGrid_GTAP .rgEditForm a
{
	color:#014984;
}

.RadGrid_GTAP .rgSelectedRow
{
    background:#80a4ba;
}
*+html .RadGrid_GTAP .rgSelectedRow .rgSorted{background-color:#80a4ba}
* html .RadGrid_GTAP .rgSelectedRow .rgSorted{background-color:#80a4ba}

.RadGrid_GTAP .rgActiveRow,
.RadGrid_GTAP .rgHoveredRow
{
    background:#DFE9EB;
}
*+html .RadGrid_GTAP .rgActiveRow .rgSorted,
*+html .RadGrid_GTAP .rgHoveredRow .rgSorted{background-color:#DFE9EB}
* html .RadGrid_GTAP .rgActiveRow .rgSorted,
* html .RadGrid_GTAP .rgHoveredRow .rgSorted{background-color:#DFE9EB}

.RadGrid_GTAP .rgEditRow
{
	
}
*+html .RadGrid_GTAP .rgEditRow .rgSorted{background-color:#bababa}
* html .RadGrid_GTAP .rgEditRow .rgSorted{background-color:#bababa}

.RadGrid_GTAP .rgSelectedRow td,
.RadGrid_GTAP .rgActiveRow td,
.RadGrid_GTAP .rgHoveredRow td,
.RadGrid_GTAP .rgEditRow td
{
	border-left:0;
	border-right:0;
}

.RadGrid_GTAP .rgSelectedRow td,
.RadGrid_GTAP .rgSelectedRow td.rgSorted
{
}

.RadGrid_GTAP .rgActiveRow td,
.RadGrid_GTAP .rgHoveredRow td,
.RadGrid_GTAP .rgActiveRow td.rgSorted,
.RadGrid_GTAP .rgHoveredRow td.rgSorted
{
}

.RadGrid_GTAP .rgEditRow td,
.RadGrid_GTAP .rgEditRow td.rgSorted
{
}

/*footer*/

.RadGrid_GTAP .rgFooterDiv,
.RadGrid_GTAP .rgFooter
{
	background:#a6b2ba;
}

.RadGrid_GTAP .rgFooter td
{
}

/*status*/

.RadGrid_GTAP .rgPager .rgStatus
{
	width:35px;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_GTAP .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Common/loading_small.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_GTAP .rgPager
{
	background:#a6b2ba;
}

.RadGrid_GTAP .rgPager td
{
	padding:0;
}

.RadGrid_GTAP .rgPager .rgPagerCell
{
	border-right:0;
	padding:5px 0 4px;
	height:50px;
	vertical-align:middle;
}

.RadGrid_GTAP .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_GTAP .rgArrPart1
{
	padding-right:0;
}

.RadGrid_GTAP .rgArrPart2
{
	padding-left:0;
}

.RadGrid_GTAP .rgInfoPart
{
	float:right;
}

.RadGrid_GTAP .rgInfoPart strong
{
}

.RadGrid_GTAP .rgArrPart1 img,
.RadGrid_GTAP .rgArrPart2 img
{
}

.RadGrid_GTAP .rgPageFirst,
.RadGrid_GTAP .rgPagePrev,
.RadGrid_GTAP .rgPageNext,
.RadGrid_GTAP .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_GTAP .NextPrev .rgPageFirst,
.RadGrid_GTAP .NextPrev .rgPagePrev,
.RadGrid_GTAP .NextPrev .rgPageNext,
.RadGrid_GTAP .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_GTAP .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_GTAP .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_GTAP .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_GTAP .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_GTAP .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_GTAP .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_GTAP .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_GTAP .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_GTAP .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#00111c #00111c #000000;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#326787 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#014984;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_GTAP .rgNumPart
{
	padding:0;
}

.RadGrid_GTAP .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_GTAP .rgNumPart a:hover,
.RadGrid_GTAP .rgNumPart a:hover span,
.RadGrid_GTAP .rgNumPart a.rgCurrentPage,
.RadGrid_GTAP .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_GTAP .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000000;
	text-decoration:none;
}

.RadGrid_GTAP .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_GTAP .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#014984;
}

.RadGrid_GTAP .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_GTAP .rgNumPart a.rgCurrentPage,
.RadGrid_GTAP .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#014984;
	cursor:default;
}

.RadGrid_GTAP .rgNumPart a.rgCurrentPage span,
.RadGrid_GTAP .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_GTAP .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_GTAP .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_GTAP .rgPager .rgPagerLabel,
.RadGrid_GTAP .rgPager .RadComboBox,
.RadGrid_GTAP .rgPager .RadInput_GTAP
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_GTAP .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_GTAP .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_GTAP .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_GTAP .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_GTAP .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.RadGrid_GTAP .rgSorted .rgSortAsc
{
	background-position:3px -147px;
}

.RadGrid_GTAP .rgSorted .rgSortDesc
{
	background-position:3px -97px;
}

.GridReorderTop_GTAP,
.GridReorderBottom_GTAP
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_GTAP
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_GTAP .rgFilterRow
{
	background:#3c6985;
}

.RadGrid_GTAP .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:5px;
    border:1px solid;
    border-top:0;
    border-color:#3c6985 #3c6985 #2b4f66;
}

.RadGrid_GTAP .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_GTAP .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_GTAP .rgFilterActive,
.RadGrid_GTAP .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_GTAP .rgFilterBox
{
	border:1px solid #396682;
	padding:2px 1px 3px;
	color:#000000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_GTAP .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #396682;
	background:#a6b2ba;
}

.RadGrid_GTAP .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_GTAP .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_GTAP .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_GTAP .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_GTAP .rgUngroup
{
	background-position:0 -6500px;
}

.RadGrid_GTAP .rgGroupItem
{
	border:1px solid #396682;
	padding:0 2px 1px 3px;
	background:#90a4b0;
	color:#0b4263;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_GTAP .rgGroupHeader
{
    background:#627a8a;
    font-size:10px;
    line-height:21px;
	color:#bababa;
}

.RadGrid_GTAP .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_GTAP td.rgGroupCol,
.RadGrid_GTAP td.rgExpandCol
{
	background:#627a8a none;
	border-color:#627a8a;
}

.RadGrid_GTAP .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_GTAP .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_GTAP .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_GTAP .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_GTAP .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_GTAP .rgEditForm
{
	border-bottom:1px solid #5f7b8c;
}

.RadGrid_GTAP .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_GTAP .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_GTAP .rgDetailTable
{
	border:1px solid #396682;
	border-right:0;
}

/*command row*/

.RadGrid_GTAP .rgCommandRow
{
	background:#133d57 0 -2100px repeat-x url('Grid/sprite.gif');
	color:#bababa;
}

.RadGrid_GTAP .rgCommandCell
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_GTAP thead .rgCommandCell
{
	border-bottom:1px solid #012338;
}

.RadGrid_GTAP tfoot .rgCommandCell
{
	border-top:1px solid #012338;
}

.RadGrid_GTAP .rgCommandTable,
.RadGrid_GTAP .rgCommandTable td
{
	border:0;
	padding:0;
}

.RadGrid_GTAP .rgCommandRow a
{
	color:#bababa;
	text-decoration:none;
}

.RadGrid_GTAP .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_GTAP .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_GTAP .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_GTAP .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_GTAP
{
	background:#0e527d;
}

/*row drag n drop*/

.GridItemDropIndicator_GTAP
{
    border-top:1px dashed #0e527d;
}

/*tooltip*/

.GridToolTip_GTAP
{
	border:1px solid #396682;
	padding:3px;
	background:#a6b2ba;
}

/*rtl*/

.RadGridRTL_GTAP .rgHeader,
.RadGridRTL_GTAP .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_GTAP .rgHeader:first-child,
.RadGridRTL_GTAP th.rgResizeCol:first-child,
.RadGridRTL_GTAP .rgFilterRow>td:first-child,
.RadGridRTL_GTAP .rgRow>td:first-child,
.RadGridRTL_GTAP .rgAltRow>td:first-child
{
}

.RadGridRTL_GTAP .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_GTAP .rgWrap
{
	float:right;
}

.RadGridRTL_GTAP .rgInfoPart
{
	float:left;
}

.RadGridRTL_GTAP .rgNumPart
{
	width:220px;
}

.RadGridRTL_GTAP .rgNumPart a
{
	float:right;
}

.RadGridRTL_GTAP .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

div.RadGrid_GTAP {  }
div.RadGrid_GTAP .rgCommandRow { background-image: none; background-color: rgb(140, 180, 205); font-weight: bold; color: rgb(21, 72, 127); font-size: 13px; }
div.RadGrid_GTAP .rgCommandCell {  }
div.RadGrid_GTAP .rgHeader {  }
div.RadGrid_GTAP th.rgResizeCol { border-right: 0px solid rgb(80, 117, 140); border-bottom: 0px solid rgb(23, 65, 92); background-image: none; background-color: rgb(223, 233, 235); padding-left: 4px; padding-top: 4px; }
div.RadGrid_GTAP th.rgSorted {  }
div.RadGrid_GTAP .rgHeader { border-right: 0px solid rgb(80, 117, 140); border-bottom: 0px solid rgb(23, 65, 92); background-image: none; background-color: rgb(223, 233, 235); padding-left: 4px; padding-top: 4px; color: rgb(10, 49, 82); font-weight: bold; font-family: inherit; line-height: 18px; }
div.RadGrid_GTAP .rgHeader a { font-weight: bold; font-family: inherit; line-height: 18px; }
div.RadGrid_GTAP th.rgSorted {  }
div.RadGrid_GTAP th.rgSorted a {  }
div.RadGrid_GTAP .rgFilterRow {  }
div.RadGrid_GTAP .rgFilterRow td {  }
div.RadGrid_GTAP .rgRow td { background-color: rgb(255, 255, 255); border-right-style: solid; border-right-width: 0px; }
div.RadGrid_GTAP .rgSelectedRow td { background-color: rgb(191, 210, 215); }
div.RadGrid_GTAP .rgActiveRow td { background-color: rgb(206, 223, 234); }
div.RadGrid_GTAP .rgHoveredRow td { background-color: #DFE9EB; }
div.RadGrid_GTAP .rgRow {  }
div.RadGrid_GTAP tr.rgSelectedRow {  }
div.RadGrid_GTAP table .rgActiveRow {  }
div.RadGrid_GTAP table tr.rgHoveredRow {  }
div.RadGrid_GTAP .rgAltRow td { }
div.RadGrid_GTAP .rgAltRow {  }
div.RadGrid_GTAP .rgFooter td {  }
div.RadGrid_GTAP .rgFooter {  }
div.RadGrid_GTAP .rgPager { background-color: rgb(255, 255, 255); font-weight: bold; font-family: inherit; font-size: 9px; }
div.RadGrid_GTAP .rgPager .rgPagerCell {  }
div.RadGrid_GTAP .rgGroupHeader {  }
div.RadGrid_GTAP .rgGroupHeader td {  }
div.RadGrid_GTAP .rgEditForm {  }
div.RadGrid_GTAP .rgDetailTable {  }
div.RadGrid_GTAP {  }
div.RadGrid_GTAP .rgCommandRow {  }
div.RadGrid_GTAP .rgCommandCell {  }
div.RadGrid_GTAP .rgHeader
{
    border-bottom:solid 2px white;
    white-space:nowrap;
    font-weight:bold;
    font-size:11px;
    color:#014984;
}
div.RadGrid_GTAP th.rgResizeCol {  }
div.RadGrid_GTAP th.rgSorted {  }
div.RadGrid_GTAP .rgHeader {  }
div.RadGrid_GTAP .rgHeader a {  }
div.RadGrid_GTAP th.rgSorted {  }
div.RadGrid_GTAP th.rgSorted a {  }
div.RadGrid_GTAP .rgFilterRow {  }
div.RadGrid_GTAP .rgFilterRow td {  }
div.RadGrid_GTAP .rgRow td {  }
div.RadGrid_GTAP .rgSelectedRow td {  }
div.RadGrid_GTAP .rgActiveRow td {  }
div.RadGrid_GTAP .rgHoveredRow td {  }
div.RadGrid_GTAP .rgRow {  }
div.RadGrid_GTAP tr.rgSelectedRow {  }
div.RadGrid_GTAP table .rgActiveRow {  }
div.RadGrid_GTAP table tr.rgHoveredRow {  }
div.RadGrid_GTAP .rgAltRow td {  }
div.RadGrid_GTAP .rgAltRow {  }
div.RadGrid_GTAP .rgFooter td {  }
div.RadGrid_GTAP .rgFooter {  }
div.RadGrid_GTAP .rgPager {  }
div.RadGrid_GTAP .rgPager .rgPagerCell {  }
div.RadGrid_GTAP .rgGroupHeader {  }
div.RadGrid_GTAP .rgGroupHeader td {  }
div.RadGrid_GTAP .rgEditForm {  }
div.RadGrid_GTAP .rgDetailTable {  }

/*CUSTOM*/
.RadGrid_GTAP .rgRow a  
{  
    text-decoration: underline !important;  
} 
.RadGrid_GTAP .rgAltRow a  
{  
    text-decoration: underline !important;  
} 