/**
 * stocklevels.current.screen
 */
div.catalogue_currentstocklevels
{
	
}

div.catalogue_currentstocklevels ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.catalogue_currentstocklevels ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.catalogue_currentstocklevels table
{
	padding: 0px; 
	margin: 0px;
	border-collapse: collapse; 
	width: 100%;
}

div.catalogue_currentstocklevels table thead
{
	background-color: #aaaaaa;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.catalogue_currentstocklevels table thead th
{
	width: auto;
	color: #ffffff;
	background-color: #aaaaaa;
	border-bottom: 1px dashed #cccccc;
	list-style: none;		
	margin: 0px;
	padding: 5px;
	clear: none;
	font-weight: 400;
	text-align: center;
}

div.catalogue_currentstocklevels table tr
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #eeeeee;
	border-bottom: 1px dashed #cccccc;
}

div.catalogue_currentstocklevels table tr.warning
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dashed #666633;
    color: #999933;
    padding: 8px !important;
    background-color: #ffffee;
}

div.catalogue_currentstocklevels table tr.belowminimum
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dashed #663333;
    color: #993333;
    padding: 8px !important;
    background-color: #ffeeee;
}

div.catalogue_currentstocklevels table tr td
{
	margin: 0px;
	padding: 5px;
	list-style: none;
	clear: both;
	width: 100%;
	text-align: center;
}

div.catalogue_currentstocklevels table tr td.catalogue_currentstocklevels_option_title
{
	text-align: left;
}

div.catalogue_currentstocklevels table tr td.catalogue_currentstocklevels_option_title a
{
	color: inherit;
	font-weight: 400;
	text-decoration: none;
}

div.catalogue_currentstocklevels table tr td.catalogue_currentstocklevels_option_title a:hover
{
	text-decoration: underline;
}
/**
 * end stocklevels.current.screen
 */
/**
 * stocklevels.update.screen
 */
div.catalogue_updatestocklevels
{
	
}

div.catalogue_updatestocklevels ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.catalogue_updatestocklevels ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.catalogue_updatestocklevels table
{
	padding: 0px; 
	margin: 0px;
	border-collapse: collapse; 
	width: 100%;
}

div.catalogue_updatestocklevels table thead
{
	background-color: #aaaaaa;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.catalogue_updatestocklevels table thead th
{
	width: auto;
	color: #ffffff;
	background-color: #aaaaaa;
	border-bottom: 1px dashed #cccccc;
	list-style: none;		
	margin: 0px;
	padding: 5px;
	clear: none;
	font-weight: 400;
	text-align: center;
}

div.catalogue_updatestocklevels table tr
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #eeeeee;
	border-bottom: 1px dashed #cccccc;
}

div.catalogue_updatestocklevels table tr.warning
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dashed #666633;
    color: #999933;
    padding: 8px !important;
    background-color: #ffffee;
}

div.catalogue_updatestocklevels table tr.belowminimum
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dashed #663333;
    color: #993333;
    padding: 8px !important;
    background-color: #ffeeee;
}

div.catalogue_updatestocklevels table tr td
{
	margin: 0px;
	padding: 5px;
	list-style: none;
	clear: both;
	width: 100%;
	text-align: center;
}

div.catalogue_updatestocklevels table tr td.catalogue_updatestocklevels_option_title
{
	text-align: left;
}

div.catalogue_updatestocklevels table tr td.catalogue_updatestocklevels_option_title a
{
	color: inherit;
	font-weight: 400;
	text-decoration: none;
}

div.catalogue_updatestocklevels table tr td.catalogue_updatestocklevels_option_title a:hover
{
	text-decoration: underline;
}

div.catalogue_updatestocklevels table tr td input
{
	width: 35px;
	text-align: center;
}
/**
 * end stocklevels.update.screen
 */

