/* ---------- colors.css -------------*/
/* ---------- Color Module Styles ----------- */
.comment .comment-arrow {
  border-color: #ffffff;
}
#page {
   background:#FFF url('../images/body_back.png') repeat-x left top;

}
.tabs ul.primary li a.active {
  background-color: #F0F0F0;
}
.tabs ul.primary li.active a {
  background-color: #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
a {
  color: #07B;
}
a:hover,
a:focus {
  color: #018fe2;
}
li a.active,
a:active {
  color: #07B;
}
#sidebar-second {
  border-left:1px solid #E9EEF0;
}
#sidebar-first {
  border-right:1px solid #E9EEF0;
}
#footer-wrapper {
  background: #172229;
}
/* ---------- END colors.css -------------*/
/* ---------- layout.css -------------*/
/* ---------- Basic Layout Styles ----------- */
html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 238px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  display:none;
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 10px 5px 10px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 940px;
  min-width: 920px;
}
/* ---------- END layout.css -------------*/
/* ---------- style.css -------------*/

/* ---------- Overall Specifications ---------- */

del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}



/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.5em;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  padding: 15px 15px 35px 10px; /* LTR */
}
#name-and-slogan {
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}


/* ------------------- Main ------------------- */

#main {
  margin-top: 20px;
  margin-bottom: 40px;
}



/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
}
h1#page-title {
  font-size: 2em;
  line-height: 1;
}
#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
.node .content {
  font-size: 1.071em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}

.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #EEE;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #EEE;
  border: 1px solid #eee;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: -12px;
  width: 100%;
}
fieldset.collapsed legend {
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #058;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/*Display a subtitle below a title*/
.subtitle{
	color:#999999;
	font-style:italic;
	/*font-weight:100;*/
}

.views-field-field-contact-full-name {
	min-width:150px;
}
.views-field-field-contact-business-phone {
	min-width:100px;
}
.views-field-field-contact-roles-to-account {
	min-width:450px;
}

.views-field-field-account-name {
	min-width:275px;
}
.views-field-field-account-acronym {
	min-width:65px;
}
.views-field-field-account-member-id {
	min-width:70px;
}
.views-field-field-account-country-id {	
	min-width:140px;
}
.views-field-field-account-region-id {	
	min-width:155px;
}

#block-teaser{
	float:left;
	margin: 0 5px 0 0;
	min-height:50px;
}

#only-doc-teaser {
	margin: 0 0 0px 0;
}
.views-row{
margin-top: 10px;
clear:both;
}
.views-field-field-cont-publish-date{
font-size:0.8em;
}

.description_manager{
font-size:0.8em;
color: #666;
}
/* ---------- END style.css -------------*/
/* ---------- Overall Specifications ---------- */

body {
  line-height: 1.5em;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #454545;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  color: #172229;
}
h1 {
  font-size: 1.357em;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1em;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: right;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
#featured .content{
  margin:0;
} 
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}



/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}


/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar .block {
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  line-height: 1.2;
  color: #172229;
  font-weight:bold;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #E0E0D1;
}
.sidebar ul{
  padding-bottom:10px;
  border-bottom: 1px solid #E0E0D1;
 }
.sidebar .views-field-title a{
	margin-left:7px;
	display:block;
 }
.sidebar .views-field-title{
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 7px;
}
 
 /* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #07B;
  border-bottom-style: none;
}
#field-cont-related-links-docs-values tr th {
  background: #DBDBDB;
  border-bottom-style: none;
  color: #3B3B3B;
  font-size:14px;
  padding: 5px;
}

table tr th,
table tr th a,
table tr th a:hover {
  color: #EEE;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #F0F0F0;
  text-align: left; /* LTR */
  vertical-align: top;
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
}
tr.odd {
  background: #F6F7F8;
}

tr,
tr.even {
  background: #FFF;
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

#iucn_headerimage{
	height:250px;
	position: relative;
}
#iucn_headerimage_small{
	height:90px;
	position: relative;
}
#iucn_headertitle {
	text-align:left;
	position: absolute; 
	bottom: 0; 
	left: 0;
	padding:7px 30px 0px 7px;
	max-width: 480 px;
	background-color:rgba(255, 255, 255, 0.7);
	font-weight:bold;
	margin-left:480px;
}
#iucn_headertitle a{
color:#333;
}
#iucn_header {
	background-color:#07B;
	text-align:left;
	padding:15px;
}
#iucn_header a{
	color:#FFF;
}

