/* 
================================
Skin styles for DotNetNuke
================================
*/   

.SkinObject
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #0b3f78;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #0b3f78;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: white;
	background-color: #c93126;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #0b3f78;
}

A.SkinObject:selected
{
	text-decoration: none;
	color: white;
	background-color: #c93126;
}

.pagemaster {
	width: 100%;
	text-align: center;
	height: 80%;	
	background-color: #fefefe;
}
.skinmaster {
	width: 800px;
	height: 100%;
	text-align: center;
	background-color: White;
	color: #0b3f78;
	border-right: White 0px solid; 
	border-top: White 0px solid; 
	border-left: White 0px solid; 
	border-bottom: White 0px solid; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px; 
}
.skinheader {
}
.skingradient {
	background-color: White;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.leftpane {
	background-color: #e9e9e9;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	width: 184px;
}
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	border: solid 0px black;
}
.rightpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 8px;
	width: 160px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 0px; 
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: white;
	vertical-align: middle;
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Myriad, Arial, Helvetica, Tahoma; 
    white-space: normal;  /*Word wrapping menu item now optional*/
    padding: 0px 3px 0px 3px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #0b3f78; 
	vertical-align: middle;     
	text-align: center; 
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Myriad, Arial, Helvetica, Tahoma; 
    white-space: normal;  /*Word wrapping menu item now optional*/
    padding: 5px 12px 5px 5px;   /*explicitly set padding for root menu items*/
    height: 40px;
}

.main_dnnmenu_itemhover {  
	background-color: #c93126; 
	color: White;
}

.main_dnnmenu_itemhover td {  
	background-color: #c93126; 
	color: White;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #0b3f78; 
	color: White; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='white', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 2px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	color: #5CA038;
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #5CA038;
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: White;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-color: #642901;
}
.Head {
   font-family: Verdana, Myriad, Arial, Tahoma, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #FFFFFF;
   background-color: #642901;
}

.HomeTitle
{
	font-family: Verdana, Myriad, Arial;
	font-size: 14pt;	
	color: #0b3f78;
}

.ArticleTitle
{
	font-family: Verdana, Myriad, Arial;
	font-size: 14pt;	
	color: #0b3f78;
}

.ArticleContent
{
	font-family: Verdana, Myriad, Arial;
	font-size: 8pt;	
}


/* Article Link */
.ArticleLink
{
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

A.ArticleLink:link
{
	color: #0b3f78;
	text-decoration: underline;
}

A.ArticleLink:visited
{
	color: #0b3f78;
	text-decoration: underline;
}

A.ArticleLink:hover
{
	color: white;
	background-color: #c93126;
	text-decoration: underline;
}

A.ArticleLink:active
{
	color: #0b3f78;
	text-decoration: underline;
}

.ArticleSubHeading
{
	font-family: Verdana, Myriad, Arial;
	font-size: 9pt;	
	font-weight:bold;
}

.ArticleBulletList
{
	list-style-type:disc;
}

.ArticleRow tr
{
	white-space:nowrap;
	font-family: Verdana, Myriad, Arial;
	font-size: 9pt;	
}


.ArticleNoneList
{
	list-style-type:none;	
}

.DisclaimerText
{
	font-family: Verdana, Myriad, Arial;
	font-size: 7pt;	
}

.TopMenu
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	width: 88px;
	white-space: normal;
}

.TopSubMenu
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}

.SideBar
{
	background-image:url("images/SideBar.jpg");
	width: 50px;
}

.ContentSeparator
{
	width: 100%;
	color: #e9e9e9;
	height: 1px;
}

.adpane 
{
	border-bottom: solid 2px #e9e9e9;
}


