/**
 * Layout
 */
#main-wrapper,
#sidebar-first,
#sidebar-second {
  float: left; /* LTR */
}
#navigation,
#header,
#main-columns {
  margin: 0 auto;
}

/* Column width */
body.two-sidebars #main-wrapper {
  width: 56%;
}
body.two-sidebars #sidebar-first,
body.two-sidebars #sidebar-second {
  width: 21.9%;
}
body.one-sidebar #main-wrapper {
  width: 70%; /* new page change*/ /* removing this earlier added as part of new page design change but not required any more border-style:solid;*/ border-width:1px;
}
body.one-sidebar #sidebar-first,
body.one-sidebar #sidebar-second {
  width: 30%;
}
body.no-sidebars #main-wrapper,
body.page-admin #main-wrapper {
  width: 100%;
}

/* Spacing between columns */
#main-wrapper #main,
#sidebar-first .region,
#sidebar-second .region {
  margin:0;
} 
#main-wrapper.first #main,
#sidebar-first.first .region,
#sidebar-second.first .region {
  margin-left:0;
}
#main-wrapper.last #main,
#sidebar-first.last .region,
#sidebar-second.last .region {
  margin-right:0;
}

/* Prevent collision with browser chrome */
#navigation,
#header,
#main-columns {
  /* new page design changes padding: 0 15px; */
}

/* Hide content on admin pages */
body.page-admin #sidebar-first,
body.page-admin #sidebar-second,
body.page-admin #navigation-wrapper,
body.page-admin #header-wrapper,
body.page-admin #closure {
  display: none;
}

/* Mobile */
@media only screen and (max-device-width: 480px) {
  #navigation-wrapper,
  #header,
  #main-columns {
    width:100% !important;
  }
}

.container-inline div, 
.container-inline labelÂ {display:Â inline;}

/**
 * Wrappers
 */
html {
	height:100%;
	padding:0;margin:0;
	background-color:#eeefff;
}
body{
	margin:0;
	padding:0 8px 5px;
}

#page {
 /* new page design changes background-color: #e3e3e3;*/ background-color: #ffffff;
  min-height: 170px;
  /* new page design changes border-radius: 6px; */ position: relative; 
  margin-bottom: 7px;
  padding: 25px 30px;
  /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;*/
/* new page design changes  border-radius: 6px; */
}
.region-content {
  clear: both;
}
.region-content-bottom {
  margin-top: 23px;
}


/**
 * Skip link
 */
#skip-link {
  height: auto;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: 20px; /* RTL */
  width: auto;
  z-index: 990;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  position: absolute;
  display: block;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  background: #444;
  color: #fff;
  font-size: 0.94em;
  text-decoration: none;
  outline: 0;
  -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;
  -khtml-border-radius-bottomright: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 1px 10px 2px 10px;
}


/**
 * Header
 */
#header {
	background-color:#eeefff;
}


/**
 * Branding
 */
#branding-wrapper {
	padding:25px 0 0 0;
	width:100%;
}
#branding {
	display:table;
	width:100%;
}
.with-blocks #branding-wrapper {
	width: 58%;
}
#logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0px 0 0; /* LTR */
}
#logo img {
  vertical-align: middle;
  width: 100px ;
}
#name-and-slogan {
  display: table-cell;
  vertical-align: middle;
  float:right;
}
#site-name {
  line-height: 1;
  margin: 0;
  padding: 0;
}
#site-name a {
  letter-spacing: -0.2px;
  font-size: 42px;
  font-family: Arial,FreeSans,sans-serif;
}
#site-name a::-moz-selection {
  color: #fff;
}
#site-name a::selection {
  color: #fff;
}
#site-slogan {
	font-size: 14px;
	margin: 4px 0px 0px 0px; /* LTR */
	/*text-transform: uppercase;*/
}
#site-slogan>div{float:right;}
#site-slogan a{
	color:#737ca1;
}
#site-slogan a:hover {
	color:#191970;
}



/**
 * Closure
 */
#closure {
	font-size:0.9em;
}
#closure  #info {
	float:none;
	text-align:center;
}

#closure ul.links {
  margin: 0 10px 0px 10px; /* LTR */
}
#closure ul.links li {
  margin: 0 5px 0 0px; /* LTR */
}

#search-block-form {
	float: right;
	display: inline;
	background-color:#191970;
}
#search-block-form div {
	display: inline !important;
	background-color: #191970;
}
#edit-search-block-form--2 {
	height: 22px;
	margin-top: 1px;
}

#navigation input {
  vertical-align: middle;
  margin-top:6px;