.region-header {
display: inline;
font-size: 14px;
line-height: 12.5px;
list-style-type: none;
padding-bottom: 0px;
padding-left: 6.5px;
padding-right: 6.5px;
padding-top: 0px;
word-wrap: break-word;
}

.region-featured {
color: rgb(104, 105, 107);
display: inline;
font-size: 0px;
line-height: 35px;
list-style-type: none;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
word-wrap: break-word;
}

.view-footer {
display:block;
border-top:solid 1px #AAAAAA;
margin-top:7px;
padding-top:5px;
/*text-align:right;*/
background-image: url(../images/arrow.png);
background-repeat:no-repeat;
background-position:right;
/*padding:5px 0 0 10px;*/
}
.field-name-field-cont-images,
.field-name-field-grp-images
{
	float:left;
	margin-right:7px;
}
.node-form .field-name-field-cont-images,
.node-form .field-name-field-grp-images
{
	float:none;
	margin-right:7px;
}

#second_submenu a {
	color:#444444;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-color:#FFFFFF;
	line-height:18px;
	height:20px;
}

#block-views-group-home-page-block, 
#block-views-group-home-page-block-1,
#block-views-group-home-page-block-2,
#block-views-group-home-page-block-3 ,
#block-views-my-space-block,
#block-views-my-space-block-1, 
#block-views-my-space-block-2, 
#block-views-my-space-block-3 {
	width: 330px;
	float: left;
	margin-right: 15px;
}

.region-uniondashboarda,
.region-uniondashboardb{
	clear:both;	
}
#block-views-calendar-block-1 {
float: left;
width: 175px;
}

#block-views-group-home-page-block-4 {
float: left;
width: 690px;
}
.sub_blocks{
	clear:both;
	display:block;
	text-align:right;
	border-top:solid 1px #E9EEF0;
	margin-top:15px;
	padding-top:5px;
	font-style:italic;
	padding-right:25px;
	background-image: url(../images/arrowmore.png);
	background-repeat:no-repeat;
	background-position:right 13px;
}
.views-field ul{
	margin:0;
	padding-left:10px;
}
#edit-body-und-0-format{
display:none;
}
.form-item-field-cont-document-type-und .form-type-checkbox {
	float:left;
	margin-left:25px;
}
.description{
clear:both;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: 10px;
  font-style:italic;
}
.node-full .field {
margin-bottom: 10px;
}
.field-type-link-field .field-item a,
.field-name-field-cont-groups .field-item a,
.field-name-field-folder-folder .field-item a{
	margin-left:7px;
	display:block;
 }
.field-type-link-field .field-item,
.field-name-field-cont-groups .field-item,
.field-name-field-folder-folder .field-item{
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin-left:10px;
}
.field-name-field-cont-managers .field-item,
.field-name-field-cont-document-type .field-item {
	display:inline;
	margin-right:10px;
	margin-left:10px;
}
.file{
	margin-left:10px;
	display:block;
}
.node-full .field .field-label {
	font-weight:normal;
	font-style:italic;
	color:#000000;
	padding:10px 0 5px 0;
	font-size:1.15em;
}

/* DATE FIELD SMALLER */
.views-field-created{
	font-size: 11px;
	color:#757575;
}
#docs-list{
	border-bottom: 1px dotted #33DDFF;
}
#docs_path a{
	font-style:italic;
	color:#3B3B3B;
	background-image: url(../images/arrowpath.png);
	background-repeat:no-repeat;
	background-position:right 5px;
	padding-right:10px;
}
#docs_path {
	border-bottom: 1px dotted #07B;
	margin: 5px 0;
	color:#3B3B3B;
}

/* TEXT FIELD SMALLER */
.w-small{
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
}
.views-row .views-field-field-cont-images{
	float:left;
	margin: 0 5px 0 0;
	min-height:50px;
}
.views-field-field-ocg-english-name{
	min-width: 400px;	
}
.views-field-title{
	min-width: 150px;
}

.region-sidebar-second .views-field-title{
	min-width: 180px;
}

#block-views-have-your-say-block h2{
	border-color: #CC6600;
	color: #CC6600;
}

