﻿/* --- ontrack core overrides core.css styles -- */


body {
	color: #333;
	font-family: arial,helvetica,sans-serif;
}

/* horizontal menu */
.topNavItem {
	font-size:11px;
}
.topNavItem a:hover {
	color: #fff !important;
}

/* breadcrumb */
.ms-pagebreadcrumb, .ms-pagebreadcrumb a {
color:#666666;
font-size:12px;
text-decoration:none;
}

/* left side navigation */
table.leftNav1, table.leftNav2 {
	background: #f5f5f5 url(/images/sideMenuItemBg.gif) no-repeat right top;
	width: 185px;
	border-bottom: 1px solid #fff;
}
a:link.leftNav1, a:active.leftNav1, a:visited.leftNav1 {
	padding: 5px 0;
	padding-left: 15px;
}
a:link.leftNav2, a:active.leftNav2, a:visited.leftNav2 {
	padding-left: 25px;

}


.leftNav1 a:hover, .leftNav2 a:hover, .leftNav3 a:hover {
	color: #fff !important;
}

/* edit console */
.ms-consolestatus a:hover {
	font-size: 12px;
}

/* caption text below inage */
.caption p {
	font-size: 11px;
}


/* form validation text in admin mode */
.ms-formvalidation {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* rich text editor */
#lipsum {
	color: #333;
}

/* sidebar which disappears when editing a NEW section overview page */
table.ms-ToolPaneOuter {
	position: absolute;
	z-index: 100;
}

/*-- MattG: control rich text box on the homepage --*/

.aboutText IFRAME {
width: 220px!important;
height: 200px;
}

.aboutText table.ms-rtetoolbarmenu {
margin-top: -40px;
width: 100px!important;
}

.rightFrontBox IFRAME {
width: 220px!important;
height: 250px;
}

.rightFrontBox table.ms-rtetoolbarmenu {
margin-left: -80px;
width: 130px!important;
}