/*  padding:4px;*/
}
#navigation input.form-text {
  padding:2px;
}
#navigation input.form-submit {
  padding-top:2px;
  padding-bottom:1px;
}


/*
** Navigation
*/
/* 1st level */
#navigation-wrapper{
	margin-bottom:16px;
}
#navigation {
	
}
#navigation ul {
	margin:0;
	display:inline-block;
	background-color:#191970;
}
#navigation > ul > li {
	display:inline-block;
	padding-left:0;
}
#navigation > ul > li > a {
	color: #dddddd;
	display: block;
	padding: 8px 21px 10px 21px;
	line-height: 1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#191970;
}
#navigation > ul > li:hover > a,
#navigation > ul > li > li.active:hover > span > a {
  color: #ffffff;
  text-decoration: none;
}
#navigation > ul > li > a:active,
#navigation > ul > li > a:focus {
  outline: 1px dotted #e0e0e0;
  color: #ffffff;
}
#navigation > ul > li.active-trail {
  position: relative;
 background-color: #057ed1;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#navigation > ul > li.active-trail > a {
  color: #fff;
  font-weight: 700;
}
#navigation > ul > li.active-trail > a:hover {
  color: inherit;
}
#navigation > ul > li.expanded {
  position: relative;
}
#navigation > ul > li.expanded > a {
  background-image: url(../images/arrow-down-white.png); /* new page changes background-color:#191970;*/
  background-repeat: no-repeat;
  background-position: 90% 11px;
  margin: 0 10px 0 0; /* LTR */
}
#navigation > ul > li.expanded.active-trail > a {
  background: url(../images/arrow-down-black.png) no-repeat 90% 11px;
}
/* 2nd, 3rd, 4th level */
#navigation li.expanded ul {
  display: none;
  position: absolute;
  width: 190px;
  top: 30px;
  left: 0px; /* LTR */
  background-color: #4b4b4b;
  z-index: 100;
  opacity: 0.95;
}
#navigation li.expanded ul {
  /* new page design changes background-color: #4b4b4b; */ background-color:#191970;
}
#navigation li.expanded:hover > ul {
  display: block;
}
#navigation li.expanded li {
  display: block;
  margin: 0;
  padding: 0;
}
#navigation li.expanded li a {
  padding: 7px 15px 7px 21px;
  color: #ffffff;
  display: block; /* new page changes background-color:#191970;*/
}
#navigation li.expanded li a:hover {
  text-decoration: none;
}
#navigation li.expanded li a:active,
#navigation li.expanded li a:focus {
  outline: none;
}
#navigation li.expanded li.expanded {
  position: relative;
}
#navigation li.expanded li.expanded > a {
  background-image: url("../images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
#navigation a::selection {
	background-color: #ffffff;
  color: #16222B;
}
#navigation a::-moz-selection {
	background-color: #ffffff;
  color: #16222B;
}
/* Third Level */
#navigation li.expanded li.expanded ul {
  margin: 0 0 0 190px;
  top: 0;
  left: 0; /* LTR */
}




/**
 * Secondary menu
 */
#secondary-menu {
  margin: 0 0 6px 8px;
}
#secondary-menu h2 {
  border: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
#secondary-menu ul {
  margin: 0;
}
#secondary-menu ul li {
  display: inline;
  margin: 0 9px 0 0; /* LTR */
}
div.item-list ul li {
/* new page design changes   list-style: none; */ list-style: outside ;
  /* LTR */ /*new page design changes */ font-size:14px;padding-top:0px;
}

ul.publication-list-item li{
  margin: 20px;
  list-style: outside !important;
}

#sidebar-first ul li.leaf{
  list-style-image: none;
  list-style-type: disc;
}


/**
 * System menus
 */
.item-list ul li {
  /*margin: 5px 0;*/
}
ul.menu {
  padding: 0;
  margin: 4px 0;
}
ul.menu li {
  padding: 0;
  margin: 4px 0;
}
ul.menu li {
  margin-left: 4px;
}
ul.menu li ul.menu {
  margin-left: 10px; /* LTR */
}


/**
 * Block module
 */
.block {
 /* new page design changes margin-bottom: 25px; */ margin: 0px 0px 10px 0px;
  float: right;
  clear: both;/* new page design changes */ border-style:solid; border-width:1px; background-color: #ffffff;padding: 10px; width:262px;
}
.block:last-child {
  margin-bottom: 15px;
}
.block + #block-system-main {
  margin-top: 15px;
}

.block h2 {
  margin: 0px 0px 0px 0px;
}

/*refine collapsiblock*/
.block h2.collapsiblock a {
/* new page design changes color:#ffffff; */
font-weight:700;
}