/* WYSIWYG */
/*# TASK 35 - START */
.w-title{
  font-size: 1.2em;
  font-weight: bold;
  color: #01428C;
  /*color: #CC6600;*/
}
.w-subtitle{
  font-size: 1.1em;
  font-weight: bold;
  color: #01428C;
  /*color: #CC6600;*/
}
.w-colored{
  color: #01428C;
  /*color: #CC6600;*/
}
/*# TASK 35 - END */
.w-small{
  font-size: .8em;
}
.w-content{
  font-size: 1em;
}
.w-highlight{
	background-color:#AFD0E3; 
	display:block; 
	padding:5px;
	line-height: 1.2em; 
}
.w-colored-union{  
  font-size: .9em;  
  font-weight:bold;
  color: #58B14E;
  /*color: #CC6600;*/
}
.w-payment-union{  
  background-color:#b7d1d1;
  padding:10px;
}
.w-payment-message-union{  
  font-size: .8em;  
  font-weight:bold;
  color: #FF1300;
}
.w-small-description{
  font-size: .6em;
  font-weight: normal;
  /*font-style: italic;*/
}

/* --------------- My HOME PAGE AND My GROUPS HOME PAGE ------------ */
.view-all-group-home-page .view-content .views-row, 
.view-all-my-space .view-content .views-row{	
	margin-top: 20px;
	overflow:auto;
}
.view-all-group-home-page .view-content .views-row .views-field-title, 
.view-all-my-space .view-content .views-row .views-field-title{
font-size:16px;
}
.node-teaser h2 a{
color:#0071B3;
font-size:16px;
}
.link-wrapper{
	margin-top:20px;
}

.translation_fr a,
.translation_es a,
.translation_en a{
	color:#FFF;
	font-size:12px;	
}
ul.inline li.translation_fr,
ul.inline li.translation_es,
ul.inline li.translation_en {
	background:#666;
	padding:7px 10px;	
	margin:0 5px;
}
#edit-comment-body-und-0-format{
	display:none;
}
form.comment-form{
	padding-left:20px;
	margin-left:20px;
	border-left:5px solid #eee;
}
/* --------------- CUSTOM MENU SECTION FOR GROUPS ------------ */
#custom-group-menu{
	margin-top:47px;
}
#custom-group-menu .field-name-field-grp-section-title{
	font-size:1.35em;
}
/* Hidding the collection info -Custom group menu- in the Related groups view */
#custom-group-menu .field-label, 
#custom-group-menu .field-collection-view-links, 
.field-collection-description,
.action-links-field-collection-add {
	display: none;
}
.field-collection-view,
.field-collection-container,
.field-collection-container .field-items .field-item {
	border:none;
	margin-bottom:0;
}
.field-name-field-grp-section-title .field-items .field-item{	
	margin: 0 0 0.5em;	
	border-bottom: 1px solid #07B;
	text-shadow: 0 1px 0 #F0F0F0;
	line-height: 1.2;
	color: #07B;
	font-weight:bold;
}
.field-name-field-grp-link-url .field-items .field-item{
	margin: 5px 0;
	padding: 3px 0;
}
#custom-group-menu  .field-collection-view{
	margin: 0;
}

/* --------------- HIDDING REVISION, AUTHOR AND THICKS FROM PUBLISH CONTENT ------------ 
.node-form-revision-information, .node-form-author, .form-item-promote, .form-item-sticky {
	display: none;
}*/

#edit-additional-settings{
	display:none;
}

/*#block-views-calendar-block-1 {
width:175px;
}*/
.single-day {
max-width: 98.57px;
}

/* //TASK 23-32 - START */
/* --------------- CUSTOM CONTACT AND ACCOUNT PROFILES ------------ */
.button-update,
.button-upload{
	text-align: right;
	margin:10px;
	/*text-transform: uppercase;*/
}
.button-update a:hover,
.button-upload a:hover{
	color: #000000;
}
.button-update  a{
	/*background-color: #E2E2E2; */
	padding:5px;
	margin: 0 2px;
	text-align: right;
	text-decoration: none;
	
	background: #235689;
	color: #FFFFFF;
	border:	1px solid #336699;
}
.button-upload a{
	/*background-color: #0071B3;*/
	padding:5px;
	margin: 0 2px;
	text-align: right;
	text-decoration: none;
	/*color: #FFFFFF;*/
	
	background: #235689;
	color: #FFFFFF;
	border:	1px solid #336699;
}
.section-top-border{
	border-top: 1px solid #E9EEF0;
}
.title-section-bottom-border{
	color: #172229;
	font-weight:bold;
	font-size:16px;
}
.center-image{
	text-align: center;  
}
.image-align{
	text-align: right;  
}
/* //TASK 23-32 - END */
/* //TASK 51 - START */
.view_buttons{
	display:block;
	text-align:right;
	margin-top:10px;
	padding-top:5px;
	font-style:italic;
	padding-right:25px;	
}
.view_buttons a{
	background-image: url(../images/arrowmore.png);
	background-repeat:no-repeat;
	background-position:right 9px;
	margin-left: 15px;
	padding: 4px 25px;
}
.view_buttons a{
	background: #235689;
	color: #FFFFFF;
	padding: 4px 7px;
	border:	1px solid #336699;
	margin-left: 15px;	
}
/* //TASK 51 - END */

