﻿HTML, BODY, FORM
{ 
	
	margin:0px; 
	padding:0px; 
	text-align:left;
	background-color:#FFFFFF;	
	vertical-align:top;
	background-image:url(../../images/bg4.gif);
	background-repeat:repeat;

}
BODY,FONT,TD,TH
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;  /* Tahoma ?? */
	/* font-family: Museo500, Tahoma, Arial, Helvetica, sans-serif;  /* Tahoma ?? */
	font-size: 13px;
	font-weight: normal;
	
}
TABLE
{
	border-collapse:collapse;
}

H1
{
    font-family: Tahoma, MuseoSlab500, Museo500, Tahoma, Arial, Helvetica, sans-serif;
	font-size:29px;
	text-transform:uppercase;
	color:#944967; /*  #C5161D; */
	margin:35px 0px 25px 0px;
	font-weight:normal;
	letter-spacing:1px;

}
H2
{
    font-family: Tahoma, MuseoSlab500, Museo500, Tahoma, Arial, Helvetica, sans-serif;
    font-size:28px;
	text-transform:uppercase;
	color:#000000;
	margin:15px 0px 20px 0px;
	font-weight:normal;
	letter-spacing:1px;
}

H3
{
    font-family: Tahoma, MuseoSlab500, Museo500, Tahoma, Arial, Helvetica, sans-serif;
	width:100%;
	color:#424242;
	border-bottom:1px solid #424242;
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;	
	padding-bottom:3px;
	letter-spacing:1px;
	margin: 3px 0px 10px 0px;
}
H3 B
{
	font-weight:normal;
	color:Black;
}


H4
{
    font-family: Tahoma, MuseoSlab500, Museo500, Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	margin: 15px 0px 0px 0px;
    color:#944967;
}


H5
{
    font-family: Tahoma, MuseoSlab500, Museo500, Tahoma, Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	color:#944967; /*  #C5161D; */
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:Bold;
}
H6
{
	font-size:14px;
	text-transform:uppercase;
	color:#944967; /*  #C5161D; */
	margin:5px 0px 7px 0px;
	font-weight:bold;
}

H7
{
	color:#424242;
	text-transform:uppercase;
	font-weight:normal;
	font-size:15px;	
	padding-bottom:1px;
	letter-spacing:3px;
	line-height:200%;
	margin: 10px 0px 25px 0px;
}


P
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:2px 0px 10px 0px;
	line-height:130%;
	/*text-align:justify;*/
}




