/*TEXTAREA { behavior: url(/ServerIncludes/maxlength.htc)}*/
body
{
	font-family: Arial, helvetica, Sans-Serif;
	background-color:White;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}

input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

/*Anchor Links on the Menu or on the Tabs.*/
.menuAnchor
{
    font-size: 8pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
}
.menuAnchor:hover
{
	color: yellow;	
}

/*Standard text Font used on the page.*/
.textFont
{       
    font-size: 8pt;    
    font-family:Arial, Helvetica, sans-serif;        
}

/*Standard text Bold Font used on the page.*/
.textFontBold
{       
    font-size: 10pt;        
    font-family: Arial, Helvetica, sans-serif;    
    color: Black;
}
.textFontBoldNew
{       
    font-size: 10pt;        
    font-family: Arial, Helvetica, sans-serif;    
    font-weight:bold;
    color: #4a8ac8;
    font-variant:small-caps;
}
.textFontBoldWhite
{       
    font-size: 10pt;        
    font-family: Arial, Helvetica, sans-serif;    
    color: White;
}
.textFontStandOut
{       
    font-size: 12pt;        
    font-family: Arial, Helvetica, sans-serif;    
    color: Black;
    font-weight: bold;
}

.textFontRight
{
    font-size: 9pt;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right
}

/*Standard text Bold Font used on the page.*/
.textFontError
{       
    font-size: 10pt;        
    font-family: Arial, Helvetica, sans-serif;    
    color: Red;
}

/*Small Standard text Font used on the page.*/
.textFontSmall
{       
    font-size: 8pt;    
    font-family: sans-serif, Arial, Helvetica;        
}

/*Small text Bold Font used on the page.*/
.textFontSmallBold
{       
    font-size: 8pt;        
    font-family: sans-serif, Arial, Helvetica;    
    font-weight: bold;	
}

/*Standard Anchor Links on the pages*/
.ref
{
	font-size: 8pt;
    color: blue;
	font-family: Arial, Helvetica, sans-serif;
}
.ref:hover
{
	color: red;	
}

/*Company Anchor Links on the forums*/
.refCompForum
{
	font-size: 8pt;
    color: #4a8ac8;
	font-family: Arial, Helvetica, sans-serif;
}
.refCompForum:hover
{
	color: red;	
}

