/***********************************************************************************/
/* basic elements */

html {
  background: #f8f8ff; /*ghost white*/
}

body, img, div, span, p, a, table, tr, td, form, input, ol, ul, textarea, select, h1, h2, h3, h4 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
  border: 0;
}

input, textarea {
	border: 1px solid #000000;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #3b5998;
}
h4 {
	padding: 6px;
	font-weight: normal;
	background-color: #3b5998;
	color: #f8f8ff;
	border: 1px solid #000000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

a { color: #35586c; }
a:hover { background-color: #ffff66; }

img { border: 0; }

/***********************************************************************************/
/* bcp page elements */

.bcp_canvas {
  margin: auto;
  width: 960px;
  max-width: 960px;
	width: 100%;
}

.bcp_hidden_element {
	visibility: hidden;
	display: none;
}

.bcp_logo {
	float: left;
	margin-right: 12px;
}

.bcp_title {
	font-family: times new roman, times, roman, serif;
	font-weight: bold;
	font-size: 20px;
}

.bcp_description {
	font-family: times new roman, times, roman, serif;
  font-weight: normal;
	font-style: italic;
}

.bcp_main-menu {
	padding: 10px;
	background-color: #e6e6e6;
	border-top: 1px solid #3b5998;
	border-bottom: 1px solid #3b5998;
}

.bcp_legal {
	font-weight: normal;
}

/***********************************************************************************/
/* unsorted */

.text_bold { font-weight: bold; }
.text_italics { font-style:italic; }
.text_red { color: red; }

.bcp_faq-question { font-weight: bold; }
.bcp_faq-answer {
	padding-left: 6px;
	padding-right: 6px;
}

.bcp_ol-indent {
	padding-left: 14px;
	margin-left: 14px;
}

.bcp_downloads-the-files {
	padding-right: 36px;
}

.bcp_downloads-sidebar-right {
	width: 50%;
}

.bcp_contact-input-width {
	width: 40%;
}

.bcp_contact-ta-width {
	width: 60%;
}

.bcp_form-button {
	padding: 2px 4px 2px 4px;
	border: 2px outset #000000;
	background-color: #3b5998;
	color: #f8f8ff;
  margin-right: 6px;
  cursor: pointer;
}

.bcp_form-button:hover {
	color: #ccffff;
}

.bcp_table-row-shading {
	background-color: #e6e6e6;
}

/***********************************************************************************/
/* site abuse manager */

.bcp_IPM-tab {
  font-weight: bold;
  background-color: #e6e6e6;
  border: 1px solid #000000;
  padding: 6px;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.bcp_IPM-tab-selected {
  font-weight: bold;
  border: 1px solid #000000;
  padding: 6px;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.bcp_IPM-tab-end {
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 6px;
  white-space: nowrap;
}

.bcp_table-background-shade {
  background-color: #b7c3d0;
  padding: 6px;
}

.bcp_cell-bottom {
  border-bottom: 1px solid #b7c3d0;
  padding: 2px;
}

.bcp_input-boxes {
  padding: 3px;
}

.bcp_alert {
  margin-bottom: 6px;
  background-color: #f0e68c;
  border: 1px solid #000000;
  border-radius: 6px;
}

.bcp_margin-bottom {
  margin-bottom: 12px;
}

.uiNoUnderline {
  text-decoration: none;
}
