/* GENERIC FORMATTING */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#topContainer {
	background-image: url(../images/pageStructure/page_top_bg.gif);
	background-repeat: repeat-x;
}

/* Reset default size attributes */
H1, H2, H3, H4, H5, ul, li, p, form {
	margin: 0;
	padding: 0
}

li {
	list-style: url(none) none;
	color: #013976;
}

img {
	border: none;
}

img.staffPic, img.withBorder { 
	border-left: 6px solid #C5AF7D;
	padding-right: 0.6em;
}

a {
	text-decoration: underline;
	color: #013976;
}
a:hover {
	text-decoration: underline;
	color: #c5af7d; 
}
acronym {
	border-bottom: 
	1px dotted #000000; 
	cursor:help; 
	font-style:normal
}
a acronym {
	cursor:pointer
}

form { margin: 0; padding: 0; }

form.inlineForm { display: inline; }

form.fps { margin: 0; padding: 0.3em 0 0.2em 0.3em; float: left; }

form.fps p.fpsPara input, form.fps p.fpsPara select { float: left; background-color: #1B4D84; color: white; }

form fieldset.noBorder { border: none; margin: 0; padding: 0; }

form label.fpsLabel { color: white; font-size: 0.8em; display: block; padding: 0 0 0.3em 0; }

form p.fpsPara { margin: 0; padding: 0; }

form input#staffName { width: 15em; }
form select#staffType {  }

form select#staffPa, form select#staffType { background-color: #1B4D84; color: white;  }

form select#staffType { width: 15.5em; }

form fieldset.seminars, form fieldset.pagePerms, form fieldset.pageMain { border: none; border-top: 1px solid #013976; }

form fieldset legend { font-size: 0.8em; color: #013976; font-weight: bold; }

form fieldset .narrowWidth { width: 8em; text-align: right; margin: 0.2em 0.3em 0 0; }

form fieldset .medWidth { width: 12em; text-align: right; margin: 0.2em 0.3em 0 0; }

form fieldset input.textInput, form fieldset select.textInput, form fieldset textarea { border: 1px solid #99b3cc; }

form fieldset textarea { width: 30em; height: 10em; }

textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding: 0.2em; }

a.seminarLink { font-size: 1em; }

.none {
	display: none;
}

h1 span, h2 span, h3 span, h4 span {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

#mainRight .callBackBox p.error { color: red; font-size: 0.8em; }

.shift {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

.clear {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.bold {
	font-weight: bold;
}

.italic { font-style: italic; }

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.inline { display: inline; }

.centred { text-align: center; }


p.left { float: left; } 

.right { float: right; }

h1 .right { float: left; }

.imageRight { float: right; margin-left: 20px; }

.right_pic1 {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}

.right_pic2 {
	margin-left: 15px;
	float: right;
}

.picLeft {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #8A8C8C;
}

.picRight {
	float: right;
	margin: 0 0 8px 15px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#mainLeft .contactList .textContainer p.smallText { font-size: 95%; }

#mainLeft .contactList .textContainer { width: 580px; margin-bottom: 1em; }

.list_alpha li {
	list-style: lower-alpha;
}

.list_roman li {
	list-style: lower-roman;
}

.marginFoot1 {
	margin-bottom: 15px;
}

p.blueText { 
	color: #231963;
}
p.paleText, a.paleText { 
	color: #8a8a82;
}
.textgrey {
	color: #75746E;
}
.smallGrey {
	color: #999999;
	font-size: 0.8em;
}
.smallGrey a {
	color: #999999;
	font-weight: normal;
	font-size: 0.95em;
}
.smallRed {
	color: red;
	font-size: 0.8em;
}
.Red {
	color: red;
}

.linkBoldBlueUl {
	font-weight: bold;
	color: #013976;
}
.pink {
	color: #FF0099;
	font-weight: bold;
}
.pinkBold {
	font-weight: bold;
	color: #FF0099;
	display: block;
	float: right;
}

/*
.jobTitleandOverview {
	display: block;
	float: left;
}
*/

input.button1 {
	background-color:  #013976;
	/* display: block; */
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	/* padding-bottom: 2px; */
	border-style: none;
	text-decoration: none;
}

.button2 {
	background-color: #FF0099;
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	margin-right: 10px;
}
.button3 {
	background-color: #FF0099;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	display: block;
	width: 8em;
}
.button3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#containerOuter {
	text-align: center;
}

#containerInner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 25px;
	/* border-top: 4px solid #416B98; */
	background-color: #013976;
}

#containerInnerWhite {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 25px;
	/* border-top: 1px solid #99B3CC; */
	/* border-bottom: 5px solid #416B98; */
	background-color: #ffffff;
}

.contentRow {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: white;
}

#mainLeft {
	width: 676px;
	float: left;
	display: inline;
	margin-right: 28px;
}
#mainLeft h2 {
	font-size: 1em;
	font-weight: bold;
	color: #013976;
	margin-bottom: 15px;
}
#mainLeft h3 {
	font-size: 0.8em;
	color: #C5AF7D;
	font-weight: bold;
	margin-bottom: 10px;
}
#mainLeft h3 a {
	color: #013976;
}
#mainLeft h4 {
	font-size: 0.75em;
	color: #013976;
	font-weight: bold;
	margin-bottom: 10px;
}

