﻿.ColorBarXXXXXX
{

	/*border-width: 0px;*/
	padding: 8px 0px 0px 0px;
	width: 100%;
	height: 30px;
	background-color: #ff9933;
	left: 0px;
	top: 0px;
}


.ColorBar
{
	background-color: #ff9933;
}
.ColorBarLine
{
	border-bottom: #ff9933 solid;		
}
.ColorBarText
{
	font-size: 14pt;
	text-transform: lowercase;
	color: white;
	font-family: Arial, Helvetica, san-serif;
	letter-spacing: 5pt;
}

.DividerBar
{
	border-bottom: silver thin solid;
}

.Mainbar
{
	background-color: silver;
}
.Mainbarbot
{
	border-right: silver thin solid;	
	border-left: silver thin solid;
	border-bottom: silver thin solid;
}
.Mainbarsurround
{
	border-top: silver thin solid;	
	border-right: silver thin solid;	
	border-left: silver thin solid;
	border-bottom: silver thin solid;
}

.Mainbarselected
{
	border-bottom: maroon thin solid;
}
.BarSpan
{
	margin-left: 15px;
	margin-right: 15px;
}

.CssMnuFix
{
	z-index: 998;	
}


.UserMessage
{
	border-right: white thin solid;
	border-top: white thin solid;
	margin-top: 2px;
	font-size: x-small;
	margin-left: 20px;
	border-left: white thin solid;
	color: blue;
	margin-right: 20px;
	border-bottom: white thin solid;
	font-family: Arial, Verdana, Sans-Serif;
}