/* *****************************************
* T24.com agents page styles
* Created 3 March 2005
* Embryonex Multimedia Ltd
* www.embryonex.com
********************************************/


#agent-pos {
	width:580px;
	padding-left:180px;
	height:430px;
	background-color:#99cc33;
	padding-top:10px;
}

/* agent details and photo */

#agent-photo {
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:240px;
	height:240px;
	background-color:#ffffff;
	text-align:center;
	padding-top:20px;
	border-right:3px solid #669900;
	border-bottom:3px solid #669900;
}

#agent-content {
	position:absolute;
	top:0px;
	left:170px;
	width:590px;
	height:440px;
	background-color:#99cc33;
	overflow:hidden;
	padding-bottom:2px;
}

#agent-content h1 {
	position:absolute;
	top:20px;
	left:280px;
	margin-top:0;
	font-family:"Arial Black", "Arial", sans-serif;
	font-size:150%;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
}

#agent-content h1 em {
	color:#ccff66;
}


/* Information Table */

#agent-info-table {
	position:absolute;
	top:70px;
	left:265px;
	width:320px;
}

.agent-label {
	font-family:"Arial Black", "Arial", sans-serif;
	font-size:80%;
	color:#336600;
	width:20%;
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	padding-right:5px;
}

.agent-data {
	font-size:70%;
	font-weight:bold;
	color:#000000;
	width:80%;
	text-align:left;
	padding-top:5px;
}

#agent-page-turner {
	position:absolute;
	top:230px;
	left:20px;
}

#agent-page-turner a {
	font-weight:bold;
	font-size:12px;
	color:#cc0000;
	text-decoration:none;
}

#agent-page-turner a:visited {
	color:#cc0000;
}

#agent-page-turner a:hover {
	color:#99cc33;
}

#agent-page-turner em {
	font-size:80%;
	color:#99cc33;
	font-weight:bold;
}

/* Sub text panels */

#agent-sub {
	position:absolute;
	top:320px;
	left:0px;
	width:590px;
	height:125px;
	background-color:#e7f3dd;
}

#agent-sub img {
	margin-left:15px;
}

#agent-sub-1, #agent-sub-2, #agent-sub-3, #agent-sub-4 {
	position:absolute;
	height:100px;
	width:140px;
	background-color:#e7f3dd;
	top:0px;
	padding-bottom:2px;
	padding-top:20px;
}

#agent-sub-1 {
	left:0px;
}

#agent-sub-2 {
	left:145px;
}

#agent-sub-3 {
	left:290px;
}

#agent-sub-4 {
	left:435px;
}

#agent-sub h1 {
	position:static;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	color:#99cc66;
	margin-top:0;
	margin-bottom:5px;
}

#agent-sub h2 {
	margin-top:5px;
	font-size:100%;
	font-weight:bold;
	color:#000000;
	text-align:right;
}


