﻿/* Fix for IE Modal Windows */
#container_mainv3 
{
	position: static;
}

/* Fix for defined doctype */
.topnav_mainv3 {
	margin: 4px 4px 10px;	
}

.footer_mainv3 {
	padding: 5px 5px 3px;
	overflow: auto;	
}

th, td {
	font-size: 100%;	
}

/**********************
 *
 *      Approval
 *
 **********************/
.WorkFlowActionCommentsBox { }

/**********************
 *
 *      Delete Published
 *
 **********************/

/**********************
 *
 *      Display
 *
 **********************/
#QuestionContainer { }
.QuestionHeader {
	font-size: 16px;
	font-weight: bold;
	color: #54ADE8;
	float: left;
	padding: 0 3px 0 0px;
}
.QuestionText {
	padding: 1px 0 0 0;
}
#AnswerContainer {
	margin: 20px 0 0 0;
}
.AnswerHeader {
	font-size: 16px;
	font-weight: bold;
	color: #54ADE8;
	float: left;
	padding: 0 3px 0 0px;
}
.AnswerText {
	padding: 1px 0 0 0;
}
.AddThisContainer {
	float: right;
}
.addthis_toolbox {
	
}

/**********************
 *
 *      Edit Draft
 *
 **********************/ 
.ItemEntryContainer {
    font-size: 1.2em;
}
.ItemEditFormElementContainer {
	clear: both;
	margin: 10px 0 0 0;
}
.ItemEditElementLabel {
	width: 150px;
	display:block;
	float: left;
	font-weight: bold;
}
.ItemEditFormElement {
	width: 200px;
}
.ItemEditFormElementSansLabel {
	clear: both;
	margin: 0 0 0 150px;
}
.ItemEditExtendedElement {
	width: 300px;
}

.ItemEditAuthorInformation { }
.ItemEditQuestionAnswerHeader{
	font-size: 14pt;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
}
.ItemEditValidator { }
.ConfigItemsWrapper,
.RevisionsWrapper {
	margin: 20px 0 0 0;
    font-size: 1.2em;
}
#ShowHideRevisions {
	display: block;
	float: left;
	margin: 0 0 0 20px;
}
.RevisionContainer {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}
.RevisionNumberBox {
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 10px 0 0;
	background-color: #CCCCCC;
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 10pt;
	font-weight: bold;
}
.RevisionCurrent {
	background-color: #33CCFF;
}
.RevisionNumber {
	font-size: 14pt;
	font-weight: bold;
}
.RevisionText {
	float: left;
	width: 470px;
	background-color: #eee;
	padding: 10px;
}
.RevisionPublishedInfo {
	font-size: 90%;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
}
.RevisionEmailResponseInfo {
	font-size: 90%;
	text-align: right;
	font-weight: bold;
	color: #FF9900;
}
.RevisionQuestion { }
.RevisionAnswer {
	margin: 5px 0 0 0;
}
.RevisionAnsweredBy {
	font-size: 8pt;
	margin: 5px 0 0 0;
}
.RevisionTagContainer {
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}
.RevisionTagsLabel {
	font-style: normal;
	font-weight: bold;
}
.RevisionTag {
	font-style: italic;
	font-size: 8pt;
}
.RevisionCategoryContainer {
	font-size: 8pt;
	padding: 5px 0 0 0;
}
.RevisionCategoriesLabel {
	font-style: normal;
	font-weight: bold;
}
.RevisionCategory {
	font-style: italic;
	font-size: 8pt;
}
.TabContentPanel .AuditTrailInfo {
	width: 545px;	
}

/**********************
 *
 *      Edit FAQ
 *
 **********************/
/* Required Fields */
.AdminFormElementContainer {
	clear: both;
	padding: 5px 0 5px 0;
}
.NewCustomFieldContainer {
	padding: 5px 0 5px 0;
}
.AdminElementLabel {
	width: 135px;
	padding: 0 20px 0 5px;
	display:block;
	float: left;
	font-weight: bold;
	
}
.AdminFormElement {
	float: left;
}
.AdminTextField {
	width: 300px;
}
.RowOn{
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 0;
}
.RowOff {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 0;
}
.AdminExtendedElement {
	width: 300px;
}
.AdminFormElementSansLabel {
	clear: both;
	margin: 0 0 0 160px;
}
.ConfigItemsContainer{ }

/* XmlConfigItems */
.ConfigItemContainer { }
.ConfigItemLabel {
	display: block;
	padding: 15px 0 0 0;
	font-weight: bold;
	float: left;
}
.ConfigItemTextBox {
	clear: both;
	display: block;
	width: 400px;
	height: 100px;
}
.RemoveConfigItemContainer {
	width: 400px;
	text-align: right;
	padding: 15px 0 0 0;
}
.RemoveConfigItem{ }
#FAQNewConfigItem {
	padding: 15px 0 0 0;	
}

