

/* @group SC Popup */

#SCMainContainer {

	font: 1em Helvetica;
	width: 100%;
	border: 1px solid #afafaf;
	padding: 1px;
	background: #d9e4ff;

}

#SCMainHeader {

	font-weight: bold;

}

.SCMainHeaderIntro {

	display: block;
	font: italic .7em/1.4em "Trebuchet MS";
	background: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #b9b9b9;

}

.SCMainHeaderText {

	font-size: 1em;
	background: #3a6a9f url(http://www.dart.on.ca/templates/DART/Images/NewDIR/sitebarfade.gif) 0px;
	display: block;
	padding: 12px;
	color: #3a6a9f;
	border-bottom: 1px solid #bcbcbc;

}

#SCHeader {
	border: 1px solid #bdbdbd;
	padding: 1px;
	margin: 5px;
	background: #ffffff 0px;
	height: 1%;
}

#SCHeader a {
	text-decoration: none;
	font-size: 0.9em;
	color: #1962a1;
}

#SCHeader a:hover {
	color: #000000;
}

.SCText {

	display: block;
	margin: 8px;
	font: .75em/1.4em "Trebuchet MS";
	height: 1%;
}

.SCHeaderText {

	display: block;
	background: #ffffff url(http://www.dart.on.ca/templates/DART/Images/NewDIR/SiteHeaderFade.gif) repeat-x 0px -10px;
	padding: 8px;
	border-bottom: 1px solid #f0f0f0;
}

.SCMethod {
	background: #f4f8fb;
	color: #000000;
	font-size: 0.75em;
	margin-left: 10px;
	display: block;
	border: 1px solid #e2e2e2;
	float: right;
	margin-top: -30px;
	padding: 5px;
	margin-right: 5px;
	width: 118px;
}

.SCMethod a {

	text-decoration: none;

}

	

/* @end */