/* ====================================
   = CIS Web site CSS - 2007          =
   ==================================== */

*       { margin:0; padding:0; border: none; }
body 
{	background:#ffffff url(/2007/bigswish.jpg) 20px 70px no-repeat;
	color:#00376f;
	font: 0.8em sans-serif;
}
a	{ text-decoration: none; }
a:hover	{ text-decoration: underline; }
.alert	{ background-color: #C11713; color: #ffffff; padding: 5px 10px 5px 10px; font-size: 1.2em; line-height: 1.7em;}
.bad	{ background-color: #C11713; color: #ffffff; font-weight: bold; padding: 0 5px 0 5px; }
.good	{ background-color: #00cc00; color: #ffffff; font-weight: bold; padding: 0 5px 0 5px; }
/* ==============================================================
	Header
   ============================================================== */

h1 
{
	float: left;
	font-size:1em;
	position:relative;
	width:152px;
	height: 57px;
	overflow: hidden;
}
h1 img 
{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:152px;
	height:57px;
	min-height:57px;
	background:#DBDBE5 url(/2007/cis.png) no-repeat;
}
#struct00
{
	position: relative;
	width: 94%;
        margin: 10px auto 0 auto;
	padding: 10px 10px 0 10px;
	background-color: #DBDBE5;
	border-bottom: 1px solid #5353F0;
}
#tickers
{
	margin: 0 0 5px 0;
	position: relative;
	float: right;
	width: 119px;
	height: 4em;
	font-size:0.75em;
	text-align: right;
}
#tih
{
	font-size: 0.8em;
	height: auto;
	position: relative;
	padding: 0 10px 0 10px;
	top: 0px;
	overflow: hidden;
	min-height: 2em;
}
#navMain
{
	clear: right;
        margin: 0 0 0 160px;
	background: #5353F0 url(/2007/navMainbg.png) center repeat-x;
	position: relative;
        bottom: 0;
	padding: 5px;
}
#navMain UL
{
	list-style: none;
}
#navMain UL LI
{
	line-height: 1.5em;
	display: inline;
}
#navMain UL LI a
{
	white-space: nowrap; 
	color: #ffffff;
	font-weight: bold;
	padding: 0 13px 0 9px;
}
#navMain UL LI a.Spcr
{
	background: transparent url(/2007/navMainSpcr.png) center right no-repeat;
}

/* ==============================================================
	Footer
   ============================================================== */

#struct20
{
	width: 94%;
        margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #D7D7E3;
	border-top: 1px solid #5353F0;
}



.num    { text-align: right; font-family: monospace;  white-space: nowrap; font-size: 1.1em;}
.totals TD { border: none; border-bottom: 1px solid #000000; border-top: 1px solid #000000; font-weight:bold; }
