﻿div.BannerCreation div.BannerDetails img,
div.BannerCreation div.BannerDetails input
{
	vertical-align: bottom;
	border: 0;
}

div.BannerCreation div.BannerDetails ul
{
	margin: 0 0 5px 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 5px 0 5px 0;
}
div.BannerCreation div.BannerDetails ul li
{
	margin-left: 0px;
	padding-left: 4px;
	font-weight: normal;
	white-space: nowrap;
}
div.BannerCreation div.BannerDetails a
{
	/* display: block; */
	text-decoration: none;
	color: White;
	background: transparent !important;
	border: 0 !important;
	margin: 0;
	padding: 0;
}
div.BannerCreation div.BannerDetails a:hover,
div.BannerCreation div.BannerDetails a.Active
{
	/* background-color: #465D70; */
	font-weight: bold;
}
div.BannerCreation div.BannerDetails li.Active
{
	white-space: nowrap;
}
div.BannerCreation div.BannerDetails li.ActiveFragment
{
	background-image: url(../../Images/Current.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}
div.BannerCreation div.BannerDetails li.Line
{
	background-color: #465D70;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
div.BannerCreation div.BannerDetails li.Fragment
{
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
}
div.BannerCreation div.BannerDetails li.New a
{
	font-weight: normal;
	color: #D0D0D0;
	font-style: italic;
	font-size: 0.8em;
}
div.BannerCreation div.BannerDetails li.New a:hover
{
	font-weight: normal;
	color: White;
}