

.hp-news 							{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333;}
.hp-news A 							{	font-weight: normal; text-decoration: none; color:#3362a1;}
.hp-news A:hover 					{	text-decoration: underline;}
.hp-news A:visited 					{	text-decoration: none;}
.hp-news A:visited:hover			{	text-decoration: underline;}
.hp-testimonial 					{	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; }
.hp-testimonial A 					{	font-weight: normal; text-decoration: none; color:#3362a1;}
.hp-testimonial A:hover 			{	text-decoration: underline;}
.hp-testimonial A:visited 			{	text-decoration: none;}
.hp-testimonial A:visited:hover		{	text-decoration: underline;}
.hp-ontoday 						{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333;}
.hp-ontoday A 						{	font-weight: normal; text-decoration: none; color:#3362a1;}
.hp-ontoday A:hover 				{	text-decoration: underline;}
.hp-ontoday A:visited 				{	text-decoration: none;}
.hp-ontoday A:visited:hover			{	text-decoration: underline;}
.hp-ontodayhead 					{	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #333333;}
.hp-dd 								{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333;}
.hp-dd A 							{	font-weight: normal; text-decoration: none; color:#3362a1;}
.hp-dd A:hover 						{	text-decoration: underline;}
.hp-dd A:visited 					{	text-decoration: none;}
.hp-dd A:visited:hover				{	text-decoration: underline;}
.bodycopy 							{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333;}
.bodycopy A 						{	font-weight: normal; text-decoration: none; color:#222222;}
.bodycopy A:hover 					{	text-decoration: underline;}
.bodycopy A:visited 				{	text-decoration: none;}
.bodycopy A:visited:hover			{	text-decoration: underline;}
.bodycopy legend					{	color:#555555; font-weight: bold;}
.Pagetitle 							{	font-family: Times, serif; font-size: 17px; font-weight: bold; color: #507097;}
.Navtitle 							{	font-family: Times, serif; font-size: 15px; font-weight: normal; color: #9496a1;}

.copyright 							{	font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #333333;}

.nav1	 					{ 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #285898; background-color:#ebe7de; text-indent:5px; border-top: 2px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #cbc7bd;  }
.nav1 A 					{	font-weight: normal; text-decoration: none; color:#285898;}
.nav1 A:hover 				{	text-decoration: underline;}
.nav1 A:visited 			{	text-decoration: none;}
.nav1 A:visited:hover		{	text-decoration: underline;}

.nav2	 					{ 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #285898; background-color:#ebe7de; text-indent:15px;border-top: 2px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #cbc7bd;  }
.nav2 A 					{	font-weight: normal; text-decoration: none; color:#285898;}
.nav2 A:hover 				{	text-decoration: underline;}
.nav2 A:visited 			{	text-decoration: none;}
.nav2 A:visited:hover		{	text-decoration: underline;}


.nav3	 					{ 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #285898; background-color:#ebe7de; text-indent:20px;border-top: 2px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #cbc7bd;  }
.nav3 A 					{	font-weight: normal; text-decoration: none; color:#285898;}
.nav3 A:hover 				{	text-decoration: underline;}
.nav3 A:visited 			{	text-decoration: none;}
.nav3 A:visited:hover		{	text-decoration: underline;}

.nav4	 					{ 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #285898; background-color:#ebe7de; text-indent:25px;border-top: 2px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #cbc7bd;  }
.nav4 A 					{	font-weight: normal; text-decoration: none; color:#285898;}
.nav4 A:hover 				{	text-decoration: underline;}
.nav4 A:visited 			{	text-decoration: none;}
.nav4 A:visited:hover		{	text-decoration: underline;}

/* Shopping Cart Styles */
.cart							{ font-family: Verdana, arial; font-size: 9px;}

.cartitem						{ background-color:#F4F4F4; height:18px; }
.cartitem INPUT					{ font-family: Verdana, arial; font-size: 9px; }

.cartbold						{ font-weight:bold;}
.cartseperator					{ background-color:White; height:3px; }

/* End Shopping Cart Styles */


/* Error Message Style */
.ErrorStyle
{
	font-family: Trebuchet MS, Verdana, arial; 
	font-size: 11px;	
	font-weight:bold;
	background-color:#FFCCCC;
	color: Red;
}


/* Message Box Control Styles */
.MessageBaseStyle /* Related to the Table */
{
}
.MessageBaseStyle TD /* Related to individual Cells */
{
	font-family: Trebuchet MS, Verdana, arial; 
	font-size: 11px;
}

.MessageErrorStyle
{
	font-family: Trebuchet MS, Verdana, arial; 
	font-size: 11px;	
	font-weight:bold;
	border: solid 2px red;
	background-color:#FFCCCC;
	color: Red;
}

.MessageNormalStyle
{
	font-family: Trebuchet MS, Verdana, arial; 
	font-size: 11px;
	font-weight:bold;
	border: solid 2px Green;
	background-color:#CCFFCC;
	color: Green;
}

.MessageWarningStyle
{
	font-family: Trebuchet MS, Verdana, arial; 
	font-size: 11px;
	font-weight:bold;
	border: solid 2px #DE6500;
	background-color:#FFFFCC;
	color: #DE6500;
}
/* END Message Box Control Styles */





/* TAB Control Styles */
.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(/INSP.EW.Web/images/tabs/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(/INSP.EW.Web/images/tabs/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(/INSP.EW.Web/images/tabs/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:250px;
  position:relative;
  top:-3px;
  left:1px;
  z-index:98;
}
/* END Tab Control Styles */

/* breadcrumb styles */
.BreadcrumbsNode
{
  font-family: verdana; 
  font-size: 11px;
} 

.BreadcrumbsNode a
{ 
  color: black;
  text-decoration:none;
} 

.BreadcrumbsNode a:hover
{ 
  color: red;
  text-decoration:underline;
} 
/* /breadcrumb styles */
.headerTitle
{
	color: #0035AD;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.loginpanel
{
	text-align: center;
	display: block;
	width: 140px;
	overflow: hidden;
}

/* News and Updates styles */
.articleTitle
{
	color: Black;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Video control styles */
.videoLarge
{
	color: Gray;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.videoMedium
{
	color: Gray;
	font-weight:normal;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.videoSmall
{
	color: Gray;
	font-weight:normal;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* List and Detail page styles */
.TextLarge
{
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.TextMedium
{
	color: #333333;
	font-weight:normal;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.TextSmall
{
	color: #333333;
	font-weight:normal;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.TextSmallBold
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.TextSmallItalic
{
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.TextSmallBoldRed
{
	color: Red;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* used by dialogs showing datagrid lists */

.headergridPaddedItemStyle
{
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-bottom:5px;
	color: Black;
	font-size: 12px;

}

.topandbottombars 
{
border-top: medium solid #dddddd;	 
border-bottom: medium solid #dddddd;
} 

.gridPaddedItemStyle
{
	padding-top:5px;
	font-weight: normal;
	height: 19px;
	border-bottom: 1px solid #cccccc;
}
.gridPaddedAlternatingItemStyle
{
	padding-top:4px;
	height: 19px;
	background-color: #fbfbfb;
}

/* used by  required fields */
.hint {	color: Red;}

.GiftTitle 	{	font-family: Verdana, Arial, Sans-Serif; font-size: 12px; font-weight: bold; color: #507097;}
.PromoTitle 	{	font-family: Times, serif; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #507097;}

.quickLinkImage
{
	float: left;
}
#donatebutton {
padding-left:18px;
padding-top:3px;
float:left;
}
.textfield {
border: 1px solid #69727b;
margin-top:3px;
}