.upperBody
{
    display:block;
    float:left;
    width:100%;
}

.f-upperBody
{
    display:block;
    float:left;
    width:100%;
    
}

.pageHeaderDiv
{
    display:block;
    float: left;
    width: 100%;
    margin: 0px;
}



.upperBody .subMenuDiv 
{
    display: block;
    width: 100%;
    float: left;
    height: auto;
    background-color: #6F96A6;
}


.subMenuDiv ul.studentHoz 
{
    padding: 0px;
    float: none;
    list-style: none;
    margin: 0px auto;
    max-width: 1900px;
    text-align: center;
}

.subMenuDiv ul.studentHoz li 
{
    color: #FFF;
    border: solid #E6E6E6 1px;
    border-radius: 6px 6px 0 0;

    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
    margin: 10px 4px -1px 0;
    
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.subMenuDiv ul.studentHoz li:hover,
.subMenuDiv ul.studentHoz li.selected
{
    background-color: #F2F5F7;
    color:#333333;
}



.LeftMenuColumn
{
    min-width:100px;
    width:auto;
    vertical-align:top;
    padding-left:8px;
     width:250px;
    
}

ul.leftVertMenu
{   
    display:inline-block;
    float:left;
    padding:0px;
    margin-top:55px;
    list-style:none;
    color: #4183C4;
    font-size: 12px;
    width:250px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}

ul.leftVertMenu a, ul.leftVertMenu span.text {
    color: #4183C4;
    display: block;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 8px 10px;
}

ul.leftVertMenu li
{
    text-decoration: none;
    margin-left:0px;
    text-shadow: 0 1px 0 #FFF;
    border-bottom: 1px solid #EEE;
    background-color: #FAFAFA;
}
ul.leftVertMenu li:hover
{
     background-color:#EEE;
     cursor:pointer;
}

ul.leftVertMenu li.selected {
    border-left: solid 1px #0089B2;
    border-bottom: 1px solid #E5E5E5;
    z-index: 999;
    background-color: #EEE;
    font-weight: bold;
}

ul.leftVertMenu li.enabled
{

}
ul.leftVertMenu li.disabled
{

}

ul.leftVertMenu li.noclick
{
    cursor:default;
}
ul.leftVertMenu li.noclick:hover
{
    background-color: #FAFAFA;
}

ul.vertTracker 
{
    list-style: none;
	color: #444;
}

.vertTracker a {
	color: inherit;
	text-decoration: none;
}

ul.vertTracker li.cursor {
    cursor:pointer;
}

.vertTracker a:hover {
	color: inherit;
	text-decoration: underline;
}

.vertTracker .disabled a {
   	pointer-events: none;
   	cursor: default;
    text-decoration: none;
}

/* Layout */
.vertTracker {
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 0;
}
.vertTracker:first-child {
	margin-top: 0;
}
.vertTracker-step {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 50px;
	text-align: left;
	white-space: nowrap;
}
/* Progress Bar */
.vertTracker-step > span,
.vertTracker-step > a {
	display: block;
	outline: none;
	margin: 20px 25px;
	position: relative;
}
.vertTracker-step > span:before,
.vertTracker-step > a:before {
	background: #444;
	border-radius: 100%;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -21px;
	position: absolute;
	top: 0px;
	width: 12px;
	z-index: 1;
}
.vertTracker-step + .vertTracker-step > span:after,
.vertTracker-step + .vertTracker-step > a:after {
	background: #444;
	content: "";
	height: 40px;
	left: 5%;
	margin-left: -17px;
	margin-right: 13px;
	position: absolute;
	right: 0;
	top: -30px;
}

.vertTracker-step + .vertTracker-step.breakAway > span:after,
.vertTracker-step + .vertTracker-step.breakAway > a:after {
	background: none;
	border-left: dotted 3px #ccc;
	content: "";
	height: 40px;
	left: 5%;
	margin-left: -17px;
	margin-right: 13px;
	position: absolute;
	right: 0;
	top: -30px;
}
.trackCurrent {
	font-weight: bold;
}

.trackCurrent ~ .vertTracker-step {
	color: #999;
}
.trackCurrent ~ .vertTracker-step > span:before,
.trackCurrent ~ .vertTracker-step > a:before {
	background-color: #cccccc;
}
.trackCurrent ~ .vertTracker-step > span:after,
.trackCurrent ~ .vertTracker-step > a:after {
	background-color: #cccccc;
	box-shadow: none;
}