#create_buttons a{	
	font-size:12px;
}
#create_buttons {
	margin-top: 0px;
	margin-bottom: 20px;	
}
.add-button {
	text-align: right;
}
.flag-wrapper a:hover,
.add-button a.union-button:hover{
	color: #000000;
}

.flag-wrapper a {	
	padding: 6px 10px;
	margin: 0 5px 0 0;
	text-align: right;
	text-decoration: none;	
	background: #07B;	
	color: #FFFFFF;
}
.add-button a.union-button{	
	padding: 6px 10px;
	margin: 0 5px 0 0;
	text-align: right;
	text-decoration: none;	
	background: #57D283;	
	color: #FFF;

}

#edit-field-cont-access-level{
	background:#FFFFCC;
	border:1px solid #FFCC00;
	padding:0 7px;
}

.dues-balance-red {
	color:red;	
}
.dues-balance-green {
	color:green;	
}


.views-field-field-pf-image .field-content
{
	width:100%;
	height:100%;
	/*text-align:center;*/
	margin-left:100px;
	background-color:#F6F8FA;
}

/*//TASK 40 - START*/
.w-small-link{   
  font-size: 12.5px;
  font-weight: bold;
  font-style: italic;
}
.w-small-link-green{   
  font-size: 12.5px;
  font-weight: bold;
  font-style: italic;
  color: green;
}
.w-small-link-orange{   
  font-size: 12.5px;
  font-weight: bold;
  font-style: italic;
  color: #CC6600;
}

.w-small-olive{
  font-size: 11.5px;
  font-weight: bold;
  font-style: italic;
  color: #138900;
}

.w-small-gray{ 
  font-size: 11.5px;
  font-weight: bold;
  font-style: italic;  
  color: #6C6C6C;    
}

.w-small-orange{
  font-size: 11.5px;
  font-weight: bold;
  font-style: italic;
  color: #CC6600;
}

.w-small-red{
  font-size: 10.5px;
  font-weight: bold;
  font-style: italic;
  color: red;
}

.w-small-link-highlight{
	background-color:#E2F2A6;
}
/*//TASK 40 - END*/

#sub_menu .active-menu a {
  color:#07B;
}
#sub_menu  .active-menu a:hover, 
#sub_menu  .active-menu a:focus{
  color:#07B;
}

#sub_menu_grp .active-menu a {
  color:#07B;
  border-bottom-style: none;
  background-color:#FFF;
}

.without-secondary-menu .region-header{
  width:100%;
  margin-top:0px;
  margin-bottom:0px;
}
.w-drop-down-title{   
  font-size: 12.3px;
  font-weight: bold;
  width:445px;
}
.custom-field-title{
	font-weight: bold;
}


.group-disp-info{
font-size:0.8em;
}
/*
.error{
	display:none;
}*/
/*Home page search box*/
.views-widget #edit-title,
.views-widget #edit-key{
  width:660px;
}
.views-exposed-form{
  padding:10px;
  border-bottom:1px solid #E9EEF0;
  background-color:#F6F7F8;
}
#edit-field-grp-group-type-value-wrapper,
#edit-type-1-wrapper, 
#edit-type-wrapper, 
#edit-bef-sort-options  {
  display:block;
  width:100%;
}
#edit-type-1-wrapper div.form-item, 
#edit-type-wrapper div.form-item {
  float:left;
  padding-right:15px;
}
#edit-field-cont-document-type-value-wrapper,
.views-exposed-form  .views-submit-button {
	width:100%;
}
#edit-field-cont-document-type-value-wrapper  .bef-checkboxes label,
.bef-sort-combined label {
	font-weight:100;
}
#edit-field-cont-document-type-value-wrapper  .bef-checkboxes,
.bef-sort-combined{
   columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.views-exposed-form  .views-submit-button input.form-submit{
	float:right;
	background:none;
	background-color:#07B;
	color:#FFF;
	font-size:18px;
	padding:5px 25px;
	margin:0;
}
.form-item-sort-bef-combine label{
  display:none;
}
#edit-sort-bef-combine label{
  display:inline;
}
.views-exposed-form fieldset{
  background: none;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0 10px;

}
.views-exposed-form fieldset legend {
  background: none;
  border: none;
}
.views-exposed-form #-wrapper{
  display: none;	
}
.comment-text .author-name{
	font-weight:bold;
}
.comment-text .author-details{
	padding:5px;
	background-color:#eee;
	font-style:italic;
}
.comment-text .details-profile a{
	display:block;
	text-align:right;
	padding-right:10px;
}
.comment-date{
	display:block;
	text-align:right;
	padding-right:10px;
	margin-top:-10px;
}