/*overwrite collapsiblock*/
div .collapsiblock a{
  background: url(../images/arrow-down-white.png) no-repeat right rgba(0,0,0,);
  display: block;
}
div .collapsiblockCollapsed a{
  background: url(../images/arrow-left-white.png) no-repeat right rgba(0,0,0,);
}

.block .content a:hover {
  text-decoration: underline;
}
.block ul {
  padding: 0px 0px 0px 15px;
  margin: 5px 0px 5px 5px;
}
.block li {
  margin: 6px 0;
}
.block .more-link {
  margin: 6px 0;/* new page design changes */ background-color:#ffffff;
}
.block th,
.block td {
/* new page design changes  padding: 7px 0px;*/ padding: 1px 0px; /* new page design changes */ border: 1px solid #ffffff; font-size:14px;
}
.block input.form-text,
.block input.form-password,
.block input.form-file {
  max-width: 400px;
  width: 100%;
}
.region-highlight {
  -moz-border-radius:3px 3px 3px 3px;
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
  margin: 5px 0 10px 0;
  padding: 11px 16px;
}
.region-highlight .block h2 {
  border-bottom: none;
  text-transform: none;
  font-size: 1.5em;
  letter-spacing: normal;
  color: inherit;
  margin-bottom: 5px;
}
#block-profile-author-information .user-picture {
  float: left;
  margin: 0 15px 15px 0; /* LTR */
}





/**
 * Node module
 */
.node {
/* new page design changes  border-bottom: #ccc 2px dotted; 
  margin-bottom: 15px;
  padding-bottom: 15px; */ /*height:180px;*/
}
.node:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; /* new page design changes */ background-color:#ffffff;
}
.term-listing-heading + .node {
  margin-top: 0;
}
.node-header {
  margin-bottom: 16px;
}
h1.page-title,
.node h2.node-title {
  border-bottom: none;
  font-size: 1.8em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  padding: 0;
  text-transform: none;
}
.node-title a::-moz-selection {
  color: #fff;
}
.node-title a::selection {
  color: #fff;
}
.node h1.node-title a:focus,
.node h2.node-title a:focus {
  color: #e25401;
}
.node .meta {
  line-height: 1;
  color: #696969;
  margin-top: 3px;
}
.node .meta a:focus {
  outline-color: #444;
}
.node .user-picture {
  float: left; /* LTR */
  margin: 0 10px 8px 0; /* LTR */
}
.node .user-picture a {
  display: block;
}
.node .user-picture img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 50px;
}
.node .field-name-field-image {
  float: left; /* LTR */
  clear: both;
}
.node .field-name-body {
  margin-bottom: 14px;
}
.node .links-wrapper {
  margin: 4px 0;
}
.node ul.links {
  display: inline;
  margin-left: 0;
}
.node ul.links.inline li {
  margin: 0 8px 0 0; /* LTR */
}





/**
 * Comment module
 */
#comments-wrapper {
  margin-top: 20px;
}
#comments-wrapper .indented {
  margin: 0 0 0 30px; /* LTR */
}
.comment {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 0 0 16px 0;
}
.comment .header {
  display: block;
  margin-bottom: 14px;
}
.comment .user-picture {
  float: right; /* LTR */
  margin: 0 0 10px 10px; /* LTR */
}
.comment .user-picture img {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 2px;
  width: 28px;
}
.comment h3.title {
  line-height: 1;
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: none;
}
.comment h3.title a {
  font-weight: 700;
}
.comment h3.title a:hover {
  color: #e25401;
}
.comment .meta {
  font-size: 0.917em;
  margin: 1px 0 0 0;
}
.comment ul.links {
  display: block;
  margin: 8px 0 0;
}
.comment ul.links li a {
  text-transform: capitalize;
}
.no-comments #comment-form-wrapper {
  margin-left: 0;
}
form#comment-form #edit-actions {
  margin: 0;
}




/**
 * Book module
 */
.node-book ul.links {
  margin: 0 0 14px 0;
}
.book-navigation .menu {
  border: none;
  padding: 15px 0 15px 25px; /* LTR */
}
.book-navigation .page-links {
  width: 100%;
  margin-top: 20px;
  padding: 13px 0;
  border-bottom: none;
}
#book-outline  {
  min-width: 0;
}

/**
 * Aggregator module
 */
#page a.feed-icon {
  float: right; /* LTR */
  z-index: 99;
  position: relative;
  bottom: -10px;
}
#page a.feed-icon img {
  margin: 0;
}

.pub-item .field-content, .pub-item-single .field-content,  
.field-name-field-pub-abstract-en div, .field-name-field-pub-keywords-en div, 
.field-name-field-project-description div, .field-name-field-project-partners div,
.field-name-field-project-funding div {
    display: inline !important;
}

