
/*/
	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
	Modified: 2/1/2006 - Bryan Bode
	Modification History:
/*/

/*/ -- The Big Bad Body. -- /*/
	BODY {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		type: #ffffff;
		margin-left: 0;
		background-color: white;

	}


/*-------------------------------------------------------------------------
 Links
-------------------------------------------------------------------------*/

/*/ -- General links. -- /*/
	A {
		font-family: Arial, Helvetica, sans-serif;
		color: #645D5D;
		text-decoration: none;
		font-weight: bold;
	}
	A:link {text-decoration: none;}
	A:visited {text-decoration:none;}
	A:hover {color: #FF9900; text-decoration:underline;}
	A.TH {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size:14px;
		text-align: center;
	}
	A.TH:link {text-decoration: none;}
	A.TH:visited {text-decoration:none;}
	A.TH:hover {text-decoration:underline;}
	
	A.H1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size:18px;
		text-align: center;
	}
	A.H1:link {text-decoration: none;}
	A.H1:visited {text-decoration:none;}
	A.H1:hover {color: #FF9900; text-decoration:underline;}


/*-------------------------------------------------------------------------
 Menus
-------------------------------------------------------------------------*/

    .menu {
	width:0; 
	color: white; 
	text-align: center
    }
    .menuItems {
    	position:absolute;
    	background-color:#AAAAAA;
    	color:#3399AA;
    	margin-top:0;
    	margin-left:0;
    	width:120px
    }


/*-------------------------------------------------------------------------
 Cells
-------------------------------------------------------------------------*/

	span.green11{
		font-family: Arial, Helvetica, sans-serif;
		color: #102694;
		font-size:14px;
		font-weight: normal;
		text-align: center;
	}
	th {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
        background-color: #485B95;
		font-size:14px;
		font-weight: normal;
		text-align: center;
	}
	th.message{
		background-color: #EBF0F7;
		color: RED;
	}
    caption {
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
    	color: #000000;
    }
	td {
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		font-size:12px;
		font-weight: normal;		
	}
	td.dsubheadline{
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
        color: 204180;
		font-weight: normal;
		font-size: 18px;
		vertical-align: left;
	}
	td.dheadline{
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
        color: 204180;
		font-weight: bold;
		font-size: 20px;
		vertical-align: left;
		font-style:bold;
	}
	td.label {
		font-family: Arial, Helvetica, sans-serif;
		text-align: right;
		background: #999999;
        color: white;
		font-weight: normal;
		font-size: 12px;
		vertical-align: center;
	}
	td.data {
		font-family: Arial, Helvetica, sans-serif;
		background: #EEEEEE;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		vertical-align: top;
	}
	td.dataNumber {
		font-family: Arial, Helvetica, sans-serif;
		background: #EEEEEE;
		font-weight: normal;
		font-size: 12px;
		text-align: right;
		vertical-align: top;
	}

	
/*-------------------------------------------------------------------------
	 Headers
-------------------------------------------------------------------------*/
H1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		line-height: 22px;
		font-size: 18px;
		color: white;
	}

H2 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		line-height: 28px;
		font-size: 24px;
		color: #000000;
	}
	
H3 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		line-height: 21px;
		font-size: 20px;
		color: #000000;
	}
H4 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		line-height: 21px;
		font-size: 20px;
		color: #000000;
	}

/*-------------------------------------------------------------------------
 Paragraphs
-------------------------------------------------------------------------*/
	P {
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 12px;
		color: #000000;
		line-height: 1.5;
		
	}
	
/*-------------------------------------------------------------------------
 Lists
-------------------------------------------------------------------------*/
	UL {
		font-size:  12px;
		color: #336688;
	}

LI {
		font-family:  Verdana, Arial, Helvetica;
				font-weight: bold;
				font-size: 12px;
				line-height: 2;
	
	}
/*-------------------------------------------------------------------------
 Generic
-------------------------------------------------------------------------*/

/*-- for input boxes and certain cells --*/
	.normal {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		background: #F0F0F8;
		font-size: 9pt;
		font-weight: normal;
		border-color: #C0C0C0;
		vertical-align: middle;
		text-decoration: none;
	}
