﻿
/*****************************************************************************************
******************************************************************************************
******************************************************************************************
***************************** Overrides to global settings *******************************
******************************************************************************************
******************************************************************************************
******************************************************************************************/

/* 
	**** Palette ***************
	Yellow (header) #FFF112
	Light (bkgnd)	#FFFF99 (was #FFFFB8)
	Flesh (not used)#FFE7CB
	****************************
*/

hr.centerLine {
	color:Blue;
}



/* Header Elements */
#divHeader {
	background-color:#FFF112;
}

#divMenuFlashReplacement {
	background-color:#FFF112; 
}

#divHeaderFlash {
	background-color:#FFF112;
	background-image:url('../images/noFlash/header_Y.jpg'); 
}

/* Breadcrumb bar */
#divBreadcrumb {
	background-color:#FFF112;
	color:Blue;
}
#divBreadcrumb a {
	color:Blue;
}

/* The following not changed because they need contrast on a white background 
	#divTextMenu a:hover 
	#divTextMenu .separator 
*/



/*****************************************************************************************
									Page Specific rules
******************************************************************************************/


/* Content area (negative space) using GIF corners */
#divContent .negSpaceTable td.border, #divContent .negSpaceTable td.content {
	background-color:#FFFF99;
}
#divContent .negSpaceTable  .borderTB .border {
}
#divContent .negSpaceTable  .borderLR {
	/*width:24px;--moved to def UL/UR to avoid browser mismatch issues */
	background-color:#FFFF99;
}

/* N.B. include width in (at least one pair) of corners rather than on "side panels" to avoid IE vs. std browser issues */
#divContent .negSpaceTable td.upperLeft { 
	background-image: url(images/corner_lft_top.gif); 
	background-position:right bottom; 
	width:27px;
}
#divContent .negSpaceTable td.upperRight { 
	background-image: url(images/corner_rht_top.gif); 
	background-position:left bottom;
	width:27px;
}
#divContent .negSpaceTable td.lowerLeft { 
	background-image: url(images/corner_lft_btm.gif); 
	background-position:right top; 
}
#divContent .negSpaceTable td.lowerRight { 
	background-image: url(images/corner_rht_btm.gif); 
	background-position:left top; 
}


#divContent #divApplication {	/* note single column, "single item" style needs different layout */
	margin:20px 0 10px;
}

/*****************************************************************************************
									LED Area Specific rules
******************************************************************************************/

#divContent .divItemDetail {	/* rqrd if not using neg space tbl */
	text-align:left;
}


#divContent .tdLedDetailHdr {
	border:solid 1px Blue;
	border-top:none;
	text-align:center;
	font-size:smaller;
	white-space:nowrap;
	padding:0 8px;
}
#divContent .tdLedDetail {
	border:solid 1px Blue;
	border-bottom:none;
	font-size:90%;
	vertical-align:top;
	padding:40px 0;
}

#divContent .tblProds {
	/*border:double 1px Blue;*/
	background-color: #FFFF99;
	text-align:center;
	border-collapse:collapse;
}

#divContent .imgSmallProd {
	width:90px;
	float:left;
	margin-left:4px;
}