.pub-item {
  padding-left: 14pt !important;
}

.pub-item-single li.views-row {
    margin: 0 0 0 0;
}




/**
 * Field module
 */
.field-content, 
.field-label-inline .field-label,
.field-label-inline .field-item,
.field-label-inline .field-items {
  display: inline-block;
  vertical-align: top;
  float: none;
  /*margin: 5px 0px 5px 0px;*/
}

.pub-item li {
    padding-bottom: 14pt !important;
}

.pub-item em, .pub-item-single em {
    display: inline !important;
}


.pub-item div {
/*    display: inline !important;*/
}

.lecture-item {
    padding-bottom: 14pt !important;
    padding-left: 14pt !important;

}

.lecture-item-staff {
    padding-left: 14pt !important;
}

.views-field-field-award-text-en {
    padding-left: 14pt !important;
}

/*    consolidate all individual padding settings*/
.view-jobs .views-field-body, .views-field-field-jobs-files {
    padding-left: 14pt !important;
}

.jobs-item {
    padding-bottom: 14pt !important;
}


.filelist-label {
    vertical-align: top;
}

.news-home h3{
    margin: 12px 0 6px;
}

.news-home h4{
    margin: 0px 0 0px;
}

.node-staff img {
    vertical-align: middle;
}

.field-type-taxonomy-term-reference .field-label {
/*  color: #808080; */
  font-weight: 700;
}
.field-type-taxonomy-term-reference .field-item {
  display: inline;
  margin-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-item:after {
  content: ",";
}
.field-type-taxonomy-term-reference .field-item:last-child:after {
  content: normal;
}
.field-type-image {
  /*margin: 15px 15px 15px 0; *//* LTR */
  margin: 5px 10px 15px 1px;
}

.group-left {
  float: left;
  width: auto;
}

.group-right {
  float: left;
  width: auto; /* new page design changes */ background-color:#ffffff;
}

ul.clearfixx {
  display: inline;
}

.clearfixx li {
  display: inline;
}

ul.links li {
	border-left: 1px solid #030303; /* LTR */
	padding: 0px 0px 0px 8px;
}

.view-display-id-news-start {
    text-align: center !important;
}

.pub-details {
    display:block;
}

.pub-bibtex div {
    width:100% !important;
}

.group-pub-bibtex h2 {
    font-size:1em;
}

.field-type-image a {
  border: none;
}
#edit-field-image {
  float: none;
}




/**
 * Filter module
 */
fieldset.filter-wrapper {
  margin: 0 0 12px 0;
  border-top: none;
  width: auto;
}
.filter-help {
  float: right; /* LTR */
  margin: 10px 0 0;
}
.filter-help a {
  background: none;
  padding-right: 0;
}
.filter-wrapper .form-item {
  margin-top: 0;
}
.filter-guidelines {
  padding-top: 6px;
}
.filter-guidelines ul {
  margin: 0;
}
body.page-filter-tips #block-system-main ul {
  margin: 0;
}
body.page-filter-tips #block-system-main li {
  margin: 10px 0;
}
body.page-filter-tips #block-system-main table {
  margin: 10px 0;
}
.tips {
  font-size: 1em;
}





/**
 * Forum module
 */
body.page-forum ul.action-links {
  margin: 9px 0;
}
#forum td.container {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
#forum td.container .name a {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0 0 4px 0;
  color: inherit;
}
#forum td.container .name a:hover {
  color: #e25400;
}
#forum td {
  padding: 13px 14px;
  vertical-align: top;
}
#forum > table {
  margin-top: 0;
}
#forum tr td.forum {
  background: none;
  padding-left: 0;
}
#forum .description {
  line-height: 1.5;
  margin: 4px 0 0 0;
  font-size: 1em;
}
#forum div.indent {
  margin: 0 0 0 15px;
}





/**
 * OpenID module
 */
#block-user-login .item-list {
  margin-top: 10px;
}
#user-login-form li.openid-link ,
#user-login li.openid-link,
#user-login-form li.openid-processed {
  margin-left: 0;
}
#block-user-login .description {
  margin-bottom: 10px;
}
.form-item-openid-identifier {
  margin: 10px 0;
  display: block;
}
#edit-openid-identifier {
  background-position: 6px 50%;
  padding-left: 25px;
}





/**
 * Poll module
 */
