@import "_icxECRM.css";
@import "_icxEvents.css";

/* =INITIALIZE
------------------------------------------------------------------------------*/
* { margin: 0; 
    padding: 0; }

p, pre, blockquote, label, 
fieldset, address { margin: 0.7em 0; }

dl, ul, ol, li, dd, blockquote { margin: 0 1.5em; }

html, body, td.preview { 
/*    font-family:'Times New Roman',Times,Georgia,serif; */
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    background: none;
    color: #555; }

table { margin: 0 auto; }

/* =BASICS
------------------------------------------------------------------------------*/
h1 { font-size: 27px; color: #349; font-style: normal; font-weight: bold; }
h2 { font-size: 21px; color: #68F; font-style: italic; font-weight: normal; }
h3 { font-size: 18px; color: #C96; font-style: italic; font-weight: normal; }
h4 { font-size: 16px; color: #349; font-style: italic; font-weight: normal; }
h5 { font-size: 12px; color: #666; font-style: italic; font-weight: normal; }
h6 { font-size: 12px; color: #CCC; font-style: italic; font-weight: normal; }
td { font-size: 12px; color: #033; font-style: normal; font-weight: normal; }
th { font-size: 13px; color: #333; font-style: normal; font-weight: normal; }
li { font-size: 13px; color: #033; margin: 3px; font-style: normal; font-weight: normal; }
p { 
	font-size: 12px; 
	color: #033; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.4em; 
	margin: 1.2em 0; }

a:link,
a:active,
a:visited { color: #349; }
a:hover   { color: #F00; }

.hidden_row { display: none; }
.visible_row { display: table-row-group; }
.visible_row td { border-bottom: 1px solid #66F; }
.hidden_div { display: none; }
.visible_div { display: block; position: absolute; background: #EEE; border: 1px solid #F00; height: 17px; }

.article {
	margin:0 45px 30px;  
	text-align: left; }

.summary {
	margin:0 45px 30px;  
	text-align: left; }

.asset {
	padding: 0 1.0em 0.5em; }

.caption {
	font-weight: 0.8em;
	font-style: italic; }

.copyright {
	font-size: 10px;
	color: #666;
	margin: 20px auto; }

.authorization {
	margin: 20px 0; }

.authorization input {
	width: 120px; }

.authorization a {
	display: block; }

pre { border: 1px dotted red; color: #F00; }

.system_reply { 
	background: #F00; 
	color: #FFF; 
	font-weight: bold; }


/* =CONTACT US
------------------------------------------------------------------------------*/
#contact_us {
	font-size: 14px; }

#contact_us table {
	margin: 0 auto; }

#contact_us th {
	text-align: right; 
	padding: 3px; 
	font-weight: bold;
	white-space: nowrap; }

#contact_us td {
	text-align: left; 
	padding: 3px;  }

#contact_us div#message {
	border: 1px solid #DDD;
	height: 5.0em;
	padding: 3px;
	overflow: auto;  }

#contact_us span {
	display: table; }

#contact_us #submit_spn {
	display: table; 
	margin: 0 auto; }

#contact_us button {
	padding: 3px 5px; }


/* =STRUCTURE
------------------------------------------------------------------------------*/
#masthead { width:100%; }

#mast_L { 
	background: url('/images/bg.gif') top left repeat-y #A9BCFF;
	width: 1%; 
	text-align: center; }

#mast_C { 
	background: #C96;
	text-align: center; }

#mast_R { 
	background: url('/images/bg2.gif') top left repeat-y #68F; 
	text-align: right; 
	vertical-align: middle; }

#content { width:100%; }

#column_L { 
	background: #349;
	width:150px; 
	vertical-align:top; 
	text-align: center; }

#column_C { 
	vertical-align:top; 
	text-align: center; 
	padding-top: 15px; }

#column_R { 
	max-width:120px; 
	vertical-align:top; 
	text-align: center; 
	border-left: 1px solid #C96; }

.lchead {
	width: 100%;
	display: block;
	background: #349;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	clear: both; }

.columns {
	display: table;
	width: 100%;
	margin: 5px;
	border: 1px dotted #FFF; }

.columns .one {
	display: inline-table;
	float: left;
	width: 47%;
	border: 1px dotted #FFF; }

.columns .two {
	display: inline-table;
	float: right;
	width: 47%;
	border: 1px dotted #FFF; }

.ccolumns {
	display: table;
	width: 100%;
	margin: 10px;
	text-align: center;
	border: 1px dotted #FFF; }

.ccolumns .one {
	display: inline-table;
	float: left;
	width: 40%;
	text-align: center;
	border: 1px dotted #FFF; }

.ccolumns .two {
	display: inline-table;
	float: right;
	width: 40%;
	text-align: center;
	border: 1px dotted #FFF; }

#placard {
	color: #FFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	line-height: 1.4em; 
	margin: 0 1.2em 0; }


#tagline {
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #CCC;
	margin: 10px auto 0; }

#tagline a,
#tagline a:link,
#tagline a:active,
#tagline a:visited {
	color: #CCC;
	text-decoration: none; }

#tagline a:hover {
	color: #68F;
	text-decoration: underline; }

#address {
	white-space: nowrap;
	background: #C96;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	margin: 10px auto; 
	text-align: center; }


/* =NAVIGATION
------------------------------------------------------------------------------*/
#heading {
	background: #68F; 
	color: #FFF;
	font-size: 18px; 
	margin: 0 0 1px; 
	padding: 3px 0 5px; }


.directory { 
	display: inline-table;
	font-size: 14px; }

.directory a,
.directory a:link,
.directory a:active,
.directory a:visited {
	display: block;
	float: left; 
	background: url('/images/bullet.gif') 3px 4px no-repeat #349; 
	color: #FFF; 
	padding: 0 5px 0 21px; 
	margin: 5px 0 5px 8px;
	height: 22px; 
	line-height: 22px; 
	text-decoration: none; }

.directory a.selected {
	font-weight: bold;
	background: url('/images/bullet.gif') 3px 4px no-repeat #68F; 
	text-decoration: none; }

.directory a:hover {
	background: url('/images/bullet.gif') 3px 4px no-repeat #68F; 
	color: #FFF; 
	text-decoration: underline; }


.index {
	font-size: 12px;
	margin: 5px 0 30px; }

.index a,
.index a:link,
.index a:active,
.index a:visited {
	display: block;
	padding: 3px 4px 5px; 
	color: #FFF; 
	text-decoration: none; }

.index a:hover {
	background: #68F; 
	color: #FFF; 
	text-decoration: underline; }




.heirarchy { 
	display: table;
	font-size: 12px;
	width: 100%; 
	margin: 0; }

.heirarchy ul { 
	display: table; 
	padding: 0;
	margin: 0; }

.heirarchy li { 
	display: table; 
	width: 100%;
	padding: 0;
	margin: 0; }

.heirarchy a,
.heirarchy a:link,
.heirarchy a:active,
.heirarchy a:visited {
	display: block;
	background: #00C; 
	color: #FFF; 
	border-bottom: 1px solid #FFF; 
	text-decoration: none; 
	padding: 6px 0; 
	text-decoration: none; }

.heirarchy a:hover {
	background: #F00; 
	color: #FD0; 
	text-decoration: underline; }

.heirarchy .selected a,
.heirarchy .selected a:link,
.heirarchy .selected a:active,
.heirarchy .selected a:visited {
	display: list-item;
	list-style: disc inside;
	background: #900; 
	font-size: 16px; 
	text-decoration: none; }

.heirarchy .selected ul a,
.heirarchy .selected ul a:link,
.heirarchy .selected ul a:active,
.heirarchy .selected ul a:visited {
	display: list-item;
	list-style: disc inside;
	background: #C33; 
	color: #FFF; 
	font-size: 12px;
	border-bottom: 1px solid #FFF; 
	text-decoration: none;}

.heirarchy .selected ul a:hover {
	background: #F00; 
	color: #FD0; 
	text-decoration: underline; }

.heirarchy li ul { display: none; }
.heirarchy li.selected ul { display: block; }

/* =CGAsssets
------------------------------------------------------------------------------*/

.download_list { border: 1px solid #349; width: 100%; font-family:'Times New Roman',Times,Georgia,serif;}
.download_list th { background: #C96; color: white; padding: 2px 4px; font-weight: bold; font-size: 14px; }
.download_list .dl_asset td { background: white; color: #666666; border-top: 1px dotted #349; padding: 2px 4px; font-size: 12px; }
.download_list .title { font-weight: bold; }
.download_list .caption { font-style: italic; }

.playlist { 
	display: table; 
	border: 1px solid #349; 
	margin: 0 auto 30px;
	width: 95%;
	font-family:'Times New Roman',Times,Georgia,serif; }

.playlist .controller { 
	display: table; 
	background: #C96; 
	width: 100%; 
	margin: 0 auto; 
	text-align: center; 
	color: #FFF;}

.playlist table { 
	width: 100%; }

.playlist th { 
	background: #C96; 
	color: white; 
	padding: 2px 4px; 
	font-weight: bold; 
	font-size: 14px; }

.playlist .dl_asset td { 
	background: white; 
	color: #666666; 
	border-top: 1px dotted #349; 
	padding: 2px 4px; 
	font-size: 12px; }

.playlist .title { font-weight: bold; }
.playlist .caption { font-style: italic; }

/*----------------------------------------------------------------------------*/
