﻿/* begin: this will allow site menu to appear in Firefox */
.menu-horizontal {
	display: inline-table;
}
/*   end: this will allow site menu to appear in Firefox */

/* begin: this will change the look and feel of site menu (drop down) */
.s4-tn li.dynamic > .menu-item {
 	background: #012957;
 	border: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 30px;
    white-space: nowrap;
}

.s4-tn li.dynamic > a:hover {
	background-color: #FFCC00;
	color: #012957;
	font-weight: normal
}/* end: this will allow site menu to appear in Firefox */

/* begin: remove SP Help icon (Question Mark) */
.s4-help {
	display: none;
}
/* end: remove SP Help icon (Question Mark) */

/* begin: overwrite the height value from Canyons.css to accomodate Login logo at the bottom of the footer
.footer_bdr {
	height: 58px !important;
}
end: overwrite the height value from Canyons.css to accomodate Login logo at the bottom of the footer */

img { 
border: none; 
}
/* remove image boarder in I.E. */

/* begin: Page 404 style */
.pageNotFound {
	padding: 15px;
	background-color: #CCFFFF;
	background-color: #e2effc;
}
/* end: Page 404 style */

a:visited {
	color:#0072BC
}
/* change visited link from old purple to dark blue */

/* begin: 2014-02-04 control look and feel of a tags in Web Parts */
.ms-WPBody a:link {
    color: #0072BC;
    text-decoration: none;
}
.ms-WPBody a:visited {
    color: #0072BC;
    text-decoration: none;
}
.ms-WPBody a:hover {
	color:orange;
	text-decoration:none;
}
/* end: 2014-02-04 control look and feel of a tags in Web Parts */
