.RadGrid_Portal
{
	outline:none;
}

.RadGrid_Portal tr.rgNoRecords
{
	
}

.RadGrid_Portal tr.rgNoRecords > td
{
	
}

.RadGrid_Portal thead tr
{
	background-color:#CCC;
	color:#444;
}

.RadGrid_Portal thead tr.rgCommandRow,
.RadGrid_Portal thead tr.rgEditRow
{
	background-color:Transparent;
}

.RadGrid_Portal thead tr.rgCommandRow a:hover
{
	border:none;
}

.RadGrid_Portal thead tr th.rgSorted
{
	white-space:nowrap;
}

.RadGrid_Portal thead tr th.rgSorted,
.RadGrid_Portal thead tr th.rgSorted a
{
	background-color:#444;
	color:#CCC;
}

.RadGrid_Portal .rgEditForm
{
	background-color:#fff;
}

.RadGrid_Portal .rgSortAsc
{
	background-image:url('RadGrid/asc.png');
}

.RadGrid_Portal .rgSortDesc
{
	background-image:url('RadGrid/desc.png');
}

.RadGrid_Portal .rgSortAsc,
.RadGrid_Portal .rgSortDesc
{
	background-color:transparent;
	background-position:left bottom;
	background-repeat:no-repeat;
	border:none 0;
	cursor:pointer;
	font-size:1px;
	height:16px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	vertical-align:middle;
	width:16px;
}

.RadGrid_Portal thead tr a
{
	background-color:#CCC;
	color:#444;
}

.RadGrid_Portal thead tr a.mira-ajax-dropdown-button
{
	background-color:Transparent;
}

.RadGrid_Portal thead tr a:hover
{
	text-decoration:none;
	border-bottom:dashed 1px;
}

.RadGrid_Portal th.rgHeader
{
	text-align:left;
	padding:3px;
}

.RadGrid_Portal tr.rgRow:first-child td
{
	/* border-top:solid 1px #EEE; */
	border:none;
}


.RadGrid_Portal tr.rgRow td,
.RadGrid_Portal tr.rgAltRow td
{ 
	padding:20px 3px;
	border-top:dashed 1px #ccc; 
}

.RadGrid_Portal .rgPager
{
	background-color:#EEE;
	color:#888;
	text-align:right;
}

.RadGrid_Portal .rgPager .rgPagerCell input[type="submit"]
{
	border:none;
	background-color:Transparent;
}

.RadGrid_Portal .rgPager .rgPagerCell div
{
	display:inline-block;
	vertical-align:middle;
}

.RadGrid_Portal .rgPager .rgPagerCell input
{
	cursor:pointer;
	background-position:center center;
	background-repeat:no-repeat;
	height:15px;
	padding:0;
	margin-right:5px;
}

.RadGrid_Portal .rgPager .rgPagerCell input.rgPageFirst
{
	background-image:url('RadGrid/first-page.png');
}

.RadGrid_Portal .rgPager .rgPagerCell input.rgPagePrev
{
	background-image:url('RadGrid/previous-page.png');
}

.RadGrid_Portal .rgPager .rgPagerCell input.rgPageNext
{
	background-image:url('RadGrid/next-page.png');
	margin-left:5px;
}

.RadGrid_Portal .rgPager .rgPagerCell input.rgPageLast
{
	background-image:url('RadGrid/last-page.png');
}

.RadGrid_Portal .rgPager .rgPagerCell div.rgAdvPart
{
	display:none;
}

.RadGrid_Portal .rgWrap a
{
	display:inline-block;	
	padding:0 4px;
}

.RadGrid_Portal .rgWrap a:hover,
.RadGrid_Portal a.rgCurrentPage
{
	background-color:#FFF;
	text-decoration:none;
}

.RadGrid_Portal .rgCurrentPage
{
	font-weight:bold;
}

.RadGrid_Portal div.action
{
	border-left:solid 1px #EEE;
	float:right;
	height:40px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
}

.RadGrid_Portal .action-cell /* För celler som innehåller action-knapp */
{
	width:37px;
}

.RadGrid_Portal .action input[type=image],
.RadGrid_Portal .action img
{
	height:16px;
	width:16px;
	margin-top:11px;
}

.RadGrid_Portal .action a
{
	display:inline-block;
	margin-top:10px;
	white-space:nowrap;
}


/* RadGrid_Portal i sidebar/widgets */

#sidebar-outer-wrapper .RadGrid_Portal tr.rgRow td, 
#sidebar-outer-wrapper .RadGrid_Portal tr.rgAltRow td,
.widget-wrapper .RadGrid_Portal tr.rgRow td, /*applicera även under widget-wrapper för att behålla styling när widget dras och släpps */
.widget-wrapper .RadGrid_Portal tr.rgAltRow td
{
	padding:3px;
}


/*row drag n drop*/

.GridItemDropIndicator_Portal_Blank
{
    border-top:4px solid #88AC7A;
}.RadInput_Default .riTextBox
{
	font-family:Arial !important;
}.RadUpload, .RadUploadProgressArea 
{
	width:auto !important;
}/* This file overrides styles in RadWindow
!important is required since this file is linked in before telerik webresource files
/DP 100303 */

/* fix för formview eller annat table-element inuti radwindow contenttemplate */
.RadWindow table table
{
	height:auto !important;
	width:auto !important;	
}

.RadWindow table.rwTitlebarControls
{
	margin-top:3px !important;	
	height:100% !important;
	width:100% !important;
}

.rwWindowContent > div
{
	height:auto !important;
}
