@import "_icxAssets.css";

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

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

li, ul, ol, dl, 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: #55E; font-style: normal; font-weight: normal; }
h2 { font-size: 21px; color: #219; font-style: italic; font-weight: normal; }
h3 { font-size: 18px; color: #55E; font-style: italic; font-weight: normal; }
h4 { font-size: 16px; color: #060; font-style: italic; font-weight: normal; }
h5 { font-size: 12px; color: #660; 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:visited { color: #55E; }
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 40px 30px;  
	text-align: left; }

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

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

.copyright {
	font-size: 10px;
	display: block;
	clear: both; }

.cc {
	width: 100%;
	display: block;
	border-top: 2px solid #55E;
	border-bottom: 2px solid #55E;
	margin-bottom: 10px;
	padding: 10px 0;
	clear: both; }

#verse * {
	margin:0 20px;  
	color: #78F;
	font-size: 11px;
	font-style: italic; }

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


/* =STRUCTURE
------------------------------------------------------------------------------*/
#masthead { 
	width: 98%; 
	margin: 5px auto 0; }

#mast_L { 
	background: url(/images/mast.gif) top right no-repeat #55E; 
	text-align: left; }

#mast_C { 
	border:1px solid #DDF; 
	background: #00C;
	text-align: center; }

#mast_R { 
	border:1px solid #DDF; 
	text-align: center; 
	vertical-align: middle; }

#content { 
	width: 98%; 
	margin:0 auto 5px; }

#column_L { 
	background: #55E; 
	width:150px; 
	vertical-align:top; 
	text-align: left; }

#column_C { 
	background: #FFF; 
	vertical-align:top; 
	text-align: center; 
	padding-top: 25px; }

#column_R { 
	background: #FFF; 
	width:120px; 
	vertical-align:top; 
	text-align: center; }

#placard {
	margin: 0 auto 20px; }

/* =COLUMNS
------------------------------------------------------------------------------*/
.twocolumns {
	display: table;
	width: 100%; }

.twocolumns .one {
	display: inline-table;
	float: left;
	width: 47%; }

.twocolumns .two {
	display: inline-table;
	float: right;
	width: 47%; }

.threecolumns {
	display: table;
	width: 100%; }

.threecolumns .one {
	display: inline-table;
	float: left;
	width: 30%; }

.threecolumns .two {
	display: inline-table;
	float: left;
	width: 30%; }

.threecolumns .three {
	display: inline-table;
	float: left;
	width: 30%; }

.fourcolumns {
	display: table;
	width: 100%; }

.fourcolumns .one {
	display: inline-table;
	float: left;
	width: 24%;; }

.fourcolumns .two {
	display: inline-table;
	float: left;
	width: 24%; }

.fourcolumns .three {
	display: inline-table;
	float: left;
	width: 24%; }

.fourcolumns .four {
	display: inline-table;
	float: left;
	width: 24%; }

/* =NAVIGATION
------------------------------------------------------------------------------*/
#heading {
	background: #900; 
	color: #FFF;
	font-size: 16px; 
	margin: 0 0 1px; 
	padding: 5px 0 8px; }


.directory { 
	display: inline;
	font-size: 13px;
	line-height: 2.2em; 
	float: right; }

.directory a,
.directory a:link,
.directory a:visited {
	display: block;
	float: left; 
	background: #66F; 
	color: #FFF; 
	padding: 0 1.0em; 
	height: 2.2em; 
	border-left: 1px solid #FFF; }

.directory a.selected {
	font-weight: bold;
	background: #900; }

.directory a:hover {
	background: #F00; 
	color: #FD0; }


.index {
	font-size: 11px;
	line-height: 1.2em; 
	margin: 0 0 30px; }

.index a,
.index a:link,
.index a:visited {
	display: block;
	padding: 3px 0 5px; 
	background: #66F; 
	color: #FFF; 
	border-bottom: 1px solid #FFF; }

.index a:hover {
	background: #F00; 
	color: #FD0; }




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

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

.heirarchy li { 
	display: table; 
	font-weight: bold; 
	font-size: 13px;
	width: 100%;
	padding: 0;
	margin: 0; }

.heirarchy a,
.heirarchy a:link,
.heirarchy a:visited {
	display: block;
	color: #FFF; 
	text-decoration: none; 
	padding: 6px 9px; }

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

.heirarchy .selected a,
.heirarchy .selected a:link,
.heirarchy .selected a:visited {
	display: list-item;
	list-style: none;
	background: #ABF; 
	font-size: 16px; }

.heirarchy .selected ul a,
.heirarchy .selected ul a:link,
.heirarchy .selected ul a:visited {
	display: list-item;
	list-style: none;
	background: #78F; 
	color: #FFF; 
	font-size: 11px;
	text-decoration: none;
	padding: 6px 16px;}

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

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

