/* ------------------------------
	Basic
------------------------------ */
body {
	background: #fff url('../images/act-bg.gif') top left repeat-x;
	margin: 0;
	padding: 0;}
body, td, input, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;}
body.nobg {
	background: #999;
	margin: 0;
	padding: 15px;}
body.pop {
	background: #fff;
	/*border: 5px solid #063;*/
	border: 5px solid #3982b5;
	margin: 0;
	padding: 15px;}

input, select {color: #000;}
input.inputright {text-align: right;}  

/* brainstorm #26
input.disabled {background-color: #e0e0e0; color: #333;}
*/

/* brainstorm #26 */
input.disabled {
	border:0; 
	background-color: transparent;}

/* brainstorm #26 */
input.inputrightdisabled { 
	border:0; 
	background-color: transparent;
	text-align: right;}

a			{color: #00f; font-weight: bold;}
a:hover 	{color: #616161;}
a:visited	{color: #009;}
a:active	{color: #616161;}

hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	/*background-color: #063;*/
	background-color: #3982b5;
	/*color: #063;*/
	color: #3982b5;
	}

img {border: 0;}

h1, h2, .lgmedb {
	font-weight: normal;
	/*text-transform: capitalize;*/
	color: #000;}
h1 {font-size: 20px}
h2, .lgmedb {font-size: 18px;}
h3 {
	margin-top: 0;
	font-size: 15px;}

big, .lgmed, .sectionhead {
	font-size: 13px;
	font-weight: bold;
	/*color: #063;*/
	color: #3982b5;
	}

small, .small, .smallbold, .smallmedbold, .errorsm {
	font-size: 10px;}
.smallbold, .smallmedbold {font-weight: bold;}
/*.small strong, .smallmedbold {color: #063;}*/
.small strong, .smallmedbold {color: #3982b5;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */
/* brainstorm #26 */
#timer {
	background: #eee;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;}

/* brainstorm #26 */
#timer input {
	font-size: 10px;
	font-weight: bold;
	border:0; 
	background-color: transparent;
	color: #f00;}

#container {}
#content {
	margin: 0;
	padding: 0 15px 75px;}
#pleasewait {
	background: #fff;
	/*border: 5px double #063;*/
	border: 5px double #3982b5;
	width: 400px;
	text-align: center;
	color: #000;}
#footer {
	background: #3982b5;
	margin: 15px 0 0 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	color: #fff;}
#footer p {
	width: 725px;
	margin: 1em auto;}

/* ------------------------------
	Menu
------------------------------ */
#menu {
	background: url('../images/act-menuBG.gif') top right repeat-y;
	margin: 0;
	padding: 10px 0 50px 0;}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;}
#menu li a {
	display: block;
	margin: 0;
	padding: 3px 0;
	text-decoration: none;
	text-transform: capitalize;
	color: #3982b5;
	/*color: #063;*/
	}
#menu li a:hover {
	text-decoration: underline;}

/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	/*color: #063;*/
	color: #3982b5;
	}
#breadcrumbs a {	
	font-weight: bold;
	text-decoration: none;
	/*color: #063;*/
	color: #3982b5;
}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 1em;}
	
.boxed2 {
	border: 1px solid #ccc;
	margin: 5px 0px 30px 15px;
	padding:  5px 0px 30px 15px; 
	font-size: 14px;
	/*padding-bottom: 1em;*/}	

.boxedhead, .boxedheadsm, .bgmed {
	/*background-color: #063;*/
	background-color: #3982b5;
	/* border: 1px solid #ccc; */
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;}

.boxedheadsm {
	font-size: 10px;}

/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
	list-style-image: url('../images/bullet.gif');
	margin-bottom: 1.5em;}

#eventlistbig {
	list-style: none;
	margin: 0;
	padding: 2em 0;
	text-align: center;}
#eventlistbig img {
	margin: 10px 0;}
#eventlistbig li {
	list-style-type: none;
	margin: 10px;
	padding: 0;}
#eventlistbig li a {
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	/*color: #063;*/
	color: #3982b5;
	}
#eventlistbig li a:hover {
	background: #eee;}

