<%@ Language="VBScript" %><% Option Explicit %><%

''	-------------------------------------------------------------------------
'	File:  config\CSS.asp
'	© 2004 Tristar Software - All rights reserved.
'	Purpose:  Export display style classes used throughout the Outside pages.
'	Created:  9/1/2004 - Nathan - many selectors contributed from m¥ master file
'	Modification History:
'		· 9/15/2004 - Nathan @ Locke Enterprises (www.iLocke.com) - added TristarOnly(); code cleanup
'		mm/dd/yyyy - [name] - [comment]
''	-------------------------------------------------------------------------


	Response.ContentType = "text/css"

	
%>

/*/
	(c) 2004 Tristar Software, Inc.
	File:  config/CSS.asp
	Purpose:  Export display style classes used throughout the Outside pages.
	Created:  9/1/2004 - Nathan @ Locke Enterprises (iLocke.com) - elements are from m¥ master template
	Modification History:
		· 9/1/2004 - added some extra selectors for the order form
		· 9/16/2004 - changed to an asp file
		· mm/dd/yyyy - [name] - [comment]
	Notes:
		OLD:  Light Grey=#DEDEDE  /  Blue=#5263AD
		Whitmont:  darkblue=#818181  /  darkred=#940100
/*/	


	BODY {
		font-family: Tahoma, Verdana, Arial, Helvetica;
		background: #FFFFFF;
		color: #000000;
		margin: 0;
		padding: 0;
		scrollbar-arrow-color: #FFFFFF; scrollbar-face-color: #C0C0C0; scrollbar-shadow-color: #808080; scrollbar-highlight-color: #E8E8E8;
		scrollbar-3dlight-color: #C0C0C0; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #E0E0E0;
	}
	TD { font-family: Tahoma, Verdana, Arial, Helvetica; }


/* links */

	A, A:link, A:visited { text-decoration: underline; color: #0000FF; }
	A:hover, A:active { color: #A000C8; }
	
	A.blue, A.blue:link, A.blue:visited { text-decoration: none; }
	A.blue:hover, A.blue:active { text-decoration: underline; color: #002A59 }
	
	A.bold A.bold:link, A.bold:visited { color: #A000B0; font: bold; }
	A.bold:hover, A.bold:active { color: #0000C8; }
	
	A.searchHeader {
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-weight: bold;
		font-size: 10pt;
		text-decoration: underline;
	}
	A.searchHeader, A.searchHeader:link, A.searchHeader:visited { color: #0040A8; }
	A.searchHeader:hover, A.searchHeader:active { color: #0000FF; }


/* tables */

	TABLE.webForm {  /* web forms use TD.section, TD.fieldName, and TD.fieldValue */
		background: #E0E0E0;
		border: #000000 2px solid;
	}
	

/* 'unofficial' rows */
	.dataHeader{ /*background: #D8D8D8;*/ }
	.infoRow1{ background: #FFFFFF; }
	.infoRow2{ background: #F8F8F8; }
	.infoRow3{ background: #FFFFFF; }

/* cells */
	
	TD.section {  /* section label delimiters */
		text-align: right;
		border: #000000 1px solid;
		color: #FFFFFF;
		background: #818181;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: medium;
		/*font-weight: bold;*/
	}
	
	TD.fieldName {  /* bold version */
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		text-align: right;
		vertical-align: middle;
		white-space: nowrap;
	}
	TD.fieldLabel {  /* thin version */
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-align: right;
		vertical-align: middle;
		white-space: nowrap;
	}
	TD.fieldValue {
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	TD.description {
		color: #686868;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	TD.blurb {
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	TD.HeaderNonLink {
		color: #585858;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		text-decoration: underline;
		vertical-align: top;
	}
	TD.dataCell {
		/*background: #FFFFFF;*/
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	TD.infoCell {
		color: #818181;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}


/* spans */

	SPAN.note {
		color: #686868;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: xx-small;
	}
	SPAN.error {
		color: #C80000;
	}


/* paragraphs */

	P.error {
		color: #A80000;
		font-size: small;
		font-weight: bold;
	}

/* general | other */

	.normal { /* text inputs and areas */
		color: #000000;
		background: #F8F8F8;
		font-size: 10pt;
		font-weight: normal;
		border: #C0D0D0 2px inset;
		vertical-align: middle; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none;
		scrollbar-face-color: #A0A0A0; scrollbar-shadow-color: #808080; scrollbar-highlight-color: #E8E8E8; scrollbar-3dlight-color: #C0C0C0;
		scrollbar-darkshadow-color: #000000; scrollbar-track-color: #E0E0E0; scrollbar-arrow-color: #FFFFFF;
	}

	.readonlylocked { /* text inputs and areas that are readonly and we want to look locked */
		color: #686868;
		background: #C8C8C8;
		font-size: 10pt;
		font-weight: normal;
		border: #C0D0D0 2px inset;
		vertical-align: middle; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none;
		scrollbar-face-color: #A0A0A0; scrollbar-shadow-color: #808080; scrollbar-highlight-color: #E8E8E8; scrollbar-3dlight-color: #C0C0C0;
		scrollbar-darkshadow-color: #000000; scrollbar-track-color: #E0E0E0; scrollbar-arrow-color: #FFFFFF;
	}

	.button {  /* all buttons (inputs type=submit and type=button, or <button>) */
		color: #F8F8F8;
		background: #000000; /*#818181*/
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		vertical-align: middle;
		/*border: #B0D0F0 2px outset;*/
		border: #808080 2px outset;
		border-bottom: #FFFFFF 2px outset;
	}
	.navButton {
		color: #F8F8F8;
		background: #000000;
		/*text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px;*/  /* not functional in IE */
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-weight: normal;
		vertical-align: middle;
		border: #A8A8A8 2px outset;
		width: 115px;
		/*behavior: url("config/highlighting.htc");*/
	}
	
	.titles {color:black; font: 11pt "Verdana"}
	
/* generic add-ons (!UNUSED - not working) */
	
	.lefty { text-align: left; }
	.righty { text-align: right; }
	.centered { text-align: center; }

	.upper { vertical-align: top; }
	.lower { text-align: bottom; }
	.middler { text-align: middle; }

