
#preload img
{
	height: 0;
	width: 0;
	border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
} 

.Ribbon
{
	width: 100%;
	background: #fff;
}

.RibbonTitle
{
	width: 1%;
}

.RibbonTitle, .RibbonBodies, .RibbonActions
{
	vertical-align: top;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

.RibbonTitle img
{
	margin-top: 7px;
}

.Ribbon .RibbonTitle img
{
	margin-left: 10px;
}

.RibbonShadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 42;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.Ribbon .RibbonBodies
{
	width: 100%;
	vertical-align: top;
}

.Ribbon .RibbonBodies .ComboBox
{
	margin-left: 20px;
	position: relative;
	margin-top: 10px;
	z-index: 0;
}

.Ribbon .RibbonActions
{
	padding: 0px;
}

.Ribbon .RibbonActions .ActionBar
{
	position: relative;
	margin-top: 5px;
	margin-bottom: -1px;
	padding-right: 10px;
	z-index: 0;
}