.poll .bar-wrapper {
  margin-bottom: 14px;
}
.poll .text {
  float: left;
  margin-bottom: 3px;
}
.poll .percent {
  float: right;
  margin-bottom: 3px;
}
.poll .bar {
  background-color: #fafafa;
  border: 1px solid #ccc;
  height: 18px;
}
.poll .bar .foreground {
  height: 18px;
}
.vote-form .form-item-choice {
  margin: 6px 0;
  padding: 0;
}
.vote-form .title {
  font-weight: 700;
  line-height: 1.5;
}
.vote-form .form-radios {
  margin: 13px 0 9px 0;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  display: block;
}
.poll .total {
  text-align: left; /* LTR */
}





/**
 * Profile and User modules
 */
.profile {
  margin: 0;
}
.profile dd {
  margin-left: 0;
}
.profile dt {
  margin: 0;
}
.profile h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.profile .user-picture {
  float: right; /* LTR */
  margin-top: 45px;
}
body.page-profile #profile {
  margin-top: 15px;
}
body.page-profile .profile {
  min-height: 60px;
  float: left;
  clear: none;
  width: 48.5%;
  margin-right: 1%; /* LTR */
}
body.page-profile .user-picture {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
}
body.page-profile .user-picture img {
  width: 40px;
  padding: 5px 0;
}
body.page-profile .name,
body.page-profile .field {
  margin-left: 60px; /* LTR */
  padding: 12px 10px 10px 0; /* LTR */
}





/**
 * Search module
 */
/* Better form 
#edit-submit, #edit-keys, .form-item-keys {
  display:inline !important;	
} 
*/ 
.search-results {
  margin: 0;
  padding: 0;
}
.search-results li  {
  margin-bottom: 20px;
}
.search-results .title {
  margin: 0;
}
.search-results .search-snippet-info {
  margin: 0;
  padding: 0;
}
.search-results p {
  margin-bottom: 4px;
}
.search-snippet strong {
  background-color: #e25400;
  color: #fff;
  padding: 0 4px;
}

.search-info {
	display:none;
}





/**
 * Overlay module
 */
body.overlay {
  background-color: transparent;
}
#overlay-container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-radius-topright: 0;
  border-top-right-radius: 0;
}
body.overlay #main-columns,
body.overlay #main {
  padding: 0!important;
  min-width: inherit;
  max-width: inherit;
}
body.overlay #main-columns {
  width: 100%;
}
body.overlay #page {
  border: none;
  padding-bottom: 0;
}
body.overlay #content {
  border: none;
}
.overlay .ui-dialog-title {
  font-size: 2.333em;
  padding: 0 0 6px;
}





/**
 * DBlog module
 */
form#dblog-filter-form .form-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 0;
}
#dblog-filter-form select {
  width: 100%;
}
#dblog-filter-form .form-actions {
  padding: 6px 0;
}
tr.dblog-user {
  background: #ffd;
}
tr.dblog-user .active {
  background: #eed;
}
tr.dblog-content {
  background: #fffee9;
}
tr.dblog-content .active {
  background: #fffcc3;
}
tr.dblog-page-not-found,
tr.dblog-access-denied {
  background: #f3fcdb;
}
tr.dblog-page-not-found .active,
tr.dblog-access-denied .active {
  background: #def2a9;
}
tr.dblog-error {
  background: #fce8dd;
}
tr.dblog-error .active {
  background: #fad4c0;
}





/**
 * Contextual links module
 */
div.contextual-links-wrapper {
  z-index: 20;
}
div.contextual-links-wrapper a.contextual-links-trigger {
  margin: 1px 0 0;
  padding: 0;
}
ul.contextual-links li a {
  color: #333!important;
  display:block;
  margin: 0;
  padding: 5px 5px;
}
a.contextual-links-trigger {
  border: transparent 1px solid;
}





/**
 * Color module
 */
.two-sidebars #placeholder {
  position:static;
  margin-bottom: 10px;
}
#palette .form-item {
  width: auto;
}
.color-form .form-item {
  height: 3em;
}
#palette .item-selected {
  background: none;
}
.farbtastic .marker:before {
  content: "";
}
.farbtastic .marker:after {
  content: "";
}
#palette .lock {
  background-position: 50% 2px;
}
#palette .unlocked {
  background-position: 50% -22px;
}
#palette .hook {
  margin-top: 0.6em;
}





/**
 * Dashboard module
 */
#dashboard #disabled-blocks h2 {
  color: #fff;
}
#dashboard .ui-sortable .block h2 {
  background-position: 0 -36px;
}





/**
 * Shortcut module
 */
h1.page-title {
  display: inline-block;
}
.shortcut-wrapper {
  position: relative;
}
div.add-or-remove-shortcuts {
  display: none;
  margin-bottom: 3px;
}
div.add-or-remove-shortcuts a span.icon {
  margin-left: 4px;
}
body.page-admin div.add-or-remove-shortcuts,
body.overlay-open div.add-or-remove-shortcuts {
  margin-top: 3px;
  display: inline-block;
}





