﻿
/*******************    Site Header Area   ***************************/
td.ms-sitetitle {
	background-image: url('/Logos/synesisBannerImproved.png');
	background-repeat: no-repeat;
}

/* set location of site title - Top padding is distance from nav bar */
h1.ms-sitetitle {
	padding: 122px 0px 0px 16px;
}

/* modify size of site header area and add background */
.ms-globalTitleArea {
	height: 75px;
	background-image: url('/Logos/synesisBannerImproved.png');
	background-repeat: no-repeat;
	padding-right: 0px;
}

/************************** set size, color of site title ***************************/
h1.ms-sitetitle a {
				color: #26306D;
				font-weight: bolder;
				font-size: x-small;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
				word-spacing: .25em;
				letter-spacing: .25em;
}

/*****************************    Top Menu   ***************************************/
/*** Nav Bar Font    ***/
.ms-topnav {
	font-size: small;
}
/***  Top Bar Hover  - selected   ***/
.ms-topNavHover {
	color: #FFE891;
	font-size: medium;
	font-weight: bold;
}

.ms-topnav a:active {
	color: #FFE891;
	font-size: medium;
	font-weight: bold;
}

.ms-topnav a:hover {
	color: #FFE891;
	font-size: medium;
	font-weight: bold;
}

/****    Flyout Background Color and Font   ****/
.ms-topNavFlyOuts {
	background-color: #26306D;
	font-weight: bold;
	font: bold small Calibri, "trebuchet ms" ;
}

/***  Flyout Selected Background **/
.ms-topNavFlyOutsHover a  {
	background-color: #FFE891;
}
	
.ms-topNavFlyOutsHover  {
	background-color: #FFE891;
}
	
/***     ***/
/***     ***/
/***  Flyout Font ***/
.ms-topNavFlyOuts a {
	color: #FFFFFF;
}
/***     ***/
/***  Flyout Selected   ***/
.ms-topNavFlyOuts a:hover {
	color: #26306D;
}

.ms-topNavFlyOuts a:active {
	color: #26306D;
}
/************************  Page Mods   **********************************/
/********   Page Title  *********/
.ms-pagetitle{
	margin: 5px;
	color: #26306D;
	font-weight: bold;
	font:inherit
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFE891;
	background-color: #FCF6CF;
}
/********************************** set color of strip below menu bar *********************************/
.ms-pagetitleareaframe {
	background: #FFF7D2;
}
div.ms-titleareaframe {
	background: #FFF7D2;
}

/*********  Background of Main Page Body  *************/
.ms-bodyareaframe{
	border-width: 0px;
	border-color: #FFFFFF;
}



/******  Page Borders  *******/

/** .ms-main{
	background-color: #FFE891;
}    **/


/*********************** hide & collapse left nav: quicklaunch, trashcan, tree view, etc. *************************/
.ms-nav {
	display: none;
}

/**************** hide breadcrumb & collapse space - to not collapse space remove "display: none"  *******************/
.ms-titlearea {
	visibility: hidden;
	display: none;
}

/**********************************   Web Parts   ***********************************/


/* modify web part title - controls tite position*/
.ms-WPTitle {
				border-color: #FFE891;
				border-width: 1px;
				color: #26306D;
				font-size: x-small;
				font-weight: bold;
				padding-left: 4px;
				padding-bottom: 5px;
				border-left-style: none;
}
.ms-WPTitle A:link {
	color: #26306D;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 4px;
}
/**---------------------------------------------**/
/**  Webpart Header Background  **/
.ms-WPHeader{
	background-image: url('Images1/WebPartHeader.png');
	background-repeat: repeat-x;
}

/**   Web Part Border / Background **/
.ms-WPBorder{
	border-style: none inset inset solid;
	border-width: 1px;
	border-color: #FFE891;
	background-color: #FFFCE8;
}
/**---------------------------------------------**/



/*******   Web Parts Border
.ms-WPBorder{
	border: thin outset #26306D;
}   *****************/

/*****               *****/
.ms-WPTitle a:visited, .ms-WPBody a:link, .ms-WPBody a:visited {
	color: #26306D;
	font-size: x-small;

}


/* modify web part body properties - seems to work on background color of zone*/
/******  This one turns off the border!!!!!    ********/
.ms-WPBody TABLE, .ms-TPBody TABLE {
	border-style: none;
	color: #26306D;
}

.ms-WPBody {
	border-style: none;
}
.ms-WPBody TD {
	border-style: none;
	border-color: #FFFFFF;
}

/****  Control table cell properties in Webparts - change color of cell borders, background, etc. ***/

/****  Controls cells and body  ***/

.ms-rtetablecells  {
	border-color: #FFFFFF;
}

/****  Control Document Library and List Toolbar  ***/
.ms-toolbarContainer {
	background-color: #FFF7D2;
	font-weight: bold;
	color: #26306D;
}
.table.ms-toolbar {
	background-color: #FFF7D2;
	font-weight: bold;
	color: #26306D;
}

/* modify Group By Header in Doc Libs, Lists and Webparts */
.ms-gb, .ms-gb2  {
	background-color: #C0C7E9;
	color: #26306D;
	visibility: visible;
}

/********    Controls Text in column headings for lists.   Use on individually attached CSS sheets*******************
.ms-vh, .ms-vh2 {
	visibility: collapse;
	display: none;
}
*****************/

/* modify text, background in doc libs, lists and associated Webparts */
/*   Text in the body of a view and most other common text.  */
.ms-vb, .ms-vb2, .ms-GRFont, .ms-vb-user {
	color: #26306D;
	
}
/**********  Controls begining of item line in lists  ***********/
/**.ms-vh-group {
	background-color: #808080;
}  **/

/***************************** modify misc settings**********************************/
/*****   Background color for the shaded view style   ****/ 
.ms-alternating {
	background-color: #FFF7D2;
}
/**   sets colors of Links  
a:link {
	color: #26306D;
}
  **/

.ms-standardheader {
	color: #26306D;
}
.ms-itemheader a {
	color: #26306D;
}
.ms-itemheader {
	color: #26306D;
}
.ms-listheader {
	color: #26306D;
}
.ms-summarytitlebarframe {
	color: #26306D;
}
.ms-rteTable {
	border: thick solid #00FF00;
	border-collapse: collapse;
	border-top: gray 1.5pt;
	border-left: gray 1.5pt;
	border-bottom: gray 1.5pt;
	border-right: gray 1.5pt;
	background-color: #FF0000;
	color: #008080;
}

