.white
{
	color: #FFF;
}
.error
{
	color: #F00;
}
.inline
{
	display: inline;
}
.regionBoundary
{
	background: url(images/region_tile.gif);
}
.regionName
{
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background: url(images/region_title_tile.gif);
}

/* Actions Menu ---------------------- */
.ModuleTitle_Bar
{
	text-align:left;
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
	background-image: url(/Images/gradient.gif);
}
.ModuleTitle_RootMenuGroup
{
	height: 22px;
}
.ModuleTitle_RootMenuItem
{
	cursor: pointer;
	cursor: hand;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	color: #333;
}
.ModuleTitle_RootMenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #333;
	text-align: left;
	background-color: #DDD;
}
.ModuleTitle_MenuGroup
{
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	background-image: url(/Images/gradient.gif);
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
}
.ModuleTitle_MenuItem
{
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right: #F5F5F5 1px solid;
	border-top: #F5F5F5 1px solid;
	border-left: #F5F5F5 1px solid;
	border-bottom: #F5F5F5 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #333;
	background-color: #F5F5F5;
}
.ModuleTitle_MenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #333;
	background-color: #DDD;
}
.ModuleTitle_MenuBreak
{
	border-bottom: #CCC 0px solid;
	border-left: #CCC 0px solid;
	border-top: #CCC 1px solid;
	border-right: #CCC 0px solid;
	background-color: #CCC;
	height: 1px;
}

/* Main Menu */
.GlobalMenu_RootMenuItem
{
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	font-family: Verdana, Arial, Monospace;
	background-color: #333;
	height: 26px;
}
.GlobalMenu_RootMenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	font-family: Verdana, Arial, Monospace;
	background-color: #999;
	height: 26px;
}
.GlobalMenu_MenuItem
{
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #fff;
	background-color: #333;
}
.GlobalMenu_MenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #fff;
	background-color: #999;
}
