/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A.header:link	{	
	text-decoration:	none;
	color:	#FDE5B0;
	}	
		
A.header:visited	{	
	text-decoration:	none;
	color:	#FDE5B0;
	}	
		
A.header:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.header:hover	{	
	text-decoration:	underline;
	color:	#FDE5B0;
	}

A.headerwide:link	{	
	text-decoration:	none;
	color:	#FDE5B0;
	margin-left: 15px;
	margin-right: 15px;
	}	
		
A.headerwide:visited	{	
	text-decoration:	none;
	color:	#FDE5B0;
	margin-left: 15px;
	margin-right: 15px;
	}	
		
A.headerwide:active	{	
	text-decoration:	none;
	color:	#333399;
	margin-left: 15px;
	margin-right: 15px;
	}	
		
A.headerwide:hover	{	
	text-decoration:	underline;
	color:	#FDE5B0;
	margin-left: 15px;
	margin-right: 15px;
	}
	
A:link	{	
	text-decoration:	none;
	color:	#264016;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#264016;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#264016;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#264016;
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

	
/* 

Commented out these list styles because they didn't work properly.
The "UL LI LI" style was overriding the "OL LI" style.

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

*/


IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.headerlinks 
{
	color:	#FDE5B0;
}

.news 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
	font-style: italic;
}

.newslist
{
	margin-bottom: 0px;
	margin: 0px;
}

.newscontent
{
	color: #333333;
	list-style-image: url(images/CMIlogobullet.png);
	list-style-type: square;
	padding-left: 0px;
	margin-left: 0px;
}


.ShowHideLayer_defdiv {
	position: absolute;
	width:300px;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style:solid;
	border-color: #AE4201;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	overflow:auto;
}
.ShowHideLayer_headertext {
	background-color: #CC6914;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #FDE5B0;
}
.ShowHideLayer_table {
	width: 100%;
}
.ShowHideLayer_headerrow {
	background-color: #CC6914;
}
.ShowHideLayer_term {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}
.ShowHideLayer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin: 3px;
}

.CMIListItem
{
	margin-left: 7px;
	padding-left: 0px;
	list-style-image: url(images/CMIlogobullet.png);
	list-style-type: square;
}

.bulletinTable, .bulletinTable TD
{
	vertical-align: top;
}

A.cmilogin
{
	color: White;
	text-decoration: none;
}

A.cmilogin:link
{
	color: White;
	text-decoration: none;
}

A.cmilogin:visited
{
	color: White;
	text-decoration: none;
}

A.cmilogin:hover
{
	color: #9c9c9c;
}