/**
 * Toolbar module
 */
#toolbar div.toolbar-menu ul li a {
  line-height: 1.7;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
}





/**
 * System module
 */
/* Tabs */
.tabs {
  margin: 15px 0 10px;
}
.tabs:after {
  /*content: ".";*/
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs ul.tabs {
  margin: 5px 0 8px 0;
  padding: 0;
  border: none;
  white-space: normal;
}
.tabs ul.tabs li {
  display: inline-block;
  padding: 0;
}
.tabs ul.tabs li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.tabs ul.tabs li.active a {
  background-color: #fff;
}
.tabs ul.tabs li a:hover,
.tabs ul.tabs li a:active,
.tabs ul.tabs li a:focus {
  outline: none;
  opacity: 0.8;
  border-color: #666;
}
.tabs ul.primary li {
  margin: 3px 3px 3px 0;
}
.tabs ul.primary li a {
  padding: 7px 15px;
  margin: 0;
}
.tabs ul.secondary {
  margin: 2px 0 6px;
  padding: 0;
  border: none;
  white-space: normal;
}
.tabs ul.secondary li {
  margin: 3px 2px 5px 0;
  border: none;
}
.tabs ul.secondary li a {
  font-size: 11px;
  padding: 3px 12px;
}
/* Vertical tabs */
div.vertical-tabs {
  border: 1px solid #ccc;
}
div.vertical-tabs ul.vertical-tabs-list {
  list-style-position: outside;
}
.vertical-tabs-panes {
  padding: 9px 5px;
}
div.vertical-tabs fieldset {
  background: none;
}
ul.vertical-tabs-list li a {
  display: block;
  border: none;
  padding: 7px 12px;
  color: inherit;
}
ul.vertical-tabs-list li.selected a {
  background-color: #fff;
}
.vertical-tabs input {
  width: 100%;
}
.vertical-tabs input.form-checkbox,
.vertical-tabs input.form-radio {
  width: auto;
}
/* Pagers */
.item-list ul.pager {
  margin: 15px 0 2px 0;
  text-align: left;
}
.item-list ul.pager li {
  margin: 0 6px;
  padding: 0;
}
ul.pager li:first-child {
  margin: 0 6px 0 0; /* LTR */
}
ul.pager li.pager-previous {
  padding-right: 8px;
}
ul.pager li.pager-next {
  padding-left: 8px;
}
ul.pager li.pager-ellipsis {
  margin: 0;
}
/* Breadcrumbs */
#breadcrumb {
  margin: 0 0 10px 0;
}
#breadcrumb .separator {
  margin: 0 5px;
}
.breadcrumb {
  padding: 0;
}
/* Markers */
.marker {
  color: #e25401;
  text-transform: capitalize;
  margin-left: 3px;
}
.marker:before {
  content: "(";
}
.marker:after {
  content: ")";
}
.farbtastic .marker:before {
  content: "";
}
.farbtastic .marker:after {
  content: "";
}
/* Action links */
ul.action-links {
  margin: 10px 0;
}
ul.action-links li {
  display: inline;
  padding: 0 14px 0 1px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/action-link.png) no-repeat left center;
}
/* Messages */
#messages {
  margin: 10px 0;
}
#messages:first-child {
  margin-top: 0;
}
div.messages {
  /*padding: 7px 12px;*/
  margin: 0 0 15px 0;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.messages em {
  font-weight: 300;
}
div.status {
  color: #fff;
  background-color: #74950a;
}
div.warning {
  color: #fff;
  background-color: #e89c00;
}
div.error {
  color: #fff;
  background-color: #d53400;
}
div.messages a {
  color: #fff;
  border-bottom: 1px solid #ffffff;
}
.messages a:hover {
  color: #fff;
}
/* Collapsible fieldsets */
html.js fieldset.collapsible .fieldset-legend {
  background: none;
}
html.js fieldset.collapsible .fieldset-legend {
  padding: 2px 4px 2px 10px; /* LTR */
}
html.js fieldset.collapsible legend a {
  padding: 0 15px 0 0; /* LTR */
  color: #fff;
  background: url(../images/arrow-down-white.png) no-repeat right 4px; /* LTR */
}
html.js fieldset.collapsed legend a {
  background: url(../images/arrow-right-white.png) no-repeat right 4px; /* LTR */
}
html.js fieldset.collapsed .fieldset-wrapper,
html.js fieldset.collapsed .action {
  display: none;
}
html.js fieldset.collapsed {
  padding: 10px 20px;
}
html.js fieldset.collapsed {
  border-width: 1px;
  margin-bottom: 15px;
}
html.js input.form-autocomplete {
  background-position: 99% 8px; /* LTR */
}
html.js input.throbbing {
  background-position: 99% -12px; /* LTR */
}
/* Resizable textareas */
.resizable-textarea {
  width: 100%;
}
.resizable-textarea .grippie {
  height: 9px;
  width: 100%;
  background: #ccc url(../images/grippie.png) no-repeat center 2px;
  border: 1px solid #ccc;
  border-top-width: 0;
  cursor: s-resize;
  margin-top: -6px;
  position: relative;
  margin-right: 0!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
/* Table drag & drop */
.draggable a.tabledrag-handle {
  margin: 0 12px 0 0;
  padding: 0;
}
tr.drag {
  background-color: #f3fbfe;
}
tr.drag-previous {
  background-color: #f8fdfe;
}
span.tabledrag-changed {
  font-size: 13px;
  margin-left: 3px;
  color: #f00;
}
th a,
thead a {
  color: #fff!important;
}

.staff-table thead, th {
	background-color:transparent !important;
}

th a:hover,
thead a:hover {
  color: #fff;
}
table img {
  margin: 0 0 0 0px; /* LTR */
}
/* Password strength indicator */
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
  width: auto;
}
#password-strength {
  float: none;
  left: 16em;
  position: absolute;
  width: 11.5em;
}
#password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.833em;
}
#password-strength-text {
  margin-top: 0.2em;
}
input.password-confirm,
input.password-field {
  width: 15em;
  margin-bottom: 0.4em;
}
div.form-item div.password-suggestions {
  padding: 8px 9px;
  margin: 10px 0;
  background-color: #f3fcdb;
  border: 1px solid #b8e643;
}
/* Maintenance page */
body.maintenance-page #content {
  margin-top: 5px;
}
/* Utility classes */
.element-invisible {
  padding: 0!important;
  border: none!important;
}





