/***************** for MDG5 Every Minute Counts campaign */

body.mdgCSS #emcTitle {
	position: absolute;
	width: 770px;
	height: 50px;
	padding: 0;
	z-index: 799;
	top: 0px;
	left: 0px;
}

body.mdgCSS #subCentral {
	top: 50px;
	height: 382px;
/*	background-color: #ede9e4;
	background: url(mdg5/images/bkgd-tile.jpg);
*/
}

body.mdgCSS #subCentral p {
	padding: 0 10px 10px 10px;
}

body.mdgCSS #subCentral #ytvideo {
	height: 362px;
	width: 447px;
	padding: 10px 0 0 10px;
	float: left;
	background: none;
}

body.mdgCSS #subCentral #ytsidebar {
	height: 362px;
	width: 293px;
	padding: 10px 10px 0 0;
	float: right;
	background: none;
}

body.mdgCSS #subCentral #shareField {
	height: 362px;
	width: 450px;
	padding: 10px 0 0 10px;
	float: left;
	background: none;
}

body.mdgCSS #subCentral #shareSidebar {
	height: 362px;
	width: 290px;
	padding: 10px 10px 0 0;
	float: right;
	background: none;
}

body.mdgCSS #subCentral #learnChart {
	height: 362px;
	width: 400px;
	padding: 10px 0 0 20px;
	float: left;
	background: none;
}

body.mdgCSS #subCentral #learnSidebar {
	height: 362px;
	width: 330px;
	padding: 20px 10px 0 0;
	float: right;
	background: none;
	overflow: hidden;
}

body.mdgCSS #subCentral #learnSidebar img.mdgdot {
	width: 10px;
	height: 10px;
	padding-right: 5px;
	padding-top: 5px;
}

body.mdgCSS #subCentral #learnSidebar ul {
	padding: 10px; 10px 10px 10px;
}

body.mdgCSS #subCentral #learnSidebar ul li {
/*	font-size: 11px;
	line-height: 13px; */
}

body.mdgCSS #subCentral #learnSidebar ul li ul {
	display: none;
	padding-top: 3px;
	font-style: italic;
}

body.mdgCSS #subCentral #giveLeft {
	height: 362px;
	width: 263px;
	padding: 10px 0 0 10px;
	float: left;
	background: none;
	overflow: hidden;
}

body.mdgCSS #subCentral #giveTitle {
	height: 30px;
	width: 750px;
	padding: 10px 0 10px 10px;
	float: left;
}

body.mdgCSS #subCentral #giveRight {
	height: 362px;
	width: 466px;
	padding: 10px 0 0 0;
	float: right;
	background: none;
	overflow: hidden;
}

body.mdgCSS #subCentral #giveLeft td, body.mdgCSS #subCentral #giveRight td {
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 12px;
}

body.mdgCSS #subCentral #giveLeft td input, body.mdgCSS #subCentral #giveRight td input {
	height: 14px;
	font-size: 12px;
}

body.mdgCSS input#submitButton {
	height: 18px;
}


body.mdgCSS #subTrio {
	top: 440px;
}

body.mdgCSS #trioLeft, body.mdgCSS #trioMiddle, body.mdgCSS #trioRight {
	position: absolute;
	width: 240px;
	height: 61px;
	background: none;
	background-color: #ee8c33;
}

body.mdgCSS #trioLeft {
	left: 10px;
}

body.mdgCSS #trioRight {
	left: 520px;
}

