.profile_details_wrapper
{
	position: relative;
	width: 100%;
	height: 200px;
	display:block;
	background-color: #eee;
}

.profile_picture_box
{
	position: relative;
	width: 250px;
	height: 100%;
	display:block;
	float: left;
}

.profile_details_box
{
	position: relative;
	width: calc(100% - 250px);
	height: 100%;
	display:block;
	float: left;
}

.profile_name_box
{
	position: relative;
	width: 220px;
	margin-left: 15px;
	height: 25px;
	display:block;
	margin-top: 5px;
}

.profile_picture
{
	position: relative;
	width: 180px;
	margin-left: 15px;
	height: 150px;
	display:block;
	margin: 0 auto;
}

.profile_name
{
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.profile_detail_sub_box
{
	position: relative;
	width: 350px;
	height: 100%;
	display:block;
	float: left;
}

.profile_details_line
{
	position: relative;
	width: calc(100% - 30px);
	height: 30px;
	margin-left: 15px;
	margin-top: 15px;
	display:block;
}

.profile_details_line_left
{
	position: relative;
	float: left;
	width: 100px;
	height: 100%;
	
}

.profile_details_line_right
{
	position: relative;
	float: left;
	width: calc(100% - 100px);
	height: 100%;
	
}

.profile_title
{
	position: relative;
	color: #333;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}


.button_wrap
{
	position: relative;
	width: 90px;
	height: 100%;
	float: left;
	display: block;
	margin-left: 5px;
}

.button
{
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 2px;
    background:url(/images/nav_bar.jpg) repeat-x;
	border-radius: 12px;
	width: calc(100% - 17px);
	height: calc(100% - 20px);
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 10px;
	
}

.button:hover
{
		border: 2px solid #487bb0;
	color: #487bb0;
}

.middle_filter_bar
{
	position: relative;
	width: 100%;
	height: 28px;
	display:block;
	background:url(/images/filter_gradient2.jpg) repeat-x;
}

.middle_filter_title_box2
{
	position: relative;
	width: auto;
	height: 19px;
	display:block;
    text-align: center;
    color: #000;
    font-size: 14px;
    float: left;
	padding-top: 5px;
	padding-left: 15px;
}

.commission_wrapper
{
	position: relative;
	width: 100%;
	height: 200px;
	display:block;
	background-color: #FFF;
}

.sales_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 456px);
	display:block;
	background-color: #FFF;
}

.column_title_wrapper
{
	position: relative;
	width: 100%;
	height: 25px;
	display:block;
	background-color: #a7a7a6;
}

.column_title_box
{
	position: relative;
	height: calc(100% - 7px);
	width: 10%;
	border: 1px solid #FFF;
	font-size: 14px;
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	float: left;
}

.pending_commission_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 25px);
	overflow-y: scroll;
}

.column_title_wrapper2
{
	position: relative;
	width: 100%;
	height: 25px;
	display:block;
}

.column_title_wrapper2:hover
{
	background-color: #fffbca;
}

.column_title_box2
{
	position: relative;
	height: calc(100% - 7px);
	width: 10%;
	border: 1px solid #FFF;
	font-size: 14px;
	padding-top: 5px;
	color: #000;
	padding-left: 5px;
	float: left;
	border-bottom: 1px solid #eee;
}