#mainLeft p {
	font-size: 0.75em;
	/* color: #013976; */
	color: white;
	line-height: 120%;
	margin-bottom: 10px;
}

#mainLeft form p {
	color: white;
}

.contentRow #mainLeft form #homePageEditArea p {
	color: #013976;
}



/* 
#mainLeft ul li, #mainLeft ol li { 
	color: #013976;
	font-size: 0.75em;
	margin: 0 0 0.5em 1em;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
}
*/

#mainRight {
	width: 176px;
	float: left;
}

/*

#mainLeft .mainCopyBorder p { 
	margin: 0; 
	padding: 0;
}

* html #mainLeft .mainCopyBorder { height: 1%; }

#mainLeft .mainCopyBorder h4 {
	margin: 8px 0 0 0;
	padding: 0; 
}

*/

.mainCopy ul {
	margin: 0 10px 15px 0px;
	list-style: none;
	padding: 0; 
}

/* Normal li tags */

.mainCopy li {
	font-size: 12px;
	color: #013976;
	margin-bottom: 2px;
	background-image: url(../images/bullet_cream_tri.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0.3em 0 0.3em 1em;
	/* border-left: 6px solid #C5AF7D; */	
}

/* practice area li tags */

.mainCopy ul.practiceArea {
	float: left;
	width: 9.5em;
}

.mainCopy ul.practiceArea li {
	font-size: 0.75em;
	color: #013976;
	margin-bottom: 7px;
	/*
	background-image: url(../images/bullet_cream_tri.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	*/
	background-image: none;
	padding: 0.4em 0.5em 0.4em 0.6em;
	border-left: 6px solid #C5AF7D;
	
}

.mainCopy p a, .mainCopy li a, #mainLeft p a {
	color: #013976;
	font-weight: bold;
}

.mainCopy ol { padding: 0 0 0 50px; margin: 0.3em 0 0.3em 0; }

.mainCopy ol li { margin: 0 0 0 12px; padding: 0 0 0.2em 0; background-image: url(../images/bullet4.gif); list-style-type: circle; }

#myFunctionsList {
	font-size: 0.9em;
	margin-top: 0.8em;
}

#myFunctionsList li {
	margin: 0 0 0 0.9em;
}

#myFunctionsList li a {
	text-decoration: none;
}

#myFunctionsList li a:hover {
	text-decoration: underline;
}

#myFunctionsList ul {
	margin: 0.3em 0 0.3em 0;
}

