/* Products Level Stylesheet */
@import url(products.css);

/* 
 * Product Specific - LOCAL STYLESHEET
 * 
 * Structure Overrides for the Developer Pages - This is to change images and
 * colors that are specific to the Developer product pages.
 * Please keep this file clean and reuse as much of it as possible.
 * Do not put styles unrelated to the Developer 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/developer_sidenav_bg.jpg) top left no-repeat;
	}
	
	.overview DIV#menu {
	    background: transparent url(/software/graphics/developer_sidenav_overview_bg.jpg) top left no-repeat;
	}
	div#dynamicNav {
	    background: transparent url(/software/graphics/developer_sidenav_bg.jpg) top left no-repeat;
	}
	
	.overview div#dynamicNav {
	    background: transparent url(/software/graphics/developer_sidenav_overview_bg.jpg) top left no-repeat;
	}
/* END Menu */

/* Information Boxes */
	DIV.menuBox {
	    background: transparent url(/software/graphics/menubox_developer_bg.jpg) top left no-repeat;
	}
	
	DIV.menuBox P.menuBoxBottom {
	    background: transparent url(/software/graphics/menubox_developer_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;
	}
	
	DIV#contentWrapper .sShotMid {
	    border: 1px solid #999;
	    background: #F5F5F5;
	}
	
	DIV#contentWrapper .sShotRight {
	    border: 1px solid #961934;
	    /*background: #e6cacc;*/
	}
	
	div#contentWrapper .DemoShot {
		border: 1px solid #961934;
	}
	div#contentWrapper .textcalloutRight {
		border: 1px solid #961934;
	}
	
/* Table Styles*/
	table.dataGrid thead tr th.columnHead{
	    background: url(/software/graphics/developerTableHeadTabsRight.jpg) no-repeat top right #0D7791;
	}
	
	table.dataGrid th.columnHead h4 {
		background: url(/software/graphics/developerTableHeadTabsLeftCorner.jpg) no-repeat top left;
	}
	
	table.dataGrid thead tr th.columnHead h4.left {
		background: url(/software/graphics/developerTableHeadTabsLeft.jpg) no-repeat top left;
	}
	
	table.dataGrid tfoot th.columnFoot{
	    background: url(/software/graphics/developerTableFootTabsRight.jpg) no-repeat bottom right #0D7791;
	}
	
	table.dataGrid th.columnFoot h4 {
		background: url(/software/graphics/developerTableFootTabsLeftCorner.jpg) no-repeat bottom left;
	}
	
	table.dataGrid tfoot th.columnFoot h4.left {
		background: url(/software/graphics/developerTableFootTabsLeft.jpg) no-repeat bottom left;
	}
