﻿/************************** set size, color of site title ***************************/
h1.ms-sitetitle a {
		visibility: hidden;
}
/*height will set the height of your header area */
td.ms-sitetitle {
	height: 133px;
	background-image: url('HEADERTEST.jpg');
}
/** sets background of page header area**/
.ms-globalTitlearea {
	background: #4E52E9;
	background-repeat: repeat;
}

/************************ set location of site title - bottom padding is distance from nav bar **************************/
h1.ms-sitetitle {
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 0px;
	visibility: collapse;
	display: none;
}
	
/************ change file name of menu bar  hover (change from jpeg to gif for transparency if creating our image for this) - NOT USED******************************************************************/
.ms-topNavHover {
	background: url('AxonNavLink-NewBlue.jpg') repeat-x;
}
.ms-topnavselected {
	background: url('AxonNavLink-NewBlue.jpg') repeat-x;
} 

/*********************************** set cascading nav menu properties ***********************************/
.ms-bannerContainer {
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url('AxonNavLink-NewBlue.jpg');
}
.ms-topnav {
	font-size: small;
	background-image: url('AxonNavLink-NewBlue.jpg');
	background-repeat: repeat-x;
}
.ms-topNavHover {
	color: #FFFF00;
	font-size: medium;
	font-weight: bold;
}

.ms-topnav a:hover {
	color: #FFFF00;
	font-size: medium;
	font-weight: bold;
}

.ms-topNavFlyOuts {
	color: #FFFFFF;
	background-color: #4E52E9;
	font-weight: bold;
	font: bold small Calibri, "trebuchet ms" ;
}

.ms-topNavFlyOuts a {
	color: #FFFFFF;
	
}
.ms-topNavFlyOutsHover {
	background-color: #FFFFFF;
}
.ms-topNavFlyOutsHover a {
	color: #0000FF;
	background-color: #FFFFFF;
	font-weight: bold;
}
.ms-topNavFlyOutsSelected a {		/* Don't seem to do anything, but are refenced in cascading nav web part code */
	background-color: #00FF00;
}
.ms-topNavFlyOutsSelected {			/* Don't seem to do anything, but are refenced in cascading nav web part code */
	background-color: #00FF00;
}
.ms-topNavFlyOutsContainer {
	/* Don't seem to do anything, but are refenced in cascading nav web part code */
	background-color: #FF00FF;
}

/********************************** set color of strip below menu bar *********************************/
.ms-pagetitleareaframe {
	background: #FFFFCC;

}
/*****Upper portion of the border at the left margin of the page.**/
div.ms-titleareaframe {
	background: #FFFFCC;

}
	
/*********************** hide & collapse left nav: quicklaunch, trashcan, tree view, etc. *************************/
.ms-nav {
	display: none;
	visibility: collapse;
}

/**************** hide breadcrumb & collapse space - to not collapse space remove "display: none"  *******************/
.ms-titlearea {
	visibility: hidden;
	display: none;
}

/********   Page Title  *********/
.ms-pagetitle{
	margin: 10px;
	color: #4E52E9;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFE891;
	background-color: #FFFFCC;
	border-top-color: #FFE891;
	border-top-width: 1px;
	border-top-style: none;
}
.ms-titlearea{
	height: 10px;
}
/***************************** modify web part title**********************************/
.ms-WPTitle{
	color: #4E52E9;
	font-size: small;
	font-weight: bold;
}

.ms-WPTitle a:visited  {
	color: #4E52E9;
	font-size: small;
	font-weight: bold;
}

.ms-WPTitle a:link  {
	color: #4E52E9;
	font-size: small;
	font-weight: bold;
}

.ms-WPBody a:visited{
	color: #4E52E9;
}

.ms-WPBody a:link{
	color: #4E52E9;
}

/******  This one turns off the border!!!!!    ********/
.ms-TPBody TABLE {
	border-style: none;
	color: #4E52E9;
}

.ms-WPBody TABLE {
	border-style: none;
	color: #4E52E9;
}

.ms-WPBody {
	border-style: none;
}
.ms-WPBody TD {
	border-style: none;
	border-color: #FFFFFF;
}

/* modify Group By Header in Doc Libs, Lists and Webparts */
.ms-gb, .ms-gbload,.ms-gb a, {
	background-color: #4E52E9;
	color: #FFFFFF;
	visibility: visible;
	font-weight: bold;
	font-size: x-small;
}

.ms-gb2,.ms-gb2 a  {
	background-color: #FFFF99;
	color: #0000FF;
	visibility: visible;
	font-weight: bold;
	font-size: x-small;
}


/********    Controls Text in column headings for lists.   Use on individually attached CSS sheets*******************/
.ms-vh, .ms-vh2 {
	font-size: small;
	color: #FFFFFF;
	background-color: #FFFFCC;
}

/*   Text in the body of a view and most other common text.  */
.ms-vb, .ms-vb2, .ms-GRFont, .ms-vb-user {
	color: #4E52E9;
	font-size: x-small;
	font-weight: normal;
}
.ms-vb-title .ms-unselectedtitle{
	font-size: medium;
	color: #FFFFFF;
}

/*****   Background color for the shaded view style   ****/ 
.ms-alternating {
	background-color: #FFFFCC;
	color: #FFFFFF;
}


/***************************** modify misc settings**********************************/
.ms-standardheader {
	color: #4E52E9;
}
.ms-itemheader a {
	color: #4E52E9;
}
.ms-itemheader {
	color: #4E52E9;
}
.ms-listheader {
	color: #4E52E9;
}
.ms-summarytitlebarframe {
	color: #4E52E9;
}


