/*Sharepoint Specific Bug Fixes */

/* fix for edit in datasheet mode to help with the whole browser gets crushed and dies thing... */
.ms-bodyareaframe 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;}