/*
<!-- *** START OF FILE HEADER COMMENTS ***

Filename:  GISMO.css
Author  :  Anthony Azua
Date    :  March 2005
Purpose :  Style Sheet for GISMO web pages
Notes   :  
	To add to an html page, in the head section add:
	<LINK REL='stylesheet' HREF='../CSS/gismo.css'>

Diary (including date, developer, comments):
03/19/02 - cjw - Chg location of file to top level application dir ... InetPub\OpenWeb\CSS
05/21/02 - aaz - Added more style and some class styles 
03/03/03 - aaz - Added boxes and a few margin styles
10/22/03 - aaz - added link styles
10/23/03 - aaz - added button styles

*** END OF FILE HEADER COMMENTS *** --> 
*/

/*
Colors used:
#fdf5e6 - ivory
#660000 & #663300 - Choc Brown (text &  borders)
#ffebcd - beige (background)
#CC9966 - light tan (title bgcolor)
#d2b480 & #d2b48c & #FFFAF0 & #FFFAFa - creams (option bgcolor)
#D2B48C - Drk Tan (Border)

Links:
#00007f - dark Blue (link)
#df7d4d - light brown (visited link)
#deb887 - tan (link hover)
*/


	body		{ 
	  FONT-FAMILY: Helvetica, Verdana, sans-serif, Arial; 
	  font-size: 11pt;

	  margin: 1mm 2mm 1mm 1mm; 
				  
		background-color: FFEBCD; color: #663300; /* #993300; */ 

		scrollbar-3dlight-color:#fffaf0;
		scrollbar-arrow-color:#660000;
		scrollbar-base-color:#000080;*/
		scrollbar-darkshadow-color:#8B7765;
		scrollbar-face-color:#cdaf95;
		scrollbar-highlight-color: #8B7765;
		scrollbar-shadow-color:#660000;
		scrollbar-track-color:#FBF2E3; /*#FFEBCD; */

			}
/*
	.pgWidth 	{ width:750px; border-color:#deb887; margin-left:0; margin-right:0;}
*/

	.pgWidth 	{ width:750px; border-color:#deb887;
			float:left;
			width:95%;
			background:#ffebcd;
			/*
			border-right:3px outset #660000;
			*/

			border-bottom:4px double #deb887;
			border-left:4px double #deb887;
			border-top:4px double #deb887;
	
			margin-right:5px;
			padding-bottom:2px;
			}


	h2		{ font-size: 1.85em; color:  #993300;}
	h3 		{ font-size: 1.5em;  color:  #993300;}
	hr 		{ color: #8B7355; /*#663300;*/ width: 75%; }
	hr.90 	{ color:#663300; width: 90%; }
	hr.600 	{ color:#8B7355; width: 600; }
		
	p		{ margin-left:3mm; margin-right:2mm}
	p.none	{ margin:0mm; }

	table.norm	{ border-width: 0; padding: 0; font-size: 10pt;}
	a:link      { background: transparent; color: #00007f; text-decoration: underline; } 
	a:visited   { background: transparent; color: #a30319; text-decoration: underline; }
	a:hover     { background-color: #deb887; color: white; text-decoration: none;}

	a.none:link      { background: transparent; color: #ffebcd; text-decoration: none; } 
	a.none:visited   { background: transparent; color: #ffebcd; text-decoration: none; }
	a.none:hover     { background-color: #deb887; color: white; text-decoration: none;}
	
		
	.subScript	{ font-size: 8pt; }

	table.1	{ border-color:#660000; border-width: 2px; padding:2px; }
	th		{ font-size:11pt; background-color:deb887;}

	td.pad	{ border-top-color: #D2B48C; border-bottom-color:#D2B48C; 	
				border-top-width: 1px; border-bottom-width:1px; padding-left:5px;}
	td.left	{ border-top-color: #D2B48C; border-bottom-color:#D2B48C; 	
				 border-top-width: 1px; border-bottom-width:1px; padding-left:5px;
				 align:left;}


	.notes	{ background: #FFFFE0; padding-left:5px;
				font-weight:bold; font-size:10pt; } 
	.boxHL	{ background: #FFFFE0; widthj="100px"
  			  	 margin-left: 3px; /* margin-top:3px; */
  			  	 padding-left:5px; padding-bottom: 2px; padding-top: 2px;}

	.boxNote	{     /* box to display any messages to users - light yellow background and red letters */
  			color : #FF0000;
  			font-family: verdana, aerial, Arial, Helvetica, sans-serif; 
  			font-size: 12px; font-weight: bold;
  			padding : 10px; 
  			margin-left: 30px; margin-right: 30px; margin-top: 10px;
  			border-color : #660000; border-style : dashed; border-width : 1px;
  			background: #FFFFCC;
  			}



