﻿/* DOM Class Definitions */

body
{  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	color: #333333;
}
td
{
	font-size: 12px;
}
input
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
textarea
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
select
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
a
{
	color:Blue;
	text-decoration: none;
}
a:visited
{
	color:Blue;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
	color: Red;
}

/* 
********************************************************
* Custom Class Definitions
********************************************************
*/

/* Common Selectors */

/*
Page title for all Admin and Search Console pages. Styles the
text displayed at the top of every page.
*/
.PageTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*
Application status messages that appear on Admin and Search
Console pages.
*/
.Information
{
	font-size: 1em;
	color: Blue;
}

/*
High-impact status messages for the Admin and Search
Console pages.
*/
.Attention
{
	font-size: 10px;
	color: Red;
}

/*
Labels on Search Console pages.
*/
.Label
{
	color: #444444;
}

/*
Styles a hyperlink to look like regular text with no underline
or text color change. The hover event works the same as for
a regular hyperlink.
*/
a.CommonText, a.CommonText:visited
{
	color: #333333;
	font-weight: normal;
}

a.CommonText:hover
{
	color: Red;
}

/*
Styles a regular text element to look like a regular hyperlink.
This works well for elements like the Help link that are implemented
as SPAN elements and not A elements.
*/
.HyperlinkText
{
	color: Blue;
	font-weight: normal;
}

/*
Styles a regular text element to look like a regular hyperlink
when the cursor is placed over the element.
*/
.HyperlinkTextHover
{
	color: Red;
	text-decoration: underline; 
	cursor: pointer;
}

/*
Headers that appear on Admin and Search Console pages.
*/
.HeaderRow
{
	font-weight: normal;
	color: #000;
	background: #ddd;
}

/*
Footers that appear on Admin and Search Console pages.
*/
.FooterRow
{
	color: #333333;
	background-color: #E2E0E0;
}

/*
Pager row that appears on Search Console summary results page.
*/
.PagerRow
{
	color: black;
	background-color: #777777;
}

/*
Currently-selected page in the pager row that appears on Search
Console summary results page.
*/
tr.PagerRow Span
{
	color: White;
	font-weight: bold;
	background-color: #00349A;
}

/*
Tables in the application with borders.
*/
.BorderedTable
{
	border-right: #c8d5e1;
	border-right-width: 0px;
	border-right-style: double;
	border-top: #c8d5e1;
	border-top-width: 0px;
	border-top-style: double;
	border-left: #c8d5e1;
	border-left-width: 0px;
	border-left-style: double;
	border-bottom: #c8d5e1;
	border-bottom-width: 0px;
	border-bottom-style: double;
	border-collapse: collapse;
	background-color: White;
}

/*
Task menu.
*/
/***********************************************************************
******/
 
.TaskPanelOuterTable
{
	border: #cccccc 1px solid;
}

.TaskPanelInnerTable
{
	margin-top: -2px;
	padding-left: 2px; 
	padding-right: 2px;
	width: 150px;
}
 
div.TaskPanelMenuHeader
{

	border-top: white 1px solid;
	border-bottom: white 1px solid;
	margin-right: -2px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	background: #E2E0E0;
	color: #333333;
}
 
a.TaskPanelMenuItem, .TaskPanelMenuItem
{
	display: block;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%; 
	font-size: 11px;
	cursor: pointer;
}
 
a.TaskPanelMenuItem:link, a.TaskPanelMenuItem:visited
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}
 
a.TaskPanelMenuItem:hover, td.TaskPanelMenuItem:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #678FC2;
}

div.TaskPanelMenuItemSelected, td.TaskPanelMenuItemSelected
{
	border: #4673AF 1px solid;
	background-color: #678FC2;
}

a.TaskPanelMenuItemSelected:link, a.TaskPanelMenuItemSelected:visited, a.TaskPanelMenuItemSelected:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

/* Admin Console */
/*
Background color for the banner in the Admin Console pages.
*/
.AdminConsoleBannerBackground
{
	background-color: #FFFFFF;
}

.AdminConsoleOuterTable
{
	border: #cccccc 1px solid;
}

/*
Background color for the "header" row for a data control in edit
mode in the Admin Console pages.
*/
.AdminConsoleEditItemHeader
{
	background-color: #E0E4F3;
}

