﻿/* 

This file shall contain styles that override base SharePoint styles and apply to every consumer-facing screen in the system.

It shall not contain any styles or base overrides specific to master pages, page layouts, or pages.

*/
/*This fixes the IE8 bolding issue*/
a:visited{font-weight:normal; text-transform:none;}


/* Ribbon row - hide by default - this is turned on in the master page jquery file for content editor access */
#s4-ribbonrow{display:none;}

/* Global Search box styling */

#_invisibleIfEmpty{padding:0 0 0 0}

body #s4-workspace{
	overflow:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#808080;
	/*height:100% !important;*/
}

#s4-bodycontainer{
	overflow:auto;
}

/* Content area styling */
.s4-ca{
	clear:both;
	/* TBH 8/16/12: Reworked for main interface shadow 
	background:url(../images/design/bg/bg-containerShadow.png) no-repeat center 454px;*/
	background-color:transparent!important;
	min-width:996px;
	max-width:1010px;
	margin:0px auto;
	z-index:1;
	min-height:800px;
	font-size:13px;
	/* TBH 8/17/12: Removed. Causing double scrollbar effect. 
	overflow:auto;*/
}

.s4-ca .ms-rtestate-field ul li{ list-style-image:url('../Images/design/elem/list-plus.png'); margin:0 0 10px 15px; padding:0 0;}

/* This is the left navigation panel */
#s4-leftpanel{display:none;}

/* base SharePoint social media overrides */
.ms-mini-socialNotif-Container{	display:none;}

/***************************************/
/* Breadcrumb overrides */
/***************************************/
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {background:#F2F2F2;}

/* style the direction breadcrumb navigation site > subsite > page name */
a.ms-sitemapdirectional{	color:#574319 !important;	font-weight:normal;	font-size:11px;	line-height:18px;	text-transform:uppercase!important;}
span img{ padding:0px 3px;}

/* This styles the rightmost page node in the breadcrumbs */
span span.current{	color:#00929f;	font-weight:bold;	font-size:11px;	line-height:18px;	text-transform:uppercase;}

/***************************************/
/* Table overrides */
/***************************************/
.ms-rtestate-field TABLE TR TD{vertical-align:top;}

/**************************************/
/*WebPart Overrides */
/**************************************/
.ms-alternatingstrong {background-color: #5091cd}
/*.ms-alternating {background-color: #8cd2f4}*/
.ms-WPBody{	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size:11px;}
.ms-WPTitle {PADDING-BOTTOM: 2px; PADDING-LEFT: 3px; PADDING-RIGHT: 7px; FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif; COLOR: #5091cd; FONT-SIZE: 10pt; FONT-WEIGHT: bold; PADDING-TOP: 2px;height:26px;line-height:20px;COLOR: #5091cd; }
.ms-WPTitle A:link {COLOR: #005695 !important;}
.ms-WPTitle A:visited {COLOR: #5091cd !important;}
.ms-WPTitle A:hover {COLOR: #8cd2f4 !important;}
.ms-standardheader .ms-WPTitle{COLOR: #5091cd !important;}
.ms-WPSelected {BORDER-BOTTOM: #68c8c6 3px dashed; BORDER-LEFT: #68c8c6 3px dashed; BORDER-TOP: #68c8c6 3px dashed; BORDER-RIGHT: #68c8c6 3px dashed}
.ms-WPBorder {border:0 !important;BACKGROUND-COLOR:transparent;}
.ms-WPHeader {BACKGROUND-COLOR: transparent;}
.ms-WPHeader TD {border:0 !important;}
.ms-vb2 {font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
td.ms-vb {font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.ms-vb2 a:link {color:#005695;}
td.ms-vb a:link {color:#005695;}
.ms-vh2 {font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.ms-vh {font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.ms-gb {font-size:11px; font-weight:bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

/* Content Query Webpart Overrides */
/*overrides class for Content Query web part (.cbq-layout-main)*/
.item{	padding:0 0 0 0;}
.description {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#808080;font-size:13px;line-height:16px;}
.description:hover { color: #595959; }
.image-area-left{padding-right:10px;}
.image-area-right{padding-left:10px;}
.link-item a:visited{font-size:15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#005695;}
.link-item a:link{font-size:15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#005695;}
.link-item a{font-size:15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#005695;}
.link-item{font-size:15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;text-decoration:none;line-height:16px;padding-top:4px;}

/* group header overrides */
.groupheader{font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;color:#574319;line-height:19px;font-size:14px;}
/* End Conten Query Webpart Overrides */

.ms-listviewtable {margin-bottom:10px;}

/* END OVERFIDES */