/* @override http://localhost:8888/cubscouts/programs/styles/LocalScreen.css */

/* @group Base Styles */

/* Underlying style defaults */

body {
	background: black url(../../../global/images/bg-60.jpg) repeat-x;
}

.wrapper {
	background: transparent url(../../content/images/CubScout-soft.png) no-repeat right top;
	margin: auto;
	width: 1010px;
	min-height: 890px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* @group Specific Cub Scout Program Page Styles */

.schedule {
	width: 320px;
	margin-left: 20px;
	cellspacing: 1px;
}

.activity {
	width: 440px;
	margin-left: 20px;
	margin-top: 5px;
}

.boomerang {
	width: 350px;
	margin-left: 100px;
	text-align: left;
	line-height: 90%;
}

.task {
	width: 300px;
	margin-left: 110px;
	text-align: left;
	line-height: 90%;
}

/* @end Specific Sub Scout Program Styles */