﻿/* this is to apply feeney style to the EPIC analysis report */
p.chooseTitle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #666666;
}
label.chooseLabel
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #666666;
}
div.chooseTitle
{
	padding-top: 4px;
	padding-bottom: 2px;
	line-height: 1.2;
}
div.commentsarea
{
	font-family: Arial, Helvetica, Sans-Serif;
}
/* End of this is to apply feeney style to the EPIC analysis report */

.ListClass
{
	 overflow:hidden;
	 font-family: Arial, Helvetica, Sans-Serif;
	 font-size: 12px;
	 font-weight: bold;
	 text-align: right;
}

.ListCell
{
	color:#333333;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px; white-space:nowrap;
	padding-top: 2px;
	padding-bottom: 1px;
}
.ListCellDisabled
{
	padding-left: 6px;
	padding-right: 6px;
	color:gray;
}

.ListPagerClass
{
	width:100%;
	text-align:right;
}

.ListHeaderClass
{
	color: #FFFFFF;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color: #003366;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.ListHeaderClass  a
{
	text-decoration:none;
	color:Black;
}

.commentTitleContainer
{
display:block;white-space:normal;width:100%;

}
.commentTitle
{
display:inline-block ; white-space:normal;cursor:hand; padding-right: 1.5em;
}
.commentTitleLink
{
text-align:right;display:inline-block ; width:20%;visibility:hidden
}

img.noborderimage
{
	padding: 0px;
	border: none;
}

.commentTitle h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	color: #FF6633;
}

/* override h3 for analysis */
.ForAnalysis h3
{
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #003366;
}
.filterDescriptionContainer
{
	font-size: 12px;
	color: #FF6633;
	padding-bottom: 2px;
}
.filterPopupTitle
{
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	/* font-size: 16px; */
	color: #003366;
	padding-top:7px;
	padding-bottom:5px;
}

.commentTextContainer
{
	z-index: 0;
	height:auto;
}
.commentText 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #666666;
	margin-top: 3px;
}
.commentCountryDiseaseHint
{
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #666666;
	margin: 8px 0px 5px;
	display:inline-block;
}
.AssumptionLink
{
	float:right;
	margin-top: 10px;
}
.tableDefinitionLink
{
	display:inline-block;
}
.commentHeader.ForAnalysis
{
 	 position:relative;	/* for IE6 it has to be static or else it doesn't work, for other browser it then causes the % width to break, this will be added to quriks */
}
.commentEditTextBox
{
	border:solid 1px silver;margin-left:-5px;width:100%;background-color:white;font-family:Verdana, Arial, Helvetica, Sans-Serif;font-size:8pt
}
.commentEditTextBox:focus
{
	border:solid 1px black;margin-left:-5px;width:100%;background-color:white;font-family:Verdana, Arial, Helvetica, Sans-Serif;font-size:8pt
}
.commentTextAllDisplayed
{
	cursor:text;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

.userCommentsCompanyHeading 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight:bold; 
	color: rgb(0,96,161); 
	padding-top:10px; 
	padding-bottom:5px;
}
.userCommentsCompanyHeading.groupby
{
    margin-top: 0.7em;
	font-size:1.75em;
    line-height:1.6em;
}
.UserCommentsContainer
{
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:1em;
	line-height: 1.4em;
}
.ParentComment, .UserComment.ParentComment
{
	margin-top: 11px;
}
.ParentComment.NoResponse, .ParentComment.NoResponse .RecentComment {
    background-color: #ffe9e9;
}
.SubscribeThread
{
	padding:0px;
	padding-right:3px;
	border:0px;
}

.UserCommentsBy
{
	margin-left:0px; 
	margin-right:10px;
	margin-top:0px;
	vertical-align:top;
	text-align:left;
	font-size:0.9em;
	font-weight:bolder;
	color:Black;
	float:left;
}

.UserCommentsBy .Private {
    color: #ca0505;
}

.UserCommentsSubj
{
	margin-left:0px; 
	margin-right:5px;
	margin-top:0px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	font-weight:bolder;
	color:#003366;
	float:left;
}
.UserCommentsCatg
{
	margin-left:0px; 
	margin-right:5px;
	margin-top:0px;
	vertical-align:top;
	text-align:left;
	font-size:10px;
	font-weight:bolder;
	color:#919191;
	float:left;
}

