@import url("css/menu.css");

.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;width: 960px; margin: 0 auto;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;width: 940px;}

.adminmenu {width: 978px; margin: 0 auto;}

.bgtop{background-color: #07090B;}

.DNN_UserDefinedTableContent{ margin-top: 15px; }
.DNN_UserDefinedTableContent table{ width:100%; margin-top: 15px; }

.ProductsTableContent{ margin-top: 15px; }
.ProductsTableContent table{ width:100%; margin-top: 15px; }

.DNN_DistributorTableContent{ margin-top: 15px; }
.DNN_DistributorTableContent table{ width:100%; margin-top: 15px; }

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: #F5F5F5;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px #EBEBEB solid;
	width: 100%;
}
.DataGrid_AlternatingItem a
{
	font-size: 12px;
	color: #104B7D;
	font-weight: normal;
}
.DataGrid_AlternatingItem td {border: 1px #EBEBEB solid;padding: 5px;}
.DataGrid_Container
{
	background-color: Transparent;
	margin: 15px 0;
	width: 100%;
}
.PagingTable
{
	background-color: white;
	border: 1px #EBEBEB solid !important;
	width: 100%;
	margin-bottom: 15px;	
}
.PagingTableTmp
{
	background-color: white;
	border: 1px #EBEBEB solid !important;
	width: 100%;
	margin-bottom: 15px;	
}
.DataGrid_Footer
{
	background-color: White;	
}
.DataGrid_Header, .DataGrid_Header a
{
	background-color: Transparent;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	background-color: White;	
}
.DataGrid_Header th { border: 1px #EBEBEB solid; text-align: left; line-height: 12px; }
.DataGrid_Header td {text-align: center;border: 1px #EBEBEB solid;padding: 5px;}

.DataGrid_Item
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px #EBEBEB solid;	
	width: 100%;
	background-color: White;	
}
.DataGrid_Item a
{
	background-color: Transparent;
	font-size: 12px;
	color: #104B7D;
	font-weight: normal;	
}
.DataGrid_Item td {border: 1px #EBEBEB solid; padding: 5px; line-height: 14px;}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-size: 11px;
	font-weight: normal;
}