/**********************
 *
 *      Draft &
 *      Published Index
 *
 **********************/
.InboxContainer {
}

.InboxContainer h1,
.PublishedContainer h1,
.RedirectContainer h1,
.HistoryContainer h1 {
	margin: 0 0 10px 0;
	text-align: left;
}

.InboxContainer h1 {
	float: left;	
}

.ToggleFilters {
	float: right;
	margin: 0px 0px 15px;
	font-size: 1.2em
}

.MessageContainer {
	margin: 0 15px 15px 15px;
	border: 1px solid #D4D4D4;
    font-size: 1.1em;
}

.MessageContainer .MessageTitle {
	padding: 5px;
	background-color: #D4D4D4;
	font-size: 1.1em;
	font-weight: bold;	
}

.MessageContainer .MessageContent {
	padding: 5px;
}

.AdminPagingToolbarTopContainer {
	margin: 0 0 10px 0;	
}

.AdminPagingToolbarBottomContainer {
	margin: 10px 0 0 0;
}

.AdminPagingToolbarLeftItem {
	float: left;	
}

.AdminPagingToolbarRightItem {
	float: right;	
}

.FilterResults_Col1 {
	width: 300px;
	float: left;
    font-size: 1.1em;
}
.FilterResults_Col2 {
	width: 300px;
	float: right;
	font-size: 1.1em;
}
.FilterResults_Actions {
	margin: 20px 0;
}

.ApplyFilters {
	margin: 0 20px 0 0;	
}

.ClearFilters {
	margin: 0 0 0 20px;
}

.DraftTable th,
.PublishedTable th,
.SentEmailTable th {
	padding: 3px;
	font-size: 1.1em;
	background-color: #F3F3F3;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

.DraftTable th.StatusColumnHeader,
.PublishedTable th.StatusColumnHeader{
	text-align: center;
}

.DraftTable td,
.PublishedTable td,
.SentEmailTable td {
	padding: 3px;
}

.DraftTableColumnID,
.DraftTableColumn1Cell,
.DraftTableColumn2Cell,
.DraftTableColumn3Cell,
.DraftTableColumn4Cell,
.PublishedTableColumnID,
.PublishedTableColumnHelpfulness,
.PublishedTableColumn1Cell,
.PublishedTableColumn2Cell,
.PublishedTableColumn3Cell,
.PublishedTableColumn4Cell,
.SentEmailTableColumn1Cell,
.SentEmailTableColumn2Cell,
.SentEmailTableColumn3Cell,
.SentEmailTableColumn4Cell {
	font-size: 1.1em; 
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 2px 0;
}

.DraftTableColumnID,
.PublishedTableColumnID {
	width: 40px;	
}

.DraftTableColumn1Cell {
	width: 325px;
}

.PublishedTableColumn1Cell {
	width: 239px;
}

.PublishedTableColumnHelpfulness {
	width: 100px;	
}

.DraftTableColumn2Cell {
    width: 114px;
}
.PublishedTableColumn2Cell {
	width: 80px;
}

.DraftTableColumn3Cell,
.PublishedTableColumn3Cell {
	width: 100px;
	text-align: center;	
}

.DraftTableColumn4Cell {
    width: 120px;
}
.PublishedTableColumn4Cell {
	width: 134px;	
}

#Navigation li.current {
	font-weight: bold;	
}

.DraftTable th.SelectedHeader,
.PublishedTable th.SelectedHeader,
.SentEmailTable th.SelectedHeader {
	background-color: #D4D4D4;
}

.SelectedCellColumn {
	background-color: #F3F3F3; 
}