.UserCommentsAnalysisByDiseaseCountry
{
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #003366;
	padding-top:20px;
	padding-bottom:2px;
	line-height:1.4em;
}
.commentsarea .UserCommentsAnalysisByDiseaseCountry {
    padding-top: 0;
}
.UserCommentsAnalysisByDiseaseCountry.groupby
{
	line-height:1.4em;
}
.ChildCommentsContainer
{
	border-left: 1px solid gray;
	padding-left: 1.5em;
}
div.ChildComment 
{
	color: #919191;
}
.UCAbyDCWithSmallerHeading
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #666666;
}
.broadcastComments
{
	color: rgb(10,42,106);
}
TABLE.commentTooltip
{
	position:absolute;
	top: 0.8em;
	left: 0px;
	width: 100%;
	z-index:900;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;  
	background-color:#F8F8FF; /* this is GhostWhite */
	border:solid 1px silver; 
	width:100%;
	color:black;
}

TABLE.commentTooltip td
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
div.jumptotop
{
	color:Blue;font-weight:normal;
}
div.jumptotop:hover
{
	cursor:pointer;
	text-decoration:underline;
}

a.excelexportlink
{
	color:Blue;font-weight:normal;  
}

.hspacing
{
	padding-left: 15px;
}

.smallhspacing
{
	padding-left: 5px;
}

.companiesContainer
{
width:100%
}

 

.companiesTitle
{
width:40%;display:inline-block;
}
.companiesRestricted
{
width:10%;display:inline-block
}
.companiesExpire 
{
width:10%;display:inline-block
}
.companiesLink 
{
width:10%;display:inline-block
}

 .editCompanyFieldsLeft div label 
 {
 	vertical-align:top; padding-top:1px; padding-bottom:2px; display:inline-block;
 }
 .editCompanyFieldsLeft div input 
 {
 	vertical-align:top; margin-top:5px;padding-top:1px; padding-bottom:2px;display:inline-block;
 	float:right;border:solid 2px silver;width:120px;background-color:white;font-family:Verdana, Arial, Helvetica, Sans-Serif;font-size:8pt
 }
.companiesLinkEdit
{
width:10%;display:inline-block
}
 
.companiesLinkDelete
{
width:10%;display:inline-block
}
 

.editCompanyContainer
{
display:block;width:100%;vertical-align:top;
}

.editCompanyFieldsLeft
{
display:inline-block;width:50%;vertical-align:top;
}


.editCompanyFieldsRight
{
height:130px;overflow:auto;display:inline-block;width:100%;padding-top:5px;padding-bottom:5px;vertical-align:top;padding-bottom:8px;
}
.registrationaddcompanyrequest 
{
	xdisplay:inline-block;
	xwidth:99%;
	vertical-align:top;
	padding-left:0em; 
}
.registrationfailure
{
	padding-left:0em;padding-right:4em;
	xdisplay:inline-block;
	xwidth:99%;
	vertical-align:top;
}
.registrationaddcompanyrequest p
{
	white-space:normal; padding-bottom:12px;
}
.registrationfailure p
{
	white-space:normal;padding-bottom:12px;
}

.registrationaddcompanyrequest h2
{
	white-space:normal;
}
.registrationfailure h2
{
	white-space:normal;color:#DD0000;
}

.registrationaddcompanyrequest b
{
	white-space:normal;
}
.registrationfailure b
{
	white-space:normal;
}

.registrationfailure em
{
	font-weight:bold;font-size:1.2em;padding-left:3em;
}
.registrationaddcompanyrequest li
{
	white-space:normal;
}
/* Tables overrides */

.EvenRow
{
	background-color:#E5E5E5;
}

.FirstCell
{
	text-align: left;
}

/* NOTE, these overrides will be applied to both ListCell and ListHeaderClass */
.CurrentYr
{
	background-color: rgb(255,204,51);
	font-weight:bolder; border-left:solid 2px black;border-right:solid 2px black; 
}
.ListCell.CurrentYr
{
	color:Black;
} 
.FirstRow
{
	background-color:#99CCFF;
	color:#003366;
	font-weight: bold;
}
.FirstRow.ListCell.CurrentYr
{
	background-color: rgb(255,204,51);
	color:Black;
} 
.FirstRowCell
{
	background-color:#99CCFF;
	color:#003366;
}

.LastRow.CurrentYr
{
	 border-bottom:solid 2px black;
}

.ListHeaderClass.CurrentYr
{
	background-color: #003366;
	border-top:solid 2px black;
}

.CommentParagraph
{
	padding:0px;
	padding-bottom:0.7em; 
}
.UserCommentsText p {
    margin: 0;
}

