@charset "UTF-8";
/**==============================================================================================**
	Innovative Concepts - All rights reserved.
	in-con.css 11/2/2015 lrollins
/**==============================================================================================**/

BODY {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 0;
	background-color: white;

}

@media screen {
    .noScreen {
        display: none;
    }
}
@media print {
    .noPrint {
        display: none;
    }
}

.menuList  		{ background-color:#EEEEEE; display:block; font-size:24px; margin:25px; padding:15px; width:400px; border-radius:10px; font-weight:bold; }
.menuList:hover	{ background-color:#DDDDDD; text-decoration:none; }
.menuList:link	{ font-size:24px; }

.indicateGreen			{ font-size:2em; color:green; }
.indicateGreen:after	{ content:'\2714'; }
.indicateRed			{ font-size:2em; color:red; }
.indicateRed:after		{ content:'\2717'; }



/*-------------------------------------------------------------------------
 New CSS stuff
-------------------------------------------------------------------------*/
#headerPhone  {
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 5px;
}

/*-------------------------------------------------------------------------
 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;
}
	
	
td.HeaderCell {
	color: #000000;
	background: #D0D0D0;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

td.NameCell {
	color: #606060;
	background: #E8E8E8;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

td.FieldCell {
	color: #000000;
	background: #F4F4F4;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	vertical-align: middle;
}

td.ActionHeader {
	color: #C00000;
	background: #E0E0F8;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

td.ActionCell {
	color: #C00000;
	background: #F4F4FF;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

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
-------------------------------------------------------------------------*/

.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;
}

/* icTable */
div.icTable {
	xx-width: 0px;
	xx-height: 0px;
	xx-overflow: auto;
}
table.icTable {
	xx-width: 0px;
	border-collapse: collapse;
	cursor: default;
}
table.icTable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
    color: #000000;
}
table.icTable thead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B0B0B0;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
table.icTable thead tr {
	cursor: pointer;
}
table.icTable thead tr.superheader {
	cursor: default;
}
table.icTable thead tr.hover {
}
table.icTable thead th {
	font-weight: normal;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
table.icTable thead th.hover {
		color: #FFFFFF;
}

table.icTable tbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:12px;
	font-weight: normal;		
	background-color: #EEEEEE;
	vertical-align: top;
	white-space:nowrap;
}
table.icTable tbody tr  {
}
table.icTable tbody tr.hover  {
	background-color: #DDDDDD;
}
table.icTable tbody tr.odd  {
}
table.icTable tbody tr.oddhover  {
	background-color: #DDDDDD;
}
table.icTable tbody tr.even  {
}
table.icTable tbody tr.evenhover  {
	background-color: #DDDDDD;
}
table.icTable tbody td  {
	border: 1px solid #FFFFFF;
	text-align: left;
}
table.icTable tbody td.hover  {
}
table.icTable tbody td.number  {
	text-align:right;
}
table.icTable tbody td.numberhover  {
	text-align:right;
}
table.icTable tbody td.center  {
	text-align:center;
}
table.icTable tbody td.centerhover  {
	text-align:center;
}
table.icTable tbody td.date  {
	text-align:right;
}
table.icTable tbody td.datehover  {
	text-align:right;
}
table.icTable tbody td a:link {
}
table.icTable tbody td a:visited {
}
table.icTable tbody td a:active {
}
table.icTable tbody td a:hover {
}
table.icTable tfoot  {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:12px;
	font-weight: bold;		
	background-color: #FFFFFF;
	vertical-align: top;
	white-space:nowrap;
}
table.icTable tfoot tr  {
}
table.icTable tfoot tr.hover  {
}
table.icTable tfoot td  {
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #B0B0B0;
	text-align: left;
}
table.icTable tfoot td.hover  {
}
table.icTable tfoot td.number  {
	text-align:right;
}
table.icTable tfoot td.DATANUMBER  {
	text-align:right;
}
table.icTable tfoot td.numberhover  {
	text-align:right;
}

table.icTableBorder  {
		border-collapse: collapse;
}
table.icTableBorder td.upperLeft  {
}
table.icTableBorder td.upperMiddle  {
}
table.icTableBorder td.upperRight  {
}
table.icTableBorder td.centerLeft  {
}
table.icTableBorder td.centerMiddle  {
}
table.icTableBorder td.centerRight  {
}
table.icTableBorder td.lowerLeft  {
}
table.icTableBorder td.lowerMiddle  {
}
table.icTableBorder td.lowerRight  {
}
