/* Telerik RadGrid default / embedded skin */

div.RadGrid_Custom 
{

}

.MasterTable_Custom a 
{  
} 

.MasterTable_Custom
{
}

th.GridHeader_Custom,
th.ResizeHeader_Custom
{		
	margin: 0;	
	padding: 3px;
	background-color: #ffffff;
	color: #3D75CC;
	font-weight: bold;	
}

.GridHeader_Custom a
{	
	color: #3D75CC;
	font-weight: bold;		
	text-decoration: underline;
}
.GridHeader_Custom a:hover
{	
	text-decoration: none;
}


.GridRow_Custom,
.GridAltRow_Custom,
.SelectedRow_Custom,
.ActiveRow_Custom,
.GridEditRow_Custom
{
	height: 22px;
}
.GridRow_Custom td,
.GridAltRow_Custom td,
.SelectedRow_Custom td,
.ActiveRow_Custom td,
.GridEditRow_Custom td
{
	padding: 3px;
}

.GridRow_Custom
{
	background: #ffffff;
}
.GridRow_Custom td
{	
	margin: 0;
	padding: 3px;	
	background-color: #ffffff;
}

.GridAltRow_Custom
{

}
.GridAltRow_Custom td
{
	margin: 0;
	padding: 3px;	
	background-color: #ffffff;
}

.SelectedRow_Custom
{	
}

.SelectedRow_Custom td,
.GridEditRow_Custom td
{
}

.GridEditRow_Custom
{	
}

.ActiveRow_Custom,
.ActiveRow_Custom td
{	
}


/*removes default borders for custom inner tables*/
.GridRow_Custom td td, 
.GridAltRow_Custom td td,
.SelectedRow_Custom td td,
.ActiveRow_Custom td td
{
}

.GridPager_Custom
{

	
}
.GridPager_Custom td
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.GridPager_Custom a
{
}
.GridPager_Custom a:hover,
.GridFooter_Custom a:hover
{
}

tr.GroupHeader_Custom
{
}
tr.GroupHeader_Custom td
{
}

.GroupPanel_Custom
{
}

.GroupPanelItems_Custom
{
}
td.GridHeader_Custom input
{
}