﻿/* MAIN VIEW */
.asc-box {
	box-shadow: 0 2px .5em rgba(0,0,0,0.5);
	border:1px solid #ccc;
	padding: 8px;
	margin: 5px 10px 20px 5px;
}

.our-associates .asc-box {
	width:254px;
	height:133px;
}

.asc-links {
	text-align: right;
}
.asc-links a, .asc-links img {
	display: inline-block;
	padding: 0 .5em;
	border-right: 1px solid #ccc;
}
			
.asc-links a img {
	display: block;
	padding: 0;
	border-right: 0;
}

.asc-links .right-icon, .associate-links .right-icon {
	border-right: none;
}

.our-associates .asc-photo {
	width: 98px;
	height: 130px;
}

.our-associates .asc-photo img {
    width: 100%;
    height: auto;
}

.asc-photo {
	text-align: center;
	float:left;
	overflow:hidden;
	border: 1px solid #ccc;
}

.asc-photo a {
	display: block;
}

.asc-photo img {
	width: 100%;
	height: auto;
}

.asc-photo a img {
    width: 100%;
    height: auto;
}

.asc-details {
	float: left;
	margin: 0 0 0 8px;
}

.our-associates .asc-details {
	width: 146px;
}

.asc-name-number {
	height: 110px;
}

.asc-name {
	color: black;
	margin: 0 0 4px 0;
	font-size: 1.1em;
	padding: 0 0 4px;
	border-bottom: 1px solid #ccc;
}

.asc-numbers {
	width: 100%;
}

.asc-numbers tr th {
	text-align: left;
	font-size: .9em;
	font-weight: normal;
}

.asc-numbers tr td {
	text-align: left;
	font-size: .9em;
}



			

/* FULL VIEW */
.large-agents-list-view 
{
    position: relative;
    width: 575px;
}

.large-agents-list-view .asc-box, .bio .asc-box {
	font-size: 12px;
	width:540px;
	margin: 5px 5px 20px 5px;
	height: auto;
	
}

.large-agents-list-view .asc-photo, .bio .asc-photo {
	width: 160px;
	height: 213px;
}

.large-agents-list-view .asc-details, .bio .asc-details {
	width: 370px;
}

.asc-full-table {
	font-size: inherit;
	width: 100%;
	
}

.asc-full-table td {
	padding-bottom: 2px;
	vertical-align: top;
	font-size: .8em;
}

.asc-full-table th  {
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	font-size: .8em;
}
			
.large-agents-list-view .asc-name h4 {
	color: black;
	margin: 0 0 4px 0;
	font-size: 1.3em;
	float: left;
	border: 0;
}
			
.large-agents-list-view	.asc-links {
	float: right;
}
			
.asc-bio {
	overflow:hidden;
	height:60px;
	margin-top: 1em;
}



			
/* LIST VIEW */
.agents-list-view {
	padding-bottom: 64px;
}
.FloatingPhoto {
	display:  none;
	position: absolute;
	left: 250px;
	width: 96px;
	height: 128px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	z-index: 999999;
	padding: 10px;
	background: #fff;
}

.FloatingPhoto img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.cell-inner {
	padding: 5px;
}

.cell-inner img, .cell-inner a {
	width: 20px;
	margin: auto;
	display: block;
}

.agent-list-view-table tr {
	border-bottom: 1px solid #a2a2a2;
	padding: 0;
	margin: 0;
}

.agent-list-view-table tr td {
	border:0;
}
			
			
			
			
			
/* BIO VIEW */
.bio table td a {
	text-decoration: none;
}

.bio .asc-name {
	font-size: 1.3em;
}

.bio .asc-bio {
	margin: 0;
	height: auto;
	padding-bottom: 4em;
}







/* MISC */
.f-left {
	float: left;
}
.clearfix {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear:both;
	zoom: 1;
}

.AlphaControl {
	margin: 0px 2px 0px 1px;
}

html, body {
	margin: 0;
	padding: 0;
}

.previous-asc 
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    opacity: 0.3;
    transition: linear .5s opacity;
}

.next-asc 
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    opacity: 0.3;
    transition: linear .5s opacity;
}
.previous-asc:hover, .next-asc:hover 
{
    opacity: 1.0;
}

.asc-select 
{
    max-width: 158px;
}