.loadingindic 
{
	width: 550px; 
	height: 50px; 
	position: absolute;
	padding: 0 0 0 35px;
}

.loadindicinner
{
	text-align: center; 
	position: absolute; 
	top: 0; 
	width: 550px; 
	border: 0; 
	background-color: #FFF;
	height: 100px;
	color: #919A76;
}

.context
{
	background: url(../graphics/getstarted/section-bottom.jpg) bottom center no-repeat;
	padding: 0; 
	margin: 0 0 1em 0;
	color: #666;
}

.wrapper
{
	padding: 0 0 5px 0;
}

.dynamiccontent
{
	padding: 0 20px 0 35px;
}

.title 
{
	background: url(../graphics/getstarted/section-top-active.jpg) top center no-repeat;
	height: 33px;
	margin: 0 0 0.5em 0;
	border: 0;
	font-size: 110%;
	color: #878D71;
	font-weight: bold;
}

.disabled .title
{
	background: url(../graphics/getstarted/section-top.jpg) top center no-repeat;
}

.title span.num
{
	color:white;
	display:block;
	float:left;
	font-size:17px;
	height:30px;
	padding:5px 0 0 1px;
	text-align:center;
	width:36px;
}

.title span.txt
{
	display: block;
	cursor: default;
	float: left;
	font-size: 14px;
	height: 30px;
	padding: 7px 0 0 2px;
}

.step1title
{
	background: url(../graphics/getstarted/step1active.jpg) top center no-repeat;
}

.disabled .step1title
{
	background: url(../graphics/getstarted/step1.jpg) top center no-repeat;
}

.step2title
{
	background: url(../graphics/getstarted/step2active.jpg) top center no-repeat;
}

.disabled .step2title
{
	background: url(../graphics/getstarted/step2.jpg) top center no-repeat;
}

.step3title
{
	background: url(../graphics/getstarted/step3active.jpg) top center no-repeat;
}

.disabled .step3title
{
	background: url(../graphics/getstarted/step3.jpg) top center no-repeat;
}

.step4title
{
	background: url(../graphics/getstarted/step4active.jpg) top center no-repeat;
}

.disabled .step4title
{
	background: url(../graphics/getstarted/step4.jpg) top center no-repeat;
}

.context .title .tick
{
	float: right;
}

.disabled
{
	border-color: #DADADA;
}

.disabled .title
{
	color: #999;
}

.disabled .disabledinner 
{
	display: block;
}

.disabledinner
{
	display: none;
	width: 550px; 
	height: 125px; 
	position: absolute; 
	opacity: 0.8; 
	background-color: #FFF;
	margin-left: 35px;
}

.disabledinner2 
{
	width: 550px; 
	height: 125px; 
	position: absolute;
}

/* log moved to log.css */

/* Sections */

.licenceGridItem
{
	width: 270px; 
	float: left; 
}

.licSection 
{
	padding: 0 0 0 22px; 
	margin: 0 0 10px 0;
}

.licSection:hover .sectionStatus
{
	text-decoration: underline;
}

.licSection h4
{
	 padding: 2px 0 5px 0px;
}
	
.licSection h4 span
{
	color: #777; 
	font-weight: bold;
}

.sectionStatus
{
	font-size: smaller;
}
	
.sectionTrial
{
	background: white url(../graphics/widgets/section-trial.png) top left no-repeat; 
}

.sectionHome
{
	background: white url(../graphics/widgets/section-home.png) top left no-repeat; 
}

.sectionPurchased
{
	background: white url(../graphics/widgets/section-purchased.png) top left no-repeat; 
}

.sectionFree
{
	background: white url(../graphics/widgets/section-free.png) top left no-repeat;
}

.clearleft
{
	clear: left;
}

.dynamiccontent table.confluenceTable, .dynamiccontent table.data
{
	font-size: 85%;
}

