body
{
	color: #555555;
	font: 16px/1.5 "Myriad Pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
}

h2.courseheading
{
	color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

h3.courseinfo
{
	font-size: 20px;
	font-weight: normal;
	color: #478FB7;
	border-bottom: 1px solid #F4F4F4;
    margin: 0;
    padding: 5px 0;
}

strong
{
    font-weight: bold;
    font-style: normal;
}

p.unitdesc
{
    margin-top: 20px;
    margin-bottom: 20px;
}

div.locontent ul.bullets, div.locontent ul.bullets li
{
    list-style: disc outside none;
    margin-left: -10px;
}

ul.unit_outline, ul.unit_outline li
{
    list-style-type: none;
}

div.unitLevel_0
{
    margin: 10px 0 0 0;
}

li.unitLevel_1
{
    margin: 10px 0 0 20px;
}

li.unitLevel_2
{
	margin: 0 0 0 40px;
}

li.unitLevel_3
{
	margin: 0 0 0 60px;
}

li.unitLevel_4
{
	margin: 0 0 0 80px;
}

li.unitLevel_5
{
	margin: 0 0 0 100px;
}


ul.resources
{
    margin-left: 0;
    margin-top: 0px;
    padding-left: 0;
}

ul.resources li
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #FFFFFF;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 5px 10px 5px 20px;
    position: relative;
}

ul.resources li.active
{
    background: none repeat scroll 0 0 #F6F4F4;
    border: 1px solid #F6F4F4;
    margin-bottom: 8px;
}

ul.resources li span.pointer
{
    border-color: #FFFFFF #FFFFFF #FFFFFF #222222;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    display: block;
    float: left;
    font-size: 0;
    height: 0;
    left: 6px;
    line-height: 0;
    position: absolute;
    top: 12px;
    width: 1px;
}

ul.resources li.active span.pointer
{
    border-left-color: #F6F4F4;
    border-top-color: #222222;
    border-right-color: #F6F4F4;
    border-bottom-color: #F6F4F4;
    left: 4px;
    top: 14px;
}

a
{
    color: #478FB7;
    text-decoration: none;
}

div.toggler
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.showlearningoutcomelink, .showtimeadivisorylink, .hidelearningoutcomelink, .hidetimeadivisorylink
{
    font-size: 11px;
}