/* Products Level Stylesheet */
@import url("products.css");

/* 
 * Product Specific - LOCAL STYLESHEET -> Regional Include ABOVE!!
 * 
 * Structure Overrides for ArcGIS Server Pages - This is to change images and
 * colors that are specific to the ArcGIS Server product pages.
 * Please keep this file clean and reuse as much of it as possible.
 * Do not put styles unrelated to ArcGIS Server 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/server_sidenav_bg.jpg) top left no-repeat;
	}
	
	/* Override for the Server Overview page - its header is larger */
	.overview DIV#menu {
	    background: transparent url(/software/graphics/server_sidenav_overview_bg.jpg) top left no-repeat;
	}
	div#dynamicNav {
	    background: transparent url(/software/graphics/server_sidenav_bg.jpg) top left no-repeat;
	}
	
	/* Override for the Server Overview page - its header is larger */
	.overview div#dynamicNav {
	    background: transparent url(/software/graphics/server_sidenav_overview_bg.jpg) top left no-repeat;
	}
/* END Menu */

/* Information Boxes */
	DIV.menuBox {
	    background: transparent url(/software/graphics/menubox_server_bg.jpg) top left no-repeat;
	}
	
	DIV.menuBox P.menuBoxBottom {
	    background: transparent url(/software/graphics/menubox_server_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 #9cc486;
		margin-top: 10px;
	   /*background: #f5faf2;*/
	}
	div#contentWrapper .textcalloutRight {
		border: 1px solid #72479c;
	}
	
/* Table Styles*/
	
	table.dataGrid tbody td {
	    border-right: 1px solid #999;
	    border-left: 1px solid #999;
	}

	table.dataGrid tr.even td {
	    background: #ECEDED;
	}

	table.dataGrid tfoot td {
	    border-top: 1px solid #999;
		color: #666;
	}
	
	table.dataGrid thead tr th.columnHead{
	    background: url(/software/graphics/serverTableHeadTabsRight.jpg) no-repeat top right #0D7791;
	}
	
	table.dataGrid th.columnHead h4 {
		background: url(/software/graphics/serverTableHeadTabsLeftCorner.jpg) no-repeat top left;
	}
	
	table.dataGrid thead tr th.columnHead h4.left {
		background: url(/software/graphics/serverTableHeadTabsLeft.jpg) no-repeat top left;
	}
	
	table.dataGrid tfoot th.columnFoot{
	    background: url(/software/graphics/serverTableFootTabsRight.jpg) no-repeat bottom right #0D7791;
	}
	
	table.dataGrid th.columnFoot h4 {
		background: url(/software/graphics/serverTableFootTabsLeftCorner.jpg) no-repeat bottom left;
	}
	
	table.dataGrid tfoot th.columnFoot h4.left {
		background: url(/software/graphics/serverTableFootTabsLeft.jpg) no-repeat bottom left;
	}
	
/* Misc Fixes */
	div#contentWrapper br.clear {
		font-size: 1px;
		height: 1px;
		clear: right;
	}
	
	#slideshowright {
	width: 200px !important;
	height: 189px !important;
	}
	
	
/*Demo Screen Caps*/
	.DemoShot {
		border: 1px solid #9cc486;
	}