th, .listhead {
	/*background-color: #063;*/
	background-color: #3982b5;
	padding: 1px 3px;
	font-weight: bold;
	color: #fff;}

.listeven, .listevenb {
	background-color: transparent;}	
	
/* custom code, margin increase 32757 */ 
.listeven td {
	
	margin: 5;
}		
	
.listevenb {
	font-weight: bold;}

.listodd, .listoddb {
	background-color: #bec7cd;}

/* custom code, margin increase 32757 */  
.listodd td {
	
}		
	
.listoddb {
	font-weight: bold;}
	
	
	
	
	
.listeven2 {
	background-color: transparent;}	
	

.listodd2 {
	background-color: #bec7cd;}



/* ------------------------------
	Cart Display
------------------------------ */
.sectionhead {
	background: #eee;
	border: 1px solid #666;
	padding: 4px;
	color: #000;}
.cartbox {
	border: 1px solid #666;
	padding: 4px;
	font-size: 10px;}
.carthead {
	background-color: #963;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amounthead {
	/*background-color: #063;*/
	background-color: #3982b5;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amount {
	background: #eee;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
.attention {
	font-weight: bold;
	color: #0000ff;}
	

.button {
	/*background-color: #963;
	border: 1px solid #999;*/
	font-weight: bold;
	text-transform: uppercase;
	/*color: #063;*/
	color: #3982b5;
}
	
.button2 {
	/*background-color: #963;
	border: 1px solid #999;*/
	font-weight: bold;
	text-transform: uppercase;
	/*color: #063;*/
	color: #cc0000;
}


	

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}
	
.checkOut {
	padding: 5px;
	font-size: 13px;}

.error, .errorsm, .req  {
	font-weight: bold;
	color: #cc0000;}
	
ul.extended li {margin-bottom: 1em;}

.hide {display: none;}

.medbold {font-weight: bold;}

span.secret {color: #fff;}

.secret, a.secret, a.secret:hover, a.secret:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;}

.spaceOut {line-height: 1.5em;}

.white {background: #fff;}

/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
	font-size: 11pt;
	font-weight: bold;}

.checkamountbox {
	border: 1px solid #000;
	padding: 4px;}

.checki {
	font-size: 7pt;
	font-style: italic;}

.checkmain {
	font-size: 10pt;}

.checkmaini {
	font-size: 10pt;
	font-style: italic;}

.checksmall {
	font-size: 7pt;}

.maincheck {
	background-image: url('../images/echeck-bg.gif');
	border: 2px solid #000;
	padding: 4px;}	
	
/* ------------------------------
	10px font fix
	(use when global font is arial
	instead of verdana)
------------------------------ */
/*
small, .small, .small p, .small div, .small td, .smallbold, .smallmedbold, .errorsm,
#timer,
#footer b, #footer strong,
#breadcrumbs,
.boxedheadsm,
.sectionhead,
.cartbox,
.carthead,
.amounthead{
	font-family: Verdana, Geneva, sans-serif;}
*/

/* ------------------------------
	LOGOS: toggle fullsize
------------------------------ */
.thumbShow, .thumbHide {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #00f;}

.thumbShow span, .thumbHide span {
	position: absolute;
	top: -50%;
	left: -50%;
	display:block;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0.5em;
	background: #fff;
	border: 3px solid #999;
	color: #00f;}
	
.thumbShow span {
	cursor: pointer;}

.thumbHide span {
	display:none;}
		
/* custom code, style*/	
.bluetext {
 	color: #1500dd;
}

.rdBox {
	border: 1px solid #3982b5;
	padding: 5px;}
	
.rdBoxhd {
	background-color:#3982b5;	
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;} 	
	
html>body .rdBoxhd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;} 		
	
/*---------------------------------
		POPUP : windows
----------------------------------*/

#layer {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#box {
	background-color: transparent;
	font-size: 100%;
	position: absolute;
	z-index: 101;
	}		
	
#box .hd {
	background-color:#3982b5;	
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;
	} 	
	
html>body #box .hd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;	  	
	} 	
	
	
*html #box .hd {
	height: 28px;
	} 	
	
	
#box .content {
	background-color: #fff;
	margin: 0;
	padding: 10px 10px;
	overflow: auto;	
	} 		

#box .ft {
	background-color: #505050;
	position: relative;
	text-align: center;
	padding: 10px 10px 10px 10px;;
	color: #fff;
	} 
	
#box .button{
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-color: #eee;
	color: #3982b5;
	border: 1px outset #666666;
	margin: 2px 5px;
}

#box .button_in_lightbox {
	/*background-color: #963;
	border: 1px solid #999;*/
	font-weight: bold;
	text-transform: uppercase;
	/*color: #063;*/
	color: #3982b5;
	padding:3;
}	

#box a:hover{
	color: #cc0000;
}	

html>body .button{
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;		
} 
	


/* form validation */

.errors{
	background: #ffcece url('../images/error-bkg.gif')top right scroll no-repeat;
	padding: 3px 10px 3px 2px;
	margin: 0;
	height: 19px;
	font-size: 0.9em;
	z-index:10;
	position:absolute;	
	}

.acctMenu {margin: 8px 0px;}

/*****************/
/* round corners */
/*****************/

.hdCorner, .ftCorner {display:block}
.hdCorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  /*background-image: url('../media/image/2ColorHeader.png')!important; */
 /* background-image: url('../images/opacityHeader2.png')!important;*/
  background-color: #3982b5; 
  }  
  
html>body .hdCorner *{
  background-image: url('../images/opacityHeader2.png')!important;
  background-position: top left;
  background-repeat: repeat-x;	    
}  
  
  
.ftCorner *{ 
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  background:#505050;}
  
.Corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  }
.Corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  }
.Corner3{
  margin-left:1px;
  margin-right:1px;
  }
.Corner4{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }
.Corner5{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }

 
.whtCornerfg{
  padding: 3px 6px 3px 6px;  }
  

/*****************/
/* shadow		 */
/*****************/
  

.x1, .x1a, .x2, .x2a {
   display:block;
   background:url('../images/glow2.png') no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:90%;
   position:absolute;
}
.x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0px;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
   height:95%;  
   * height: 105%;       
}

.x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:0px;
   * bottom: -35px;
   right:-10px;
   padding:10px 0 0 10px;
}

.x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:10px;
}	 

.threeplayUpsellBG {  	
	text-align: center;
	width: 500px;
	height: 100px;
	/*
	background: #ffffff url('../images/act_upsell_img.gif') top center no-repeat;
	*/
	background: #ffffff url('../images/3_play_lightbox3.jpeg') top center no-repeat;
}	 

.textsizelarge {
	font-size: 16px;
	font-weight: normal;
}

