/* CSS Document */
body
{
	background-color:#1d0539;
	background-image:url('/resource/mike-and-ike/image/background/purpleBG.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#homemainContent
{
	background-color:#51b948; 
	text-align:center; 
	margin-bottom:15px;
}
#homeMainContent p
{
	margin:0px;
	padding:0px;
}
#mainContentContainer
{
	width:907px;
	background-color:white;
	margin:10px auto 0px auto;
}
#mainContentContainer .padding
{
	padding:4px;
}
#mainInsideContentContainer{
	background-image:url('/resource/mike-and-ike/image/background/inside.jpg');
	background-color:#51b948;
	background-position:top left;
	background-repeat:no-repeat;
}

#brandIconContainer
{
	height:70px;
	width:750px;
	margin:auto;
	margin-top:5px;
}
#brandIconContainer a
{
	text-decoration:none;
}

#topNavigationContainer
{
	margin-left:30px;
	height:27px;
}
/* Register Login Logout container styles... -----------------------------------------------------------------------------------*/
#registerLoginLogoutContainer
{
	width:900px;
	margin:auto;
}
#registerLoginLogout
{
	float:right;
	margin-top:10px;
	margin-right:40px;
	position:relative;
	top:-1px;
}
#registerLoginLogout a
{
	color:white;
	font-family:arial;
	font-size:12px
}
/* End of Register Login styles...-----------------------------------------------------------------------------------------------*/
/* Footer styles...--------------------------------------------------------------------------------------------------------------*/
#footerBlock
{
	text-align:center;
	color:white;
	font-family:arial;
	font-size:11px;
	margin-top:10px;
}
#footerBlockPadding
{
	padding:20px;
}
#footerBlock a
{
	color:white;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}
#footerBlock a:hover
{
	text-decoration:underline;
}
/*  End of Footer styles...------------------------------------------------------------------------------------------------*/
/* Start of Drop-down nagivation menu styles...----------------------------------------------------------------------------*/
#HOME
{
	color:#005A2D;
	position:absolute;
	margin-left:10px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;
	z-index:3;
}
#STOCKUP
{
	color:#005A2D;
	position:absolute;
	margin-left:100px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;
	z-index:3;
}
#LISTENUP
{
	color:#005A2D;
	position:absolute;
	margin-left:180px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;
	z-index:3;
}
#POWERUP
{
	color:#005A2D;
	position:absolute;
	margin-left:256px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;
	z-index:3;
}
#GEARUP
{
	color:#005A2D;
	position:absolute;
	margin-left:255px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;	
}
#HOOKUP
{
	color:#005A2D;
	position:absolute;
	margin-left:332px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;
	z-index:3;
}
#SPEAKUP
{
	color:#005A2D;
	position:absolute;
	margin-left:404px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;	
}
#COUNTRY
{
	color:#005A2D;
	position:absolute;
	margin-left:430px;
	display:none;	
	font-weight:bold;
	min-height:20px;
	border:1px solid green;
	border-top:1px solid black;
	background-color:#E6E6E6;
	z-index:3;
}
.jsMenuItem
{
	float:left;
	/*padding:0px 5px 3px 5px;*/
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	padding: 4px 15px 5px 15px;	
}
.jsMenuItem a
{
	color:#F9723A;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	padding: 5px 15px 5px 15px;
	
}
.jsMenuItem a:hover
{
	color:#005A2D;
}
/* End of Drop-down nagivation menu styles...----------------------------------------------------------------------------*/
/* News section styles...-------------------------------------------------------------------------------------------------*/
.newsItem
{
	margin-top: 10px;
}
.newsItem a
{
	color:#1D50A9; 
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
}
.backLink
{
	color:navy;
	text-decoration:none;	
}
.newsImage
{
	float:left; 
	margin-right:1em;
	border:1px solid #666666;
}
.newsImageContainer
{
	padding-right:20px;
}
.newsTitle
{
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color:navy;
	margin-bottom:20px;
}
.newsContentContainer
{
	margin-bottom:20px;
}
/* End of News section styles...------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------Login / Register Styles...-------------------------------------*/
.waiverBlock{
	background-color:#000;
	padding:2em;
	margin:1em;
}
.contentHeader{
	font-size:1.5em;
	font-weight:900;
	margin-top:1em;
	margin-bottom:1em;
}

.registrationBlock{
	/*background-color:#215e20;*/
	padding:2em;
	padding-top:1em;
	padding-bottom:1em;
	margin-top:1em;
	color:white;
}
.registrationHeader{
	font-size:1.5em;
	font-weight:900;
	margin-bottom:1em;
}
.registrationErrorMessage{
	color:orange;
	font-weight:bold;
}
.registrationTable{
	color:#FFF;
}
.registrationTable th{
	text-align:left;
	vertical-align:top;
	line-height:22px;
	font-weight:900;
}
.registrationTable td{
	text-align:left;
	vertical-align:top;
	line-height:22px;
}
* html .registrationTable input{
	border:none;
}
.registrationTable input[type="text"], input[type="password"]{
	border:none;
	width:200px;
}
.registrationTable input[type="submit"], input[type="button"]{
	border:none;
	background-color:#0E270D;
	color:#fff;
	font-weight:bold;
}
.registrationTable select[name="State"]{
	width:200px;
	margin-bottom:2px;
}
.registrationTable input[name="PostalCode"]{
	width:100px;
	margin-bottom:2px;
}
.registrationTable input[name="BirthYear"]{
	width:53px;
}

input[type="text"], input[type="password"]{
	border:none;
	width:200px;
}
input[type="submit"], input[type="button"]{
	border:none;
	background-color:#0E270D;
	color:#fff;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	cursor:pointer;
}
.mainPadding
{
	padding:50px; padding-top:0px;
}
/*--------------------------------------------------------Login/Registration Block ---------------------------------------------------*/
/*-----Bio Form page-------------------------------------------------------------------------------------------------------------------*/
.personalBioFormContainer
{
	color:white;
}
/*---------------------------------------Top-Level_Page-Specific-Backgrounds-----------------------------------------------------------*/
.homeUp
{
	background-color:#1ea338;
	background-image:url('/resource/mike-and-ike/image/background/homeUpBG.gif');
	background-position:top center;
	background-repeat:no-repeat;
}
.homeUp *
{
	color:black;
}
.homeUp input, .homeUp option
{
	color:black;
}

.stockUp
{
	background-color:#037bb0;
	background-image:url('/resource/mike-and-ike/image/background/stockUpBG.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:white;
}
.stockUp *
{
	color:white;
}
.stockUp input, .stockUp option
{
	color:black;
}
.stockUpProduct
{
	background-color:#cce9f5;
	color:#3a73b1;
}
.stockUpProduct *
{
	color:#3a73b1;
}
.stockUpProduct input, .stockUpProduct option
{
	color:black;
}

.stockUpScrollText, .stockUpScrollText *{
	text-decoration:none;
	color:white;
}
.stockUpScrollTextActive, .stockUpScrollTextActive *{
	text-decoration:none;
	color:#a8ea0c;
}
.listenUp
{
	background-color:#700076;
	background-image:url('/resource/mike-and-ike/image/background/listenUpBG.gif');
	background-position:top center;
	background-repeat:no-repeat;
}
.listenUp *
{
	color:white;
}
.listenUp input, .listenUp option
{
	color:black;
}
.jordinSparks
{
	background-color:#3F1044;
	background-image:url('/resource/mike-and-ike/image/background/purpleDotted.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFF;
}
.auctionBox{
	background-image:url('/resource/mike-and-ike/image/auction/master-bg.jpg');
	background-color:#3f1044;
	color:#fff;
	background-repeat:no-repeat;
}

.jordinSparks a, .auctionBox a{
	color:#FFF;
}
.jordinSparks .subNavContainer, .auctionBox .subNavContainer{
	background-image:url('/resource/mike-and-ike/image/border/bottomPurple.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	float:left;
}
.jordinSparks .subNavContainer .subNav, .auctionBox .subNavContainer .subNav {
	background-image:url('/resource/mike-and-ike/image/border/bottomPurpleGradient.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
	border-left:1px solid #66006F;
	display:none;
	float:left;
	font-size:14px;
	margin-top:-21px;
	padding:5px 0;
	position:relative;
}
.jordinSparks .subNavContainer .subNav a, .auctionBox .subNavContainer .subNav a {
	text-decoration:none;
}
.jordinSparks .subNavContainer .subNav a:hover, .auctionBox .subNavContainer .subNav a:hover{
	color:#D69484;
	text-decoration:underline;
}
.powerUp
{
	background-color:#F18D1E;
	background-image:url('/resource/mike-and-ike/image/background/powerUpBG.gif');
	background-position:top center;
	background-repeat:no-repeat;
}
.powerUp *
{
	color:#2d308b;
}
.powerUp input, .powerUp option
{
	color:black;
}
.hookUp
{
	background-color:#ea0c0c;
	background-image:url('/resource/mike-and-ike/image/background/hookUpBG.gif');
	background-position:top center;
	background-repeat:no-repeat;
}
.hookUp *
{
	color:white;
}
.hookUp input, .hookUp option
{
	color:black;
}
.speakUp
{
	background-color:#f3e72f;
	background-image:url('/resource/mike-and-ike/image/background/speakUpBG.gif');
	background-position:top center;
	background-repeat:no-repeat;
}
.speakUp *
{
	color:#82007d;
}
.speakUp input, .speakUp option
{
	color:#82007d;
}
/*---------------------------------------END OF - Top-Level_Page-Specific-Backgrounds---------------------------------------------------*/
.horizontalDots
{
	background-image:url(/resource/corporate/image/subpagesFrame_horizontalDots.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.eventGalleryThumbImageContainer
{
	border:2px solid #555;
	width:98px;
	height:98px;
	margin:0 3px 3px 0;
	float:left;
}
.eventGalleryThumbImageContainer .eventGalleryThumbImage
{
	border:1px solid #530059;
	height:96px;
	width:96px;
}
.eventGalleryThumbImageContainer:hover
{
	border:2px solid #530059;
}
#sweepstakesContentLeft{
	width:377px;
	padding: 480px 0 0 0;
	float:left;
}
#sweepstakesContentRight{
	width:458px;
	padding: 143px 0 0 0;
	float:right;
}
