@charset "UTF-8";

* {
	font-family: sans-serif;
	padding:0;
	margin:0;
	border:0;
	line-height: 16px;
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url(../../common/images/background-extension.png) repeat-x;
}

a.alwaysblue {
	color: blue;
}

table#top {
	width:750px;
	background-color:#ffffff;
}

.leftpane {
	width:120px;
	vertical-align:top;
	margin-right: 15px;
}

.navibox {
	width: 100%;
}

a.navi {
	display: block;
	padding: 9px;
	margin-top: 1px;
	text-decoration: none;
	background-color: #113981;
	color: white;
}

a.navi:hover {
	color: black;
	background-color: #e2e7f0;
}

a.navi_selected {
	display: block;
	padding: 9px;
	margin-top: 1px;
	text-decoration: none;
	background-color: #e2e7f0;
	color: black;
}

div.navi_hr {
	height: 3px; /* IE and FF won't be compatible if less than 3px here */
	font-size: 0;
	background: #ffffff;
}

.contact {
	margin-top:10px;
	margin-bottom:20px;
	padding:6px 0 6px 6px;
	background-color:#e2e7f0;
}

.pathname {
	padding-left: 10px;
	line-height:30px;
	color:#7f7f7f;
	font-size: 9pt;
	text-decoration: none;
}

a.pathname {
	padding-left: 0;
	text-decoration: underline;
}

.contents {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 50px;
}

.title {
	background: #e2e7f0 url(../images/title_bullet.png) 7px 8px no-repeat;
	padding: 6px 6px 6px 16px;
	margin-bottom: 15px;
	font-weight: bold;
	border: solid 1px black;
}

.lawyers_name {
	font-weight: bold;
	color: white;
	margin-bottom: 12px;
}

.lawyers_name_bg {
	padding: 7px;
	background-color: #113981;
}

.lawyers_affiliation {
	margin-left: 7px;
}

.brief_separator {
	width: 20px;
}

.brief_date {
	line-height: 2em;
	padding: 0.5em 0 0.5em 0.5em;
	background-color: #e2e7f0;
}

.text,
.domain_description, 
.lawyers_description, 
.brief_description,
.access_description {
	padding: 7px;
	margin-bottom: 5px;
	background-color: #f8f9fc;
}

div.office_heading {
	margin: 14px 0 7px 0;
	line-height: 21px;
}
span.office_heading {
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: solid 3px #841917;
}

.domain_heading, 
.lawyers_heading,
.access_heading {
	margin: 14px 0 7px 0;
	line-height: 21px;
	border-bottom: solid 3px #841917;
}

.fees_table {
	border-collapse:collapse;
	border-spacing:0;
	border: solid 1px black;
	padding: 6px 6px 3px 6px;
	margin-bottom: 5px;
	line-height: 20px;
}

.fees_heading {
	background-color: #7F7F7F;
}

.fees_category {
	background-color: #e2e7f0;
}

.fees_proviso {
	margin-right: 10px;
	font-size: 9pt;
	color: gray;
	text-align: right;
}

.homepage_image {
	width: 585px;
	border: solid #e2e7f0 3px;
}

#map_canvas {
	width: 585px;
	height: 400px;
	border: solid #e2e7f0 3px;
}