﻿/*************************************************************************
'
'   Copyright 2009
'   Envision IT Inc., all rights reserved
'   www.envisionIT.com
'
'*************************************************************************
'
'  EIT Branding Overide of SharePoint MOSS 2007 Site
'
'*************************************************************************/
/*************************************************************************
'
'  Body Frame Branding
'
'*************************************************************************/
.body {
	background-color: #ffffff;
	height: 100%;
	margin: 0px;
}
.master {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#FFFFFF;	
}
.masterContent
{
	background-color:#FFFFFF;
}
.shadowRight {
	*height: 100%;
	min-height: 100%;
	width: 12px;
	background-image: url('/_layouts/images/blank.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
.shadowLeft {
	*height: 100%;
	min-height: 100%;
	width: 12px;
	background-image: url('/_layouts/images/blank.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

/*************************************************************************
'
'  Ribbon Presentation
'  applies to Welcome and Site Actions Menu with the ability to show and
'  hide the Ribbon.
'
'*************************************************************************/
.ms-SpLinkButtonInActive{
	background-color:transparent;
}
.ms-welcomeMenu {
	border:none;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}
.ms-welcomeMenu {
	padding-top:5px;
}
.ms-welcomeMenu a:link, .ms-welcomeMenu a:visited {
	color: #999999;
}
.ms-welcomeMenu a:hover {
	color: #999999;
	text-decoration:underline !important;
}
.ms-welcomeMenu.ms-SpLinkButtonActive {
	background:url('/_layouts/images/blank.gif');
	border:none;
}
.ms-welcomeMenu.ms-SpLinkButtonActive a:link {
	color: #999999;
	text-decoration:underline;
}

.ms-siteactionsmenuinner {
	background:url('/_layouts/images/blank.gif');
	border:none;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}
.ms-siteactionsmenu {
	font-size: 1em;
}
.ms-siteactionsmenu > span > a {
	color: #999999;
}
.ms-siteactionsmenuhover {
	background:url('/_layouts/images/blank.gif');
}
.ms-siteactionsmenuinner, .ms-siteactionsmenuhover {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	border:none;
	padding-top:4px /* this is to line up Welcome and Siteactions */
}
.ms-siteactionsmenuhover > a {
	text-decoration:underline;
}

/*************************************************************************
'
'  Font Presentation
'  applies to user content primarily in the Man Content area
'
'*************************************************************************/
.mainContent h1,.mainContent h2,.mainContent h3,.mainContent h4 {
	font-family:Arial, Helvetica, sans-serif;
}
.mainContent h1 {
	font-size:x-large;
	font-weight:normal;
	color:#6CA1D7;
	margin-top:24px;
}
.mainContent h2 {
	font-size:large;
	font-weight:normal;	
}
.mainContent h3 {
	font-size:medium;
	font-weight:normal;
	color:#6ca1d7;
}
.mainContent h4 {
	font-size:medium;
	font-weight:bold
}
.mainContent p, .mainContent ul, .mainContent ol, .mainContent .cbq-layout-main, .ms-WPBody TD, .srch-WPBody, .srch-Title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
}
.mainContent table {
	font:inherit;
	color:#666666;
}
.srch-Description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
}

/*************************************************************************
'
'  SharePoint login and Site Action Branding
'
'*************************************************************************/
.sharepointLogin
{
	float:right;
	display:inline;
}
.siteActionMenu
{
    float:right;
}
.authoringRegion {
	background-color: #ffffff;
	padding: 0px;
	padding-left:35px;
	padding-right:12px;
	width:100%;
	color:#333333;
}

/*************************************************************************
'
'  Header Logo Branding
'
'*************************************************************************/
.HeaderLogo {
	border:none;
	border-left:1px transparent solid;
	border-right:1px transparent solid;
	height:250px;
}

/*************************************************************************
'
'  Header Area Branding
'
'*************************************************************************/
.masterContent div#header div {
	float: right;
}
.masterContent div#header div ul {
	display: inline;
	font-size: 90%;
}
.masterContent div#header div ul li {
	display: inline;
	padding: 0px 12px 0px 12px;
	border-left: 1px solid #999999;
}
.masterContent div#header div ul li.firstItem {
	border: none;
}
.masterContent div#header div ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#999999;
}
.masterContent div#header div ul li a:link, .masterContent div#header div ul li a:visited {
	color:#999999;
	text-decoration:none;
}
.masterContent div#header div ul li a:hover {
	color:#999999;
	text-decoration:underline;
}

/*************************************************************************
'
'  Header Ares Branding - Search
'
'*************************************************************************/
.Search {
	margin:8px 3px 3px 0px;
}
.SearchLabel, .InputText  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#999999;	
}
.InputText {
	text-align:left;
}
.TextBox {
	border-width:0px;
	background:transparent;
	font:inherit;
	color:#666666;
	margin-top:2px;
}


/*************************************************************************
'
'  Footer Area Branding
'
'*************************************************************************/
.masterContent div#footer div {
	margin:3px auto;
}
.masterContent div#footer div ul {
	display: inline;
	font-size: 90%;
}
.masterContent div#footer div ul li {
	display: inline;
	padding: 0px 12px 0px 12px;
	border-left: 1px solid #999999;
}
.masterContent div#footer div ul li.firstItem {
	border: none;
}
.masterContent div#footer div ul li a, .masterContent div#footer div ul li span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#999999;
}
.masterContent div#footer div ul li a:link, .masterContent div#footer div ul li a:visited {
	color:#999999;
	text-decoration:none;
}
.masterContent div#footer div ul li a:hover {
	color:#999999;
	text-decoration:underline;
}