#edit-field-contact-region-id-wrapper, 
#edit-secondary-wrapper,
#edit-field-account-region-id-wrapper  {
  display:block;
  width:100%;
}

#edit-field-contact-region-id-wrapper .bef-checkboxes,
.bef-sort-combined{
   columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
#edit-field-account-region-id-wrapper .bef-checkboxes,
.bef-sort-combined{
   columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.field-name-field-cont-deadline .field-item {
	border:1px solid #AFD0E3;
	font-weight:bold;
	padding:0 10px;
	background:#E9EEF0;
}

#about_group .field-name-field-cont-images {
	float:none;
}

#submenus div.content{
margin-top:7px;
}
#submenus h2{
	display:none;
}

#submenus ul,
#submenus ul li,
#submenus ul li.leaf,
#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#submenus ul{
  border-bottom:1px solid #E9EEF0;
}
#submenus li,
#main-menu li {
  display:inline-block;
  margin-bottom:4px;
}
#submenus a,
#main-menu  a {
  padding: 7px 10px;
  font-size:14px;
}

#submenus li.active-trail a{
	background-color:#5D8;
	color:#FFF;

}
#main-menu  li.active-trail a {
	background-color:#5D8;
	color:#FFF;

}

#submenus a:hover,
#main-menu a:hover{
   color:#FFF;
   background-color:#07B;
   text-decoration:none;
}

#submenus .block-menu{
	float:left;
}
#block-locale-language{
	float:right;
	max-width:220px;
	margin-left:10px;

}
#block-user-login {
	float:right;
	max-width:220px;
	margin-left:10px;
	margin-top:-35px;
}
#block-user-login h2{
	display: block;
	margin:0;
	background-color:#369;
}
#block-user-login h2 a{
	color:#FFF;
}
.view-photos-list .views-row {
	width:32%;
	display:inline-block;
	height:460px;
	overflow:hidden;
	margin-right:10px;
	border-bottom:1px solid #d3d7d9;
}
.field-name-field-photo-image{
	text-align:center;
}
#photo .type-iucn-photo{
	display:none;
}
#photo .node-teaser{
	border-bottom:0;
}
.type-iucn {
    background-color: #ABCEE4;
	color:#FFF;
}
.type-non_official {
    background-color: #CACACA;
	color:#FFF;
}
.type-non_iucn {
    background-color: #B8D5CA;
	color:#FFF;
}
.download-icon {
    float: left;
    padding: 3px;
}
.type-iucn-photo,
.type-photo {
    background-color: #F1C292;
	color:#FFF;
}
.type-resrec{
    background-color: #DFBFDF;
	color:#FFF;
}
.historical-filters {
    background-color: #bebebb;
}
#photo-cover {
    text-align: center;
}

.view-publications-admin-search .view-footer, .view-loans .view-footer, .view-activity-reports .view-footer {
    border: medium none !important;
    float: left;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
}

