/*Starts Style for nyromodal Content*/

strong{
	font-weight: bold;
}
.clearFix{
	clear:both;
}

#contentCodeAlert p{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
line-height:18px;
margin:20px 0 0;
text-align:center;
width:auto;
}

.listThumbnails{
	position:relative;
	width:auto;
	height:auto;
	display:block;
	float:left;
	padding:0 0px 0 22px;
	margin:auto;
	background-color:#000000;
	text-align:center;
	color:#aeaeae;
}
.listThumbs{
	width:460px;
	height:500px;
	display:block;
	padding:0 0px 0 22px;
	margin:auto;
	background-color:#000000;
	text-align:center;
	color:#aeaeae;
}
	#nyroTitle{
		padding-right: 10px;
	}
	.chooseMsg{
		font-weight: bold;
		padding-bottom: 10px;
	}
.battleAvatar{
	width:215px;
	height:135px;
	display:block;
	float:left;
	font-size:10px;
	padding:3px 0 0 0;
	margin:0 8px 8px 0;
	border:1px solid #555;
	background-color:#333;
}
.battleAvatar a{
	display:block;
	text-decoration:none;
	color:#fff;
} 
.battleAvatar a:hover{
	text-decoration:none;
	color:#ffcc00;
}
.thumbChooser{
	border:#333 1px solid;
	margin: 3px 0 0px 0;
}
.nameAvatar{
	width:95px;
	margin:0px 0 0px 0;
	font-size:11px;
	text-align:center;
}
#titlePanel p{
	margin:20px 0 20px 0;
}
#addStrikerPanel{
	width:auto;
	height:auto;
	margin:10px 0 0 0;
}
.addButton{
	position:relative;
	width:134px;
	height:36px;
	display: block;
	float:right;
	margin:5px 0 0 0;
	background-image: url(../../../images/kids_corner/battlestrikers/en/buttons/redbtn_addStriker.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
}
.resetButton{
	position:relative;
	width:auto;
	height:24px;
	display:block;
	float:left;
	margin:10px 0 0 0;
	border:#666 2px solid;
	background-color:#333;
	color:#ddd;
	cursor:pointer;
}
div#nyroModalWrapper {
	border:8px solid #000;
	background-color:#000000;
}
div.wrapperImg div#nyroModalContent div {
	background-color:white;
}
div#nyroModalLoading {
	border:#000 1px solid;
	background-color:#000;
}
.nyroModalClose{
	position:relative;
	display: block;
	height:17px;
	width:17px;
	float:right;
	background: #000 url(../images/buttons/icn_close_blk.gif) no-repeat;

}
	.nyroModalClose:hover{
		background-position: 0 -17px;
	}
div#nyroModalLoading {
	width: 150px;
	height: 150px;
	border: 8px solid #000;
	background: #000 url(../../../images/kids_corner/battlestrikers/strikers/ajaxLoader.gif) no-repeat;
	background-position: center;
	text-indent: -9999em;
}
div#nyroModalFull{
	background-color:#000000;
}
div#nyroModalBg{
	background-color:#999999;
}


/* The Rules */

#theRules{
	text-align: left;
	padding-right: 22px;

}
#theRules h4{
	font-weight: bold;
	color: #fff;
}

#theRules p{
	margin-top: 10px;
	color: #ccc;
}

#addTotal {
	height:20px;
	margin:0;
	width:450px;
	padding:0 0 15px 0;
}
#addTotal ul {
	padding:0;
	margin:0;
	float:left;
}
#addTotal li{
	display:block;
	float:left;
	clear:none;
	border:#333 1px solid;
	margin-right:4px;
	text-align:center;
	padding:0 4px 0 4px;
	color:#FF0000;
}
#addTotal li a:link, #headLeft li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	list-style:none;
	text-decoration:none;
}
#addTotal li a:hover{
	color:#FF0000;	
}
.tleft{
	display:block;
	width:auto;
	height:auto;
	float:left;
	padding-right:10px;
	color:#CCC;
}
.tright{
	display:block;
	width:auto;
	height:auto;
	float:left;
	padding-left:10px;
	color:#CCC;
}

.nyroStrikers{
	clear:both;
}

/* Video Page Link */

#nyroVideo{
	padding: 0 15px 0 0;
}
	#nyroVideo h4{
		color: #FFF;
		font-weight: bold;
		padding-bottom: 15px;
	}
	#nyroVideo p{
		color: #ccc;
		margin-bottom: 10px;
	}
	.tubeLink{
		background: url(../images/buttons/youTube.gif) 0 0 no-repeat;
		display: block;
		height: 56px;
		width: 210px;
		margin: 0 auto;
		text-indent: -9999px;
	}
		.tubeLink:hover{
			background-position: 0 -56px;
		}
		
	.nyroLink{
		color: #F00;
		text-decoration: none;
	}
		.nyroLink:hover{
			color: #fff;
		}