.CommentaryParagraph
{
	padding:0px; 
	padding-bottom:3px;
}


.charsRemaining
{
	text-align:right;padding:0px; margin:0px;
}



.UserCommentsForAndTime
{
	vertical-align:top;margin-left:8px; margin-right:0;text-align:left;font-size:1.2em; color:Gray;float:right;
}
.NoResponseAlert {
    font-weight: bold;
    color: #c10000;
}
.NoResponseAlert:before {
    background-image: url(icons/error.gif);
    position: relative;
    left: -2px;
    top: 3px;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
}

.UserCommentsEditLink {
    float: right;
    font-size: smaller;
    margin-left: 0px;
    margin-right: -2.7em;
    text-align: left;
    vertical-align: top;
}
.UserCommentsEditLinkStacked
{
	float: right;
	font-size: smaller;
	margin-left: 0px;
	margin-right: -2.7em;
	text-align: left;
	vertical-align: top;
	line-height: 11px;
	position: relative;
	top: -5px;
}
.UserCommentsText
{
	text-align:left;font-size:1.0em;
}
.RecentComment {
    background-color: #ffffe7;
}
.AuthorEPI .RecentComment {
    background-color: #edf8f9;
}
.UserCommentsContainer p
{
	text-align:left;font-size:1.0em;
}
.ForCompany
{
	color: Black;
	padding-right: 4px; 
	font-size:smaller;
}
.ForCompany.AuthorEPI
{
		color:rgb(0,96,161);  
}
.UserComment.AuthorEPI {
    background-color: #f6f6fd;
}
.CommentTime
{
	color:Silver;
	font-size: smaller;
}
.UserComment 
{
	display: block;
	/*width:100%;*/
	/*padding-right:6em;*/
	margin-bottom: 1px;
	margin-top: 3px;
	min-height: 20px;
}
.AnalysisEPICommentaryContainer
{
	position:static;
}

.filterCommentsDialog ul
{
	white-space:nowrap;
    list-style-type: none;
    margin-left: 0;
}
.filterCommentsDialog label
{
	display: inline-block;
    min-width: 7em;
    padding-right: 1em;
}
fieldset *[disabled=disabled] 
{
	 color:Gray;
}
.filterCommentsDialog select
{
	display: inline-block;
	text-align: left; 
    width: 80%;
}
a.linkToAnalysis:hover
{
	cursor: pointer;
	text-decoration: none;
}

.AnalysisTitleDivider
{
	color: #FF9622;
	font-size: 24px;
}
hr.analysisTableDef {
	width: 20%;
	margin: 2px 2px 4px 2px;
	border: none;
	border-top: 1px solid #dddddd;
}
/* ---------- Cross-Tab Tables: START  -------------- */
TD.BlankTopLeftCorner {background-color: Transparent;}

TD.ColHeading {background-color: rgb(0,51,102); color:rgb(252,215,65);font-weight:bold;text-align:center;padding:2px 4px;
	border:1px solid Gray;}
TD.ColLabel {background-color: rgb(0,51,102); color:White;font-weight:bold;text-align:center;padding:2px 4px;
	border:1px solid Gray;}
TD.ColHeading-alt {background-color: rgb(0,71,122); color:rgb(252,215,65);font-weight:bold;text-align:center;padding:2px 4px;
	border:1px solid Gray;}
TD.ColLabel-alt {background-color: rgb(0,71,122); color:White;font-weight:bold;text-align:center;padding:2px 4px;
	border:1px solid Gray;}

TD.RowHeading {background-color: rgb(249,200,1);color:rgb(91,119,151);font-weight:bold;text-align:left;padding:2px 4px;
	border:1px solid #CCCCCC;}
TD.RowLabel {background-color: rgb(255,224,104);color:rgb(0,51,102);font-weight:bold;text-align:left;padding:2px 4px;
	border:1px solid #CCCCCC;white-space:nowrap;}
TD.RowLabel-alt {background-color: rgb(252,215,65);color:rgb(0,51,102);font-weight:bold;text-align:left;padding:2px 4px;
	border:1px solid #CCCCCC;white-space:nowrap;}

TD.TableValue { background-color: white; text-align:right; padding:2px 4px;
	border:1px solid #CCCCCC;}
TD.TableValue-alt { background-color: rgb(229,229,229); text-align:right; padding:2px 4px;
	border:1px solid #CCCCCC;}
/* ---------- Cross-Tab Tables: FINISH -------------- */