﻿/**************************************
*                                     *
*          Print Stylesheet           *
*                                     *
***************************************/

/**************************************
*            VisibleTags              *
***************************************/
.printOnly
{
    display:inline;
}

.FooterText
{
  margin-top:10px;
}

#Regions
{
  font-size:0.8125em;
}

#ResponsibleEditor
{
  width:70%;
}

#ResponsibleEditor .moreContent
{
  display:block !important;
}

.Printdata
{
  display:block;
}
.Printdata a {
  color: black;
  text-decoration: none;  
}

.CommentList
{
  width:100%;
}

.CommentList .Commentgray,
.CommentList .Commentwhite
{
 width:70%;
  background-image:none;
  border-bottom:1px solid #E5E4E4;
}
.DocumentText
{
  overflow:visible;
}


.CommentList .CommentText 
{
  width:70%;
}

.ContentHeaderBlock
{
  width:100%;
}
.ContentBlock
{
  width:100%;
}
.ContentBodyBlock
{
  width:100%;
  overflow:visible;
}

.WideContentBlock
{

}

.AlphaItem
{
width:100%;
overflow:hidden;
}
.AlphabetItemList
{
 float:none;
 width:800px;
 display:block;
 
}

.SubFrontpageArticleList
{
  overflow: visible;
  
}
.SubFrontpageArticleList .LongTeaserArticle 
{
  float:none;
}

.CommentList 
{
  border-bottom:0px none;
border-top:3px solid #79746E;
float:right;
margin:10px 0 0;
}

.FooterText {
background-color:#ffffff;
color:#000000;
font-family:Verdana;
font-size:1.2em;
padding:5px 0 5px 10px;
vertical-align:baseline;
clear:both;
}

.FooterText a {
color:#000000;
}

/**************************************
*            HiddenTags               *
***************************************/
.SpotRegion, 
.Logo,
.GlobalServiceNavigation,
.TopNavigationRegion,
.ContentMenuBlock,
.ArticleBanner,
.FatFooter,
#RatePageForm,
.CommentReportInput,
.ReportLink,
.CommentForm,
.AlphabetIndex
{
  display:none;
}