/**
 * Admin pages
 */
/* admin/structure/block and admin/people/permissions */
tr.region-title td,
table#permissions td.module {
  color: #779125;
  font-size: 1.083em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
tr.region-populated {
  display: none;
}
/* admin/config */
div.admin .left,
div.admin .right {
  margin: 0;
}
div.admin-panel {
  margin: 0 0 9px 0;
  padding: 5px 0 10px;
  border-bottom: 1px dashed #000;
}
div.admin-panel h3 {
  margin-top: 5px;
}
.admin-panel:last-child {
  border-bottom: none;
}
/* admin/help/ */
body.page-admin-help dd {
  margin-bottom: 12px;
}
/* admin/config/regional/date-time */
td .form-item {
  margin: 4px 0;
}
/* admin/<content_type>/fields */
.label-add-new-field,
.label-add-existing-field {
  display: inline-block;
  vertical-align: middle;
}
/* admin/config/people/ip-blocking */
form#system-ip-blocking-form {
  margin-bottom: 15px;
}
/* admin/config */
div.admin-panel .body {
  padding: 0;
}
/* admin/reports/updates */
table.version tr {
  margin: 10px 0;
}
td.version-links li {
  display: inline;
  margin: 0 0 0 10px;
}
table.update tr {
  margin: 10px 0;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
table.update tr.error > td,
table.update tr.ok > td,
table.update tr.warning > td,
table.update tr.unknown > td {
  display: block;
}
table.update tr,
table.update td {
  border: none;
}
body.page-admin-reports-updates h3 {
  margin-bottom: 0;
}
.update tr.error {
  background-color: #ffece2;
  border: 1px solid #f4c6af;
}
.update tr.ok {
  background-color: #eef8ca;
  border: 1px solid #d6ec8b;
}
.update tr.warning {
  background-color: #fdf9e5;
  border: 1px solid #f1e7b4;
}
.update tr.unknown {
  background-color: #efefef;
  border: 1px solid #d4d4d4;
}
.update .project,
.update table.version .version-title,
.update .info  {
  padding-left: 0;
  padding-right: 0;
}
/* admin/reports/status */
table.system-status-report tr {
  border-bottom: 1px solid #878787;
  border-top: 1px solid #878787;
  padding-left: 30px;
}
table.system-status-report tr.warning {
  background-color: #fdf9e5;
}
table.system-status-report tr.ok {
  background-color: #eef8ca;
}
table.system-status-report tr.error {
  background-color: #ffece2;
}
/* admin/appearance */
.system-themes-list-disabled .theme-selector  {
  padding: 20px 30px 20px 0;
  width: 200px;
}
.system-themes-list-disabled .theme-info {
  min-height: 0;
}
/* admin/structure/block/demo/swetheme */
body.page-admin-structure-block-demo-swetheme #sidebar-first,
body.page-admin-structure-block-demo-swetheme #sidebar-second,
body.page-admin-structure-block-demo-swetheme #navigation,
body.page-admin-structure-block-demo-swetheme #header-wrapper {
  display: block;
}
body.page-admin-structure-block-demo-swetheme #main {
  width: 56%;
}
.block-region {
  background-color: transparent;
  border: 2px dashed #ff3e00;
  padding: 10px 10px;
  font-size: 1.4em;
  font-weight: 700;
  color: #ff3e00;
  text-align: center;
  text-transform: uppercase;
}
#sidebar-first .block-region,
#sidebar-second .block-region {
  padding: 225px 0;
}
.region-help .block-region {
  margin: 10px 0 15px 0;
}
.region-content .block-region {
  padding: 90px 0;
}
/* System help */
#block-system-help {
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
  margin: 15px 0;
  padding: 12px 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* Admin forms */
