/* @override http://localhost:8888/homeeducation/resources/science/styles/LocalScreen.css */

/* @group Base Styles */

/* Underlying style defaults */

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

.section-head {
	font-size: 120%;
	color: #2c5f8c;		
}

.notesLink a {
	color: #2c5f8c;		
}

.notesLink a:hover {
	color: #6f0032;		
}

.notesLink a:active {
	color: #080032;		
}

.outlineTable {
	width: 460px;
}

.outlineTableIndent {
	width: 460px;
	margin-left: 10px;
}

.outlineColumn1 {
	width: 15%;
}

.outlineColumn2 {
	width: 85%;
}


/* @group Accordian Styles */

#contentContainer {
	position: relative;
	margin: 30px;
}

.note {
	color: #919191;
	line-height: 16px;
	font-size: 12px;
}

#modules h3,
#name h3 {
	color: #2c5f8c;
}

#name h4 {
	color: #2c5f8c;
	margin: 5px 20px;
}

#name h5 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

#name p {
	margin: 5px 20px;
}

.module-toggle:hover,
.name-toggle:hover{
	cursor: pointer;
}

.name-content hr {
	margin-left: 20px;
	margin-right: 20px;
}

.top-aligned-table {
	margin-left: 20px;
}

.top-aligned-table td {
	vertical-align: top;
}

/* @end Accordian Styles */