/* ---------------------------------------------------------------------
Styles for Texas Tech University Health Sciences Center Sub Layout Pages
Modifying buisiness card style for staff layout
Author: Chris Barnard - HSC
Created: December 2007
----------------------------------------------------------------------- */

/****************************************************************************
// INFOCARD: for displaying personel info in a business card style   //
****************************************************************************/
div#tipDiv {
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:#fff;
	width:370px; 
	border:1px solid #333;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:18px;
	margin-right:0px;
	margin-left:10px;
	height:125px;
}

div#tipDiv h3 {
	padding: 10px 0px 10px 16px;
	margin-top:0px;	
	margin-right:0px;
	margin-left:88px;
	background-color:#ebebeb;
	background-image:url(/images/icons/shield-card.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div#tipDiv p { padding-left:102px; }
div#tipDiv p a { color:#000; }
div#tipDiv p.number {margin-top:8px;}

/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:left; float:left; border-right:1px solid #ccc; }
div#tipDiv div.txt { text-align:left; margin-top:0px }
