.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}

div.title
{
	width: auto;
	/*background-color: #B5C4FF;*/
	background-color: #99BBE8;
	border-bottom: solid 1px #000000;
	padding: 2px;
	margin-bottom: 15px;
	margin-bottom: 10px;

	font-family: Franklin Gothic Medium, Arial;
	font-size: 14pt;
	text-decoration: none;

}
div.content
{
	margin: 10px;
}

fieldset {
	margin: 5px;
}

legend
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	overflow: hidden;
}
.progressContainer {
	margin: 15px 5px 5px 5px;
	padding: 4px;

	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;

	overflow: hidden;
}
.red /* Error */
{
    margin: 0px; padding: 6px; text-align: center; color: #FFF7CC; font-weight: bold; border: 1px solid #CF0000; background-color: #E80000; overflow: hidden;
}
.green /* Current */
{
    margin: 0px; padding: 6px; text-align: center; color: #FFF7CC; font-weight: bold; border: 1px solid #CF0000; background-color: #E80000; overflow: hidden;
}
.blue /* Complete */
{
    margin: 0px; padding: 6px; border: 1px solid #FFF7CC; background-color: #FFFEE6; overflow: hidden;
}

.progressName {
	font-size: 12px;
	font-weight: bold;

	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: #CF0000;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: #FFF7CC;
}
.progressBarError {
	width: 100%;
	background-color: #CF0000;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	float: right;
}
a.progressCancel:hover
{
	background-position: 0px 0px;
}