.group-header {
    color: #01428c;
    font-size: 18px;
    padding-bottom: 5px;
}
.group-left {
    float: left;
    margin: 0 15px 0 0;
    width: 35%;
}
.views-field-field_pub_book_cover {
    float: left;
    width: 35%;
}
#pub-cover {
    float: left;
    margin: 0 15px 0 0;
}
#pub-info {
    display: block;
}
#pub-info p {
    margin-bottom: 0;
}
#pub-info .clearfix::after, #pub-more .clearfix::after {
    clear: none;
}
#pub-info .field-type-taxonomy-term-reference ul.links li, #pub-more .field-type-taxonomy-term-reference ul.links li {
    display: inline;
    float: none;
    white-space: normal;
}
#pub-info .field-label-inline .field-label,
.field-label-inline .field-items,
#pub-more .field-label-inline .field-label,
.field-label-inline .field-items {
    display: inline;
    float: none;
    white-space: normal;
}
.field-label-inline div{
	display: inline;
}
.field-item {
    padding: 0 1em 0 0;
}
.field-type-taxonomy-term-reference ul.links li, .field-name-field-pub-other-language-version .field-items .field-item {
    border-right: 1px solid #999999;
    padding: 0 0.5em;
}
#pub-more .field-name-field-pub-other-title .field-item {
    border-right: 1px solid #999999;
    padding: 0 0.5em;
}
#pub-access {
    background-color: #e6f5d6;
    border-bottom: 1px solid #57ba07;
    border-top: 1px solid #57ba07;
    float: left;
    height: auto;
    margin-bottom: 15px;
    padding-top: 5px;
    width: 100%;
}
#pub-more {
    clear: both;
}
#pub-access ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
#pub-access ul li {
    margin: 8px 0;
}
#pub-access img {
    margin-left: 0;
    margin-right: 10px;
}
#pub-access {
    padding: 0 10px;
}
#pub-access a {
    font-weight: bold;
}
#details1, #details2 {
    float: left;
    min-width: 250px;
}
#pub-type {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 0;
}
#pub-historical {
    background-color: #bebebb;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    margin-bottom: 15px;
    padding-left: 2px;
    padding-top: 5px;
}
.views-row #pub-type {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
    width: 292px;
}
/*-------------------Export Publications Searched-------------*/
.view-publications-admin-search  .view-footer, 
.view-loans .view-footer, 
.view-activity-reports .view-footer{
   float:left;
   border :none!important;
   margin-top :0px;
   padding-top :0px;
   margin-right:5px;
}
/* RES REC Fields*/
.field-name-field-resrec-internal,
.field-name-field-resrec-year,
.field-name-field-resrec-conf-type,
.field-name-field-resrec-type {
	float:left;
	padding:7px 20px;
	border:1px solid #ccc;
	margin:0 5px 20px 0;
}
.field-name-field-resrec-file-en,
.field-name-field-resrec-file-fr,
.field-name-field-resrec-file-es{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:20px;
}
.field-name-field-resrec-title-en{
	clear:both;
}

.tabledrag-toggle-weight-wrapper{
	display: none;
}

/* RES REC ACT Fields*/
.field-name-field-resrec-act-constituent,
.field-name-field-resrec-act-const-type,
.field-name-field-resrec-act-period-covered{
	float:left;
	padding:7px 20px;
	border:1px solid #ccc;
	margin:0 5px 20px 0;
}
.page-node-edit .field-name-field-resrec-act-constituent,
.page-node-edit .field-name-field-resrec-act-const-type,
.page-node-edit .field-name-field-resrec-act-period-covered{
	float:none;
}

.field-name-field-resrec-scope{
	clear:both;
}

.field-name-field-resrec-scope,
.field-name-field-resrec-country{
	float:left;
	padding:7px 20px;
	border:1px solid #ccc;
	margin:0 5px 20px 0;
}

.field-name-field-resrec-act-other-members{
	clear:both;
}
.field-name-field-resrec-act-respid .resolution-title{
font-weight:bold;
font-size:1.3em;
}
.resolution-title{
font-style:italic;
}
.field .field-label{
font-weight:bold;
color:#666;
}

#search-form {
	background-color:#f6f7f8;
	padding:15px;
}
#search-form #edit-type {
width:100%;
text-align:center;
}
#search-form #edit-type div{
	display:inline-block;
	margin: 0 20px;
}
#search-form .form-item {
  margin-bottom: 0;
}
#search-form  #edit-keys{
	width:75%;
}
#search-form  #edit-submit--2{
	display:none;
}
.search-image{
	float:left;
	margin-right:15px;
}
.search-type {
	font-size:10px;
	padding-left:10px;
	width:300px;
}
.search-result{
	clear:both;
}
.guidance{
	font-size:20px;
	color:#41A867;
	line-height:24px;
}


#pub-altmetric-badge {
    /*float: right;
    margin: -290px 10px 0 0;*/
}

.field-label-template{
	font-weight:normal;
	font-style:italic;
	color:#000000;
	padding:10px 0 5px 0;
	font-size:1.15em;
}

.node-full .field-name-field-resrec-status .field-label{
	padding:0;
}
.resrec-ARCHIVED{
	color:#999;
}
.resrec-ARCHIVED a{
	color:#9cf;
}