body.page-admin label {
  font-weight: 700;
}
#edit-actions {
  vertical-align: top;
  margin: 10px 0;
}
.fieldset-description {
  margin-bottom: 6px;
}
body.page-admin input {
  width: auto;
}
.multiselect .form-item {
  display: inline-block;
  margin: 0 10px 0 0; /* LTR */
}
dl.multiselect dt,
dl.multiselect dd {
  float: none;
}
#user-admin-buttons  {
  margin-left: 0;
  margin-right: 0;
}
form#system-actions-manage-form {
  margin-top: 30px;
}
table + input {
  margin-top: 10px!important;
}
legend + .fieldset-wrapper {
  margin-top: 0;
}
dl.multiselect dd .form-item {
  margin-bottom: 30px;
}
dl.multiselect dd .form-item label {
  margin-top: 2px;
}
.node-form #edit-poll-more {
  margin-top: 10px;
}
#edit-field-screenshot {
  float: none;
}
td.block {
  background: inherit;
  border: none;
  margin: 0;
}
td.edit,
td.delete {
  padding-left: 7px; /* LTR */
}
dl.admin-list dd {
  margin: 0 0 11px 0;
}
dl.multiselect label {
  text-transform: capitalize;
}
dl.multiselect dd {
  line-height: normal;
  margin-left: 0;
}
.node-type-list dt {
  margin-top: 11px;
}
#user-admin-buttons,
#node-admin-buttons {
  margin-top: 10px;
}
fieldset .action {
  margin-top: 7px;
}
.compact-link {
  margin-bottom: 5px;
}





/*********/
/* LISTS */
/*********/

/*********/

.block ul li {
/* new page design changes  background: url('../images/raquo.png') no-repeat left 0.833em; */
  margin: 0px 0px 10px 0px;
  line-height: 1.1;
/* new page design changes  padding: 0.3em 0 0 1.0em; */ /*padding: 0.3em 0 0 ;*/
}

/* alignments */

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.lleft {
	float:left;
	margin: 2px 20px 5px 0px;
}

img.rright {
	float:right;
	margin: 2px 0px 5px 20px;
}


img.left, img[align="left"] {
	float: left;
	margin: 4px 20px 5px 0px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #c7d0d8;
}

img.right, img[align="right"] {
	float: right;
	margin: 4px 0px 5px 20px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #c7d0d8;
}

#info {
  text-align:center;
}

#info a {
/*  background-color: #bcbabb; */
  padding: 0px 3px;
/*  font-size: 0.8em;*/
/*  color: #fff;*/
  color: #333;
}



/* New style for D7 */
#forum .icon div {
  background-image: url(../images/forum-default.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 32px;
}
#forum .icon .topic-status-new {
  background-image: url(../images/forum-new.png);
}
#forum .icon .topic-status-hot {
  background-image: url(../images/forum-new.png);
}
#forum .icon .topic-status-hot-new {
  background-image: url(../images/forum-hot-new.png);
}
#forum .icon .topic-status-sticky {
  background-image: url(../images/forum-sticky.png);
}
#forum .icon .topic-status-closed {
  background-image: url(../images/forum-closed.png);
}


/* home page shortlinks */

.home-shortlink-l {
	float: left; 
	width: 150px;
	margin-top:32px;
}

.home-shortlink-r {
	float: right; 
	display:inline;
	width: 150px;
	margin-top:32px;
}

.home-mainlogo-c {
	float: center; 
	display: block; 
	margin-left:auto; 
	margin-right:auto;
}