#OuterFrame
{
	width:960px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	text-align:center;
	background-color:#FFFFFF;
	min-height:1300px; /*for safari bug workaround! */
}
#InnerFrame
{
	width:99%;
	text-align:center;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

#HeadTable 
{
	width:950px /*width:100%;*/
}

#MainTable 
{
	width:950px /*width:100%;*/
	
}
.MainTable 
{
	width:950px /*width:100%;*/
	
}
#MainTable TD
{
	vertical-align:top;
}

.SearchBox
{
	background-color:#999999;
	border:2px solid #222222;
	padding:3px 3px 3px 4px; 
	margin:2px 0px 10px 0px;
	text-transform:uppercase;
	color:White;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
}
.SearchBoxBlack
{
	background-color:#222222;
	border:2px solid #222222;
	padding:3px 3px 3px 4px; 
	margin:2px 0px 10px 0px;
	text-transform:uppercase;
	color:White;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
}

.LoggedInNavigationBox
{
	background-color:#EEEEEE;
	border:2px solid #666666;
	padding:3px 15px 0px 15px;
	margin:2px 2px 5px 2px;
	vertical-align:middle;
	text-align:center;
	height:24px;
}

.SideBox
{
	border:5px solid #CCCCCC; 
	padding:6px;
	margin:3px 0px 4px 0px;
	line-height:140%;
	text-align:left;
}
.DateBox
{
	width:99%; 
	text-align:center;
	font-size:12px;
	margin:3px 0px 0px 0px;
}
.SideBoxDark
{
	border:5px solid #666666; 
	padding:6px;
	margin:3px 0px 4px 0px;
	line-height:140%;
	text-align:center;
}
.SideBoxBlack
{
	border:5px solid #222222; 
	padding:6px;
	margin:3px 0px 4px 0px;
	line-height:140%;
	text-align:center;
}
.SideBoxSolid
{
	background-color:#CCCCCC;
	border:5px solid #CCCCCC; 
	padding:2px;
	margin:3px 0px 4px 0px;
	line-height:140%;
	text-align:left;
}


.CurrentIssueImage
{
	background-color:#CCCCCC;
	padding:2px 12px 12px 12px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.CurrentIssueImage H3
{
	border:none;
	width:100%;
	color:#222222;
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;	
	padding-bottom:3px;
	padding-left:5px;
	letter-spacing:1px;
	margin: 3px 0px 0px 0px;
	white-space:nowrap;
}

.CurrentIssueImage IMG
{
	border:1px solid #222222 ! important;
}


.AboutBox
{
	font-size:14px;
	text-align:left;
	/*min-height:1000px; /*for safari bug workaround! */
}


.StandardContent
{
	text-align:left;
	font-size:14px;
}

.StandardContent .Image
{
	padding:0px;
	margin:0px 20px 20px 0px;
	float:left; 
	overflow:hidden;
}

.StandardContent IMG
{
	border:1px solid #222222; 
	max-width:235px;
}


.FreeSignUpContent
{
	text-align:left;
	font-size:13px;
	width:98%;	
}

.FreeSignUpContent .Image
{
	padding:0px;
	margin:0px 0px 20px 20px;
	float:right; 
	overflow:hidden;
}

.FreeSignUpContent IMG
{
	border:1px solid #222222; 
	max-width:200px;
}



.LoginBox .LoggedInBox
{
	font-size:13px;
}
.LoginBox .LoggedInBox .Header
{
	font-size:14px;
	text-transform:uppercase;
	color:#944967; /*  #C5161D; */
	margin:5px 0px 7px 0px;
	font-weight:normal;
}
.LoginBox .LatestInterests
{
	margin-top:8px;
	border:1px solid #424242;
	width:100%;
	text-align:center;
	margin-left:2px;
}
.LoginBox .LatestInterestsHeader
{
	font-size:12px;
}
.LoginBox .LatestInterests a:link, .LoginBox .LatestInterests a:visited, .LoginBox .LatestInterests a:hover, .LoginBox .LatestInterests a:active 
{
	font-size:12px;
}




#MainPanel
{
	background-color:#FFFFFF;		
}
a:link, a:visited { color: #0077BE; text-decoration:none; cursor:hand;} 
a:hover, a:active { color: #944967; text-decoration:underline; cursor:hand;}   /*  #C5161D; */



.ErrorText
{
	font-size:14px;
	background-color:Yellow;
	padding:0px 5px 0px 5px;  /*can't put top or bottom padding - safari! */
	color:#C5161D;
	font-weight:bold;
	width:40%;
	text-align:center;
    position:fixed;
    top:250px;
    left:10px;
    max-width:350px;

    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    box-shadow: 2px 2px 2px #666666;
}

.ErrorTextValidator
{
	font-size:13px;
	background-color:Yellow;
	color:#C5161D;
	font-weight:bold;
	text-align:center;
}

.small
{
	font-size:11px;
}
.faded
{
	color:#999999;
}

.highlight
{
	color:#944967; /*  #C5161D; */
	font-weight:bold;
}
.highlight2
{
	color:#C5161D; 
}
.highlight3
{
	color:#C5161D; 
	background-color:Yellow;
}
.HighlightBox
{
	padding:5px;
	background-color:#c7eafb; /*#29731F;*/
	border:1px solid #999999;	
}

.highlightInput
{
}
.highlightInput SELECT
{
    background-color:#DDDDDD;
    color:#C5161D;
    font-size:14px;
    font-weight:bold;
}


.upper
{
	text-transform:uppercase;
}
.bold
{
	font-weight:bold;
}
.big
{
	font-size:13px;	
	line-height:140%;
}

.preview
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
	position:fixed;
	bottom:7px;
	left:7px;
	background-color:#9999AA;
	color:Yellow;
	font-size:10px;
	padding:2px;
	border:5px solid #9999AA;
	border-top-left-radius: 5px;  -moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;
}

.SearchControl
{
	background-color:#EEEEEE;
	font-size:10px;
	color:#424242;
	text-transform:none;
	padding:2px 0px 1px 3px;
}
.LoginControl
{
	width:142px;
	font-size:10px;
	color:#424242;
	text-transform:none;
	padding:2px 0px 1px 3px;
}



.Separator
{
	border-top:1px solid #666666;
	margin:20px 0px 0px 0px;	
}

.FeedbackTable
{

}
.FeedbackTable TD.Label
{
	width:20%;
	text-align:left;
	text-transform:uppercase;
	padding:5px 5px 0px 20px;
	
}

.FeaturedProductBox
{
	border:2px solid #222222; 
	padding:10px 5px 10px 5px; 
	margin:0px 0px 10px 0px;
	text-align:left;

}
.FeaturedProductBox .Header
{
	width:100%;
	color:#424242;
	border-bottom:1px solid #424242;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;	
	padding-bottom:3px;
	letter-spacing:2px;
	margin: 0px 0px 10px 0px;
}
/*
.HotTopic
{
	padding:6px;
}
.HotTopic .Header
{

}
.HotTopic .Subheader
{
	text-transform:uppercase;
	font-size:14px;	
	font-weight:bold;
}
.HotTopic .Body
{

}
.HotTopic .Link
{
	float:right;
	font-size:12px;
}
*/


.InterestedIn
{
}

.InterestedIn .head
{
	color:#944967; /*  #C5161D; */
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:3px;
}


.SearchSideBox
{
	text-align:center; 
	font-size:12px;
}
.SearchSideBox .Heading
{
	font-size:12px; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin:3px 0px 1px 0px; 
	color:#944967; /*  #C5161D; */
}

.TermsAndConditionsPanel
{
	width:600px;
	height:400px;
	overflow-y:scroll;
	border:3px #424242 double;
	/*background-color:#C5161D;*/
	background-color:#BBBBBB;
	position:fixed;	
	top:300px;
	color:black;
	padding:20px;
	font-size:13px;
	
	-moz-box-shadow: 5px 5px 5px #666666;
    -webkit-box-shadow: 5px 5px 5px #666666;
    box-shadow: 5px 5px 5px #666666;
}

.DashedBorder
{
	border:2px dashed #C5161D; /*  #C5161D; */
}

.ErrorAlertBox
{
	color: #C5161D;
	border: 2px solid #C5161D;
	padding:5px;
	margin:5px 0px 10px 0px;
	background-color:Yellow;	
	text-align:center;
}

.ProgressBox
{
	width:100%;
	text-align:center;
}


.ShadowBox
{
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    box-shadow: 2px 2px 2px #666666;
}

	.UnsubscribedPanel
	{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background-image:url(../../images/transparent-bg-b.png);
		background-repeat: repeat;
		text-align:center;
	}
	.UnsubscribedPanelBox
	{
		margin-top:300px;
		width:300px;
		padding:20px;
		border:5px outset #AAAAAA;
		background-color:#CCCCCC;
	}

.BigRedButton
{
	background-color:#C5161D;
	color:White;
	border:2px outset #C5161D;
}
.BigRedButtonOver
{
	border:2px inset #C5161D;
	background-color:#C5161D;
	color:#CCCCCC;
}




  .PrintFooter { display:none;  }
  .PrintHeader { display:none;  }
  .SidePanel {  }

@media print {
  .SidePanel { display:none;  }
  .SearchBox { display:none;  }
  #HeadTable { display:none;  }
  #OuterFrame { border:none; }

  .PrintHeader { display:block; margin:5px 0px 5px 0px; text-align:left; }
  .PrintFooter { display:inline; margin:20px 0px 0px 20px;  }
}

.BetaSecurityPanel
{
	text-align:center;
	position:absolute;
	background-color:Black;
	width:100%;
	height:200%;
	top:0px;
	left:0px;	
}
