/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  font-weight: normal;
  font-size: 10px;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Verdana;
  letter-spacing: normal;
}

A:link	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:active
{
  color: #dc143c;
  text-decoration: none;
}	
		
A:hover	{	
	text-decoration:	none;
	color:	#cc0000;
	}

A.tblNav:link	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A.tblNav:visited	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A.tblNav:active
{
  color: #ff0000;
  text-decoration: none;
}	
		
A.tblNav:hover	{	
	text-decoration:	none;
	color:	#cc0000;
	}
	

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;
	}	

.header {
	font: 20px Helvetica, Arial, sans-serif;
	color: #762729;
}
.normal {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.border_line
{
  background-color: #004b1c;
}
.tab_bkg
{
  background-color: #EDEDED;
}
.table_row_normal
{
  background-color: #ededed;
}
.table_row_alt
{
  background-color: #00aaad;
}
.table_row_head
{
  color: white;
  background-color: #00aaad;
}
.button1
{
  border-right: #004b1c 1px solid;
  border-top: #004b1c 1px solid;
  font-weight: bold;
  font-size: 10px;
  border-left: #004b1c 1px solid;
  color: white;
  border-bottom: #004b1c 1px solid;
  font-family: Verdana;
  height: 18px;
  background-color: #00984a;
}
.button2
{
  border-right: #00aaad 1px solid;
  border-top: #00aaad 1px solid;
  font-weight: bold;
  font-size: 10px;
  border-left: #00aaad 1px solid;
  width: 75px;
  color: #004b1c;
  border-bottom: #00aaad 1px solid;
  font-family: Verdana;
  height: 18px;
  background-color: #a6ce39;
}
.button3
{
  border-right: #00aaad 1px solid;
  border-top: #00aaad 1px solid;
  font-weight: bold;
  font-size: 10px;
  border-left: #00aaad 1px solid;
  color: #004b1c;
  border-bottom: #00aaad 1px solid;
  font-family: Verdana;
  height: 18px;
  background-color: #a6ce39;
}

.button4
{
  border-right: #00aaad 1px solid;
  border-top: #00aaad 1px solid;
  font-weight: bold;
  font-size: 10px;
  border-left: #00aaad 1px solid;
  color: #004b1c;
  border-bottom: #00aaad 1px solid;
  font-family: Verdana;
  height: 18px;
  background-color: #ccff33;
}

A.tblLink
{
	text-decoration:	underline;
	color:	#ffffff;
}
A.tblLink:active
{
	text-decoration:	underline;
	color:	#ffffff;
}
A.tblLink:hover
{
	text-decoration:	none;
	color:	#762729;
  background-color: #ffffff;
}
A.tblLink:link
{
	text-decoration:	underline;
	color:	#ffffff;
}
A.tblLink:visited
{
	text-decoration:	underline;
	color:	#ffffff;
}
.tab_bkgImg
{
  background-image: url(images/ig_tab_light1_mm.gif);
  background-repeat: repeat-x;
}
TD
{
  font-weight: normal;
  font-size: 10px;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Verdana;
  letter-spacing: normal;
}
.overview_txt
{
  font-size: 11px;
  color: black;
  font-family: Verdana;
}
.bannerTitle
{
  font-weight: bold;
  font-size: 16px;
  color: #004b1c;
  font-family: Verdana;
}
.bannerText
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.errMsg
{
  font-weight: normal;
  font-size: 9px;
  color: red;
  font-family: Verdana;
}
.mylistbx
{
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  font-weight: normal;
  font-size: 11px;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  font-family: Verdana;
  height: 18px;
}
.txtBox
{
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  font-weight: normal;
  font-size: 11px;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  font-family: Verdana;
  height: 18px;
}
.lblTxt
{
  font-weight: bold;
  font-size: 10px;
  color: black;
  font-family: Verdana;
}
.boxDiv
{
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  background-color: whitesmoke;
}
.HelpBoxDiv
{
  border-right: #00aaac 1px solid;
  border-top: #00aaac 1px solid;
  border-left: #00aaac 1px solid;
  border-bottom: #00aaac 1px solid;
  background-color: whitesmoke;
}
.insideBoxDiv
{
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  background-color: #efefef;
}
.insideBoxDiv2
{
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  background-color: #e0e0e0;
}
.pgHead
{
  font-weight: bold;
  font-size: 14px;
  color: black;
  font-family: Verdana;
}
.introText
{
  font-size: 8pt;
  color: black;
  font-family: Verdana;
}
.cmpHead
{
  font-weight: bold;
  font-size: 10px;
  color: #00984A;
  font-family: Verdana;
}

.mmpulse_default
{
    font-family: 'Times New Roman';
    font-size: 12px;
}


