
textarea.template {
  display: none;
}

.widget {
  width: 310px;
  float: left;
  margin: 0px;
  padding: 0px;
}

.doc2doc-widget {
  background: transparent url('http://doc2doc.bmj.com/images/bg-widget-groups.gif') repeat-x scroll center top;
  margin: 10px 0px;
  padding: 2px 0px;
  width: 100%;
}

.basic {
  width: 310px;
  float: left;
}

.feed {
  font-size: 1em;
  font-family: Lucida Sans, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
  width: 310px;
  float: left;
}

.doc2doc-widget .widget-header {
  margin: 4px 0px;
}

.doc2doc-widget .widget-header .blurb {
  font-size: 1em;
}
.doc2doc-widget .widget-header-logo {
  min-height: 38px;
  background: url(/images/logo-small.gif) top right no-repeat;
}

.doc2doc-widget .feed-items {
  margin: 4px 0px 0px 0.5em;
}

.doc2doc-widget .feed-items table {
  width: 100%;
}

.doc2doc-widget .feed-items table a {
  color: #000000;
}

.doc2doc-widget .feed-items .altrow {
  background-color: #f6f6f6;
}

.doc2doc-widget .feed-items td {
  padding: 3px;
}

.doc2doc-widget .feed-items td.tdleft {
  padding: 5px 0px 5px 5px;
  vertical-align: top;
}

.doc2doc-widget .feed-items td.tdleft img {
  border: 1px solid #000000;
  width: 32px;
  height: 32px;
}

.doc2doc-widget .feed-item .title a {
  font-size: 1em;
  font-weight: bold;
}

.doc2doc-widget .feed-item .author {
  padding-top: 2px;
}

.doc2doc-widget .more-items {
  background: url(../images/border-h.gif) top repeat-x;
  text-align: right;
}

.doc2doc-widget .more-items div {
  background: url(../images/border-h.gif) bottom repeat-x;
  padding: 10px 0px;
}

.doc2doc-widget .more-items a {
  font-size: 1.15em;
  font-weight: bold;
  padding: 0 24px 0 0;
  background:url(../images/bg-more.gif) right no-repeat;
}

/*.icon-open, .icon-closed { width: 16px; height: 16px; }*/
.expandable-header { text-indent: 20px; cursor: pointer; }
.icon-open { background: url(../images/widget-open.png) left center no-repeat; }
.icon-closed { background: url(../images/widget-closed.png) left center no-repeat; }

.loading {
  background: transparent url(../images/indicator.gif) center no-repeat;
  height: 32px;
}
.loading-inline {
  background: transparent url(../images/indicator.gif) center no-repeat;
  width: 32px;
  height: 32px;
  float: left;
}

/* Login/register notice on posts when not logged in */
.login-required-notice {
  /*display: inline;*/
  float: left;
  font-size: 13px;
  color: #333;
  background-color: #f4f4f4;
  padding: 10px;
}
.login-required-notice a {
  padding: 2px 1px;
  font-weight: bold;
  color: #158;
}
.login-required-notice a:hover {
  background-color: #ddf;
  text-decoration: underline;
}

/** Overriden styles to apply to Doc2Doc recent discussions widget on bmj.com homepage **/

#doc2doc-recent-discussions .doc2doc-widget .widget-header .blurb {
color:#666666;
font-size:1.6em !important;
font-weight:bold;
}
#doc2doc-recent-discussions .doc2doc-widget .feed-items table * {
font-family:Arial,sans-serif !important;
font-size:0.95em !important;
font-weight:normal !important;
line-height:1.4em;
padding-bottom:3px;
padding-top:3px;
}
#doc2doc-recent-discussions .doc2doc-widget .feed-items {
margin:0 !important;
}
#doc2doc-recent-discussions .doc2doc-widget .more-items {
padding: 10px 0px;
}


/* Styles for discussions.html */
#more-discussions-list table {
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  margin: 0.5em 0;
}
#more-discussions-list tr.feed-item {
  /*border-bottom: thin dotted #666;*/
}

#more-discussions-list .discussion-summary {
  margin: 6px auto;
  padding: 0px 10px;
}

#more-discussions-list .discussion-summary .title-row {
  margin-top: 10px;
  padding: 8px 12px;
  border-top: solid 1px #444;
  background-color: #eee;
}  
#more-discussions-list .discussion-summary .title-row a { color: #4795c7 !important; }

#more-discussions-list .discussion-summary .title { font: bold 1.3em "Lucida Sans", Arial, Helvetica, sans-serif; }

#more-discussions-list .discussion-summary .author {
  width: 100px;
  padding: 6px 0px 0px 10px;
  text-align: center;
  float: right;
}
#more-discussions-list .discussion-summary .author img { width: 60px; height: 60px; padding: 2px;  }

#more-discussions-list .discussion-summary .preview-row {
  margin: 6px 0px 3px;
  padding: 4px 12px;
}

#more-discussions-list .discussion-summary .comments-row {
  margin-bottom: 10px;
  padding: 4px 12px;
  background-color: #f6f6f6;
  text-align: right;
}


a.button-pluck4 {
  background: transparent url('http://sitelife.bmj.com/ver1.0/Content/ua/images/pluck-primary-button-right.png') top right no-repeat scroll;
  display: block;
  float: left;
  height: 25px;                   /* Height of button images */
  margin-right: 6px;
  padding-right: 6px;             /* Width of right image */  
  text-align: center;
  text-decoration: none;
}

/* In IE 6 the span's width needs to be set! */
a.button-pluck4 span {
  background: transparent url('http://sitelife.bmj.com/ver1.0/Content/ua/images/pluck-primary-button-left.png') no-repeat;
  display: block;
  line-height: 12px;              /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
  padding: 6px 29px 7px 35px;     /* Right padding 6px less than left */
  cursor: pointer;
}