/*Large Anchor Links on the pages*/
.refL
{
	font-size: 10pt;
    color: blue;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.refL:hover
{
	color: blue;	
}

.toptext
{
	font-weight: bold;
	font-size: 12px;
	color: #4a8ac8;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.topref
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.topref:hover
{
	color: #4a8ac8;	
}


.thisref
{
	font-weight: bold;
	font-size: 11px;
	color: #4a8ac8;
	font-family: Arial, Helvetica, sans-serif
}
.thisref:hover
{
	color: red;	
}

.TopLinks
{
	border-right: #4a8ac8 0.01cm solid;
	border-top: #4a8ac8 0.01cm solid;
	border-left: #4a8ac8 0.01cm solid;
	border-bottom: #4a8ac8 0.01cm solid;
	background-color:#C0D8F0
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
button
{
    color: #ffffff;
    background-color:#4a8ac8;
    background-image:url('../../Images/bkgrnd_mnu.png');
	width:100px;
    cursor:pointer;
    font-weight: normal;
    font-size: 9pt;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom:#a6caf0 1px outset;
    border-left:#a6caf0 1px outset;
    border-right:#a6caf0 1px outset;
    border-top:#a6caf0 1px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButton
{
    color: #ffffff;
    background-color:#4a8ac8;
    background-image:url('../../Images/bkgrnd_mnu.png');
	width:100px;
    cursor:pointer;
    font-size: 9pt;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom:#a6caf0 1px outset;
    border-left:#a6caf0 1px outset;
    border-right:#a6caf0 1px outset;
    border-top:#a6caf0 1px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButtonRed
{
    color: #ffffff;
    background-color: #CC0000;
    background-image:url('../../Images/bkgrnd_mnu_red.png');
	width:100px;
    cursor:pointer;
    font-weight:bold;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom: #CC3300 2px outset;
    border-left: #FF8080 2px outset;
    border-right: #CC3300 2px outset;
    border-top: #FF8080 2px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButtonGreen
{
    color: #ffffff;
    background-color: #00CC66;
    background-image:url('../../Images/bkgrnd_mnu_green.png');
	width:100px;
    cursor:pointer;
    font-size: 9pt;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom: #33CC66 2px outset;
    border-left: #80FF80 2px outset;
    border-right: #33CC66 2px outset;
    border-top: #80FF80 2px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButtonFW
{
	color:white;
    background-color:#4a8ac8;
    background-image:url('../../Images/bkgrnd_mnu.png');
	cursor:pointer;
	font-size:9pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
    border-bottom:#a6caf0 1px outset;
    border-left:#a6caf0 1px outset;
    border-right:#a6caf0 1px outset;
    border-top:#a6caf0 1px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButtonFWRed
{
    color: #ffffff;
    background-color: #CC0000;
    background-image:url('../../Images/bkgrnd_mnu_red.png');
    cursor:pointer;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    font-weight:bold;
    border-bottom: #CC3300 2px outset;
    border-left: #FF8080 2px outset;
    border-right: #CC3300 2px outset;
    border-top: #FF8080 2px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButtonFWGreen
{
    color: White;
    background-color: #00CC66;
	background-image:url('../../Images/bkgrnd_mnu_green.png');
    cursor:pointer;
    font-size: 9pt;
    font-weight:bold;
    padding:1px;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom: #33CC66 2px outset;
    border-left: #80FF80 2px outset;
    border-right: #33CC66 2px outset;
    border-top: #80FF80 2px outset;
}

/* Standard ASP Button used on the pages. If required needs to be overridden.*/
.aspButtonFWNew
{
    color: Black;
    background-color: Yellow;
    cursor:pointer;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom: Yellow 2px outset;
    border-left: Yellow 2px outset;
    border-right: Yellow 2px outset;
    border-top: Yellow 2px outset;
}

/* Used with grid header buttons */
.gridButtonSmall
{
    color: #ffffff;
    cursor:pointer;
    background-color:#4a8ac8;
    background-image:url('../../Images/bkgrnd_mnu.png');
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    font-weight: bold;
    border-bottom:#a6caf0 1px outset;
    border-left:#a6caf0 1px outset;
    border-right:#a6caf0 1px outset;
    border-top:#a6caf0 1px outset;
}
.gridButtonSmallG
{
    color: #ffffff;
    cursor:pointer;
    background-color:#00CC66;
    background-image:url('../../Images/bkgrnd_mnu_green.png');
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    font-weight: bold;
    border-bottom: #33CC66 1px outset;
    border-left: #80FF80 1px outset;
    border-right: #33CC66 1px outset;
    border-top: #80FF80 1px outset;
}
.gridButtonBig
{
    color: #ffffff;
    cursor:pointer;
    background-color:#4a8ac8;
    background-image:url('../../Images/bkgrnd_mnu.png');
    font-size: 9pt;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-bottom:#a6caf0 1px outset;
    border-left:#a6caf0 1px outset;
    border-right:#a6caf0 1px outset;
    border-top:#a6caf0 1px outset;
}
.gridButtonG
{
    color: White;
    background-color: #00CC66;
    background-image:url('../../Images/bkgrnd_mnu_green.png');
    cursor:pointer;
    font-size: 9pt;
    padding:1px;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    font-weight: bold;
    border-bottom: #33CC66 1px outset;
    border-left: #80FF80 1px outset;
    border-right: #33CC66 1px outset;
    border-top: #80FF80 1px outset;
}
.gridButtonNew
{
    color: #194068;
    cursor:pointer;
    background-color: #ffffff;
    font-size: 9pt;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-style:none;
    border-bottom: #4a8ac8 1px outset;
}
.gridButtonNewNoBorder
{
    color: #194068;
    cursor:pointer;
    background-color: #ffffff;
    font-size: 9pt;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-variant:small-caps;
    border-style:none;
    border: none 0px;
}
.gridButtonNewNoBorder:Hover
{
	color:#5fabf6;
}
.BreadCrumbs
{
    color: #194068;
    cursor:pointer;
    background-color: #ffffff;
    font-size: 10pt;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    border-style:none;
    border: none 0px;
}
.BreadCrumbs:Hover 
{
	color:#5fabf6;
} 
.BreadCrumbsHeader
{
    color: #194068;
    cursor:pointer;
    background-color: #ffffff;
    font-size: 8pt;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    border-style:none;
    border: none 0px;
}
/* Outside Thick Main Border for the page.*/
.pageBorder
{
	/*border-left-style:outset;
	border-left-width: 2px;	
	border-left-color: #D6D2CF;        
	border-top-style: solid;
	border-top-width: 1px;	
	border-top-color: #D6D2CF;        
	border-right-style: outset;
	border-right-width: 2px;	
	border-right-color: #0099FF;            
	border-bottom-style:outset;
	border-bottom-width: 2px;	
	border-bottom-color: #0099FF;        */
}

/* Outside Thick Main Border for the page.*/
.pageTitle
{
	color: black;
	font-weight:bold;
    /*background-color: #E1E1E1;*/
	vertical-align:middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.sep
{
	background-color: #FFFFFF;
	height: 1px;
}

.sepSmall
{
	height: 3px;
}

.sepMedium
{
	height: 8px;
}

.borderColor
{
	background-color: #4a8ac8;
}

/* Every Control residing in the page carries this border.*/
.controlBorder
{
    background-color:white;
	border-left-style:outset;
	border-left-width: 0.01cm;
	border-left-color: #4a8ac8;
	border-right-style:outset;
	border-right-width: 0.01cm;
	border-right-color: #4a8ac8;
	border-bottom-style:outset;
	border-bottom-width: 0.01cm;
	border-bottom-color: #4a8ac8;
}

/* Active Tab of the Tab Control.*/
.activeTab
{
	width: 5%;
	height:20;
	text-align:CENTER;
    font-size:9pt;
	color:#4a8ac8;
    background-color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#4a8ac8;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#4a8ac8;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#4a8ac8;
}

/* Other Tabs of the Tab Control.*/
.otherTabs
{
	width: 5%;
 	height:20;
	text-align:CENTER;
    font-size:9pt;
	color:#4a8ac8;        	
    background-color:#4a8ac8;
    font-family:Arial, Helvetica, sans-serif;
}
.emptytab
{
	border-bottom:#4a8ac8 1px solid;
}

.tabBtn
{
    color:#ffffff;
    height:20px;
    width:100%;
    background-color:#4a8ac8;
    background-image:url('../../Images/bkgrnd_mnu.png');
    font-size:9pt;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:#a6caf0 1px outset;
    border-left:#a6caf0 1px outset;
    border-right:#a6caf0 1px outset;
    border-top:#a6caf0 1px outset;
    cursor:pointer;
}


/* Table used to create border around other tables */
.borderTable
{
	background-color:#4a8ac8;
}

/*
	#tbSearchGrid {}
	#tbSearchGrid td {border-bottom:dotted 1px #4a8ac8;}
*/

/* Standard Table Headings .*/
.tbBorder 
{
	border:solid 1px #4a8ac8;
}
.th
{    
    color: Black;
    font-size: 10pt;    
    font-family: Arial, Helvetica, sans-serif;    
    background-color:#C0D8F0;
    vertical-align: bottom;
}
.thalt
{    
    font-size: 10pt;
	color:white;
    background-color: #4a8ac8;
    font-family: Arial, Helvetica, sans-serif;      
    vertical-align: bottom;
}
.th3d
{    
    color: White;
    font-size: 10pt;    
    font-family: Arial, Helvetica, sans-serif;   
    font-variant:small-caps;
    background-color:#5398DC;
    vertical-align: bottom;
    background-image:url("../../Images/bkgrnd_mnu.png") ;
    background-repeat: repeat-x;
}
.th3d2
{    
    color: White;
    font-size: 10pt;    
    font-family: Arial, Helvetica, sans-serif;   
    font-variant:small-caps;
    background-color:#5398DC;
    vertical-align: top;
    background-image:url("../../Images/bkgrnd_mnu.png") ;
    background-repeat: repeat-x;
}
.th3d a
{    
    color: White;
    font-weight:bold;
}
.th3d a:hover
{    
    color: yellow;
}
.th3d2 a
{    
    color: White;
    font-weight:bold;
}
.th3d2 a:hover
{    
    color: yellow;
}
.trRegionHeader
{
	background-color:#C0D8F0;color:#555555;font-weight:700;padding:2px 0px 2px 10px;
}
.tdBottomBorder 
{
	line-height:1px;
	border-bottom:dotted 1px #4a8ac8;
}
.td
{   
	font-size: 9pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#ffffff;
	
}
.tdnew
{   
	font-size: 9pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#dddddd;
}
.tdalt
{   
	font-size: 9pt;
	color: Black;    
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;
	background-color:#FFFFFF;	
}
.tdforum
{
	font-size: 9pt;
	color:#4D4D4D;
	font-family:Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	background-color: #F5F5FF;
	border-bottom-color:#4a8ac8;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}
.tdInvisible
{   
	font-size: 0px;
    color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color:#eeeeee;
}
.tdSmall
{   
	font-size: 9pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color:#eeeeee;
}
.tdaltSmall
{   
	font-size: 9pt;
	color: Black;    
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: top;
	background-color:#ffffff;	
}
.tdmyinv
{   
	font-size: 9pt;
	color: Black;    
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;
	background-color:#6BFF90;	
}
.tdavail
{   
	font-size: 8pt;
	color: #555;    
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;
	background-color:#feffaf;	
}


.th3d_small
{    
    color: White;
    font-size: 8pt;    
    font-family: Arial, Helvetica, sans-serif;   
    font-variant:small-caps;
    background-color:#5398DC;
    vertical-align: bottom;
    background-image:url("../../Images/bkgrnd_mnu.png") ;
    background-repeat: repeat-x;
}
.th3d_small a
{    
    color: White;
    font-weight:bold;
}
.th3d_small a:hover
{    
    color: yellow;
}
.th3d2_small a
{    
    color: White;
    font-weight:bold;
}
.th3d2_small a:hover
{    
    color: yellow;
}
.td_small
{   
	font-size: 8pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#dddddd;
}
.tdalt_small
{   
	font-size: 8pt;
	color: Black;    
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;
	background-color:#FFFFFF;	
}

/* Edit Control Style */
.editControl
{
    background-color:White;
    color:Black;
    font-weight: normal;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    border-top-width:2px; 
    border-left-width:2px; 
    border-bottom-width:1px; 
    border-right-width:1px; 
    border-bottom-color:#c0c0c0;
    border-right-color:#c0c0c0;
    border-top-color:Gray;
    border-left-color:Gray;
}
.tdStockCheck
{
	background-image:url("../../Images/shield3.gif");
	color:Black;
	font-weight:bold;
}
.tdStockCheck a
{
	text-decoration:none;
}

/* Separator within a page to separate different sections within a page.*/
.pageSep
{
    background-color:#A4CAEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-variant:small-caps;
    vertical-align:middle;
    /*border-top-color:#4a8ac8;
    border-top-style:solid;
    border-top-width:1px;*/
    padding-bottom: 2px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
}

.MenuGroup
{
  background-color:#0099FF;
  border:1px;
  border-bottom-color:#024E97;
  border-top-color:#68B4FD;
  border-left-color:#68B4FD;
  border-right-color:#024E97;
  border-style:solid;
  background-image:url("../../Images/bkgrnd_mnu.png");
}

.MenuItem
{
  background-color:#0099FF;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:9pt;
  padding-left: 2px;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  border:1px;
  border-bottom-color:#024E97;
  border-top-color:#68B4FD;
  border-left-color:#68B4FD;
  border-right-color:#024E97;
  border-style:solid;
  cursor:pointer;
  background-image:url("../../Images/bkgrnd_mnu.png");
}

.MenuItemHover
{
  background-color:#43B4FF;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:9pt;
  padding-left: 2px;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  border:1px;
  border-top-color:#68B4FD;
  border-left-color:#68B4FD;
  border-right-color:#024E97;
  border-bottom-color:#024E97;
  border-style:solid;
  cursor:pointer;
  background-image:url("../../Images/bkgrnd_mnu_mo.png");
}

.MenuItemDown
{
  background-color:#4A8AC8;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:9pt;
  border:1px;
  border-left-color:#024E97;
  border-top-color:#024E97;
  border-right-color:#68B4FD;
  border-bottom-color:#68B4FD;
  border-style:solid;
  cursor:pointer;
}                                     

.MenuItemDropDown
{
  background-color:#4A8AC8;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:10pt;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 25px;
  padding-bottom: 2px;
  border:0px;
  border-style:solid;
  cursor:pointer;
}                                     

.MenuItemDropDownHover
{
  background-color:#4A8AC8;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:10pt;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 25px;
  padding-bottom: 2px;
  border:0px;
  border-style:solid;
  cursor:pointer;
}

.MenuItemDropDownDown
{
  background-color:#4A8AC8;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:10pt;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 25px;
  padding-bottom: 2px;
  border:0px;
  border-style:solid;
  cursor:pointer;
}                                     

.MenuItemSeparator
{
  background-image:url(/images/menuSep.gif);
  width:100%;
  height:2px;
}

.MenuItemPerm
{
  background-color:#0099FF;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-variant:small-caps;
  font-size:9pt;
  border:2px;
  border-bottom-color:#024E97;
  border-top-color:#68B4FD;
  border-left-color:#68B4FD;
  border-right-color:#024E97;
  border-style:solid;
  height:20px;
  padding-top:2px;
  padding: 2px 5px 2px 5px;
}

/*topLinksNew*/
/* New Dropdown menu*/
	.topLinksNew {
		margin: 0;
		padding: 0;
		z-index: 30;
	}
	.topLinksNew td  {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		font: bold 11px arial;
		font-variant:small-caps;
		border: 0px;
		border-left-width: 1px;
		border-left-color: #49A3FF;
		border-left-style:solid;
	}
	.topLinksNew td a {	
		display: block;
		/*width: 60px;*/
		color: #FFF;
		text-align: center;
		text-decoration: none;
		background-image:url("../../Images/bkgrnd_mnu.png");
	}
	.topLinksNew td a:hover {	
		background: #49A3FF;
		background-image:url("../../Images/bkgrnd_mnu_mo.png");
	}
	.topLinksNew div {	
		position:absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		background: #0099FF;
		border: 1px solid #5970B2;
	}
	.topLinksNew div a {	
		position: relative;
		display: block;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #4A8AC8;
		color: white;
		font: 11px arial;
	}
	.topLinksNew div a:hover {	
		background: #49A3FF;
		color: #FFF;
	}

/* New Dropdown menu*/
	.newMenu {
		margin: 0;
		padding: 0;
		z-index: 30;
		background-image:url("../../Images/bkgrnd_mnu.png");
		font-variant:small-caps;
		white-space:nowrap;
		min-width:1024px;
	}
	.newMenu td  {
		margin: 0;
		padding: 1px;
		list-style: none;
		font: bold 11px arial;
		font-variant:small-caps;
		white-space:nowrap;
		border-right:solid 1px #4088CF;
		text-align:center;
	}
	.newMenu td a {	
		display: block;
		margin: 0 0 0 0;
		padding: 0px 6px 0px 6px;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		white-space:nowrap;
	}
	.newMenu td a:hover {	
		background: #49A3FF;
		background-image:url("../../Images/bkgrnd_mnu_mo.png");
		white-space:nowrap;
	}
	.newMenu div {	
		position:absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		background: #0099FF;
		border: 1px solid #5970B2;
		white-space:nowrap;
	}
	.newMenu div a {	
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #4A8AC8;
		color: white;
		font: 11px arial;
		font-variant:small-caps;
	}
	.newMenu div a:hover {	
		background: #49A3FF;
		color: #FFF;
	}
	
	.ICSReflect {
		border: 0px;
	}
	
	
	/*******************************************************************************************************/
	
.tdeffewe
{   
	font-size: 9pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#ffffff;
	display:none;
}
.tdadditional
{   
	font-size: 9pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#a3a3a3;
	display:none;
}
.tdstandard
{   
	font-size: 10pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#b4b4b4;
	display:none;
}
.tdminimal
{   
	font-size: 8pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#FF00E2;
	display:none;
}
.tdmax
{   
	font-size: 11pt;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#FA09E2;
	display:none;
}

.theirmessage {text-align:left;font-family:Arial;color:blue;font-weight:700;padding:5px 5px 5px 5px; border-style:solid; border-color:Navy; border-width:1px; background-color:Aqua; margin:0px 20px 0px 0px;}
.mymessage {text-align:right;font-family:Arial;color:black;font-weight:normal;padding:5px 5px 5px 5px;border-style:solid; border-color:Green; border-width:1px; background-color:Lime;margin:0px 0px 0px 20px;}


	.blueupperleft{background:url(../../Images/upperleft.png) repeat-x;width:18px;height:18px;}
	.blueupperspan{background:url(../../Images/upperspan.png) repeat;width:18px;height:18px;}
	.blueupperright{background:url(../../Images/upperright.png) repeat-x;width:18px;height:18px;}
	.blueleftspan{background:url(../../Images/leftspan.png) repeat;width:18px;height:18px;}
	.bluemiddle{background:url(../../Images/middle.png) repeat;color:#ffffff;text-align:right;}
	.bluerightspan{background:url(../../Images/rightspan.png) repeat;width:18px;height:18px;}
	.bluelowerleft{background:url(../../Images/lowerleft.png) repeat-x;width:18px;height:18px;}
	.bluelowerspan{background:url(../../Images/lowerspan.png) repeat;width:18px;height:18px;}
	.bluelowerright{background:url(../../Images/lowerright.png) repeat-x;width:18px;height:18px;}

	.grayupperleft{background:url(../../Images/grayupperleft.png) repeat-x;width:18px;height:18px;}
	.grayupperspan{background:url(../../Images/grayupperspan.png) repeat;width:18px;height:18px;}
	.grayupperright{background:url(../../Images/grayupperright.png) repeat-x;width:18px;height:18px;}
	.grayleftspan{background:url(../../Images/grayleftspan.png) repeat;width:18px;height:18px;}
	.graymiddle{background:url(../../Images/graymiddle.png) repeat;color:#ffffff;}
	.grayrightspan{background:url(../../Images/grayrightspan.png) repeat;width:18px;height:18px;}
	.graylowerleft{background:url(../../Images/graylowerleft.png) repeat-x;width:18px;height:18px;}
	.graylowerspan{background:url(../../Images/graylowerspan.png) repeat;width:18px;height:18px;}
	.graylowerright{background:url(../../Images/graylowerright.png) repeat-x;width:18px;height:18px;}


/* LEFT NAV */
	.LeftNav 
	{
		padding:2px 2px 2px 5px;
		white-space:nowrap;
		background-color:#ffffff;
		font-variant:small-caps;
	}
	
	.LeftNav a 
	{
		color:#4a8ac8;
		text-decoration:none;
		cursor:pointer;
	}
	.LeftNav a:hover 
	{
		text-decoration:none;
		color:#000000;
		background-color:#C2C7EF;	
	}
	
	.LeftNavHighlight 
	{
		padding:2px 2px 2px 5px;
		white-space:nowrap;
		background-color:#4a8ac8;	
		font-variant:small-caps;			
	}
	
	.LeftNavHighlight a 
	{
		color:#ffffff;
		text-decoration:none;
		cursor:pointer;		
	}
	.LeftNavHighlight a:hover 
	{
		text-decoration:none;
		color:#ffffff;
	}

/* Footer Styles */
	.divFooter
	{		
		text-align:center;
		Font-Family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
		Font-Size:10px;
		color:#666666;		
	}
	.FooterLinks 
	{
		color:#0085D7;
		Font-Family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
		Font-Size:10px;
	}
	
	html, body, #wrapper 
	{
		min-height: 100%; /*Sets the min height to theheight of the viewport.*/
		width: 100%;
		height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content.
								This mis-behavior screws up modern browsers*/
	}
	html,body, html,body #wrapper 
	{
		height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
	}
	body 
	{
		margin: 0;
		font-family: Arial, helvetica, sans-serif;
	}
	#wrapper {
		position: absolute;
		top: 0;
		left: 0;
	}
	#footer 
	{
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	#main 
	{
		height: auto;
		margin-bottom:50px;
	}


#inside-page {
	padding-right: 25px;	
    Font-Family:Lucida Grande,Lucida Sans Unicode,Arial,Verdana,sans-serif;
    Font-Size:12px;
	color:#444444;
}
#inside-page p
{
	margin:0px;
	padding:0px;
}
#inside-page h1, h2, h3, h4, h5
{
	color:#444444;
	Font-Family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    padding:0px;
    margin:0px;
}
#inside-page ul {
	color: #444444;
}
#inside-page li {
	color: #444444;
	line-height: 18px;
}
#inside-page table {
	color: #444444;
	line-height: 18px;
}
.divLegalHomeTeaser
{
	margin:0px;
	padding:3px;
	border:solid 1px #ddd;
}