/* The University of Adelaide
 * Basic Site Template
 * Local Site StyleSheet - modified Jan 2008
 */
	
/* add classes and properties here
------------------------------------------------------ */

.dev-pod-container {
    border: 1px solid #AABBCC;
    float: left;
    height: 200px;
    width: 226px;
}

.dev-pod-item {
	float: left;
    height: 105px;
    width: 228px;
	}

.dev-pod-img {
	float: left;
	height: 71px;
	width: 206px;
	}

.dev-pod-content {
	float: left;
	height: 68px;
	width: 208px;
	padding: 30px 10px 0px;
	font-size: 10px;
	line-height: 13px;
	}

.dev-pod-linkbox {
	float: left;
	width: 228px;
	}

/*and for the anchor within the linkbox): */

.dev-pod-linkbox a {
	color: #233454;
	background-image: url(/professions/images/arrow-blue.png);
	padding-right: 20px;
	background-position: 215px center;
	text-decoration: none;
	padding-bottom: 8px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #ABC;
	text-align: right;
	display: block;
	padding-top: 7px;
	font-size: 10px;
}

	
/* ------------------------------------------------------ */

.block_custom {
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #f36b11;
	width: 150px;
	vertical-align: middle;
	}
	
.block_leading {
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #495b6e;
	width: 150px;
	vertical-align: middle;

	}
.block_mdp {
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #7c0808;
	width: 150px;
	vertical-align: middle;
	}

/*  speech bubble text overlay  ---------------------------------*/
.speech-bubble {
	color:#666;
	font-family:georgia,verdana,Helvetica,Geneva,sans-serif;
	font-size:14px;
	line-height:16px;
	left:155px;
	position:relative;
	text-align:center;
	top:22px;
	width:280px;
	z-index:50;
}
div.speech-bubble a:link {
	color:#666;
	text-decoration:none;
}
div.speech-bubble a:hover{
	color:#666;
    border-bottom:1px dotted #666;
}
.block-managing {
	background:url("/hr/development/images/pod-managing.gif") no-repeat scroll 0 0 transparent;
	width:510px;
	height:90px;
}
.block-leading {
	background:url("/hr/development/images/pod-leading.gif") no-repeat scroll 0 0 transparent;
	width:510px;
	height:90px;
}
.block-excelling{
	background:url("/hr/development/images/pod-excelling.gif") no-repeat scroll 0 0 transparent;
	width:510px;
	height:90px;
}
.block-coaching {
	background:url("/hr/development/images/pod-coaching.gif") no-repeat scroll 0 0 transparent;
	width:510px;
	height:90px;
}
/* Table seperating underline border */
.table-line {
	border-bottom:1px solid #aabbcc;

