﻿/* ----------------------------------------- */
/*  DRISGILL STARTER MASTER AND CUSTOM CORE  */
/* ----------------------------------------- */

/* fix scrolling on list pages */
#s4-bodyContainer {
	position: relative;
}
		
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
	background:#F2F2F2;
}		

/* body area normally has a white background */
.s4-ca {
	/* background:transparent none repeat scroll 0 0; */
	background-color:transparent;
}

/* CENTER NAV */
.menu-horizontal { margin:0 auto; }

/* ------------------------- */
/*      CONTENT STYLES       */
/* ------------------------- */

/* GLOBAL */
.ms-WPBody {
	font:14px/170% Arial,Geneva,Verdana,sans-serif;
	/*
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	*/
	color:#000000;
	text-align:left;
}

.ms-WPBody a,
.ms-WPBodya:link,
.ms-WPBody a:active,
.ms-WPBody a:visited {
	/* color:#218baf; */
	color:#135e77 !important;
	text-decoration:none;
	font-weight:normal;
}

.ms-WPBody a:hover {
	color:grey !important;
	text-decoration:none;
}

.s4-search input.ms-sbplain {
	width:130px !important;
}

/* OVERRIDE A STYLE FROM UF */
#master-content .ms-propertysheet #content {
	float:none !important;
	margin:0px !important;
	padding:0px !important;
	width:auto !important;
}

/* SITE ACTIONS */
.ms-MenuUIUL li {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* HIDE RECENTLY MODIFIED FROM BLOG */
.ms-quickLaunch {
	display:none;
}

/* LINK SUMMARY FROM CONTROLS.CSS */
.link-item,
.link-item a,
.link-item a:link,
.link-item a:visited,
.link-item a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#135E77 !important;
	text-align:left;
}

.link-item a:hover {
	color:grey !important;
}

.dfwp-list li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

/* AFFECTS A CERTAIN WEBPART HERE
http://b2bduflsp2010.b2bdemos.net:8585/accounting/school_pages/Home.aspx
*/
.ms-rte-layoutszone-inner {
	padding:0px;
}

/* THIS IS THE SORT OPTION AND WIKI IN-PAGE BREADCRUMB */
/* REQUIRED ON THE PAGE, BUT NOT THIS DESIGN */
#s4-titlerow {
	visibility:hidden;
}

/* TO ALLOW OVERFLOW FOR A WIKI COLUMN */
.ms-rte-layoutszone-inner {
	overflow:visible;
}

/* FIXES THIS DESIGN */
.ms-MenuUIPopupBody a,
.ms-listviewtable a,
.s4-wpTopTable a {
	border:0px solid black !important;
}

/* FIXES MENUS ON THE SYSTEM PAGE, BUT IN THE WELL */
.ms-MenuUIPopupBody .ms-MenuUIUL {
	padding:0px !important;
	margin:0px !important;
}




/* ------------------------- */
/* ------------------------- */

/* float web part panel */
.ms-ToolPaneOuter { position: absolute; height:auto !important; border: 2px #6f9dd9 solid; top: 0; left: 0; z-index:1000; }
td#MSOTlPn_MainTD { width: 0 !important; }
td#MSOTlPn_ToolPaneCaption { cursor: move; }