/*global*/

.RadGrid_Thorsport
{
    border:0px solid #e0e0e0;
    background:#fff;
    color:#666;
    -moz-border-bottom-left-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;    
}

.RadGrid_Thorsport:focus { outline: none }
.RadGrid_Thorsport,
.RadGrid_Thorsport .rgMasterTable,
.RadGrid_Thorsport .rgDetailTable,
.RadGrid_Thorsport .rgGroupPanel table,
.RadGrid_Thorsport .rgCommandRow table,
.RadGrid_Thorsport .rgEditForm table,
.GridToolTip_Thorsport
{
    font:11px/16px verdana,arial,helvetica,sans-serif;
}

.RadGrid_Thorsport .rgMasterTable,
.RadGrid_Thorsport .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Thorsport .rgRow,
.RadGrid_Thorsport .rgAltRow,
.RadGrid_Thorsport .rgHeader,
.RadGrid_Thorsport .rgResizeCol,
.RadGrid_Thorsport .rgPager,
.RadGrid_Thorsport .rgGroupPanel,
.RadGrid_Thorsport .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Thorsport .rgRow td,
.RadGrid_Thorsport .rgAltRow td,
.RadGrid_Thorsport .rgEditRow td,
.RadGrid_Thorsport .rgFooter td,
.RadGrid_Thorsport .rgFilterRow td,
.RadGrid_Thorsport .rgHeader,
.RadGrid_Thorsport .rgResizeCol,
.RadGrid_Thorsport .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Thorsport .rgHeader:first-child,
.RadGrid_Thorsport th.rgResizeCol:first-child,
.RadGrid_Thorsport .rgFilterRow>td:first-child,
.RadGrid_Thorsport .rgRow>td:first-child,
.RadGrid_Thorsport .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Thorsport .rgAdd,
.RadGrid_Thorsport .rgRefresh,
.RadGrid_Thorsport .rgEdit,
.RadGrid_Thorsport .rgDel,
.RadGrid_Thorsport .rgFilter,
.RadGrid_Thorsport .rgPagePrev,
.RadGrid_Thorsport .rgPageNext,
.RadGrid_Thorsport .rgPageFirst,
.RadGrid_Thorsport .rgPageLast,
.RadGrid_Thorsport .rgExpand,
.RadGrid_Thorsport .rgCollapse,
.RadGrid_Thorsport .rgSortAsc,
.RadGrid_Thorsport .rgSortDesc,
.RadGrid_Thorsport .rgUpdate,
.RadGrid_Thorsport .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.png');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Thorsport .rgGroupItem input,
.RadGrid_Thorsport .rgCommandRow img,
.RadGrid_Thorsport .rgHeader input,
.RadGrid_Thorsport .rgFilterRow img,
.RadGrid_Thorsport .rgFilterRow input,
.RadGrid_Thorsport .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Thorsport .rgHeaderDiv
{
	background:#fff /*0 -2101px repeat-x url('Grid/sprite.png');*/
}
.rgTwoLines .rgHeaderDiv
{
	/*background-position:0 -2101px;*/
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Thorsport .rgHeader,
.RadGrid_Thorsport th.rgResizeCol
{
	border: 0;
	border-bottom: solid 2px #e0e0e0;
	padding-top:4px;
	padding-bottom:4px;
/*	background:0 -2099px repeat-x #cc0000 url('grid/sprite.png');*/
	text-align:left;
}

.RadGrid_Thorsport th.rgSorted
{
	border: solid 2px #e0e0e0;
	background: #f9f9f9;
	margin-top: -1px;
	position: relative;
}

.RadGrid_Thorsport .rgHeader,
.RadGrid_Thorsport .rgHeader a
{
    font-size: 14px;
    font-weight: bold !Important;
    color:#666;
    text-decoration:none;
}

.RadGrid_Thorsport .rgHeader a:hover
{
    color:#cc0000;
}
/*rows*/

.RadGrid_Thorsport .rgRow td,
.RadGrid_Thorsport .rgAltRow td,
.RadGrid_Thorsport .rgEditRow td,
.RadGrid_Thorsport .rgFooter td
{
    border :0;
	border-bottom:1px solid #e0e0e0;
	padding-top:4px;
	padding-bottom:3px;
	height: 40px;
}

.RadGrid_Thorsport .rgRow td
{
	text-shadow: 0 1px 0 #fff;
}

.RadGrid_Thorsport .rgAltRow
{
	background:#f8f8f8;
}

.RadGrid_Thorsport .rgAltRow td
{
	border-color:#fff #fff #e0e0e0 #e0e0e0;
	text-shadow: 0 1px 0 #fff;
}

.RadGrid_Thorsport .rgRow:hover, .RadGrid_Thorsport .rgAltRow:hover { background: #e8e8e8 !Important }

.RadGrid_Thorsport .rgRow .rgSorted
{
	border-bottom-color:#f0f0f0;
	background-color:#f0f0f0;
}

.RadGrid_Thorsport .rgSelectedRow .rgSorted,
.RadGrid_Thorsport .rgActiveRow .rgSorted,
.RadGrid_Thorsport .rgHoveredRow .rgSorted,
.RadGrid_Thorsport .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Thorsport .rgRow a,
.RadGrid_Thorsport .rgAltRow a,
.RadGrid_Thorsport .rgEditRow a,
.RadGrid_Thorsport .rgFooter a,
.RadGrid_Thorsport .rgEditForm a
{
	color:#333;
	text-decoration: none;
}

.RadGrid_Thorsport .rgRow a:hover,
.RadGrid_Thorsport .rgAltRow a:hover,
.RadGrid_Thorsport .rgEditRow a:hover,
.RadGrid_Thorsport .rgFooter a:hover,
.RadGrid_Thorsport .rgEditForm a:hover
{
	color:#cc0000;
	text-decoration: underline;
}

.RadGrid_Thorsport .rgSelectedRow
{
    background:#eee 0 -3900px repeat-x url('Grid/sprite.png');
}
*+html .RadGrid_Thorsport .rgSelectedRow .rgSorted{background-color:#7bbbcf}
* html .RadGrid_Thorsport .rgSelectedRow .rgSorted{background-color:#7bbbcf}

.RadGrid_Thorsport .rgActiveRow,
.RadGrid_Thorsport .rgHoveredRow
{
    background:#e0e0e0 0 -2900px repeat-x url('Grid/sprite.png');
}
*+html .RadGrid_Thorsport .rgActiveRow .rgSorted,
*+html .RadGrid_Thorsport .rgHoveredRow .rgSorted{background-color:#bfe3f6}
* html .RadGrid_Thorsport .rgActiveRow .rgSorted,
* html .RadGrid_Thorsport .rgHoveredRow .rgSorted{background-color:#bfe3f6}

.RadGrid_Thorsport .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.png');
}
*+html .RadGrid_Thorsport .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_Thorsport .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_Thorsport .rgSelectedRow td,
.RadGrid_Thorsport .rgActiveRow td,
.RadGrid_Thorsport .rgHoveredRow td,
.RadGrid_Thorsport .rgEditRow td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_Thorsport .rgSelectedRow td,
.RadGrid_Thorsport .rgSelectedRow td.rgSorted
{
	border-bottom-color:#ccc;
}

.RadGrid_Thorsport .rgActiveRow td,
.RadGrid_Thorsport .rgHoveredRow td,
.RadGrid_Thorsport .rgActiveRow td.rgSorted,
.RadGrid_Thorsport .rgHoveredRow td.rgSorted
{
	border-bottom-color:#ccc;
}

.RadGrid_Thorsport .rgEditRow td,
.RadGrid_Thorsport .rgEditRow td.rgSorted
{
	border-color:#fff #fff #ccc #fff;
}

/*footer*/

.RadGrid_Thorsport .rgFooterDiv,
.RadGrid_Thorsport .rgFooter
{
	background:#cc0000;
}

.RadGrid_Thorsport .rgFooter td
{
	border-top-width:1px;
	border-color:#e90909 #990000 #990000 #e90909;
}

/*status*/

.RadGrid_Thorsport .rgPager .rgStatus
{
	width:35px;
	border:0;
	padding:3px 0 2px;
	display: none;	
}

.RadGrid_Thorsport .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('ajax/loading.gif');
	text-indent:-2222px;

}

/*pager*/

.RadGrid_Thorsport .rgPager
{
    padding: 0 30px 0 30px;
}

.RadGrid_Thorsport .rgPager td
{
}

.RadGrid_Thorsport .rgPager .rgPagerCell
{
    background: #333;
    height: 80px; line-height: 80px;
    color: #ccc;
	border:0;
	padding:3px 0 2px;
    -moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
    -moz-box-shadow: inset 0 0 90px #000;
	-webkit-box-shadow: inset 0 0 90px #000;
    box-shadow: inset 0 0 90px #000;	
    border: solid 1px #000;	
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    background: #333;    
}

.RadGrid_Thorsport .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Thorsport .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Thorsport .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Thorsport .rgInfoPart
{
	float:right;
	color:#fff;
}

.RadGrid_Thorsport .rgInfoPart strong
{
	font-weight:normal;
	color:#000;
}

.RadGrid_Thorsport .rgWrap a img
{
	margin:4px 8px 0;
}

.RadGrid_Thorsport .rgPageFirst,
.RadGrid_Thorsport .rgPagePrev,
.RadGrid_Thorsport .rgPageNext,
.RadGrid_Thorsport .rgPageLast
{
    display: block; 
    width: 25px !Important; height: 25px !Important; 
    float: left;
    border: solid 1px transparent !Important;
}

.RadGrid_Thorsport .rgPageFirst { background: url('../../app_themes/Thorsport/img/sprite.png') -599px 0 no-repeat; }
.RadGrid_Thorsport .rgPageFirst:hover {
	background: #222 url('../../app_themes/Thorsport/img/sprite.png') -599px -30px no-repeat;
    border: solid 1px #444 !Important;
    outline: solid 1px #000 !Important;	
}

.RadGrid_Thorsport .rgPagePrev { background: url(../../app_themes/thorsport/img/sprite.png) -633px 0 no-repeat; }

.RadGrid_Thorsport .rgPagePrev:hover {
	background: #222 url(../../app_themes/thorsport/img/sprite.png) -633px -30px no-repeat; 
    border: solid 1px #444 !Important;
    outline: solid 1px #000;
}
.RadGrid_Thorsport .rgPageNext { background: url(../../app_themes/thorsport/img/sprite.png) -660px 0 no-repeat; }

.RadGrid_Thorsport .rgPageNext:hover {
    background: #222 url(../../app_themes/thorsport/img/sprite.png) -660px -30px no-repeat; 
    border: solid 1px #444 !Important;
    outline: solid 1px #000;
}
.RadGrid_Thorsport .rgPageLast
{
	background: url('../../app_themes/Thorsport/img/sprite.png') -694px 0 no-repeat;
}
.RadGrid_Thorsport .rgPageLast:hover
{
    background: #222 url('../../app_themes/Thorsport/img/sprite.png') -694px -30px no-repeat;
	border: solid 1px #444 !Important; 
    outline: solid 1px #000
}

/*
.RadGrid_Thorsport .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#4e667e #476077 #425c71;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#d6e1e7 repeat-x 0 -1550px url('Grid/sprite.png');
	color:#0d202b;
	font:11px/12px verdana,arial,helvetica,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}
*/

.RadGrid_Thorsport .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Thorsport .NumericPages .rgNumPart
{
	padding:2px 10px;
}

/*
.RadGrid_Thorsport .rgNumPart a:hover,
.RadGrid_Thorsport .rgNumPart a:hover span,
.RadGrid_Thorsport .rgNumPart a.rgCurrentPage,
.RadGrid_Thorsport .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.png');
}
*/

.RadGrid_Thorsport .rgNumPart a
{
    display: block;
    width: 16px !Important;
    height: 25px !Important;
	float:left;
	line-height:25px;
	margin:0;
	padding:0 6px 0 6px !Important;
	color:#ccc;
	text-decoration:none;
	border: solid 1px transparent
}

/*
.RadGrid_Thorsport .rgNumPart span
{
	float:left;
}
*/

.RadGrid_Thorsport .rgNumPart a:hover
{
	background-image: none;
	background: #990000;
	color:#fff;
	border: solid 1px #cc0000;
	outline: solid 1px #000 !Important;
	
}

.RadGrid_Thorsport .rgNumPart a:hover span
{
	background-image: none;
	cursor:pointer;
}

.RadGrid_Thorsport .rgNumPart a.rgCurrentPage,
.RadGrid_Thorsport .rgNumPart a.rgCurrentPage:hover
{
    display: block;
    width: 16px !Important;
    height: 25px !Important;
	float:left;
	line-height:25px;
	margin:0;
	padding:0 6px 0 6px !Important;
	text-decoration:none;
	background-image: none;
	background: #990000;
	color:#fff;
	border: solid 1px #cc0000;
	outline: solid 1px #000 !Important;	
}

.RadGrid_Thorsport .rgNumPart a.rgCurrentPage span,
.RadGrid_Thorsport .rgNumPart a.rgCurrentPage:hover span
{
	background-image: none;
	cursor:default;
}

.RadGrid_Thorsport .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Thorsport .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Thorsport .rgPager .rgPagerLabel,
.RadGrid_Thorsport .rgPager .RadComboBox,
.RadGrid_Thorsport .rgPager .RadInput_Thorsport
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Thorsport .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Thorsport .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Thorsport .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_Thorsport .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Thorsport .rgHeader .rgSortAsc
{
    background: url(../../app_themes/thorsport/img/sprite.png) 100% -541px no-repeat;
	width: 20px !Important; height:20px !Important;
}

.RadGrid_Thorsport .rgHeader .rgSortAsc:hover
{
    background: url(../../app_themes/thorsport/img/sprite.png) 100% -571px no-repeat;
	width: 20px !Important; height:20px !Important;
}

.RadGrid_Thorsport .rgHeader .rgSortDesc
{
    background: url(../../app_themes/thorsport/img/sprite.png) 100% -601px no-repeat;
	width: 20px !Important; height:20px !Important;
}

.RadGrid_Thorsport .rgHeader .rgSortDesc:hover
{
    background: url(../../app_themes/thorsport/img/sprite.png) 100% -631px no-repeat;
	width: 20px !Important; height:20px !Important;
}


.GridReorderTop_Thorsport,
.GridReorderBottom_Thorsport
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.png');
}

.GridReorderBottom_Thorsport
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Thorsport .rgFilterRow
{
	background:#dae2e8;
}

.RadGrid_Thorsport .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:5px;
    border:1px solid;
    border-top:0;
    border-color:#dae2e8 #dae2e8 #a2b3c7;
}

.RadGrid_Thorsport .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Thorsport .rgFilter:hover
{
	background-position:0 -350px;
}

/*.RadGrid_Thorsport .rgFilterActive,
.RadGrid_Thorsport .rgFilterActive:hover
{
	background-position:0 -400px;
}*/

.RadGrid_Thorsport .rgFilterBox
{
	border:1px solid #768ca5;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Thorsport .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #3d556c;
	background:#dfeeff;
}

.RadGrid_Thorsport .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_Thorsport .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Thorsport .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Thorsport .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Thorsport .rgGroupItem
{
	border:1px solid #506175;
	padding:0 2px 1px 3px;
	background:#ebf7ff;
	color:#0053a5;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Thorsport .rgGroupHeader
{
    background:#8ea3b9;
    font-size:1.1em;
    line-height:21px;
	color:#fff;
}

.RadGrid_Thorsport .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_Thorsport td.rgGroupCol,
.RadGrid_Thorsport td.rgExpandCol
{
	background:#e8e8e8 none;
	border-color:#e0e0e0;
}

.RadGrid_Thorsport .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Thorsport .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Thorsport .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Thorsport .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Thorsport .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Thorsport .rgEditForm
{
	border-bottom:1px solid #768ca5;
}

.RadGrid_Thorsport .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Thorsport .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Thorsport .rgDetailTable
{
	border:1px solid #e0e0e0;
	border-right:0;
}

/*command row*/

.RadGrid_Thorsport .rgCommandRow
{
	background:#495a70 0 -2099px repeat-x url('Grid/sprite.png');
	color:#fff;
}

.RadGrid_Thorsport .rgCommandRow td
{
	border:0;
	padding:0;
}

.RadGrid_Thorsport thead .rgCommandRow td
{
	border-bottom:1px solid #e0e0e0;
}

.RadGrid_Thorsport tfoot .rgCommandRow td
{
	border-top:1px solid #e0e0e0;
}

.RadGrid_Thorsport .rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Thorsport .rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Thorsport .rgCommandRow table
{
	border:1px solid;
	/*border-color:#63768a #465668 #58697d;*/
}

.RadGrid_Thorsport .rgCommandRow table table
{
	border:0;
}

.RadGrid_Thorsport .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Thorsport .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Thorsport .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Thorsport .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Thorsport .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Thorsport
{
	background:#ccc;
}

/*row drag n drop*/

.GridItemDropIndicator_Thorsport
{
    border-top:1px dashed #ccc;
}

/*tooltip*/

.GridToolTip_Thorsport
{
	border:1px solid #ccc;
	padding:3px;
	background:#dae2e8;
	color:#000;
}

