
div.page_stock_handler table.selector table.main,
div.stock_movements table.selector table.main
{
	width:100%;
}

div.page_stock_handler table.selector table.main td,
#stock_usage_dashboard_table td,
div.stock_movements table.selector table.main td
{
	padding:5px;
	border-bottom: 1px solid #CCCBCB; 
}

div.page_stock_handler table.selector table.main th,
#stock_usage_dashboard_table th,
div.stock_movements table.selector table.main th
{
	font-size: 14px;
	border:solid 1px grey;
	background-color: #CCCBCB;
	padding:3px;
}

div.page_stock_handler table.selector table.main td a,
#stock_usage_dashboard_table td a,
div.stock_movements table.selector table.main td a
{
	color: #727070;
}

#stock_usage_dashboard_table th,
#stock_usage_dashboard_table td
{
	text-align:center;
	padding-left: 50px;
	padding-right: 50px;
}

#section_stock table.main
{
	width:100%;
}

div.page_list_warehouses div.warehouse_listing
{
	background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

div.page_list_warehouses table.selector table.main td
{
	border-style:none;
}

div.page_warehouse_handler table.selector table.main
{
	width:100%;
}

div.page_warehouse_handler table.selector table.main td
{
	padding:5px;
	border-bottom: 1px solid #CCCBCB; 
}

div.page_warehouse_handler table.selector table.main th
{
	font-size: 14px;
	border:solid 1px grey;
	background-color: #CCCBCB;
	padding:3px;
}

div.page_warehouse_handler table.selector table.main td a
{
	color: #727070;
	
}

div.info_add_warehouse div.info_data
{
	padding-left:5px;
}