/* Products Level Stylesheet */
@import url("products.css");

/* 
 * Product Specific - LOCAL STYLESHEET
 * 
 * Structure Overrides for ArcGIS Specialized Pages - This is to change images and
 * colors that are specific to the ArcGIS Specialized product pages.
 * Please keep this file clean and reuse as much of it as possible.
 * Do not put styles unrelated to ArcGIS Specialized pages in this stylesheet
 * 
 * Before adding a style, please ensure that one does not already exist.
 * 
*/
	
/* Floating Menu */
	DIV#menu {
	   background: transparent url(/software/graphics/specialized_sidenav_bg.jpg) top left no-repeat; 
	}
	
	.overview DIV#menu {
	    background: transparent url(/software/graphics/specialized_sidenav_overview_bg.jpg) top left no-repeat;
	}
	div#dynamicNav {
	   background: transparent url(/software/graphics/specialized_sidenav_bg.jpg) top left no-repeat; 
	}
	
	.overview div#dynamicNav {
	    background: transparent url(/software/graphics/specialized_sidenav_overview_bg.jpg) top left no-repeat;
	}
/* END Menu */

/* Information Boxes */
	DIV.menuBox {
	    background: transparent url(/software/graphics/menubox_specialized_bg.jpg) top left no-repeat;
	}
	
	DIV.menuBox P.menuBoxBottom {
	    background: transparent url(/software/graphics/menubox_specialized_bottom_bg.jpg) bottom left no-repeat;
	}
/* END Information Boxes */

/* Screenshot and Caption Styles */
	DIV#contentWrapper .sShot {
	    border: 1px solid #999;
	    background: #F5F5F5;
	    color: #666666;
	}
	
	.sShot p {
		line-height: 1.3em;
		text-align: left;
		margin: 0 auto 0.2em auto;
	}
	
	DIV#contentWrapper .sShotMid {
	    border: 1px solid #999;
	    background: #F5F5F5;
	}
	
	DIV#contentWrapper .sShotRight {
	    border: 1px solid #89391c;
	    /*background: #ecc5ab;*/
	}
	
	div#contentWrapper .DemoShot {
		border: 1px solid #89391c;
	}

/* Text Callout Boxes Styles */
	DIV#contentWrapper .textcallout {
	    border: 1px solid #999;
	    background: #F5F5F5;
	    color: #666666;
	}
	DIV#contentWrapper .textcalloutRight {
	    border: 1px solid #89391c;
	    /*background: #ecc5ab;*/
	}

/* Table Styles*/

	table.dataGrid thead tr th.columnHead{
	    background: url(/software/graphics/specializedTableHeadTabsRight.jpg) no-repeat top right #0D7791;
	}
	
	table.dataGrid th.columnHead h4 {
		background: url(/software/graphics/specializedTableHeadTabsLeftCorner.jpg) no-repeat top left;
	}
	
	table.dataGrid thead tr th.columnHead h4.left {
		background: url(/software/graphics/specializedTableHeadTabsLeft.jpg) no-repeat top left;
	}
	
	table.dataGrid tfoot th.columnFoot{
	    background: url(/software/graphics/specializedTableFootTabsRight.jpg) no-repeat bottom right #0D7791;
	}
	
	table.dataGrid th.columnFoot h4 {
		background: url(/software/graphics/specializedTableFootTabsLeftCorner.jpg) no-repeat bottom left;
	}
	
	table.dataGrid tfoot th.columnFoot h4.left {
		background: url(/software/graphics/specializedTableFootTabsLeft.jpg) no-repeat bottom left;
	}
