@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: Agent Roster V6
	Authors: David Wheeler
	Date: 6/2/08
	
	Created @ Superlative, Inc. 2008 (Superlative IDX)
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */ 
/* -------------------------------------------------------------------------- Agent Results Layout 02 */
/* -------------------------------------------------------------------------------------------------- */

.AR02 {
	background: #FFFFFF;
	margin: 0px auto;
	width: 700px;
	height: 100% auto;
	text-align: center;
	display: table;
	}	

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------- Agent Results Layout 02 - Agent Search Bar */
/* -------------------------------------------------------------------------------------------------- */

.AR02 .agent_search_container {
	background: url(images/bg_search_container.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 698px;
	height: auto;
	padding: 12px 0px 12px 0px;
	text-align: center;	
	margin: 17px 0px 10px 0px;
	border: 1px #e4e4e4 solid;
	color: #414141;
	display: block;
	}
	.AR02 .agent_search_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.AR02 .agent_search_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.AR02 .agent_search_form {
	width: 125px;
	*width: 130px;
	display: inline;
	margin-right: 5px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* -------------------------------------------------------- Agent Results Layout 02 - Agent Alpha Bar */
/* -------------------------------------------------------------------------------------------------- */

.AR02 .agent_alpha_container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 700px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #E2E2E2 solid;
	font-size: 12px;
	color: #414141;
	}
	.AR02 .agent_alpha_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.AR02 .agent_alpha_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.AR02 .agent_alpha_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	}	

/* -------------------------------------------------------------------------------------------------- */ 
/* -------------------------------------------------- Agent Results Layout 02 - Breadcrumb/Paging Nav */
/* -------------------------------------------------------------------------------------------------- */

.AR02 .paging_nav_container {
	background: url(images/bg_paging_nav.jpg);
	margin: 0px auto;
	width: 698px;
	height: 33px;
	display: table;
	float: left;
	margin-top: 4px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #e4e4e4 solid;
	font-size: 12px;
	color: #414141;
	}
	.AR02 .paging_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.AR02 .paging_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}	
	
.AR02 .paging_nav {
	width: 680px;
	float: left;
	text-align: right;
	padding: 8px 10px 0px 10px;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* -------------------------------------------------------------- Agent Results Layout 02 - Agent Row */
/* -------------------------------------------------------------------------------------------------- */

.AR02 .agent_row_container {
	background: url(images/bg_agent_area.jpg) #E2E2E2 repeat-x top;
	margin: 0px auto;
	width: 340px;
	height: 210px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 1px #C3C3C3 solid;
	display: inline;
	float: left;
	}
	
.AR02 .agent_row_image_container {
		background: url(images/bg_agent_frame.jpg) no-repeat center;
		border: 0px;
		width: 98px;
		height: 128px;
		padding-top: 8px;
		padding-left: 0px;
		*padding-left: 5px;
		height: 100% auto;
		display: inline-block;
		float: left;
		}
		.AR02 .agent_row_image_container img {
			border: 1px #FFFFFF solid;
			width: 88px;
			height: 118px;
			}

/* ---------------------------------------------- Agent Info */
	
.AR02 .agent_info_container {
	margin: 0px auto;
	width: 210px;
	height: 100% auto;
	padding: 10px 10px 0px 10px;
	border: 0px;
	display: inline;
	float: left;
	}

.AR02 .agent_info {
	margin: 0px auto;
	width: 220px;
	height: 100% auto;	
	}

.AR02 .agent_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0860a8;
	text-align: left;
	width: 220px;
	height: auto;
	margin-bottom: 5px;
	}
	.AR02 .agent_name a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0860a8;
		text-align: left;
		height: auto;
		text-decoration: underline;
		}
	.AR02 .agent_name a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #83afd3;
		text-align: left;
		height: auto;
		text-decoration: none;
		}
	
.AR02 .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-align: left;
	padding-bottom: 5px;
	}
	.AR02 .address a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		}
	.AR02 .address a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		}
	
.AR02 .phone_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
	}

/* ---------------------------------------------- Agent Navigation */

.AR02 .agent_nav_container {
	background: #f9f9f9;
	width: 330px;
	display: inline;
	float: left;
	height: 23px;
	padding-top: 5px;
	margin: 5px 5px 0px 5px;
	border: 1px #C4C4C4 solid;
	text-align: left;
	}
	.AR02 .agent_nav_container ul {
		list-style-position: inherit;
		list-style: none;
		padding-left: 0px;
		display: inline;
		margin: 0px;
		}
	.AR02 .agent_nav_container li {
		display: inline;
		height: 28px
		}
	.agent_nav_container li:hover {
		display: inline;
		height: 28px
		}
	.AR02 .agent_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: none;
		}
	.AR02 .agent_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}

.AR02 .results_button1 {
	background: url(images/results_button1.gif) no-repeat bottom left;
	margin: 0px auto;
	width: auto;
	height: 17px;
	padding-top: 5px;
	padding-left: 28px;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.AR02 .results_button2 {
	background: url(images/results_button2.gif) no-repeat bottom left;
	margin: 0px auto;
	width: auto;
	height: 23px;
	padding-top: 5px;
	padding-left: 28px;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.AR02 .results_button3 {
	background: url(images/results_button3.gif) no-repeat bottom left;
	margin: 0px auto;
	width: auto;
	height: 23px;
	padding-top: 5px;
	padding-left: 28px;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}
	
.AR02 .results_button4 {
	background: url(images/results_button4.gif) no-repeat bottom left;
	margin: 0px auto;
	width: auto;
	height: 23px;
	padding-top: 5px;
	padding-left: 28px;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------------------------------------ The End */
/* -------------------------------------------------------------------------------------------------- */