#header {
	background-repeat: no-repeat;
	background-image: url(../images/header-images/header_bg.jpg);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 67px;
	clear: both; 
}
#subheader {
	border-top: 4px solid #C6C7B8;
	width: 462px;
	margin-left: 156px;
}
#subheader li {
	display: inline;
	margin-right: 15px;
	font-size: 0.75em;
	padding-top: 3px;
}
#subheader a {
	color: #75746E;
}
#headerBand {
	font-size: 1px;
	line-height: 1px;
	background-color: #336699;
	background-image: url(../images/header-images/header_bands.gif);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
	background-position: 100%;
	width: 780px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#mainBanner {
	background-image: url(../images/banners/banner_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 193px;
	border-top: 7px solid white;
	border-bottom: 7px solid white;
}

#footerOuterBand {
	font-size: 1px;
	line-height: 1px;
	background-color: #336699;
	height: 5px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footerBand {
	font-size: 1px;
	line-height: 1px;
	background-color: #336699;
	background-image: url(../images/header-images/header_bands.gif);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
	background-position: 0%;
	width: 780px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footerContainer {
	background-color: #1A4C83;
	padding-top: 18px;
	padding-bottom: 50px;
}

div.quickLinks {
	background-color: #013976;
	background-image: url(../images/pageStructure/qlBackgroundM.gif);
	background-repeat: no-repeat;
	background-position: 80% 100%;
	height: 3em;
}

div.quickLinks div.subSections img {
	float: left; margin: 0; padding: 0; border: none;
}

div.quickLinksBox {
	width: 780px;
	margin: 0 auto;
	padding-top: 0.6em;
}

div.quickLinksBox h3 {
	margin: 0; padding: 0; 
}

div.quickLinksBox .quickLinksText {	
	float: left;
	color: #809CBB;
	padding: 0.4em 0.7em 0 0.8em;
}

#containerOuter div.quickLinks .quickLinksBox .subSections {
	padding: 0.3em 0 0 0.3em;
	float: left;
}

form.quickLinksForm {
	padding: 0.3em;
}

form.quickLinksForm select { 
	margin: 0;
	padding: 1px;
	float: left;
	width: 12em;
	border: 1px solid white; 
	color: white;
	background-color: #1B4D84;
	font-size: 0.85em;
}

form.quickLinksForm input.quickLinksGoButton {
	margin: 0 0 0 0.6em;
	padding: 0;
	float: left;
}


#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#footer li {
	display: inline;
	font-size: 0.7em;
	padding-top: 3px;
	margin-bottom: 5px;
	color: #7492B4;
}
#footer li a {
	color: #7492B4;
}
#footer p a {
	color: #7492B4; 
}
#footer p {
	font-size: 0.65em;
	line-height: 130%;
	color: #7492B4;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#anchorLinks li {
	background-image: none;
	margin: 0 0 0.2em 0; 
	padding: 0 0 0.4em 0.4em;	
}

ul#anchorLinks li.legalLink { border-left: 7px solid #9287ae; }
ul#anchorLinks li.pressLink { border-left: 7px solid #dae2eb; }
ul#anchorLinks li.eventsLink { border-left: 7px solid #c5af7d; }

