.boxNormal{
	background-color:#8A9496;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
  vertical-align: middle;
  text-align: center;
  position: relative;   
  z-index: 0;   
	width:168px;
	height:158px;  
	cursor:pointer;
}
 
.boxOpen{
	background-color:#8A9496;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
  vertical-align: middle;
  text-align: center;
  position: relative;   
  z-index: 0;   
	width:406px;
	height:158px;  cursor:pointer;
}

.boxClose{	
	background-color:#8A9496;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
  vertical-align: middle;
  text-align: center;
  position: relative;   
  z-index: 0;   
	width:90px;
	height:158px;  cursor:pointer;
}

.boxNormal .BoxLeftTop , .boxOpen .BoxLeftTop , .boxClose .BoxLeftTop
{
	background:url('expandcontnt/tl.gif') top left no-repeat;
	position: absolute;
	top: -1;
	left: -1;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.boxNormal .BoxRightTop , .boxOpen .BoxRightTop , .boxClose .BoxRightTop
{
	background:url('expandcontnt/tr.gif') top right no-repeat;
	position: absolute;
	top: -1;
	right: -1;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.boxNormal .BoxLeftBottom , .boxOpen .BoxLeftBottom , .boxClose .BoxLeftBottom
{
	background:url('expandcontnt/bl.gif') bottom left no-repeat;
	position: absolute;
	bottom: -1;
	left: -1;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.boxNormal .BoxRightBottom , .boxOpen .BoxRightBottom , 	.boxClose .BoxRightBottom
{
	background:url('expandcontnt/br.gif') bottom right no-repeat;
	position: absolute;
	right: -1;
	bottom: -1;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}

	.boxNormal .contnt-normal , .boxClose .contnt-close , .boxOpen .contnt-open {
		display : block ;
	}
	.boxNormal .contnt-close , 	.boxNormal .contnt-open , 
	.boxClose .contnt-normal , 	.boxClose .contnt-open ,
	.boxOpen .contnt-close , 	.boxOpen .contnt-normal 
	{
			display : none ;
	}
	
	.contnt-open
	{
	  padding-top:3px;
	  text-align:left;
	  padding-left:3px;
	}
	.contnt-close
	{
	padding-top:4px;
	}
	.contnt-normal
	{
		padding-top:4px;
	}	
	
	.contnt-normalMore
	{
	padding-left:6px;height:26px;
	}
	.contnt-normalDesc
	{
		height:70px;
	}
	.innerbox{
	background-color:#DA4E2A;
	border:0px;
  vertical-align: middle;
  text-align: center;
  position: relative;   
  z-index: 0;   
	width:398px;
	height:150px;  

}
.innerbox .BoxLeftTop 
{
	background:url('expandcontnt/rtl.gif') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.innerbox .BoxRightTop 
{
	background:url('expandcontnt/rtr.gif') top right no-repeat;
	position: absolute;
	top: 0;
	right:0;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}

.innerbox .BoxLeftBottom
{
	background:url('expandcontnt/rbl.gif') bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}

.innerbox .BoxRightBottom 
{
	background:url('expandcontnt/rbr.gif') bottom right no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}

.hplink{
	color:white;
	font-weight:bold;
 	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}
.hplink:hover{
	color:white;
	font-weight:bold;
 	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}
.hpTitle{font-family : Trebuchet MS, Arial; font-weight: bold;text-align:left;margin:0px;padding:0px;color:white;font-size: 18px;}
.hpDescription{color:white;font-size : 12px;font-family : Arial, Helvetica, sans-serif;padding-right:6px;}

.leftQuote
{
	float:left;
}
.rightQuote
{
	float:right;	
	
	margin:0px;
}
.hpAppName
{
	font-size:11px;
	padding-left:16px;	
}
