/* -------------------------
  GENERAL FORM STYLING
------------------------- */

input[type='text'],
input[type='password'],
textarea,
input[type='file'] {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  background-color: #ddd;
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
  color: #333;
}

input[type='text'].error,
input[type='password'].error,
textarea.error,
input[type='file'].error {
  margin-bottom: 0;
  border: 1px solid #D74D3F;
}

textarea {
  background: none;
  background: -moz-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: -webkit-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: -o-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: -ms-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: linear-gradient(top, #eee 0%, #fafafa 40%);
}

input.button,
input.button2 {
  background-color: #004370;
  background: -moz-linear-gradient(top, #015994 0%, #004370 100%);
  background: -webkit-linear-gradient(top, #015994 0%, #004370 100%);
  background: -o-linear-gradient(top, #015994 0%, #004370 100%);
  background: -ms-linear-gradient(top, #015994 0%, #004370 100%);
  background: linear-gradient(top, #015994 0%, #004370 100%);
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #003b63;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  font-size: 14px;
  font-weight: normal;
}

label,
.field .hint h4 {
  font-size: 14px;
  display: block;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.login, .register { font-size: 12px; margin: 0 0 10px 0 }

.form small,
.form .helper {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px 0;
}

.form .record .record div { margin: 0 0 20px 0 }

.user_demographic_checkbox_label { font-size: 12px }

select {
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
}

.form .record .demographics div { margin: 0 }

.demographics label { display: inline; font-weight: normal }

label.error {
  background-color: #D54A44;
  color: white;
  padding: 10px;
  border: 1px solid #B73B36;
  margin: 10px 0 10px 0;
  text-shadow: 0 1px 0 black;
  display: block;
  font-size: 12px;
}

.recaptcha { margin: 0 0 10px 0 }

.field .hint li,
.field .hint {
  font-size: 12px;
  margin: 0 0 10px 0;
}

legend {
  font-family: "Helvetica", "Arial";
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #C6C4B4;
  text-transform: uppercase;
}

fieldset { margin: 10px 0 10px 0; border: none; padding: 0 }

#notice {
  background-color: #55BC72;
  padding: 10px;
  margin: 10px 0 10px 0;
  color: white;
  text-shadow: 0 1px 0 black;
  border: 1px solid #399854;
}

span.user_demographic_radio_label { font-size: 14px }

body {
margin:10px;
padding:10px;
background-color:#FFF;
background-position:top left;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
}

/* BEGIN: Default Styles */
a,a:link,a:active,a:visited {
color:#0065a4;
text-decoration:none;
}

a:hover {
	color: #0065a4;
	text-decoration: underline;
}

form {
margin:0;
padding:0;
}

fieldset {
border:0;
display:block;
padding:0;
margin:0;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
}

h1 {
font-size:18px;
font-family: Georgia;
}

h2 {
font-size:14px;
font-family: Georgia;
}

h3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 span {
	color: #f32032;
}
h4 {
font-size:12px;
font-style:italic;
}

h5 {
font-weight:700;
font-size:11px;
}

.clear {
clear:both;
}

.red {
color:#cb0000;
padding-right:3px;
}

.button {
background:#9e170d url(../../images/global/button-bg.png) repeat-x scroll 0 0;
color:#fff;
text-shadow:0 -1px 0 #9e170d;
padding:5px 10px;
font-size:11px;
margin:0 5px 0 0;
font-weight:700;
border: 1px solid #9e170d;
}

.button2 {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#bb4c2e;
border:1px solid #bb4c2e;
color:#fff;
padding:2px 3px;
font-size:11px;
margin:0 5px 0 0;
font-weight:700;
}

a.button2,a.button2:link,a.button2:active,a.button2:visited,a.button2:hover {
color:#FFF;
}

.clear {
clear:both;
}

/* END: Default Styles */
/* START: Layout */

body {
	background-image: url("/images/global/masthead_bg.jpg");
	background-repeat:repeat-x;
}

.logo {
  width: 339px;
  height: 83px;
  color:#fff;

  font: 10px Arial, Helvetica, sans-serif;
  top: 45px;
  left: 10px;
}

.logo img {
	margin:20px 0;
  display:block;
  padding-bottom:4px;
  width:218px;
  height:auto;
}
.masthead {
	height: 273px;
}

.document {
text-align:left;
position:relative;
top:0px;
display:block;
margin:0 auto;
width:100%;
}

.document .container {
position:relative;
z-index:0;
margin-top:0px;
padding-bottom:20px;
overflow:hidden;
width:100%;
height:100%;
}

#section-1 {
z-index:1;
display:block;
}

#section-2 {
	z-index:1;
	display:block;
	width: 100%;
	padding-top: 0px;
	margin-top:50px;
}

/* End Layout */


/* start breadcrumbs */
.breadcrumbs {
	margin: 0px 0 16px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
}
/* End breadcrumbs */
/* Start errors */

#notice {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	color: #f32032;
}
label.error, label.error {
	color: red;
	font-style: italic;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
div.error { display: none; }
input.checkbox { border: none }
input:focus { /*border: 1px dotted black; */}
input.error { border: 1px dotted red; }

/* START: Default Record Styles. Can be overridden in page specific stylesheets. */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

.record div.rating-cancel,.record div.star-rating {
float:left;
width:17px;
height:15px;
text-indent:-999em;
cursor:pointer;
display:block;
background:transparent;
overflow:hidden;
}

.record div.rating-cancel,.record div.rating-cancel a {
background:url(../../images/icons/delete.gif) no-repeat 0 -16px;
}

.record div.star-rating,.record div.star-rating a {
background:url(../../images/icons/star.gif) no-repeat 0 0;
}

.record div.rating-cancel a,.record div.star-rating a {
display:block;
width:16px;
height:100%;
background-position:0 0;
border:0;
}

.record div.star-rating-on a {
background-position:0 -16px!important;
}

.record div.star-rating-hover a {
background-position:0 -32px;
}

/* Read Only CSS */
.record div.star-rating-readonly a {
cursor:default!important;
}

/* Partial Star CSS */
.record div.star-rating {
background:transparent!important;
overflow:hidden!important;
}

/* END jQuery.Rating Plugin CSS */
.record {
	padding: 10px 0;
}
.records .more {
font-weight:700;
display:block;
font-size:12px;
}

.record .image {
float:left;
margin:10px;
margin-left:none;
}

.record .kicker {
font-weight:700;
font-size:11px;
}

.record .date {
font-size:11px;
display: inline;
color: #666;
}


.record h2, .record h1, .record .headline {
font-size:20px;
font-weight: normal;
margin-top: 5px;
margin-bottom: 8px;
line-height: 30px;
font-family: Arial;
}
.record .sub-headline {
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
}
.record .dtstart,.record .dtend {
display:inline;
}

.record .location {
margin:5px 0;
font-size:11px;
font-style:italic;
}

.record .tags {
font-size:11px;
}

.record .tags a {
float:none;
}

.record .byline {
font-size:11px;
}

.record .source {
font-size:11px;
}

.record .source a {
color:#000;
}

.record .author {
color:#000;
font-size:11px;
display: inline;
color: #666;
}

.record .articles-rating {
display:block;
}

.record .articles-rating .ratings-average {
}

.record .hcite {
display:block;
}

.record .type {
border-right:1px solid #ccc;
padding-right:4px;
margin-right:4px;
font-size:11px;
}

.record .volume {
}

.record .abstract {
margin-top:10px;
font-size:12px;
}

.record .view-count {
font-size:11px;
}

.record .comment-count {
font-size:11px;
display: inline;
margin-left: 30px;
font-weight: bold;
}

.record .publication {
font-size:11px;
}

.record .volume {
font-size:11px;
}

.record .abstract .more {
font-size:12px;
font-weight: bold;
text-transform: uppercase;
display: inline;
}

/* END: Default Record Styles */

/* START: Advertisements */
.ad-top {
	position:absolute;
	width:729px;
	left:0px;
	top:15px;
	height:95px;
	background-color:#ccc;
	color:#333;
	text-align: center;
}
.ad-top2 {
	position:absolute;
	width:225px;
	right:0px;
	top:15px;
	height:95px;
	background-color:#ccc;
	color:#333;
	text-align: center
}
.ad-2 {
text-align:center;
background-color:#ccc;
color:#fff;
height:50px;
margin:10px 0;

}
.ad-index-1 {
width:468px;
	height:60px;
	background-color:#ccc;
	color:#333;
	text-align: center;
	margin: 0 auto;

}

.ad-bottom {
	position:relative;
	width:729px;
	height:95px;
	background-color:#ccc;
	color:#333;
	margin: 0px auto;
}
.ad-right {
	width: 300px;
	height: 250px;
	color:#ccc;
	text-align: center;
	margin: 0px auto;
}
/* End Ads */
		 
		  #section-2 .box1 .record .form {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

#section-2 .box1 .record .form table {
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 480px;
}

#section-2 .box1 .record .form td {
	border-top: 1px solid #FFFFFF;
	margin: 5px;
	font-size: 12px;
	padding: 7px 0 7px 7px;
	border-collapse: collapse;
	background-color: #e2e2e2;
}
#section-2 .box1 .record .form td label {
	font-weight: bold;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#section-2 .box1 .record .form table.radio td {
	padding:2px;
			margin-right: 3px;
		}
		 .box7 .records .subtotal {
}

#section-2 .box1 .record .form table.radio td label {
	padding:0;
	margin:0;
}

#section-2 .box1 .record .form input, #section-2 .box1 .record .form select {
	font-size: 12px
}
#section-2 .box1 .record .form table table {
	width:175px;
}
#section-2 .box1 .record .form table table td {
	border: 0px none;
}
#section-2 .box1 .record .form table table td label {
	font-weight: normal;
}

#section-2 .box1 .record .form .buttons {
	text-align:center;
}


.article-print {
	float: left;
	margin-right: 20px;
	width: 500px;
}

.sidebar {
	float: left;
	width: 150px;
}

#mail_form { margin-top: 20px }

#mail_form input{ width: 150px }

#mail_form h3 {
	    clear: both;
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 7px;
    margin-left: 0;
    padding-top: 10px;
    text-transform:none;
}

#send_to_friend_form {
	background-color:#FFFFCC;
	width: 614px;
	padding:10px;
}
