/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color:#0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 750px;
	text-align: center;
	border-right-style: none;
}
h1
{
	color: #010000;
	font-size: 20pt;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2
{
	color: #CD050A;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
}
h3
{
	color: #A0A0A0;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 10px 5;
}
h4
{
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
input.wm
{
	color: Gray;
	font-style: italic;
}
a.user-link
{
    color: #1663A7;
}
tr.user-header-link th a
{
    color: #1663A7;
}

/*

a:link, a:visited {
	color:#0066CC;
}
a:hover, a:active {
	color:#0066CC;
	text-decoration:none;
	background: url(../images/underline1.gif) repeat-x left bottom;
}


a.hotlink
{
	color: #CA050C;
}
a.hotlink:hover
{
	background-color: #A0A0A0;
}
*/

#question
{
	color: #D6050B;
	font-size: 12pt;
	
}



.video-title
{
	background-color: #E0E0E0;	
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}


.pagebreak{
  background: url(../images/pagebreak.png) repeat-x top left;
  margin:5px 3px 5px 1px;
}

/****************************************************************************************************
 * mythbuster special button
 ****************************************************************************************************/
a.mythbuster{ 
	border:none;
	background:url(../images/sidebar-truthshattered.png) no-repeat top left;
	text-decoration:none;
	width:200px;
	height:106px;
	display:block;
}
a.mythbuster:hover{
	border:none;
	background-position: right top;
}

/****************************************************************************************************
 * Button styles
 ****************************************************************************************************/

a.motionEffect{ 
	border:none;
	text-decoration:none;
}
a.motionEffect:hover{
	border:none;
	position:relative;
	top:1px;
	left:1px;
}


/* button text */
a.button, a.button span, a.button span span 
{ 
	font-family: Arial,sans-serif; 
	font-size: 14px;
	color: white; 
	text-decoration: none; 
	white-space: nowrap; 
	display:inline-block;
	cursor:pointer;
}

/* button background */
a.button                    { background: url(../images/blue-button-left.gif) no-repeat left top; }
a.button span               { background: url(../images/blue-button-right.gif) no-repeat right top;	}
a.button span span          { background: url(../images/blue-button-middle.gif) repeat-x left top;		}
a.button:hover              { background-position: left bottom;										}
a.button:hover span         { background-position: right bottom;									}
a.button:hover span span    { background-position: left bottom;										}

/* button position and size  */
a.button            { padding: 0 0 0 4px; }
a.button span       { padding: 0 4px 0 0; }
a.button span span  { height: 25px; line-height: 25px; }





li{
 margin-left:20px;
 }
 
 
.list {
	font-size: 12px;
	font-style: italic;
}


/***************************************************************************
 * norm unordered list                                                     *
 ***************************************************************************/
#simple ul{
	color: #333333;
	list-style-type: disc;
	margin-left: 15px;
	list-style-position:outside;
}
#simple li{
	margin-bottom: 5px;
	margin-right: 10px;
	padding-right: 10px;
}

/***************************************************************************
 * list grid                                                               *
 ***************************************************************************/
#videolist{
	font-size:1.2em;
	text-align: center;
	padding-top: 10px;
}

#videolist caption{
	font-size:1.2em;
	font-weight:bold;
	margin: 1em 0;
	vertical-align:middle;
	padding-bottom: 10px;
}
#videolist table{
	border-collapse:collapse;
	border: 1px solid #666;
}
#videolist td{
	text-align: left;
	padding: 10px 5px;
	font-size: 12px;
}
#videolist thead{
	background:#ccc url(../images/vertbar.jpg) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}
#videolist th{ 
	font-weight: normal;
	text-align:center;
}
#videolist col{
	border-right: 1px solid #ccc;    /* all column right edge get border */
}
#videolist col #countcol{   			/* remove right most column border */
	border: none;
}
#videolist .odd{							/* alternate background */
	background-color:#edf5ff;
}
#videolist tr:hover{						/* change row color on hover */
	background-color:#3d80df;
	color:#fff;
	cursor:pointer;
}
#videolist thead tr:hover{				/* disable row color on hover for header */
	background-color: transparent;
	color: #fff;
	cursor:auto;
}
#videolist a{
	text-decoration:none;
	color: #000000; 
}
#videolist a:visited{
	text-decoration:none;
	color: #000000; 
}
#videolist a:hover{
	background-color:#3d80df;
	color:#fff;
}

/***************************************************************************
 * email signup                                                            *
 ***************************************************************************/
#emailsignup{
	padding-left: 10px;
	text-align: left;
}
#emailsignup #nomargin{
	padding: 5px 0 0 0;
	margin: 0;
}
#emailsignup h2{
	text-align:center;
	margin:10px 0 0px 0px;
	padding: 0 0 0 0;	
	color:#000000;
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#emailsignup p{
	margin-top:5px;
}

/***************************************************************************
 * DVD page layout                                                            *
 ***************************************************************************/
#dvdPage{
	text-align:center;
	padding-top:10px;
	border: none;
}
#dvdPage h1{
	color:#FF0000;
	font-size:24px;
	padding-bottom:0px;
}
#dvdPage h2{
	color:black;
	font-size:20px;
	padding-bottom: 0px;
	margin: 0;
}
#dvdPage ul{ 
	list-style-type:none;
	display:inline;
}
#dvdPage li{
	float:left;
	margin:0;
	padding-right:3px;
}
#dvdPage img{
	border:none;
}
#dvdPage #caption{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:5px 0;
}

/********************************
* contact us
********************************/
#contactUs {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	padding-left: 50px;
	padding-right: 20px;
	font-size:24px;
	color:black;


}
#contactUs h3{
	font-size:24px;
	color:#000000;
}
/********************************
* nice small text (required) prompt
********************************/
.required{
	font-size:0.75em;
	color:#760000;
}

/********************************
* WEBINAR PAGE 
********************************/
#webinar {
	font-size:12px;
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-top: 15px;
}
#webinar h1 {
	color:#CF0000;
	font-size:28px;
	font-weight:bold;
	padding-right: 15px;
	text-align: center;
}
#webinar p {
	font-size:12px;
	margin: 0;
	padding: 0;
	font-weight:normal;
}
#FAQs{
	margin-left:20px; 
}
#FAQs #questionHeader {
	font-size:18px; 
	font-weight:bold;
	margin-bottom:15px;
}
#FAQs #question {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
}
#FAQs #answer {
	font-weight:normal;
	font-size: 12px;
	padding-bottom:20px;
}
#FAQs h1 {
	color:#CF0000;
	font-size:20px; 
	padding-bottom: 15px;
	font-weight:bold;
}
#FAQs h1 {
	color:#CF0000;
	font-size:20px; 
	padding-bottom: 15px;
	font-weight:bold;
}
/*****************************
   IMAGE WRAPPER SHADOW GENERIC
*****************************/
.img-shadow{
	background: url(../images/shadow.gif) no-repeat bottom right;
	clear:right;
	float:left; /* <-- ie5 bug workarount */
}
.img-shadow img{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 2px; 
	margin: -5px 5px 5px -5px;
	display: block; /* <-- ie5 bug workarount */
	}

/***********************************
  VIDEO WEBINAR
 **********************************/
#videoWebinar{ 
	text-align:center;
	height:350px; 
	margin:0px;
	padding-top:1px;
}

/***********************************
  DETAIL PAGE LINKS
 **********************************/
#howDetail{
	font-family:"Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
	border: none;
}
#howDetail p#smaller{
	font-size:12px;
	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#howDetail img{
	margin-top:5px;
	padding: 5px;
	border:none;
}
