
/*/
	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: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		margin-left: 0;
		background-color: white;

	}


/*-------------------------------------------------------------------------
 Links
-------------------------------------------------------------------------*/

/*/ -- General links. -- /*/
	A {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #645D5D;
		text-decoration: none;
		font-weight: bold;
	}
	A:link {
		font-size: 12px;
		color: #645D5D;
		text-decoration: none;
		font-weight: bold;
	}
	A:visited {
		color: #645D5D;
		text-decoration:none;
		font-weight: bold;
	}
	A:hover {
		color: #645D5D;
		text-decoration:underline;
		font-weight: bold;
	}
	A.purchase {
		font-size: 14px;
		color: steelblue;
		text-decoration: none;
		font-weight: bold;
	}


/*-------------------------------------------------------------------------
 Menus
-------------------------------------------------------------------------*/

    .menu {
	width:0; 
	color: white; 
	text-align: center
    }
    .menuItems {
    	position:absolute;
    	background-color:#AAAAAA;
    	color:#3399AA;
    	margin-top:0;
    	margin-left:0;
    	width:120
    }


/*-------------------------------------------------------------------------
 Cells
-------------------------------------------------------------------------*/
	th {
		color: #000060;
        background-color:#BBBBBB;
		font-size:14px;
		font-weight: bold;
		text-align: center;
		font-family: Tahoma, Verdana, Arial, Helvetica;
	}
    caption {
        color:black;
    }
	td {
		color: #999999;
		font-size:12px;
		font-family:  Verdana, Arial, Helvetica;
		font-weight: bold;
		
	}
	td.noBold {
		color: #999999;
		font-size:12px;
		font-family:  Verdana, Arial, Helvetica;
		font-weight: normal;
		
	}

	td.cell {
		color: #808080;
        background-color:#EEEEEE;
		font-size: 12px;
	}

	td.label {
		text-align: right;
		background: #999999;
        color: white;
		font-weight: normal;
		font-size: 12px;
		vertical-align: top;
	}
	td.data {
		background: #F4F4F4;
		font-weight: normal;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 12px;
		text-align: left;
		vertical-align: top;
	}
	td.dataNumber {
		background: #F4F4F4;
		font-weight: normal;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 12px;
		text-align: right;
		vertical-align: top;
	}
	
	
	
	/*/ -- 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: 12px;
		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: 12px;
		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: 12px;
		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: 12px;
		text-align: center;
		vertical-align: middle;
	}
	
	/*-------------------------------------------------------------------------
	 Headers
-------------------------------------------------------------------------*/
H1 {
		font-family: Arial, Verdana, sans serif;
		text-align: left;
		font-size: 28px;
		color: #003399;
	}

H2 {
		font-family: Arial, Verdana, sans serif;
		text-align: center;
		vertical-align: middle;
		font-size: 26px;
		line-height: 31px;
		color: #000000;
	}
	
H3 {
			font-family:   Arial, Verdana, sans serif;
			text-align: left;
			font-size: 16px;
			font-weight: bolder;
			color: #000000;
	}

/*-------------------------------------------------------------------------
 Paragraphs
-------------------------------------------------------------------------*/
	P {
		font-family: Tahoma, Verdana, Arial, sans serif;
		text-align: left;
		font-size: 12px;
		color: #000000;
		line-height: 1.5;
		
	}
	
	P.footer {
			font-family: Tahoma, Verdana, Arial;
			text-align: center;
			font-size: 12px;
			color: #000000;
			font-weight: bold;
	}
	
	P.glossary {
				font-family: Tahoma, Verdana, Arial;
				text-align: left;
				font-size: 14px;
				color: black;
				font-weight: bolder;
	}
	P.leftalign {
		text-align: center;
		color: #808080;
	}
	P.artists {
		color: #B6B46E;
		text-align: center;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-weight: bold;
		font-size: 18px;
		
	}
	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
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
 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;
		text-decoration: none;

		/* testing
		border-color: #000080;
		border-style: solid;
		border-width: 1px;  */
	}
