﻿body #s4-ribbonrow {
min-height: 0 !important;
height: auto !important;
}

.hidebreadcrmb {
visibility: hidden !important;
display:none !important;
}


#masterColumnLeft ul.s4-specialNavLinkList{
visibility: hidden !important;
display:none !important;
}

#masterColumnLeft ul.quicklinks-actions{
visibility: hidden !important;
display:none !important;
}



#sf-nav .menu-horizontal {
 display: table;
 width: 100%; 

}
#sf-nav .menu-horizontal ul.static {
 display: table-row;
}
#sf-nav .menu-horizontal li.static {
 float: none;
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
#sf-nav .menu-horizontal a.static {
 float: none;
 
}
#sf-nav .menu-horizontal .menu-item-text {
 white-space: normal;
 
}
#sf-nav .s4-tn li.static > .menu-item {
 display: block;
 white-space: normal;
 
 
}

.menu-horizontal A.static{ 
padding-top: 0px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 15px;
font-weight:bold;
margin-right: 10px;
display:block;
}

.menu-horizontal A.dynamic{ 
color: #000000;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
display:block;
border-bottom-color:#b59372;
border-bottom-width: 1px;
border-bottom-style: solid;
background-image: url('../images/tan-transparent.png');
background-attachment:scroll;
background-repeat: repeat;
background-position: 0% 0%;
background-color: transparent;
}


.ms-wpContentDivSpace { margin-right: 0; margin-left: 0; }

td.ms-wpTdSpace { display:none !important; }

#bannerSearch .ms-sbcell input { border-style: none; }

#sidebarZone .ms-WPBody .dfwp-column { float: none; }

.bullet{
	background-image:url('../images/lstbulet.gif');
	background-repeat:no-repeat;
	background-position:left 50%;
}

.level-header{
font-weight:bold;
padding-top: 2px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 4px;
margin-left: 25px;
}

.level-bullet{
	background-image:url('../images/lstbulet.gif');
	background-repeat:no-repeat;
	background-position:left 50%;
}


.menu-vertical .menu-item{
color:#333;
padding: 0px;
font-size: 90% !important;
font-weight: normal;
text-decoration: underline;
margin-top: 4px;
margin-right: 10px;
margin-bottom: 4px;
margin-left: 10px;
display: block;
}

.s4-ql UL.root > LI > .menu-item{
	color:#333 !important;
	font-size: 100% !important;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	text-decoration:none;
}

.s4-ql UL.root > LI > .menu-item:hover{color:#333 !important; text-decoration:underline;}

s4-ql UL.static > LI > .menut-item{
border: thin blue solid !important;
}

hr{
	color:#003399;
	background-color:#003399;
	height: 2px;
	border:none;
}

.groupheader{
	text-align:left;
	color:#000000;
	clear:both;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
}
.ms-menu-a{
	color:#fff;
}
.ms-menu-a:hover{
	color:#fff;
}

.s4-wpcell{
width: 100%;
background-color:#fff;
	}
}



/* FLUID DIALOGS 
#wrapper { width: 960px; margin: auto; }
html.ms-dialog #wrapper { width: 100%; }
*/

/* get rid of the down arrow in Sharepoint menu control */
.menu-horizontal a.dynamic-children span.additional-background { background-image: none; padding-right: 0; }

	
/* rich text editor styles 
div.ms-rteElement-StyleName { -ms-name: 'Style Name'; }
div.ms-rteElement-StyleName { color: #999; float: left; }
*/

/* Allow web part titles to wrap */
.ms-WPTitle nobr { white-space: normal !important; text-align: left; }

/* Summary link web part UI hack */
.ms-toolbarItem img { margin-bottom: auto !important; }

/* Description Item Style hack 
span[id*="CBQToolPartfieldsToDisplay"] { display: block; width: 150px !important; overflow: hidden; }
*/

/* Dialog popup formatting */
/* The "s4-notdlg" class name should be applied to anything you want to hide in the dialog view. */
/* Dialog content gets a special CSS class name called ms-dialog that can be used for overwriting styling. */
/* html.ms-dialog # { } */
 
/* SharePoint menu style template
This is merely a template that you can use to style the context menus that appear in SharePoint 2010. Menus like site actions, web parts, lists, etc. might look better in your design if you remove the default blue link color/highlight color. This is a template that I created for ASIS, so you can change the colors as needed.

.ms-MenuUIPopupBody { font-size: 11px; }
div.ms-MenuUIPopupScreen.ms-MenuUIPopupBody { border-color: #ddd; }
div.ms-MenuUIPopupScreen div.ms-MenuUIPopupInner div.ms-MenuUILarge ul.ms-MenuUIUL div.ms-MenuUIULItem a.ms-MenuUIULLink, div.ms-MenuUIPopupScreen div.ms-MenuUIPopupInner ul.ms-MenuUIUL div.ms-MenuUIULItem a.ms-MenuUIULLink {
 color: #0066cc !important;
}
.ms-siteactionsmenuhover, .ms-dlgCloseBtn span:hover { border-color: #333; background-color: #333; }
div.ms-MenuUIPopupScreen div.ms-MenuUIPopupInner ul.ms-MenuUIUL div.ms-MenuUIULItemHover { background-color: #e7d9b4; border-color: #e7d9b4; }
*/
	
	