.newsListBoxTypeOne { border-left: 7px solid #9287ae; padding: 5px 0 0 10px; margin: 0 0 0.4em 0; }
.newsListBoxTypeTwo { border-left: 7px solid #dae2eb; padding: 5px 0 0 10px; margin: 0 0 0.4em 0; }
.newsListBoxTypeThree { border-left: 7px solid #c5af7d; padding: 5px 0 0 10px; margin: 0 0 0.4em 0; }

.newsListBoxTypeOne h3, .newsListBoxTypeTwo h3, .newsListBoxTypeThree h3 { font-size: 1em; }

#mainLeft a.newsLink {  }
#mainLeft a.newsLink:hover { color: #c5af7d; text-decoration: underline; }

#mainLeft .newsSmallPrint { font-size: 0.7em; color: #7996B7; }

.newsContentBox .newsSmallPrint { font-size: 0.7em; color: #809CBA; }

.newsListBoxTypeOne p, .newsListBoxTypeTwo p, .newsListBoxTypeThree p { font-size: 0.8em; }

.newsBack li {
	margin-left: 10px;
	background-image: url(../images/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	font-size: 0.75em;
	margin-top: 10px;
}
.newsBack a {
	font-weight: bold;
	color: #666666;
}

#breadcrumbs {
	padding: 9px 0 9px 0;
	background-color: #ede7d8;
	text-align: left;
	/*
	background-image: url(../images/header_logo_f4.gif);
	background-position: center top;
	*/
}

#breadcrumbs p {
	font-size: 0.7em;
	color: #013976;
	width: 780px;
	margin: 0px auto;
}

#breadcrumbs a {
	color: #013976;
}

div.callBackBox {
	font-size: 0.8em;
	color: #013976;
	background: #D7E0EA url(../images/pageStructure/callBackFootBackground.gif) 0% 100% no-repeat;
}

#mainRight div.callBackBox h3 { 
	font-weight: normal;
	padding: 0.3em 0.4em;
	background: #D7E0EA url(../images/pageStructure/callBackTopBackground.jpg) 0% 0% no-repeat;
	color: #013976;
}

div.callBackBox form { padding: 0.3em 0.6em 0.3em 0.6em; }

input.callBackButton { color: white; background: #013976; border: none; font-weight: bold; }

div.callBackBox p { padding: 0.2em 0 0 0; }

div.callBackBox input.textInput { width: 150px; border: 1px solid #D7E0EA; margin: 0.1em 0 0.1em 0; }

div.callBackBox #callBackEnquiry { margin: 0 0 0.5em 0; border: 1px solid #D7E0EA; width: 145px; }

div.callBackBox a { display: block; padding: 0.1em 0 0.9em 0.6em; }

.dropDown1 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 3px 2px 3px;
	margin-top: 10px;
	border: 1px solid #99B3CC;
	font-size: 0.75em;
	font-weight: normal;
}
.dropDown2 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 3px;
	border: 1px solid #99B3CC;
	font-size: 0.75em;
	font-weight: normal;
}
.formButton1 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 3px;
	margin-top: 10px;
	border: 1px solid #99B3CC;
	font-size: 0.75em;
	font-weight: bold;
}

.half1 {
	float: left;
	width: 350px;
}
.half2 {
	float: left;
	width: 200px;
}
.jobTitleandOverview {
	display: block;
	float: left;
}
#adminM {
	background-image: url(../images/m_bg_admin.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 176px;
}

/* Staff / Contacts */

.fullProfile { }

#mainLeft .fullProfile .profileText {  }

#mainLeft .fullProfile .profileText ul { margin: 0; padding: 0; list-style: none; font-size: 0.7em; }

#mainLeft .fullProfile .profileText ul li { margin: 0; padding: 0 0 0.5em 1em; }

#mainLeft .fullProfile .profileText a  { color: #013976; }

#mainLeft .fullProfile .profileText p.emailWrap { padding: 0 0 0 0.6em; }

a.teamLink { font-size: 0.8em; text-decoration: underline; font-weight: bold; }

/* #mainLeft div.contactList { width: 330px; float: left; margin: 0 0.3em 0.3em 0; } */

#mainLeft div.contactList { clear: both; margin-bottom: 1em; }

#mainLeft h2.staffNameHeading { font-size: 0.8em; margin: 0 0 0.1em 0; padding: 0; }

#mainLeft .textContainer p { font-size: 1em; margin: 0; padding: 0; }
#mainLeft .textContainer h2 { font-size: 1em; margin: 0 0 0.1em 0; padding: 0; }

#mainLeft .rowWrap {  margin: 0.5em 0 0.5em 0; padding: 0.3em 0 0 0;  }
/* #mainLeft .altRowColor { background-color: #F3F6F9; } */

#mainLeft form .buttonPara { margin: 0 0.2em 0 0; padding: 0.4em 0 0 0; }

#mainLeft .profileBackLink { margin: 0; padding: 0; }
#mainLeft .profileBackLink a { font-size: 1em;  }


/* Answers Box */

div.answersBox { }

div.answersBox ul {  font-size: 0.8em; }

div.answersBox ul li { margin: 0 0.5em 0.5em 1.5em; list-style: disc; }



div.faqArea {  } 

#mainLeft div.faqArea ul.list { padding: 0 0 0 0; margin: 0 0 0.2em 0; }

