/* ------------------------------------------------------------------ 
   Local Styles for Content
   ------------------------------------------------------------------ */

/* change this baseline content here */
/* tweak elsewhere for more granular exactness, if needed */

a { color: #134ea4; text-decoration: none; }
a:hover { text-decoration: underline; }
p{margin:0 0 1em;}
h1{margin:0 0 1em;}
h2{margin:0 0 1em;}
h3{margin:0 0 1em;}
h4{margin:0 0 1em;}
h5{margin:0 0 1em;}
h6{margin:0 0 1em;}
table{border: 1px solid #cac8bd;font-size:.8em;line-height:1em;}
td,th{padding:7px 12px;text-align:left;border:0 none;border-bottom: none;}
.hi{background-color:#d8d8d8;color:black;font-weight:bold;padding:1px 3px;}
.offScreen{position:absolute;left:-999em;}
.hiddenModule{display:none;}

/* ------------------------------------------------------------------ 
   Headings
   ------------------------------------------------------------------ */
   
h1#pagetitle { margin:0 0 5px 0; padding:3px 0 0 0; font-size:1.25em; /*font-size:20px;*/ color:#22366f; font-weight:bold; }
	.advancedSearch h1#pagetitle { padding-top:16px; }

h1#pagetitle .authorName,
h1#pagetitle .subTitle { font-size:75%; display:block; }

/* ------------------------------------------------------------------ 
   Alerts and Messages
   ------------------------------------------------------------------ */
.contentRestrictedMessage { clear:both; font-size:1em; /*font-size:12px;*/ font-style:normal; font-weight:normal; background-color:#e7e6d9; padding:10px 32px; margin-bottom:1.5em; }
.contentRestrictedMessage a { font-weight:bold; color:#444; }

.t-error { margin:0; border:1px solid red; background-color:#fff; padding:10px; color:red; margin-bottom: 10px;}
.t-error ul { list-style:disc; margin-bottom:0; }
.t-error li { }
label.t-error {
    padding: inherit;
    color: inherit;
    border: inherit;
    margin: inherit;
    background-color: inherit;
}

/* ------------------------------------------------------------------ 
   Homepage Content Blocks
   ------------------------------------------------------------------ */
.contentBlock { margin-bottom:2em; font-size:.8em; }
.contentBlock h2 { color:#737063; border-top:1px solid #d5d3c7; margin:0 0 1em 0; padding:8px 0 12px 0; font-weight:bold; text-transform:uppercase; font-size:.6875em; }
.contentBlock h3 { font-size:1.167em; font-weight:bold; margin-bottom:0; }
.contentBlock h4 { font-size:1em; font-weight:bold; margin-bottom:.25em; }
.contentBlock h5 { margin-bottom:0; font-weight:bold; }
.contentBlock p { margin:0 0 1em 0; }
.contentBlock p:last-child { margin-bottom:1.25em; }
.contentBlock img { float:left; margin:0 1em 1em 0; }
.contentBlock ul { list-style:disc; }

/* Featured content block */
#mainContent .contentBlock { margin: 0 18px; font-size:1em; }
#mainContent .contentBlock p { line-height:1.5; }
#mainContent .contentBlock h2 { color:#737063; border-top:1px solid #d5d3c7; margin:0 0 1em 0; padding:8px 0 12px 0; font-weight:bold; text-transform:uppercase; font-size:.6875em; }
#mainContent .contentBlock h3 { font-family:Georgia, "Times New Roman", serif; font-size:1.75em; font-weight:normal; line-height:1.14; color:#01294f; margin:0 0 .75em 0; }
#mainContent .contentBlock h4 { font-size:1.167em; font-weight:bold; margin-bottom:1em; }
#mainContent .contentBlock h5 { font-size:1em; font-weight:bold; }

/* ------------------------------------------------------------------ 
   Banner Ads
   ------------------------------------------------------------------ */
.adSpace { clear:both; overflow:hidden; background-color:#d8d8d8; margin-bottom:28px; padding:3px 18px; }
.contentBlock .adSpace { margin: 0 -18px 28px -18px; }
 
/* ------------------------------------------------------------------ 
   Miscellaneous
   ------------------------------------------------------------------ */
/* OUP-1237: Add an arrow before refArticle bibItem links and italicize the link text */
a.refArticle:before, span.refArticle:before {
	content: '\2192\00a0';
}
a.refArticle, span.refArticle {
	font-style:italic;
}

#breadcrumb li:before {
    content: "\00a0\00a0\203A\00a0\00a0";
}
#breadcrumb li.first:before {
    content: "";
}

span.underline {
    text-decoration: underline;
}

/* ------------------------------------------------------------------ 
   Modal Dialogs / Lightboxes
   ------------------------------------------------------------------ */
   
.login-form hr#divider { display: none; }


.login-form  {
    background-color:transparent;
    background-image:none;
    color: #2A2A2A;
    font:12px/18px Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
}
.login-form  { background-color:white; }
.login-form h2 { font-weight: bold; }

.login-form a { color: #134ea4; text-decoration: none; }
.login-form a:hover { text-decoration: underline; }

.login-form a#cancel {
    display: none;
}
.login-form #login h4 {
    font-weight: normal;
}
.login-form .checkboxUnit {
    clear: both;
    overflow: hidden;
}
.login-form input[type="checkbox"] {
    margin: 3px 0 0;
    vertical-align: middle;
}
.login-form textarea {
    border: 1px solid #DDDDDD;
    color: #2A2A2A;
    height: 50px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: middle;
    width: 47%;
}
.login-form h1, .login-form h4 {
    color: #777777;
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 15px;
}
.login-form h3 {
    font-weight: bold;
    margin: 0 0 8px;
}

.login-form .formRow.last {
    margin: 0;
}

.login-form label {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 40%;
}
.login-form .checkboxRow label {
    display: inline;
    float: none;
    line-height: 1;
}
.login-form input[type="text"], 
.login-form input[type="password"] {
    border: 1px solid #DDDDDD;
    color: #2A2A2A;
    padding: 3px;
    vertical-align: middle;
    width: 50%;
}
.login-form input[type="button"], 
.login-form input[type="submit"] {
	display:block;
	float:left; 
	margin-right:10px;
	padding:.5em 1em;
	background:#666666;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .07);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .07);
	box-shadow:3px 3px 3px rgba(0, 0, 0, .07); 
	font-weight:bold;
	text-transform:none;
	font-size:inherit;
}
.login-form input[type="button"] {
	background:#ffffff;
	border:1px solid #bcbbad;
	color:#444444;
}

.login-form input[type="submit"] { 
	background:#22366f;
	border:1px solid #22366f;
	color:#fff;
}
.login-form img.t-error-icon {
    display: none;
}
.login-form label.t-error {
    color: #BE2228;
}
.login-form div.t-error-popup {
    border: 1px dotted #BE2228;
    color: #BE2228;
    cursor: pointer;
    display: block;
    float: none;
    height: auto !important;
    margin: 2em 0 0 2em; /* 24 0 0 24 */
    padding: .25em .5em; /* 3 and 6 */
    font-size: .83333333em; /* 10 / 12 */
}
.login-form div.t-error-popup:hover {
    text-decoration: underline;
}
html > body .login-form div.t-error-popup {
    background: none repeat scroll 0 0 white;
}
.login-form div.t-error-popup span {
    display: block;
    line-height: 1em;
    padding: 0;
}
html > body .login-form div.t-error-popup span {
    background: none repeat scroll 0 0 transparent;
}
.login-form {
    background-color: white;
    height: 100%;
    padding: 9px;
    position: relative;
}
.login-form {
    height: 100%;
    overflow: hidden;
    padding: 25px;
}
.login-form div.t-error div {
    background: none repeat scroll 0 0 transparent;
    color: red;
    padding: 0 15px;
}
.login-form div.t-error li {
    list-style-type: none;
    margin-left: 0;
    padding: 0 15px;
}
.login-form #reCaptchaForm-label {
    width: auto;
}
.login-form #recaptcha_widget_div {
    clear: both;
}
.login-form #recaptcha_widget_div label {
    display: inline;
    float: none;
    line-height: 13px;
}
.login-form input[type="button"], .login-form input[type="submit"] {
	display: block;
    float: left;
    margin-right: 10px;
    padding: .5em 1em;
    background: #666666;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
    font-weight: bold;
    text-transform: none;
    font-size: inherit;
    background: #22366f;
    border: 1px solid #22366f;
    color: #fff;
}
.signup-form hr#divider { display: none; }


.signup-form  {
    background-color:transparent;
    background-image:none;
    color: #2A2A2A;
    font:12px/18px Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
}
.signup-form  { background-color:white; }
.signup-form h2 { font-weight: bold; }

.signup-form a { color: #134ea4; text-decoration: none; }
.signup-form a:hover { text-decoration: underline; }

.signup-form a#cancel {
    display: none;
}
.signup-form #login h4 {
    font-weight: normal;
}
.signup-form .checkboxUnit {
    clear: both;
    overflow: hidden;
}
.signup-form input[type="checkbox"] {
    margin: 3px 0 0;
    vertical-align: middle;
}
.signup-form textarea {
    border: 1px solid #DDDDDD;
    color: #2A2A2A;
    height: 50px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: middle;
    width: 47%;
}
.signup-form h1, .signup-form h4 {
    color: #777777;
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 15px;
}
.signup-form h3 {
    font-weight: bold;
    margin: 0 0 8px;
}

.signup-form .formRow.last {
    margin: 0;
}

.signup-form label {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 40%;
}
.signup-form .checkboxRow label {
    display: inline;
    float: none;
    line-height: 1;
}
.signup-form input[type="text"], 
.signup-form input[type="password"] {
    border: 1px solid #DDDDDD;
    color: #2A2A2A;
    padding: 3px;
    vertical-align: middle;
    width: 50%;
}
.signup-form input[type="button"], 
.signup-form input[type="submit"] {
	display:block;
	float:left; 
	margin-right:10px;
	padding:.5em 1em;
	background:#666666;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .07);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .07);
	box-shadow:3px 3px 3px rgba(0, 0, 0, .07); 
	font-weight:bold;
	text-transform:none;
	font-size:inherit;
}
.signup-form input[type="button"] {
	background:#ffffff;
	border:1px solid #bcbbad;
	color:#444444;
}

.signup-form input[type="submit"] { 
	background:#22366f;
	border:1px solid #22366f;
	color:#fff;
}
.signup-form img.t-error-icon {
    display: none;
}
.signup-form label.t-error {
    color: #BE2228;
}
.signup-form div.t-error-popup {
    border: 1px dotted #BE2228;
    color: #BE2228;
    cursor: pointer;
    display: block;
    float: none;
    height: auto !important;
    margin: 2em 0 0 2em; /* 24 0 0 24 */
    padding: .25em .5em; /* 3 and 6 */
    font-size: .83333333em; /* 10 / 12 */
}
.signup-form div.t-error-popup:hover {
    text-decoration: underline;
}
html > body .signup-form div.t-error-popup {
    background: none repeat scroll 0 0 white;
}
.signup-form div.t-error-popup span {
    display: block;
    line-height: 1em;
    padding: 0;
}
html > body .signup-form div.t-error-popup span {
    background: none repeat scroll 0 0 transparent;
}
.signup-form {
    background-color: white;
    height: 100%;
    padding: 9px;
    position: relative;
}
.signup-form {
    height: 100%;
    overflow: hidden;
    padding: 25px;
}
.signup-form div.t-error div {
    background: none repeat scroll 0 0 transparent;
    color: red;
    padding: 0 15px;
}
.signup-form div.t-error li {
    list-style-type: none;
    margin-left: 0;
    padding: 0 15px;
}
.signup-form #reCaptchaForm-label {
    width: auto;
}
.signup-form #recaptcha_widget_div {
    clear: both;
}
.signup-form #recaptcha_widget_div label {
    display: inline;
    float: none;
    line-height: 13px;
}
.signup-form input[type="button"], .signup-form input[type="submit"] {
	display: block;
    float: left;
    margin-right: 10px;
    padding: .5em 1em;
    background: #666666;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
    font-weight: bold;
    text-transform: none;
    font-size: inherit;
    background: #22366f;
    border: 1px solid #22366f;
    color: #fff;
}
#downloadDatabasePdfLink {
	float: right;
	font-size: 12px;
}
.indexSummary h4.jurisdiction{margin: -.66em 0 1em 0;}
.callout .proceduralStage a,
.callout .proceduralStage .bibitem-not-in-afw  {display: block;}

footer.pdf {
  display: none;
}

.pdfPrintPreview footer.pdf {
  display: block;
}

.pdfPrintPreview #footer { display:none; }

footer.pdf {
  padding: 0;
  margin: 0;
  position: running(footerelement);
}

@page {
	@bottom-center {
	  border-top: solid 1px black;
	  content: element(footerelement);
	  text-align: justify;
	  vertical-align: top;
	}
	counter-increment: page 1;
	size: A4;
	layout: portrait;
}