﻿.boxAccount
{
	border: 							solid 1px #cccccc; 
	width:								655px; 
	min-height: 					200px;
	padding-bottom:				20px;
	
	
}

.boxAccountHeader .columnLeft
{
	background-image:			url(http://bpiw.net/_slices/boxTitle_grayLight.jpg); 
	background-repeat:		no-repeat; 
	height: 							25px; 
	width:								500px;
	float:								left; 
	border: 							solid 0px blue; 
	text-transform:				uppercase;
}

.boxAccountHeader .columnLeft h2
{
	padding-top:					4px;	
	padding-left: 				15px;
	margin-top:						0px;
	font-size:						15px; 
	color:								#2A7AC4;

}

.boxAccountHeader .columnRight
{		
	border: 							solid 0px lime; 
	float:								right; 
	height: 							19px;
	width:								128px;
	text-align:						right;
	color:								#666666;
	font-size:						12px;
	font-weight:					bold;
	padding-right:				24px;
	padding-top:					6px;
	background-color:			#ffffff;
}

.boxAccountHeader.columnRight a
{	
	color:								#666666;
}

.boxAccountBody
{
	color:								#666666; 
	padding:							18px 18px 18px 18px;
	min-height:						250px;
}

.boxAccountBody h2
{
	color:								#2B7DBC; 
	font-size:						14px;
	margin-left:					-2px;
	border:								solid 0px red;
	margin-bottom:				20px;
}

.boxAccountBody h3
{
	color:								#2B7DBC; 
	font-size:						13px;
	border:								solid 0px red;
}

.boxAccountBody h3 a, .boxAccountBody h3 a:active, .boxAccountBody h3 a:link, .boxAccountBody h3 a:visited
{
	color: #49A6E4;
}
.boxAccountBody p
{

	margin-bottom: 30px;
	font-size:		11px; 
	text-align:		justify; 
	line-height:	20px;

}
.boxAccountBody .rightColumn
{
	float: right; border: solid 0px red; width: 280px;

}
.boxAccountBody .leftColumn
{
	float: left; border: solid 0px blue; width: 280px;
}
.boxAccountBody .leftColumn h3, .boxAccountBody .rightColumn h3
{
	padding:		0px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
	font-size:	12px;
}

.boxAccountBody .leftColumn h3 a, .boxAccountBody .leftColumn  h3 a:active, .boxAccountBody .leftColumn  h3 a:link, .boxAccountBody .leftColumn h3 a:visited
{
	color:			#2A7AC4;
}
.boxAccountBody .rightColumn h3 a, .boxAccountBody .rightColumn  h3 a:active, .boxAccountBody .rightColumn  h3 a:link, .boxAccountBody .rightColumn h3 a:visited
{
	color:			#2A7AC4;
}

.boxAccountBody .leftColumn p, .boxAccountBody .rightColumn p
{	
	padding:			0px 0px 0px 0px;
	margin:				5px 0px 30px 0px;
	font-size:		11px; 
	line-height:	18px; 	
	text-align:		justify;
	color:				#7d7d7d;
}



/*
.boxAccountNavigator h3
{
	border: 							solid 0px yellow; 
	font-size:						12px; 
	color:								#2B7DBC; 
	font-weight:					bold; 
}

.boxAccountNavigator p
{
	margin-top:						-3px;
	text-align:						justify; 
	line-height:					18px;	
}

*/
.boxAccountSeparator
{
	height:								40px;
}


.boxAccountClear
{
	clear:								both;
}



