
/*/
	File:  in-con.css
	© 2001 Innovative Concepts - All rights reserved.
	Purpose:  Standard Style sheet for any in-con client website.
	Created:  4/1/2001 - John Snowdy
	Modification History:5/20/2002 - changed font size and color in <td>
								6/06/2002 - created disclaimer class for products page
/*/

/*/ -- The Big Bad Body. -- /*/
	BODY {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		text: #ffffff;
		margin-left: 0;
		background-color: white;
		background: URL(/images/drops2.jpg);
		background-position:  "top left";
		background-repeat: repeat; 
	}


/*-------------------------------------------------------------------------
Headers
-------------------------------------------------------------------------*/

/*/ -- General links. -- /*/
	h1 {
		font-size: 12px;
		font-style: bolder;
		color: #000000;
		
	}
	h2 {
		font-size: 12pix;
		font-style: bolder;
		color: #000099;
		
	}
	h3 {
	
		font-size: 10pix;
		font-weight:bolder; 
		font-style: italic;
		color: #000099;
	
	}


/*-------------------------------------------------------------------------
 Links
-------------------------------------------------------------------------*/

/*/ -- General links. -- /*/
	A {
		font-size: 12px;
		font-style: bold;
		color: #000099;
		text-decoration: none;
	}
	A:link {
		font-size: 12px;
		font-style: bold;
		color: #000099;
		text-decoration: none;
	}
	A:visited {
		color: #000060;
		font-style: bold;
		text-decoration:none;
	}
	A:hover {
		color: #00ffFF;
		font-style: bolder;
	}
	
	/*-------------------------------------------------------------------------
	horizontal rules
-------------------------------------------------------------------------*/

hr:{
	color:#ffffff;
	
	}

/*-------------------------------------------------------------------------
 Menus
-------------------------------------------------------------------------*/

    //.menu {background-color:white;width:100; color: white; text-align: center}
    .submenu {
    	position:absolute;
    	background-color:#AAAAAA;
    	color:#3399AA;
    	margin-top:-25;
    	margin-left:165;
    	width:120
    }


/*-------------------------------------------------------------------------
 Cells
-------------------------------------------------------------------------*/
	th {
		color: #000060;
		font-size:10px;
		font-weight: bold;
		text-align: center;
		font-family: Tahoma, Verdana, Arial, Helvetica;
	}
	td {
		color: #000000;
		font-size: 14px;
		font-weight: bold; 
		font-family: Tahoma, Verdana, Arial, Helvetica;
		
	}

	td.cell {
		text-align: left;
		color: #ffffff;
		font-size: 12px;
	
	}

	/*/ -- column header -- /*/
	td.HeaderCell {
		color: #000000;
		background: #D0D0D0;
		font-weight: bold;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	
	}

	/*/ -- special highlight cell -- /*/
	td.HighlightCell {
		color: #990066;
		background: #F4F4E8;
		font-weight: normal;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
	}

/*-------------------------------------------------------------------------
 Paragraphs
-------------------------------------------------------------------------*/
	P {
		font-family:Tahoma, Verdana, Arial, Helvetica;
		text-align: left;
		font-size: 12px;
		color: #000000;
	}
	
	p.disclaimer {
		text-align: center;
		color: #000000;
		font-size: 12px;
		font-weight:bold;
		font-family:New Times Roman, serif;
	}
	P.baseprice {
		color: #000099;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		text-align: right;
		font-weight: bolder;
		font-size:18px;
	}
		
	b.baseitem {
		color: #000099;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-weight: bolder;
		font-size:16px;
	}
	P.actiontextCentered {
		text-align: center;
		color: #0000FF;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
	}
	P.error {
		color: #E00000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		text-decoration: none;
		font-weight: bold;
		font-size: 18px;
	}
	P.pageTitle {
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-weight: bold;
		font-size: 22px;
		text-decoration: underline;
	}
	P.portfolioTitle{
		color: #000000;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-weight: bold;
		font-size: 22px;
		text-decoration: none;
	}
	
/*-------------------------------------------------------------------------
 Lists
-------------------------------------------------------------------------*/
	UL {
		font-size: 13px;
	}

/*-------------------------------------------------------------------------
 Generic
-------------------------------------------------------------------------*/

/*-- for input boxes and certain cells --*/
	.normal {
		color: #000000;
		background: #F0F0F8;
		font-size: 9pt;
		font-weight: normal;
		border-color: #C0C0C0;
		vertical-align: middle;
		font-family: "Arial", sans-serif; /*/ -- netscRape6 has problems with this for some reason (?) -- /*/
		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;
		/* testing
		border-color: #000080;
		border-style: solid;
		border-width: 1px;  */
	}
