﻿body
{
    font-family: Arial;
    font-size: 12px;
    margin:0px;
    padding:0px;
}

table
{
    font-size: 12px;
}

H1
{
    font-size: 16px;
}

H2
{
    font-size: 14px;
}

ul
{
	margin-top: 0in;
	margin-bottom: 0in;
}

li
{
    margin-top:4px;
    margin-bottom:4px;
}

.inputblur
{
    color:Gray;
    font-style:italic;
}

.inputfocus
{
    color:Black;
    font-style:normal;
}


.TRA_Red
{
     color:#B7002E;
}

.sectionHeading
{
    margin-top: 0px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    cursor: pointer;
}
.sectionBody
{
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
}

.sectionViewGraphic
{
    padding-right: 5px;
    vertical-align: middle;
}

.infoText
{
    font-size: smaller;
    font-style: italic;
}

.learningPath
{
    padding: 10px;
    border: solid 1px gray;
}

.blocklines
{
    border-bottom: 1px solid gray;
    width: 100%;
}

.link
{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.link_nodecoration
{
    cursor: pointer;
}

.link:hover, .link_nodecoration:hover
{
    color: Red;
}


.shadowTRcorner
{
    border: solid 0px yellow;
    dbackground:url(/App_Graphics/dropShadow_TopRight.png) top right no-repeat;
    position: relative;
    top: 0px;
    left: 6px;
}

.dropShadowRightSide
{
    border: solid 0px white;
    background:url(/App_Graphics/dropShadow_RightSide.png) top right repeat-y;
    position: relative;
    top: 0px;
    left: 0px;
}

.shadowBLcorner
{
    border: solid 0px red;
    background-color: Yellow;
    background:url(/App_Graphics/dropShadow_BottomLeft.png) bottom left no-repeat;
    position: relative;
    top: 6px;
    left: -6px;
    padding-bottom:0px;
}

.dropShadow
{
    border: solid 0px yellow;
    background:url(/App_Graphics/dropShadow_Bottom.png) bottom right no-repeat;    
    position: relative;
    top: 0px;
    left: 6px;
}

.shadowed
{
    position: relative;
    top: -6px;
    left: -6px;
}