
/* Barristers / Clerks List & ID Card Styles */
.cardAreas
{
	width: 113px;
	height: 98px;
	overflow: hidden;
	float: left;
}
.showIt
{
	display: block;
}
p.heading
{
	padding-left: 10px;
	font-size: .9em;
}
#associates
{
	font-size: .9em;
}
#associates h3
{
	font-size: 12px;
}
#bCol1 div.bColumn
{
	width: 135px;
	/*width: 110px;*/
	float: left;
	height: auto;
	margin-bottom: 0px;
	font-size: 90%;/*added*/
}
html>body #bCol1 div.bColumn
{
}
#contentLeft ul.barristers
{
	width: 125px;
	/*width: 100px;*/
	margin-left: 10px;
	margin-bottom: 0px;
}
#contentLeft #associates ul.barristers
{
	margin: 0px;
}
#contentLeft ul.barristers li
{
	margin-bottom: 0px;
	background-image: none;
	padding: 0px;
}
#contentLeft ul.barristers li.listTitle
{
	height: 26px;
	background-image: none;
}
#contentLeft ul.barristers li a
{
	text-decoration: none;
}
#contentLeft ul.barristers li a:hover
{
	/*font-weight: bold;*/
	color: #666;
	text-decoration: underline;
}
#contentLeft ul.barristers li ul 
{
	position: absolute;
	left: 45px;
	top: 350px;
	background-image: url(/images/bak_id_card_rpt.png);
	background-repeat: repeat-y;
	width: 231px;
	padding: 0px;
	margin: 0px;
	height: auto;
	overflow: hidden;
	display: none;
}
#contentLeft ul.barristers li ul.clerks
{
	left: 545px;
	top: 350px;
	background-image: url(/images/bak_id_card_rpt_grey.png);
	background-repeat: repeat-y;
}
html>body #contentLeft ul.barristers li ul 
{
	/*width: 225px;*/
}
#contentLeft ul.barristers li ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#contentLeft ul.barristers li ul li.title
{
	color: #fff;
	background-color: #990000;
	width: 226px;
	height: 38px;
	padding: 3px;
}
#contentLeft ul.barristers li ul.clerks li.title
{
	background-color: #3f3f3f;
}
html>body #contentLeft ul.barristers li ul li.title
{
	width: 220px;
	height: 32px;
}
#contentLeft ul.barristers li ul li.title a
{
	color: #fff;
}
#contentLeft ul.barristers li ul li.title a:hover
{
	color: #fff;
	text-decoration: underline;
}

#contentLeft ul.barristers li ul li.details
{
	width: 121px;
	height: auto;
	padding: 4px;
	/*font-size: .9em;*/
}
html>body #contentLeft ul.barristers li ul li.details
{
	width: 113px;
	height: auto;
	padding-bottom: 0px;
}
#contentLeft ul.barristers li ul li.photo
{
	width: 105px;
	height: 120px;
}
#contentLeft ul.barristers li ul li.photo img
{
	width: 105px;
	height: 120px;
}
#contentLeft ul.barristers li ul li.btmCurve
{
	width: 231px;
	height: 7px;
	padding: 0px;
	background-image: url(/images/btm_id_card_red.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}
#contentLeft ul.barristers li ul.clerks li.btmCurve
{
	background-image: url(/images/btm_id_card_grey.png);
}
/* Barrister search */
#bSearch
{
	width: auto;
	height: auto;
	float: left;
	font-size: .9em;
}
#bSearch label
{
	display: block;
	width: 140px;
	height: auto;
	margin-top: 10px;
}
html>body #bSearch label
{
	margin-top: 30px;
	margin-top: 10px;
}
#bSearch label.first
{
	margin-top: 0px;
}
#bSearch input, #bSearch select
{
	float: left;
	height: 15px;
	border: 1px solid #990000;
	width: 128px;
	color: #990000;
	background: #fff;
	font-size: .8em;
	padding-left: 1px;
}

html>body #bSearch input
{
	height: 13px;
}
#bSearch input.btn
{
	width: 15px;
	height: 15px;
	border-left: none;
	background-image: url(/images/arrow_bsearch.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#bSearch input.btn1
{
	width: 35px;
	height: 15px;
	
	
}
#bSearch select
{
	width: 128px;
}
html>body #bSearch select
{
	width: 146px;
}
/* --- News*/
div.newsRight #bSearch label
{
	margin: 0px;
}
div.newsRight #bSearch select
{
	border: 1px solid #660066;
	color: #660066;
}
/* Barristers CV styles */
#mainLeft div.cvFull
{
	background-image: url(/images/flash/nav_tabs_btm.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px;
	padding-top: 5px;
	width: 744px;
}
#mainLeft div.cvFull div.row
{
	float: left;
	width: 744px;
	height: auto;
	margin: 0px;
}
#topRow
{
	height: 235px;
	overflow: hidden;
	z-index: 8;
}
#cvImg
{
	/*background-image: url(/images/empty_photo.png);
	background-repeat: no-repeat;*/
	width: auto;
	height: auto;
	float: left;
	margin-right: 20px;
}

#cvImg img
{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 184px;
	height: 235px;
}
#nameHead
{
	float: left;
	width: 540px;
	height: 60px;
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 8px;
	z-index: 9;
}
html>body #nameHead
{
	height: 52px;
}
#nameHead h1
{
	line-height: 1em;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 6px;
}
html>body #nameHead h1
{
	font-size: 26px;
}
#cvMail
{
	float: left;
	width: 270px;
	height: 45px;
}
#cvPhone
{
	float: left;
	width: 270px;
	height: 45px;
}
#mainLeft div.cvFull #topRow #cvSummary
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 540px;
	height: 108px;
	padding-top: 10px;
	margin-top: 5px;
	float: left;
}
html>body #mainLeft div.cvFull #topRow #cvSummary
{
	height: 98px;
}
#mainLeft div.cvFull #topRow #cvSummary ul
{
	float: left;
	width: 270px;
	height: auto;
}
#mainLeft div.cvFull #topRow #cvSummary ul li
{
	width: 250px;
	background-image: none;
	padding-left: 0px;
	font-size: .9em;
}
#btmRow
{
	padding-top: 5px;
}
html>body #btmRow
{
}
#mainLeft div.cvFull #btmRow #btmLeft
{
	float: left;
	width: 204px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
html>body #mainLeft div.cvFull #btmRow #btmLeft
{
	width: 164px;
}

#btmLeft ul li
{
	background-image: none;
	padding-left: 0px;
	margin-bottom: 9px;
}
#mainLeft div.cvFull #btmRow #btmRight
{
	float: left;
	width: 540px;
	height: auto;
overflow: hidden;
}
#btmRight h2
{
	line-height: 1.1em;
	font-size: 24px;
	font-weight: normal;
	width: 540px;
}
html>body #btmRight h2
{
	font-size: 23px;
	font-weight: normal;
}

#contentRight #barristersNav li
{
	background-image: none;
	padding-left: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}
#contentRight #barristersNav li a.cvMenu
{
	font-weight: normal;
}
#contentRight #barristersNav li a.sel
{
	font-weight: bold;
}
#btmRow table.cvTable td
{
	padding-bottom: 5px;
}
#btmRow table td.shortTd
{
	width: 100px;
	vertical-align: top;
}

div.cvPanel
{
	float: left;
	width: auto;
}


