/*------------------REPORT GENERATOR PRINTING STYLES------------------------*/
body{font-family: Verdana; font-size:0.8em; padding: 3px}

.dmPictureText {font-style:italic; font-size: 0.9em; }

.ZoneHeader {font-size: 10px; font-weight: bold; background-color:#BCCFE8; font-family: Verdana; color: #333333; padding: 16px;}
.ZoneHeader2 {font-size: 13px;background-color:#BCCFE8;color:#001445;font-family:Verdana;font-weight:bold;padding:10px;}
.ZoneHeader3{font-size: 8px;  background-color:#DDE7F3; font-family: Verdana; color: #8A96B4; padding: 16px 16px 16px 0px;}

.ZoneContentPadded				{padding: 16px;}
.ZoneContentTopContainerPadded  {padding: 16px 16px 16px 130px; background-repeat: no-repeat; }
.ZoneContentNoPad				{padding: 0px; }
.ZoneBreadCrumbPath div		{display: inline;} 

.Font{}

.dmPageHeadline {color:#333333;font-family:Verdana;font-size:1.5em;padding-bottom:16px;font-weight:bold;}
.ThemeLinksSelected {background-repeat:no-repeat;color:#143844;font-family:Arial;font-size:0.8em;font-weight:bold;padding:4px 4px 0 0;text-decoration:none;}
.dmHeadline {color:#333333;font-family:Verdana;font-size:1em;font-weight:bold;padding-bottom:6px;margin-top: 5px; margin-bottom: 5px;}
.dmAbstract {color:#333333;font-family:verdana;font-size:0.7em;line-height:15px;}
.dmFullstory {color:#333333;font-family:verdana;font-size:0.7em;line-height:15px;padding-top:10px;}

.PageLinkWrappers,.ui-state-,.ui-corner-all
{
	display:none;	
}

.dismiss{display:none;}

.article{margin-bottom: 20px;}

/*Header of the report with the logo and report title*/
.header{width:100%;padding:10px;}
.title{font-size:20px;font-family: Trebuchet MS;}
.subtitle {color:#707070;font-size:0.9em; }

/* Html Table Of Contents */
.htmlToc {width:100%; }
.htmlToc h2 {padding: 0px 10px 0px 10px;}
.htmlToc ul,li { width:100%; list-style-type: none;}
.htmlToc ul { padding:10px;}
.htmlToc li { padding:3px;}
.chapterTitle {border-bottom: 1px solid; padding: 10px 0px 10px 0px;}

/*This will only be used if for mistake user tries to print t he reportgenerator main page.*/
#contentWrapper{display:none;}
