
/*/
	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:
/*/

/*/ -- The Big Bad Body. -- /*/
	BODY {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		text: #ffffff;
		margin-left: 0;
		background-color: white;
		background: URL(/images/grey_back.gif);
		background-position:  "top left";
		background-repeat: repeat; 
	}


/*-------------------------------------------------------------------------
 Links
-------------------------------------------------------------------------*/

/*/ -- General links. -- /*/
	A {
		font-size: 14px;
		color: #000000;
		text-decoration: none;
	}
	A:link {
		font-size: 14px;
		color: #AA0000;
		text-decoration: none;
	}
	A:visited {
		color: #AA0000;
	}
	A:hover {
		color: #0000AA;
	}


/*-------------------------------------------------------------------------
 Menus
-------------------------------------------------------------------------*/

    .menu {
	width:100; 
	color: white; 
	text-align: center
    }
    .menuItems {
    	position:absolute;
    	background-color:#AAAAAA;
    	color:#3399AA;
    	margin-top:-25;
    	margin-left:165;
    	width:120
    }


/*-------------------------------------------------------------------------
 Cells
-------------------------------------------------------------------------*/
	th {
		color: #000060;
		font-size:14px;
		font-weight: bold;
		text-align: center;
		font-family: Tahoma, Verdana, Arial, Helvetica;
	}
	td {
		color: #000066;
		font-size:14px;
		font-family:  Arial, Helvetica,sans serif;
	}

	td.cell {
		text-align: left;
		color: "#808080";
		font-size: 14px;
	}

	/*/ -- 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;
	}

	/*/ -- edit form field name -- /*/
	td.NameCell {
		color: #606060;
		background: #E8E8E8;
		font-weight: bold;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}

	/*/ -- edit form field value -- /*/
	td.FieldCell {
		color: #000000;
		background: #F4F4F4;
		font-weight: normal;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 14px;
		vertical-align: middle;
	}
	
	/*/ -- action column header -- /*/
	td.ActionHeader {
		color: #C00000;
		background: #E0E0F8;
		font-weight: bold;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}

	/*/ -- action cell value -- /*/
	td.ActionCell {
		color: #C00000;
		background: #F4F4FF;
		font-weight: normal;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}

	/*/ -- special highlight cell -- /*/
	td.HighlightCell {
		color: #990066;
		background: #F4F4E8;
		font-weight: normal;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}

/*-------------------------------------------------------------------------
 Paragraphs
-------------------------------------------------------------------------*/
	P {
		text-align: left;
		font-size: 14px;
		color: #000000;
	}
	P.leftalign {
		text-align: center;
		color: #808080;
	}
	P.actiontext {
		color: #0000FF;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		text-decoration: none;
		font-weight: bold;
		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;  */
	}