/*
Background color for a data control item in edit mode in the
Admin Console pages.
*/
.AdminConsoleEditItem
{
	background-color: #FFF9AE;
}

/*
Styles subheadings used mainly in the Admin Console pages.
*/
.SubHeading
{
	font-weight: bold;
}

/*
Styles subheadings used mainly in the Admin Console pages.
*/
.SubHeadingCentered
{
	font-weight: bold;
	text-align: center;
}

/* Search Console */
/*
Background color for the banner in the Search Console pages.
*/
.SearchConsoleBannerBackground
{
	background-color: #FFFFFF;
}

/*
Styles text elements for the banner in the Search Console pages
(Welcome and date).
*/
.SearchConsoleBannerText, a.SearchConsoleBannerText:visited,
a.SearchConsoleBannerText:hover
{
	color:  #333333;
	font-size: 12px;
}

/*
Style for the search, results and edit containers (borders) in
the Search Console pages.
*/
.SearchConsoleFieldBackground
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}

/*
Styles the result text displayed in the Detailed Results page.
*/
.SearchConsoleDetailedResultsItem
{
	font-size: 13px;
	font-weight: bold;
}

/*
Styles the current page in the breadcrumb trail.
*/
.SearchConsoleBreadcrumbLink
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

/*
Styles the current page in the breadcrumb trail.
*/
.SearchConsoleCurrentBreadcrumbPage
{
	font-weight: bold;
	font-size: 14px;
}

/*
Container cell for each header column.
*/
th.SearchConsoleSummaryResultsHeaderCell
{
	white-space: nowrap;
	text-align: left;
}

/*
Styles the currently-selected header link in the Summary Results
page.
*/
th a.SearchConsoleSummaryResultsHeaderLinkSelected
{ 
	color: #333333;
	font-size: .8em;
	font-weight: bold;
	background-color: #E2E0E0;
}

/*
Styles the header links used in the Summary Results page.
*/
th a.SearchConsoleSummaryResultsHeaderLink
{ 
	color: #333333;
	font-size: .8em;
	font-weight: bold;
	background-color: #E2E0E0;
	text-align: left;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
}

/*
Styles the static footer text in the Summary Results page.
*/
.SearchConsoleSummaryResultsFooter
{ 
	color: black;
	font-size: 12px;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: bold;
	background-color: #E2E0E0;
}

/*
Styles the footer links in the Summary Results page.
*/
.SearchConsoleSummaryResultsFooter a
{ 
	font-weight: normal;
}

/*
Styles the regular (non-alternating) items in the search results.
*/
.SearchConsoleSummaryResultsItem
{
	background-color: #FFFFFF;
	border-width: 0px;
	border-color: #678FC2;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	white-space: nowrap;	
}

/*
Styles the alternating items in the search results.
*/
.SearchConsoleSummaryResultsAlternatingItem
{
	background-color: #F5F5F5;
	border-width: 0px;
	border-color: #eeeeee;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	white-space: nowrap;
}

.SearchConsoleSummaryResultsItemCell
{
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
}

/*
Styles the selected item in the search results.
*/
.SearchConsoleSummaryResultsSelectedItem
{
	background-color: blue;
}

/* Org Nav */
.OrgNavTree
{
	margin-right: 10px;
}

.OrgNavNode
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;	
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.OrgNavNode:hover
{
	color: #FFF;
	background-color: #678FC2;
    text-decoration: none;
}

.OrgNavNodeSelected
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	color: #FFF !important;
	background-color: #678FC2;
	border: #4673AF 1px solid;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

/* Admin Console Navigation */

/*
Unselected tree nodes in the Admin Console, primarily in Task Items.
*/
a.AdminNavNode, a.AdminNavNode:link, a.AdminNavNode:visited
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 11px;
    color: black;	
	cursor: pointer;
	width: 100%;
}

/*
Tree nodes hovered over in the Admin Console.
*/
.AdminNavNodeHover, a.AdminNavNode:hover
{
	color: #FFF;
	text-decoration: none;
    background-color: #678FC2;
	cursor: pointer;
}

ul.igdt_NodeGroup
{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

a.AdminNavNodeSelected
{
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
    border-style: none;
}

/* Icons */
.IconAlign TD
{
	text-align: center;
	padding-right: 15px;
}