ul.Pagination {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

ul.Pagination li {
	list-style: none;
	list-style-image: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.Pagination li.PageNumber {
	padding: 0px 3px;
}

ul.Pagination li.CurrentPage {
	font-weight: bold;
}

ul.Pagination li.LastPage {
	
}

ul.Pagination li.Previous {
	padding: 0px 0px 0px 16px;
	background-image:url(/faq/img/arrows_Previous.gif);
	background-repeat: no-repeat;
	background-position: 0px .3em;
	font-weight: bold;
	margin-right: -10px;
}

ul.Pagination li.Next  {
	background-image:url(/faq/img/arrows_Next.gif);
	background-repeat: no-repeat;
	background-position: right .3em;
	padding: 0px 18px 0px 2px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
}

/**********************
 *
 *		Forward / Reassign
 *
 **********************/
.ReassignContainer {
	border-top: 1px solid #ccc;	
	padding: 15px 0 0 0;
}
.ReassignContainer .Warning {
	color: #cc0000;
	font-weight: bold;	
}

/**********************
 *
 *      Unlock Draft
 *
 **********************/

/**********************
 *
 *      Sent E-mails
 *
 **********************/
.SentEmailTableColumn1Header {
	width: 175px;
}

.SentEmailTableColumn2Header {
	width: 150px;
}

.SentEmailTableColumn3Header {
	width: 150px;
}

.SentEmailTableColumn4Header {
	width: 114px;
}

.SentEmailTableColumn5Header {
	width: 100px;
}

.SentEmailSubject {
	font-weight: bold;	
}

.SentEmailContainer {
	margin: 0 0 5px 0;	
}

.SentEmailLabel {
	float: left;
	width: 120px;
	font-weight: bold;
}

.SentEmailElement {
	float: left;
	width: 560px;
}

/**********************
 *
 *    Search (admin)
 *
 **********************/
.SearchPanel {
    font-size: 1.2em;
}

/**********************
 *
 *    Reports
 *
 **********************/
.hiddenText {
    position: absolute;
    display: block;
    text-indent: -9999px;
}
.RunReportContainer {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
}
fieldset.ReportType {
	margin-bottom: 20px;
	margin-left: 40px;
}

fieldset.ReportType legend {
	font-weight: bold;
	font-size: 1.2em;
}
fieldset fieldset {
	background-color: #F3F3F3;   
}
.CollectionOptions {
	margin-left: 40px;
    font-size: 1.2em;
}
.Instruction {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 20px;
}

/**********************
 *
 *      Search
 *
 **********************/
.searchterm {
	color: Purple;
	font-weight: bold;
}
.ResultsLeftCol {
		float: left;
	width: 50px;
	height: 50px;
	margin: 0px 5px 0px 0px;
	font-size: 12pt;
}
.ResultsMiddleCol {
	float: left;
	width: 507px;
}
				
.ResultsRightCol {
	float: right;
	width: 150px;
	margin: 0px 0px 0px 5px;
}
				
.EvenResultsBg {
	background-color: #ddd;
	padding: 3px;
}
				
.OddResultsBg {
	background-color: #eee;
	padding: 3px;
}
				
.ResultsHeader {
	padding: 3px;
	font-weight: bold;
}
				
.EvenResultsHeader {
	background-color: #ccc;
}
				
.OddResultsHeader {
	background-color: #ddd;
}
				
.ActionsHeader {
	margin: 5px 0px 0px;   
}
.SearchResult {
	margin: 10px 0px 0px;
}
.SearchResultsHeader {
	font-size: 14pt;
	font-weight: bold;
}

/**********************
 *
 *      Submit Question
 *
 **********************/
.SubmitQuestionDisclaimer {
	margin: 10px 0 10px 0;
}
.SubmitQuestionContainer {

}
.FaqItemRequiredFieldsPrompt_Div {
	font-size: 11pt;
	color: red;
	padding: 0 0 5px 0;
}
.NewQuestionFormElementContainer {
	padding: 0 0 5px 0;
}
.NewQuestionFormElementLabel {
	font-weight: normal;
	font-size: 1.2em;
	width: 100px;
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
	float: left;
}
.NewQuestionFormElement {
	float: left;
}
.NewQuestionFormElementSansLabel {
	margin: 0 0 0 110px;
}
.NewQuestionFormTextElement {
    width: 250px;
}
.NewQuestionFormQuestionElement {
	width: 350px !important;
	width/**/: 300px;
    height: 100px;
}
.NewQuestionFormElementValidator { }
.NewQuestionFormCheckBoxElement { }
.NewQuestionFormActionButtonContainer {
	padding: 20px 0 0 109px;
}

.RelatedFAQs .Question span {
	font-weight: bold;   
}

/**********************
 *
 *      Index
 *
 **********************/
.FAQPageHeader {
	font-size: 12pt;
	font-weight: bold;
	color: #0672BD;
	margin: 5px 0 20px 0;
}
.FAQSecondaryPageHeader {
	font-size: 14pt;
	font-weight: bold;
}
.MainIndexIntroduction {

}
.CategoryListingHeaderContainer {
	font-size: 11pt;
	font-weight: bold;
	color: #CD9966;
	margin: 0 0 20px 0;
}
.CategoryListingWrapper {
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 0;
	margin: 20px 0 20px 0;
}
.CategoryListing {
	float: left;
	width: 150px !important;
	width/**/: 166px;
	padding: 0 15px 0 0;
	border-right: 1px solid #eee;
	margin: 0 15px 0 0;
}
.LastCategoryListing {
	border: 0;
	margin: 0 0px 0 0;
}
.CategoryLink {
	font-weight: bold;
}
.SubCategoriesList {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}
.SubCategoriesList li {
	padding: 0 0 3px 0;
	list-style-image: none;
}
.CurrentCategoryListing {

}
.CurrentCategoryHeaderContainer {
	font-size: 11pt;
	font-weight: bold;
	color: #CD9966;
	margin: 0 0 20px 0;
}
.SubCategoryAnchor {

}
.SubCategoryHeaderContainer {
	font-weight: bold;
}
.SubCategoryQuestionsList {
	list-style-image: url(/faq/img/shim.gif);
	padding: 10px 0px 18px 0px;
	margin: 0px;
}
.SubCategoryQuestionsList li {
	padding: 5px 0px 5px 10px;
	background-image:  url(/faq/img/Bullet_HomeList.gif);
	background-repeat: no-repeat;
	background-position: 0px 1.0em;
}
.PublishedItemsList {
	list-style: none;
	list-style-type: square;
	font-size: 11pt;
	margin-top: 0px;
}
.PublishedItemsList li {

}
.MostViewedItemsList {

}
.MostViewedItemsList li {

}
.AtomItemsWrapper {
	clear: both;
	/*width: 520px */
}
.AtomItemsHeaderContainer {
	font-size: 11pt;
	font-weight: bold;
	color: #CD9966;
	margin: 0 0 15px 0;
}

.AtomItemsList {

}
.AtomItemsList  li {
	
}
.AtomEntryWrapper {
	width: 270px;
	float: left;
	padding: 0 0 10px 0;
}
.AtomEntry {
	width: 250px;
}

.AtomEntryLink {

}

.RowEndMarker {
	clear: right;	
}

.PrependTextForAtomEntry {
	font-weight: bold;
}

.InThisSectionContainer {
	float: right;
	width: 140px;
	background-color: #f4f4f4;
	padding: 12px 0 12px 15px;
	margin: 38px 0 30px 30px;
}
.InThisSectionHeader {
	font-size: 8pt;
	text-transform: uppercase;
	color: #CD9966;
}
.InThisSectionList {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.InThisSectionList li {
	background-image: url(/faq/img/Bullet_HomeList.gif);
	background-position:0 .95em;
	background-repeat:no-repeat;
	font-size: 8pt;
	padding: 3px 0 0 10px;
}

.CurrentCategoryHeaderContainer .Special {
	font-style: italic;	
}

/**********************
 *
 *      Thank You
 *
 **********************/

/**********************
 *
 *      All Pages
 *
 **********************/
.PageHeader {
	font-size: 18pt;
	font-weight: bold;
}

.ActionButtonContainer {
	clear: both;
	margin: 20px 0 0 0;
}

.ActionButton1 {
	float: left;
	margin: 0 15px 0 0;
}

.ActionButton2 {
	float: left;
	margin: 0 15px 0 0;
}

.ActionButton3 {
	float: left;
}

.ValidationSummary {
	color: black;
	font-size: 10pt;
	border: 2px solid #CC3333;
	background-color: #FFCCCC;
	padding: 10px;
	margin: 10px;
}

.PreviewBoxWrapper {
	margin: 15px;
	border: 2px solid #CCC;
	background-color: #EFEFEF;
	padding: 5px 15px 15px 15px;
}

.PreviewHeader {
	font-size: 14pt;
	font-weight: bold;
	color: #54ADE8;
	text-align: center;
}

.PreviewBox {
	border: 2px solid #ccc;
	background-color: white;
	padding: 5px;
}

.BaseBackground {
	background-color:#FFFFFF;
}
.FlashBackground {
	background-color:#DEEFFA;
}

.ActionLegend {
	font-size: 8pt;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	width: 120px;
	padding: 5px;	
}

.SectionHeader {
	font-size: 16pt;
	border-bottom: 1px solid #999999;
}

.SectionContent {
	margin: 0 0 25px 0;
    font-size: 1.2em;
}

.AuditTrailHeader {
	font-weight: bold;
}

.AuditTrailDate {
	float: left;
	width: 150px;
}

.AuditTrailInfo {
	float: left;
	width: 565px;
}

.clear {
    clear: both;
}

/************************
*
*	IMPERSONATION
*
************************/
.impersonateForm ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.impersonateForm ul li {
		display: flex;
		flex-flow: row;
	}

		.impersonateForm ul li:nth-child(even) {
			background: #eee;
		}

		.impersonateForm ul li div {
			text-align: left;
			margin-right: 1em;
			padding: 0.5em;
		}

.impersonateForm #impersonateForm {
	display: flex;
}

.impersonateForm dl#impersonateForm dt {
	width: initial !important;
}

.impersonateForm #impersonateForm a {
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 0.5rem;
}