﻿/* look for the 'Site Actions' control button */

.la_siteActionsMenu {
	border: medium none;
	padding: 0;
	white-space: nowrap
	}

.la_siteActionsMenu div div div {
	border-right: #6593cf 1px solid;
	border-top: #6593cf 1px solid;
	border-left: #6593cf 1px solid;

	padding: 1px 4px 3px 10px;
	background-image: url(/_layouts/images/siteactionsmenugrad.gif);
	background-repeat: repeat-x;
	background-color: #6593cf
}

.la_siteActionsMenu div div div a,
.la_siteActionsMenu div div div a:link,
.la_siteActionsMenu div div div a:visited,
.la_siteActionsMenu div div div a:hover,
.la_siteActionsMenu div div div a:active {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}

.la_siteActionsMenu div div div.ms-siteactionsmenuhover {
	border-right: #89724f 1px solid;
	border-top: #89724f 1px solid;
	border-left: #89724f 1px solid;
	background-image: url(/_layouts/images/siteactionsmenuhovergrad.gif);
	background-color: #ffa521
	}
/* restore normal line-height that would otherwise be inherited from the page */
.ms-MenuUIPopupBody { line-height: normal; }

/*Sharepoint Specific Bug Fixes */

/* fix for edit in datasheet mode to help with the whole browser gets crushed and dies thing... */
.ms-propertysheet object {width:100%!important;	height:auto!important;}

/* fix for calendar view spacing issues with long title events */
.contB {width:auto;}
.ms-gridCol {font-size:1.5em;padding-bottom:3px;}
.ms-gridT1, .ms-propertysheet th.ms-gridT1 {font-size:1.35em;padding:5px;}

/* fix for calendar width, this will allow the calendar to resized to as low as 400px wide */	
.ms-calheader img { width: auto; }

/* fix for wiki edit bar being absolute positioned on the page */
.ms-wikieditouter {position:relative;margin-bottom:40px;}

/* fix for negative margin on default breadcrumb control for publishing site page layouts */
.removeMargins {margin:0;}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/*	not a 'fix' per se, but almost always desired */
.ms-WPBorder, .ms-WPBorderBorderOnly {border: 0 none;}

.ms-SPZone, .ms-SPZoneSelected { border: 0 none; }

.ms-consoletitleareaframebottom { display: none; }
/* hide some mystical table cell that creates a horizontal division */
.ms-partline { background-color: transparent; }

/* search table padding */
/*.ms-tztable {}*/

.srch-Icon { margin-right: 6px; }
.srch-stats, 
.ms-advsrchHeadingText .ms-standardheader { padding-left: 4px; }


/* tool bar adjustments */
a.ms-toolbar { padding: 0 4px; }
td.ms-separator { padding-left: 3px; }

/* list header background color discrepency between CORE.CSS (normal view) and PORTAL.CSS (edit page view) */
table.ms-menutoolbar { background-color: #bebbb4; }

/* in the listview, alternating row color */
.ms-listviewtable tr.ms-alternating,
.ms-listviewtable tr.ms-alternating .ms-vb-user table { background-color: #f9f9f9; }
.ms-listviewtable tr.ms-alternating .ms-unselectedtitle { background-color: transparent; }