/*************************************************************************
'
'  Top Navigation Branding
'
'*************************************************************************/
.TopNavMargin {
	padding: 0px;
	margin:0px;
}
.EITtopNavContainer {
	background-image:url("/_layouts/EIT.EIT_Internet.Branding2/images/EIT_TopNav_background.gif");
	background-repeat:repeat-x;
	height:38px;
}
.topNav {
    *position:relative;
    *top:-1px;
}
.topNav {
	position:relative;
}
.topNavItem {
	background-image: url('/_layouts/EIT.EIT_Internet.Branding2/images/EIT_TopNav_NavbarSplitter.gif');
	background-repeat:no-repeat;
	background-position:top right;
	font-family: arial;  
	font-size: small; 
	color: #ffffff;	
}
/** added to the override above **/
.topNavItem {
	text-align:center;
	background:none;
	/*border-left:1px #ffffff solid;*/
	border-right:1px #ffffff solid;
}
.topNavItem a { 
	display:block;
	padding:8px 5px 0px 5px;
	height:32px;
}
.topNavSelected a {
	background-image: url('/_layouts/EIT.EIT_Internet.Branding2/Images/EIT_TopNav_Hover_background.gif');
	background-repeat:repeat-x;
	background-position:top right;
	color: #ffffff
}
.topNavHover a {
	color:#6bb2db; /*Spec says to use blue but it is too hard to read */
	color:#ffffff;
	background-image: url('/_layouts/EIT.EIT_Internet.Branding2/Images/EIT_TopNav_Hover_background.gif');
	background-repeat:repeat-x;
	background-position:top right;
}
.topNavFlyOuts {
	border-top:1px #CBD1E0 solid;
}
.topNavFlyOutsItem {	
	font-family: arial;
	font-size: small; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#3A4663;
	/*width:150px;*/
	/*min-width:150px;*/
	width:100%;
}
.topNavFlyOutsItem a {
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover {
	background-color: #B2BCD3;
}
.topNavRoundLeft, .topNavRoundRight {
    width:0px;
}

/*************************************************************************
'
'  Main Content Area Branding
'  see Font Presentation above for font declarations
'
'*************************************************************************/
.mainContent {
	margin-top:12px;
}
.pubContentContainer {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;/* temp fix*/
}


/*************************************************************************
'
'  Content Query Web Part
'  see Font Presentation above for font declarations
'
'*************************************************************************/
.cbq-layout-main {
	margin:6px 0px;
}
.cbq-layout-main td {
	padding:6px 12px 6px 0px;
	font:inherit;
	font-size:small;
}
.cbq-layout-main table .CaseStudy td, .cbq-layout-main table .News td {
	border-bottom:1px #cccccc solid;
}
.cbq-layout-main tr {
	
}
.cbq-layout-main td p, .cbq-layout-main td span {
	font-size:small;
}
#RotatingPromoIndex1 {
	border:none;
}


.ms-rteTable-table-align-top, .table-align-top td {
	vertical-align:top;
}

/*************************************************************************
'
'  Case Studies Reuseable COntent
'  see Font Presentation above for font declarations
'
'*************************************************************************/
.cs-Title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:#6E9FD4;
	text-transform:uppercase;
}
.cs-Links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.6em;
}
.cs-Links {
	padding-bottom:6px;
}
.cs-Links a {
	margin-right:16px;
}
.cs-Links a:link, .cs-Links a:visited {
	color:#666666;
	text-decoration:none;
}
.cs-Links a:hover {
	color:#6e9fd4;
	text-decoration:underline;
}


/*************************************************************************
'
'  Search Results Page
'  see Font Presentation above for font declarations
'
'*************************************************************************/

div#SRSB {
	padding-bottom:6px;
}


td#MainLeftCell {
	width:100%;
}
td#RightCell {
	width:0%
}
.srch-Icon {
	margin-right:4px;
}
.srch-Title {
	font-size:medium;
}
.srch-WPBody {
	font-size:small;
}
.srch-Description {
	margin-bottom:14px;
}
.srch-Metadata {
	display:none;
}
/* The above shouldn't go here I just noticed it when I was setting the CSS fot the Search*/
.ms-pagemargin {
	background-image: url('/_layouts/images/blank.gif');
	background-color:#ffffff;
}

/*************************************************************************
'
'  Milonic Menu Overrides
'  Sets witdth of menu to full width of container, centres text and adds padding.
'
'*************************************************************************/
#tbl0 {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#tbl0 td {
	text-align:center;
	padding:0px 20px;
}


/*************************************************************************
'
'  Envision IT Newsletter
'  Sets properties for display of the newsletter.
'
'*************************************************************************/
.NewsletterMaster {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.4em;
}
.NewsletterMaster h2 {
	line-height:1em;	
}
.NewsletterMaster a:link, .NewsletterMaster a:visited {
	color:#6699cc;
	text-decoration:none;
}
.NewsletterMaster a:hover {
	color:#6699cc;
	text-decoration:underline;
}
.NewsletterMaster ul {
	font-size:small;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:3em;
}

/* Newsletter Date */
.NewsletterDate {
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#666666;
}

/* Left Column Area */
.NewsletterLeftColumn {
	margin-top:12px;
	margin-right:20px;
}

.NewsletterLeftColumn h1 {
	color:#6699cc;
	font-size:x-large;
	font-weight:normal;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.NewsletterLeftColumn p, .NewsletterLeftColumn span {
	margin-left:10px;
	font-size:small;
	color:#666666;
	font:inherit;
}

/* Right Column Area */
.NewsletterRightColumn {
	margin-top:12px;
	margin-right:10px;
}
.NewsletterRightColumn h2 {
	color:#6699cc;
	font-size:medium;
	font-weight:bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;	
}
.NewsletterRightColumn p , .NewsletterRightColumn span {
	font-size:small;
	color:#666666;
	font:inherit;
}
