/* CSS Document */


.add3pxTop {margin-top:3px !important;}
.add5pxTop {margin-top:5px !important;}
.add5pxRight {margin-right:5px !important;}
.add5pxBottom {margin-bottom:5px !important;}
.add5pxLeft {margin-left:5px !important;}
.add7pxTop {margin-top:7px !important;}
.add3pxPadding {padding: 3px !important;}
.add5pxPadding {padding: 5px !important;}
.add10pxPadding {padding: 10px !important;}
.add10pxTop {margin-top: 10px !important;}
.add10pxRight {margin-right:10px !important;}
.add10pxBottom {margin-bottom: 10px !important;}
.add10pxLeft {margin-left:10px !important;}
.add15pxTop {margin-top: 15px !important;}
.add15pxRight {margin-right: 15px !important;}
.add15pxBottom {margin-bottom: 15px !important;}
.add15pxLeft {margin-left: 15px !important;}
.add20pxTop {margin-top: 20px !important;}
.add20pxRight {margin-right: 20px !important;}
.add20pxBottom {margin-bottom: 20px !important;}
.add20pxLeft {margin-left: 20px !important;}
.add30pxTop {margin-top: 30px !important;}
.add30pxRight {margin-right: 30px !important;}
.add30pxBottom {margin-bottom: 30px !important;}
.add30pxLeft {margin-left: 30px !important;}
.add50pxTop {margin-top: 50px !important;}
.add50pxRight {margin-right: 50px !important;}
.add50pxBottom {margin-bottom: 50px !important;}
.add50pxLeft {margin-left: 50px !important;}
.add75pxTop {margin-top: 75px !important;}
.add75pxRight {margin-right: 75px !important;}
.add75pxBottom {margin-bottom: 75px !important;}
.add75pxLeft {margin-left: 75px !important;}
.add70pxTop {margin-top: 70px !important;}
.add81pxTop {margin-top: 81px !important;}
.add104pxTop {margin-top: 104px !important;}
.minHeight600px {min-height:600px;}


.width700px{width:700px;}
.width200px{width:200px;}
.width150px{width:150px;}
.width120px{width:120px;}

/*
	Styles to display play button over an image
*/
	.videobox { position: relative; }
	
	.videobox span {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  z-index: 1;
	  background: url(/images/playButton.png)  no-repeat center center;
	}
	
	.videobox:hover span {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  z-index: 1;
	  background: url(/images/playButton_over.png)  no-repeat center center;
	  cursor:pointer;
	}