/* Active Element Styles */

@import"csses/div.css";
@import"csses/lists.css";
@import"csses/scroll.css";
@import"csses/kbase.css";
@import"csses/hrs_and_spacing.css";
@import"csses/highlight.css";

/* Main Content Category Menu Bar */

/* .SAW_TopNav_Light a:hover is overriding styles in navigation.css and color.css  */

 .SAW_TopNav_Light a:hover {
	color: #006400; /* Was Blue */
	border-color: #2E2D2C; /* Neutral Black */
}


.HighlightedCellForSearch  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC; /* Accent */	
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
			
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-left-color: blue;
	
	background-color: white;
	
	padding: 0px 0px 0px 0px; /*  top, right, bottom, left   */
}

.HighlightedCell  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC; /* Accent */	
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
			
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-left-color: blue;
	
	background-color: white;
	
	padding: 5px 10px 5px 10px; /*  top, right, bottom, left   */
}

.HighlightedGreen  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC; /* Accent */	
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
			
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
	
	background-color: white;
	
	padding: 5px 10px 5px 10px; /*  top, right, bottom, left   */
}


.HighlightedRed  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC; /* Accent */	
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
			
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	
	background-color: white;
	
	padding: 5px 10px 5px 10px; /*  top, right, bottom, left   */
}


.HighlightedBlack  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC; /* Accent */	
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
			
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	
	background-color: white;
	
	padding: 5px 10px 5px 10px; /*  top, right, bottom, left   */
}


.HighlightedBlack  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC; /* Accent */	
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
			
	border-top-color: yellow;
	border-right-color: yellow;
	border-bottom-color: yellow;
	border-left-color: yellow;
	
	background-color: white;
	
	padding: 5px 10px 5px 10px; /*  top, right, bottom, left   */
}

