﻿.AdministratorBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #662222;
}

.ProductManagerBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #775522;
}

.SupplierBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #222442;
}

.OrderManagerBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #222222;
}

.OrderProcessorBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #222222;
}

.ExtranetBar
{
	min-height : 25px;
	margin-top: 0px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #224422;
}

.ExtranetContent
{
	min-height : 25px;
	margin-top: 5px;
	margin-bottom : 5px;
	padding : 5px 5px 0px 5px;
	background-color : #223322;
}

.TagBar
{
	min-height : 25px;
	margin-top: 0px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #555522;
}

.TagContent
{
	min-height : 25px;
	margin-top: 5px;
	margin-bottom : 5px;
	padding : 5px 5px 0px 5px;
	background-color : #444411;
}

.MarketingBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #222222;
}

.MediaBar
{
	margin-top: 0px;
	height : 25px;
	padding : 0px 5px 0px 5px;
	border-bottom : solid 1px gray;
	background-color : #552255;
}