﻿/*grey box*/
.greyBoxTL
{
	background:url(../Images/box/greyBoxTL.gif) 0% 100% no-repeat;	
	padding-left:7px;	
	font-size:0px;
}
.greyBoxTL div
{
	background:url(../Images/box/greyBoxTR.gif) 100% 100% no-repeat;	
	padding-right:7px;	
	height:7px;	
}
.greyBoxCL
{
	background:url(../Images/box/greyBoxCL.gif) 0% 0% repeat-y;	
	padding-left:4px;	
		
}
.greyBoxCR
{
	background:url(../Images/box/greyBoxCR.gif) 100% 0% repeat-y;	
	padding-right:3px;	
}
.greyBoxCC
{
	background:#c8c8c8 url(../Images/box/greyBoxCC.gif) 0% 0% repeat-x;
	min-height:245px;
	_height:245px;
	padding:6px 15px 0px 15px;
	font-size:12px;
	color:#012716;
	font-family:Arial;	
}
.greyBoxCC p
{
	text-align:justify;	
	margin:10px 0px 0px 0px;
}
.greyBoxBL
{
	background:url(../Images/box/greyBoxBL.gif) 0% 0% no-repeat;	
	padding-left:7px;
	font-size:0px;	
}
.greyBoxBL div
{
	background:url(../Images/box/greyBoxBR.gif) 100% 0% no-repeat;	
	padding-right:7px;	
	height:7px;
}
/*grey box*/

/*grey border box*/
.greyBorderBoxCC
{
	background:#ffffff;
	font-size:12px;
	color:#686868;
	padding:1px 5px 1px 5px;
	height:500px;
	vertical-align:top;
}
.greyBorderBoxCC p
{
	text-align:justify;	
}
/*grey box*/

/*red box*/
.redBoxTL
{
	background:url(../Images/box/redBoxTL.gif) 0% 100% no-repeat;	
	padding-left:7px;
	font-size:0px;	
}
.redBoxTL div
{
	background:url(../Images/box/redBoxTR.gif) 100% 100% no-repeat;	
	padding-right:7px;	
	height:7px;
}
.redBoxCL
{
	background:url(../Images/box/redBoxCL.gif) 0% 0% repeat-y;	
	padding-left:4px;		
}
.redBoxCR
{
	background:url(../Images/box/redBoxCR.gif) 100% 0% repeat-y;	
	padding-right:4px;	
}
.redBoxCC
{
	background:#c92724 url(../Images/box/redBoxCC.gif) 0% 0% repeat-x;	
	font-size:12px;
	color:#ffffff;
	min-height:265px;
	_height:265px;
}
.redBoxCCinner
{
	background:url(../Images/layout/starWithCards_2.gif) 100% 100% no-repeat;
	padding:24px 20px 20px 20px;
	min-height:216px;
	_height:216px;	
	font-family:Arial;
}
.redBoxBL
{
	background:url(../Images/box/redBoxBL.gif) 0% 0% no-repeat;	
	padding-left:7px;
	font-size:0px;
}
.redBoxBL div
{
	background:url(../Images/box/redBoxBR.gif) 100% 0% no-repeat;	
	padding-right:7px;	
	height:7px;
}
/*red box*/

/*navigation steps*/
.navigationBoxL
{
	background:url(../Images/box/navigationStepsL.gif) 0% 0% no-repeat;	
	padding-left:6px;
	margin:7px 5px 0px 7px;
}
.navigationBoxR
{
	background:url(../Images/box/navigationStepsR.gif) 100% 0% no-repeat;	
	padding-right:6px;
}
.navigationBoxC
{
	background:url(../Images/box/navigationStepsC.gif) 0% 0% repeat-x;	
	padding-left:6px;
	height:65px;
	line-height:65px;
}
.navigationBoxUl
{
	list-style:none;
	margin:0px auto 0px auto;
	width:800px;
	padding:0px;		
}
.navigationBoxUl li
{
	padding:0px;
	margin:0px;	
	display:block;
	font-size:12px;
	font-weight:bold;
	float:left;
	line-height:65px;
	color:#333333;
}
.navigationBoxUl li span
{
	background:url(../Images/layout/greyBall.gif) 0% 50% no-repeat;
	display:inline-block;
	width:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-right:20px;
}
.navigationBoxUl li span.selected
{
	background:url(../Images/layout/redBall.gif) 0% 50% no-repeat;
}
.navigationBoxUl li.separator
{
	background:url(../Images/layout/greyArrow.gif) 100px 50% no-repeat;
	width:21px;	
	padding:0px 100px 0px 80px;
}

/*/navigation steps*/