.TopLogoImage
{
	background-image: url(images/iHealthCastLogoImages/Top_NewFlash.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 52px;
}

.MiddleLogoImage
{
	background-image: url(images/iHealthCastLogoImages/Top_NewFlash.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 38px;
}

.BottomLogoImage
{
	background-image: url(images/iHealthCastLogoImages/Bottom_NewFlash.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 153px;
}

.BGLogoImage
{
	background-image: url(images/iHealthCastLogoImages/NewFlash.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 243px;
	opacity:100;
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
	border: 0;		
}

.PaneTitle
{
	font-family: Verdana, Myriad, Arial, Trebuchet MS, ;
	font-size: 12pt;
	font-weight: normal;
	color: White;
}

.OnlinePrice
{
	font-family: Verdana, Myriad, Arial, Trebuchet MS, ;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

.HideMe
{
 display: none;
 visibility: hidden;
}

.ProductDetail_FreeShipping
{
	font-family: Verdana, Myriad, Arial, Trebuchet MS, ;
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}

.ProductDetail_FreeShippingSubText
{
	font-family: Verdana, Myriad, Arial, Trebuchet MS, ;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
}

.BannerAdLink
{
 text-decoration:none;
 border-width: 0;
 border-style: hidden;
 border-color: Black; 
}

.VideoAudioTitle
{
 font-family: Verdana, Myriad, Arial, Trebuchet MS,;
 font-size: 14pt;
 font-weight: normal;
 color: #ff0000;
 width:468px;
}

A.VideoAudioLink:link, visited
{
	font-family: Verdana, Myriad, Arial;
	font-size: 10pt;	
	font-weight: bold;
	color: Blue;
	text-decoration: underline;
}

A.VideoAudioLink:visited
{
    font-family: Verdana, Myriad, Arial;
    font-size: 10pt;
    font-weight: bold;
    color: Blue;
    text-decoration: underline;
}

A.VideoAudioLink:active
{
	font-family: Verdana, Myriad, Arial;
	font-size: 10pt;	
	font-weight: bold;
	color: Blue;
	text-decoration: underline;
}

A.VideoAudioLink:hover
{
	text-decoration: none;
	color: white;
	background-color: #c93126;
}

.HealthStrategiesTitle
{
	font-family: Verdana, Myriad, Arial;
	font-size: 14pt;	
	color: #0b3f78;
}


.HealthStrategiesContent
{
	font-family: Verdana, Myriad, Arial;
	font-size: 8pt;	
}

.HealthStrategiesLink
{
	font-family: Verdana, Myriad, Arial;
	font-size: 8pt;	
	color: #0b3f78;
}

.HealthStrategiesLink A
{
	font-family: Verdana, Myriad, Arial;
	font-size: 8pt;	
	color: #0b3f78;
	text-decoration: underline;
}

.HealthStrategiesSubHeading
{
	font-family: Verdana, Myriad, Arial;
	font-size: 10pt;	
	font-weight: bold;
	color: #0b3f78;
}

.HealthStrategiesDisclaimer
{
 font-family: Verdana, Myriad, Arial;
 font-size: 8pt;
 color: #a9a9a9;
}


/* Bold Link */
.HomeLinkBold
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

A.HomeLinkBold:link
{
	color: #0b3f78;
	text-decoration: underline;
}

A.HomeLinkBold:visited
{
	color: #0b3f78;
	text-decoration: underline;
}

A.HomeLinkBold:hover
{
	color: white;
	background-color: #c93126;
	text-decoration: underline;
}

A.HomeLinkBold:active
{
	color: #0b3f78;
	text-decoration: underline;
}

/* Physician Support */
.PhysicianSupportTitle
{
	font-family: Verdana, Myriad, Arial;
	font-size: 14pt;	
	color: #c93126;
}
.PhysicianSupportSubTitleBlack
{
	font-family: Verdana, Myriad, Arial;
	font-size: 8.5pt;	
	color: black;
	font-weight:bold;
}
.PhysicianSupportSubTitleRed
{
	font-family: Verdana, Myriad, Arial;
	font-size: 8.5pt;	
	color: #c93126;
	font-weight:bold;
}

.NoBullets
{
 list-style-type: none;
}
.StarBullet
{
 list-style-type: katakana;
 list-style-position: outside;
}


.TopSpace
{
 height: 20px;
}

.CalcTitle
{
	font-family: Verdana, Arial;
	font-size: 16pt;
	color: black;
	background-color: white;
}

.CalcIntro
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: black;
	background-color: white;
}
