.eGuideContent
{

    text-align: left;
    text-valign: center;
    float: left;
    width: 825px;
    background-color: #FFFFFF

}

.CollapseOnPrint
{

    text-align: left;
    text-valign: center;
    float: left;
    width: 150px;
    background-color: #FFFFFF

}

.eGuideLink:hover
{
background-color: #fff799;
}

table.eGuide
{
	width: 100%;
//	border: 2px solid #347235;
	border: 2px solid #616D7E;
	cellspacing: 1pt;
	border-collapse: collapse;
	font-family: Arial;
}
td.eGuide
{
	font-size: 13px;
	color: black;
//	border: 2px solid #347235;
	border: 2px solid #616D7E;
	border-color: solid;
	border-collapse: collapse;
	padding: 5px;
}
th.eGuide
{
	font-family: Arial;
	font-size: 15px;
	color: black;
//	border: 2px solid #347235;
	border: 2px solid #616D7E;
	border-collapse: collapse;
//	background: #8BB381;
	background: #98AFC7;
}
img.resourceTypeImageClass
{
	width: 25px;
}
ul 
{
//	list-style-type: disc;
	list-style-type: none;
//	list-style-position: inside;
//	color: #000000;
	padding-left: 0;
	margin-left: 10;
}
li.Checked
{
	background: url(../images/checkmark2.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	color: pink;
}
li.PendingUpdates
{
	background: url(../images/customBullet1.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	color: red;
}
li.Resources
{
	background: url(../images/customBullet1.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
li.EditResources
{
	background: url(../images/newItem.png) left top no-repeat;
	color: black;
	padding-left: 15px;
	margin-bottom: 5px;
}
li.SecondarySegments
{
	background: url(../images/customBullet2.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
li.PrimarySegments
{
	background: url(../images/customBullet2.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
.eGuideInputForm
{
	font-family: Arial;
	color: grey;
	font-size: 12px;
	width: 150px;
	border: 1px solid grey
}
.eGuideInputFormTall
{
	font-family: Arial;
	color: grey;
	font-size: 12px;
	width: 150px;
	height: 100px;
	border: 1px solid grey
}
.eGuideInputFormTall2
{
	font-family: Arial;
	color: grey;
	font-size: 12px;
	width: 100px;
	height: 100px;
	border: 1px solid grey
}
.eGuideInputFormLong
{
	font-family: Arial;
	color: grey;
	font-size: 12px;
	width: 300px;
	border: 1px solid grey
}
.eGuideInputFormMini
{
	font-family: Arial;
	color: grey;
	font-size: 10px;
	width: 50px;
	border: 1px solid grey
}
.eGuideInputFormCheckBox
{
	font-family: Arial;
	color: grey;
	font-size: 12px;
	border: 1px solid grey
}
.inputFormInternDataReadOnly
{
	font-family: Arial;
	color: white;
	background: grey;
	font-size: 12px;
	width: 150px;
	border: 1px solid grey
}
.curricularTitle
{
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight:bold;
	border: 2px solid #616D7E;
	border-color: solid;
	border-collapse: collapse;
	background: #98AFC7;
	padding: 5px;
}
.subtopicTitle
{
	font-family: Arial;
	font-size: 20px;
	color: white;
	font-weight:bold;
	border: 2px solid #616D7E;
	border-color: solid;
	border-collapse: collapse;
	background: #98AFC7;
	padding: 5px;
}

