/* lawyer profile */

div.lawyer img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 6px;
}

div.lawyer a img {border:none;}

div.lawyer h2 {
	font-size: 10pt;
}

div.cv {
	margin-bottom: 10px;
}

div.back {
	float: left;
}

div.contact {
	float: right;
}

/* lawyer profile */

/* lawyers list */
div.letter_selector {
	text-align: right;
}

div.letter_selector a:visited {
	color: blue;
}

div.letter_selector span.gray {
	color: #858585;
}

table.lawyers_list {
	width: 100%;
	margin: 15px 0;
}

table.lawyers_list tr.border {
	width: 454px;
	background-image: url('/common/images/interface/bottom-dotted-line.gif');
	background-repeat: no-repeat;
	height: 1px;
	line-height: 0px;
}

table.lawyers_list tr th {
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

table.lawyers_list tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

table.lawyers_list tr.alternate td {
	background: #E5DFD2;
}

table.lawyers_list tr th.corner_left {
	background-image: url('/common/images/interface/lawyers-bar-left-corner.gif');
}

table.lawyers_list tr th.corner_right {
	background-image: url('/common/images/interface/lawyers-bar-right-corner.gif');
}

table.lawyers_list tr th.corner_left, table.lawyers_list tr th.corner_right {
	width: 15px;
	height: 28px;
	background-repeat: no-repeat;
}

table.lawyers_list tr th.last_name, table.lawyers_list tr th.location, table.lawyers_list tr th.contact {
	background-color: #b9c9d5;
	height: 28px;
}

table.lawyers_list tr th.last_name, table.lawyers_list tr td.last_name {
	width: 220px;
	vertical-align: top;

}

table.lawyers_list tr th.location, table.lawyers_list tr td.location {
	width: 95px;
	vertical-align: top;
}

table.lawyers_list tr th.contact, table.lawyers_list tr td.contact {
	width: 90px;
	padding-right: 14px;
	white-space: nowrap;
	vertical-align: top;
}

table.lawyers_list tr td.last_name a {
	text-decoration: none;
	color: #b7684a;
	font-weight: bold;
}

table.lawyers_list tr th a {
	color: #555555;
}

table.lawyers_list td a img {
        border: medium none;
}

/* lawyers list */


/* admin list */
table.lawyers_admin_list {
	width: 100%;
	margin: 15px 0;
}

table.lawyers_admin_list tr th, table.lawyers_admin_list tr td {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.lawyers_admin_list tr th {
	color: #FFF;
	background-color: #777;
	text-align: left;
}

table.lawyers_admin_list tr.alternate td {
	background-color: #DDD;
}

table.lawyers_admin_list tr th.first_name, table.lawyers_admin_list tr td.first_name {
	width: 40%;
}

table.lawyers_admin_list tr th.last_name, table.lawyers_admin_list tr td.last_name {
	width: 50%;
}

table.lawyers_admin_list tr th.link, table.lawyers_admin_list tr td.link {
	width: 10%;
	padding-right: 10px;
}

table.lawyers_admin_list tr th a:link, table.lawyers_admin_list tr th a:visited, table.lawyers_admin_list tr th a:active, table.lawyers_admin_list tr th a:hover {
	color: #FFF;
}
/* admin list */

/* admin form */

table.admin_form tr td ul {
	list-style: none;
}

table.admin_form tr td ul li.child {
	text-indent: 15px;
}
/* admin form */


/* links for lawyer profile page */
.links{
        background: url("/common/images/interface/bottom-dotted-line-reduced.gif") repeat-x scroll center bottom transparent;
        float: right;
        margin: 0 0 5px 5px;
        padding: 30px 2px 12px 2px;
        width: 180px;
}
.links ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}
.links ul li{
        background: url("/common/images/interface/icon-sprite.png") no-repeat scroll 0 0 transparent;
        padding: 6px 0 6px 25px;
        height: 12px;
}
.links ul li.location{
        background-position: 0 5px;
}
.links ul li.phone{
        background-position: 0 -31px;
}
.links ul li.mail{
        background-position: 0 -64px;
}
.links ul li.vcard{
        background-position: 0 -96px;
}
.links ul li.mail img{
        padding: 0;
}
.links ul li.mail a{
        margin: 0;
        padding: 0;
}
