/*** RESULT LISTING PROPERTIES, ResultListing.xsl ***/
/*** popup-box for colorbar ***/
#ResultListing .clDescriptionCont {
  position:      absolute;
  width:         200px;
  visibility:    hidden;
  background-color: #cccccc;
  z-index:       200;
  color:         #000000;
}

#ResultListing .clDescriptionCont span {
  font-weight:   bold;
}

#ResultListing .clDescription {
  width:         200px;
  left:          0px;
  top:           0px;
  font-family:   verdana,helvetica,sans-serif;
  overflow:      hidden;
  border:        1px solid #999999;
  padding:       3px;
  font-size:     11px;
  background-color: #f6f5ee;
  color:#000000;
}

#ResultListing .clCaption {
  position:      absolute;
  left:          0px;
  top:           0px;
  width:         157px;
  height:        15px;
  clip:          rect(0px, 157px, 15px, 0px);
  font-size:     11px;
  font-family:   verdana,helvetica,sans-serif;
  background-color: #999999;
  color:#000000;
}

/*** Resultlisting.xsl and ResultListing.js ***/
/*Article headings */
#ResultListing A.ListArtHeading,
#ResultListing A.ListArtHeading_hidden {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 9px;
}
#ResultListing A.ListArtHeading {
  color: #014A7D;
  text-decoration: underline;
}
#ResultListing A.ListArtHeading:hover {
  color : #041A7D;
}
#ResultListing A.ListArtHeading_hidden {
  color: #999999;
}

#ResultListing_preview A.ListArtHeading,
#ResultListing_preview A.ListArtHeading_hidden {
  text-decoration: none;
  font-size: 9px;
}

#ResultListing_preview A.ListArtHeading {
  color: #000000;
}

#ResultListing_preview A.ListArtHeading_hidden {
  color: #999999;
}

/* ====================================
   RESULT LISTING JAVASCRIPT PROPERTIES
   ==================================== */
#ResultListing .ListArt_highlight {
  background: none;
}

#ResultListing .ListArt {
  background: transparent;
}

/** Source text **/
.source {
  font-family: verdana, arial, helvetica, sans-serif;
  color : #000;
  font-weight : normal;
  text-decoration : none;
  font-size : 9px;
}

/* ===================
   RESULT LISTING ZOOM
   =================== */

#ResultListing_zoom div.box {
  background-color: #fff;
  position:   absolute;
  visibility: hidden;
  z-index:    0;
  font-family: verdana, arial, helvetica, sans-serif;
}

#ResultListing_zoom .box p {
  padding:       0;
  margin-top:    0;
  margin-left:   0;
  margin-right:  0;
  margin-bottom: 1px;
  font-size:     16px;
}

/* divider between match words and summary */
#ResultListing_zoom .box_header_top,
#ResultListing_zoom .box_header,
#ResultListing_zoom .box_header_bottom {
  background: #004b7a;
  color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:     10px;
}

#ResultListing_zoom .box_header_top,
#ResultListing_zoom .box_header_bottom{
  height : 2px; 
}

#ResultListing_zoom .box_header {
  height : 16px;
  background: url(pics_newsfeeds/tk_portal_corner.jpg) top left #004b7a repeat-x;
}

#ResultListing_zoom .matches_header{	
  padding-left: 6px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  height: 23px;
}

.matchtable{
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #ccd2e3;
}

.box_header_outer,
.matches_header{	
  padding-left: 6px;
  background: #004b7a;
  font-size: 10px;
  color: #61615a;
  font-weight: bold;
  height: 23px;
}

.vspacer_2{
  height: 10px;
}

/* Misc fonts */

#ResultListing_zoom .matches,	
#ResultListing_zoom .summary,
#ResultListing_zoom .artlen,
#ResultListing_zoom .identical,
#ResultListing_zoom .identical_b,
#ResultListing_zoom .quotes,
#ResultListing_zoom .quotes_b,
#ResultListing_zoom .comments,
#ResultListing_zoom .comments_b {
  font-family: verdana, arial, helvetica, sans-serif;
  color : #002E53;
  font-size : 9px;
}

#ResultListing_zoom .identical_b,
#ResultListing_zoom .quotes_b,
#ResultListing_zoom .comments_b {
  font-weight : bold;
}

#ResultListing_zoom .matches_gray {
  color : #999999;
}

#ResultListing_zoom .square_4{
  url: url('pics_monitor/square_4.png');
}

/* ===============================================================
   COMMENTS MODULE
   =============================================================== */
#comments-list
{
  padding-top: 8px;
}

.comments-comment {
  margin-bottom: 20px;
}

.comments-comment p {
  margin-top: 5px;
  margin-bottom: 8px;
}

.comments-signature {
  font-weight: bold;
  font-size: 11px;
}

.comments-header td {
  font-size: 11px;
}

/** grey line below comments **/
.comments-line {
  background-color: #ddd;
}

.comments-functions td {
  font-size: 10px;
}

.comments-text {
  font-size: 10px;
}

.comments-editor {
  font-size: 12px;
  width: 100%;
}

#comments-new-title {
  font-weight: bold;
  font-size: 13px;
  background-color: #275a82;
  color: white;
  padding: 1px;
}

#comments-new input {
  font-size: 12px;
}

.comments-date {
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
}

/* ===============================================================
   CHANGE ARTICLE ORDER
   =============================================================== */

#ResultListing #ordering-view {
  position: relative;
}

#ResultListing .orderingItem {
 cursor: default;
 position: relative;
 top: 0;
 left: 0;
 color: black;
}

#ResultListing .orderingItem.activeDrag,
#ResultListing .orderingItem.focusedItem {
  cursor: move;
}