#mainLeft div.faqArea li.faqLink { margin: 0 0 0 0; padding: 0 0 0 0; }

#mainLeft div.faqArea h3 {}

#mainLeft div.faqArea h3.color0 { border-left: 7px solid #9287ae; padding: 0.4em 0 0.4em 0.4em; margin: 0 0 0 0; }
#mainLeft div.faqArea h3.color1 { border-left: 7px solid #dae2eb; padding: 0.4em 0 0.4em 0.4em; margin: 0 0 0 0; }
#mainLeft div.faqArea h3.color2 { border-left: 7px solid #c5af7d; padding: 0.4em 0 0.4em 0.4em; margin: 0 0 0 0; }
#mainLeft div.faqArea h3.color3 { border-left: 7px solid #8abbd0; padding: 0.4em 0 0.4em 0.4em; margin: 0 0 0 0; }

div.faqArea ul li a  { text-decoration: none; }
div.faqArea ul li a:hover  { text-decoration: underline; color: #C5AF7D; }


/* Site map */

#mainLeft  ul#siteMap li { }

#mainLeft ul#siteMap li li { font-size: 1em; }

#mainLeft ul#siteMap ul { padding-top: 5px; }

#mainLeft ul#siteMap ul ul { padding-top: 5px; }

#mainLeft ul#siteMap a { 
	text-decoration: none;
	color: #013976;
}

#mainLeft  ul#siteMap a:hover { text-decoration: underline; }

div.locationContainer { width: 250px; float: left; margin-bottom: 20px;  }

#containerInnerWhite .contentRow p { color: #013976; }
#containerInnerWhite .contentRow h3 { color: #C5AF7D; }

a.contactEmail { color: #013976; }

#mainLeft p a.button1 { color: #000; background-color: #013976; font-size: 0.97em; padding: 3px; text-decoration: none; }

#mainLeft p input.button1 { border: none; }



.formTextBox1margin { border: 1px solid #99B3CC; }

.adminTable1 {
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 100%;
}
.adminTable1 a {
	font-weight: bold;
	color: #013976;
}

.adminTable1 td {
	margin: 0;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #99b3cc;
	vertical-align: top;
	background-color: #F3F6F9;
	font-size: 0.75em;
	color: #013976;
}

.adminTable1 th {
	color: #013976;
	font-size: 0.75em;
	text-align: left;
	margin: 0;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #99b3cc;
	font-weight: normal;
	vertical-align: top;
}

.adminTable1 ul li {
	list-style: none;
}

table.permissionsTable, table.permissionsTable th, table.permissionsTable td {
	border-collapse: collapse;
	border-color: #99b3cc;
    border-style: solid;
	font-size: 0.9em;
	color: #013976;
}

table.permissionsTable {
	width: 27.5em;
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.newsPermissionsTable {

}

table.permissionsTable th, table.permissionsTable td {
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #fff;
	/* color: #99B3CC; */
}

table.permissionsTable th.firstCol { width: 70%; }

#containerInner .contentRow .adminTable1 td p { 
	padding: 0.2em 0 0 0;
	color: #013976;
	font-size: 1em;
}
.adminTable1 a {
	padding: 0.2em 0 0.5em 0;
}

#mainLeft .adminTable1 tr td h4 {
	font-size: 0.95em; 
}

.adminTable1 li, #inplaceEditArea p textarea li {
	list-style: square;
}

#mainLeft .adminTable1 tr td p, #mainLeft .adminTable1 tr td li { font-size: 11px; }

form p input.radioInput { width: 14px; }
form div p input.inputCheckbox { width: 14px; padding-top: 1em; }

h2.contactH2 { margin: 0; padding: 0; }

div.paCol { font-size: 0.9em; margin: 0; padding: 0; float: left; }

form div.paCol p, form div.paCol p label, form div.paCol p input { float: left; }

form div.paCol p label { width: 9.8em; padding-top: 0.3em; }

div.innerCol { float: left; width: 10em; }

/* Login page Styles - need to be in this stylesheet as admin stylesheet not yet loaded */
label.loginPageLabel { display: block; width: 12em; font-size: 0.95em; }

