#ContentWrapper.service
{
	float: none;
	margin-left: 240px;
	width: auto;
}

#ContentWrapper.service .innerContent th
{
	font-size: 12px;
	font-weight: 100;
	vertical-align: bottom;
	border: none;
}

/* --- Task List Styles --- */
#TaskListContainer
{
	float: left;
}

#TaskList 
{
	position: relative;
	top: 0px;
	left: 5px;
	width: 235px;
	font-size: 12px;
	list-style: none;
	background-color: #F1F0F6;
	border: 1px solid #000000;
	padding: 0;
	margin:0;
}

#TaskList li
{
	margin: 0;
}

#TaskList li.processName 
{
	color: white;
	background-color: #184476;
	font-weight: bold;
	padding: 5px;
}

#TaskList li.currentTaskItem 
{
	color: #CC5020;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	border-top: 1px solid #FFFFFF;
}

#TaskList li.futureTaskItem 
{
	color: #184476;
	padding: 3px 0 3px 10px;
	border-top: 1px solid #FFFFFF;
}

#TaskList li.pastTaskItem 
{
	color: #B8B8B8;
	padding: 3px 0 3px 10px;
	border-top: 1px solid #FFFFFF;
}

#ServiceChoiceCart 
{
	position: relative;
	top: 10px;
	left: 5px;
	width: 235px;
	font-size: 12px;
	border: 1px solid #000000;
	border-spacing: 0;
	padding: 0;
}

.innerContent #ServiceChoiceCart
{
	width: 98%;
	top: 0;
	left: 0;
	margin: 1em auto;
}

#ServiceChoiceCart th 
{
	text-align: left;
	color: #FFFFFF;
	background-color: #184476;
	border-bottom: 1px solid #000000;
	padding: 5px;
}

#ServiceChoiceCart td 
{
	font-size: 12px;
	padding: 4px;
}

#ServiceChoiceCart .cartTotal 
{
	font-size: 12px;
	background-color: #F1F0F6;
	color: #CC5020;
}

#ServiceChoiceCart .cartTotal td 
{
	border-top: 1px solid #434B54;
	font-weight: bold;
}

.cartContinueButton 
{
	position: absolute;
	right: 10px;
	width: 100px;
}

.cartCancelButton 
{
	position: absolute;
	left: 10px;
	width: 80px;
}

.cartActionButton 
{
	display: block;
	width: 90%;
	margin: 6px auto;
}

div#CVNHelp
{
	 display:none;
	 position: absolute;
	 right: 10px;
	 top: 22px;
	 background-color: #FFFFFF;
	 padding: 1em;
	 padding-top: .5em;
	 border: 2px solid #184476;
}

div#CVNHelp a
{
	 position: absolute;
	 top: -8px;
	 right: -8px;
	 display: block;
	 width: 16px;
	 height: 16px;
	 background: transparent url('/images/buttons/closeButton.png') no-repeat;
	 text-decoration: none;
}

div#CVNHelp p
{
	font-size: 12px;
	width: 210px;
}

span.paid_subscription 
{
	font-size: 12px;
	color: #CC5020;
	font-weight: bold;
}

span.trial_subscription 
{
	color: #F60403;
	font-weight: bold;	
}

span.expiration
{
	color: #03DC46;
	font-weight: bold;
}

span.renewable
{
	color: #F60403;
	font-weight: bold;	
}

span.required 
{
	color: #0304F6;
	font-weight: bold;	
}
div.paymentDetails
{
	width: 98%;
	padding: 4px;
	margin: 0 auto;
	border:1px solid #CCCCCC;
	background-color:#F1F0F6;
}
div.pleaBox
{
	width: 98%;
	background-color: #FFFFFF;
	margin: 2px 0;
	padding: 2px 5px;
	border: 1px solid #184476;
}