/*

Nationwide Children's Hospital v. 2.0.1
All work copyright 2011 Nationwide Children's Hospital

Maintained by Conrad | Phillips | Vutech  << cpvinc.com >>

**** Right column stylesheet

*/
/* right column ======================================================== */

.rightbox_default, .rightbox_video_default, .rightbox_form {
	margin:0 0 4px 0;
}

	.rightbox_default .boxtop, .rightbox_video_default .boxtop {
		background:#e6e6e6;
		height:10px;
	}
	
	.rightbox_default .boxcontent {
		background:#e6e6e6;
		padding:3px 0;
		color:#555;
	}

	.rightbox_video_default .boxcontent {
		background:#e6e6e6;
		padding:3px 0 0 0;
		margin:0;
		color:#555;
	}
	
		.rightbox_video_default .videoplayer {
			margin:0 auto;
			text-align:center;
		}
		
		.rightbox_video_default .vidgeneric {
			margin:10px 0 0 0;
		}
		
			.vidthumb img {
				width:189px;
				height:73px;
			}

	.rightbox_default .boxbtm {
		background:#e6e6e6;
		height:15px;
	}
	
	.rightbox_video_default .boxbtm	{
		height:0;
	}

	.rightbox_default.joinmiracles .boxtop {
		background:#e6e6e6;
		height:10px;
	}
	
	.rightbox_default.joinmiracles .boxcontent {
		background:#e6e6e6;
		padding:3px 0;
		margin:0;
		color:#222;
	}
	
	.rightbox_default.joinmiracles .boxbtm {
		background:#e6e6e6;
		height:15px;
	}

	.rightbox_photo_nobox {
		margin:20px 10px;
		text-align:center;
	}

.vidgeneric a {
	background:url(../images/video-overlay.png) no-repeat center center;
	position:absolute;
	width:189px;
	height:73px;
	z-index:9;
}

.vidgeneric a:hover {
	background:none;
}

/* mychildren's login/logou */

#mychildrens-signin {
	margin:15px 0;
	padding:0;
}

/* article tools */

#articletoolbox {
	height:50px;
}

#articletoolbox div {
	float:left;
	margin:0 0 5px 0;
	padding:0 10px 0 0;
}