input.loginPageFloat { width: 15em; font-size: 0.95em; border: 1px solid #99B3CC; }

#mainLeft p a.loginPageLink, #mainLeft ul li a { color: #013976; font-size: 0.95em; }

input.loginButton { width: 4em; font-size: 0.9em; padding: 0.1em; }

input.changePassButton { width: 2.5em; font-size: 0.9em; padding: 0.1em; }

#homePageEditArea p { margin: 0.5em 0 0 0; }

#homePageEditArea p.loginPagePara { margin: 0 0 0 0; }

#prepage{
        position:absolute;
       top:300px;
       height:30px;
        left:0px;
        text-align:center;
       width:100%;
}

#prepageBox{
        margin:0px auto 0px;
     border:1px solid #999999;
     background-color:white;
       layer-background-color:white;
       width:300px;
        opacity: .8;
       filter: alpha(opacity=80);
       padding:10px 0px 5px 0px;
}

/* Admin form Elements */

/* Input fields */

#dd_client, #rw_client, #fe_firstname, #fe_lastname, #fe_email { border: 1px solid #013976; width: 30em; }


#dd_value, #q_title { border: 1px solid #99b3cc; width: 30em; }

#dd_location { border: 1px solid #99b3cc; width: 30em; }

#dd_sector, #pageTitle, #dd_type, #dd_leadfirm, #dd_dealmaker, #dd_finance, #dd_date { 
	border: 1px solid #99b3cc; 
	width: 30em;
}

#micrositeUrl { border: 1px solid #99b3cc; width: 7em; }

.calendarInput { border: 1px solid #99b3cc; width: 8em; }

/* Checkboxes */

div.checkboxContainer, div.selectContainer {
	float: left;
	padding: 0.3em 0 0.3em 0;
}

div.checkboxContainer label {
	display: block; 
	float: left;
	width: 18em;
}

div.selectContainer label {
	display: block; 
	float: left;
	width: 12em;
}

div.checkboxContainer input { 
	float: left;
}

form#add p { 
	clear: both;
}

#dd_onsite {}

#dd_oncommprop {}

#dd_oncompcomm {}

/* Selects */

#dd_pagedisplay {}

#rw_displaysection, #rw_partnerpagek, #fe_position, #fe_department, #fe_location, #parent, #dd_pagedisplay, #dd_staffdisplay, #dd_pa_display, #dd_padisplay { border: 1px solid #99b3cc; width: 15em; /* color: #013976; */ }

/* Text Areas */

#dd_details, #keywords, #dd_advisors { border: 1px solid #99b3cc; width: 32em; }

#image { border: 1px solid #99b3cc; }

/* Form for lawyers filter area */

form#lawyersFilterBox {
	margin: 0 0 1em 0;
}
form#lawyersFilterBox legend {
	font-size: 0.8em;
	color: #013976;
}

form#lawyersFilterBox fieldset .paSelectArea label {
	font-size: 0.8em;
	color: #013976;
}
form#lawyersFilterBox fieldset .paSelectArea select {
	font-size: 0.8em;
	color: #013976;
	border: 1px solid #013976;
}
form#lawyersFilterBox fieldset .paSelectArea input {
	font-size: 0.8em;
	color: #013976;
	border: 1px solid #013976;
}
ul.letterBoxesList { 
	width: 100%; 
	height: 1.2em; 
	margin: 0 0 0.3em 0;
}
ul.letterBoxesList li { 
	display: block;
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
}

form#lawyersFilterBox ul.letterBoxesList li a { 
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0.15em 0.15em 0 0.15em;
	background-color: #013976;
	border: 1px solid #013976;
	width: 12px;
	text-align: center;
}

form#lawyersFilterBox ul.letterBoxesList li a:hover, form#lawyersFilterBox ul.letterBoxesList li a.letterSelected { color: #013976; background-color: white; border: 1px solid #013976; }


#navigation, #adminNav, #mainLeft form, #footerContainer, #footerOuterBand, .quickLinks, #breadcrumbs { display: none; }

