﻿#wrap 
{
    background-color: #888;
}

a 
{
    color: #e66195;
}

.next-icon 
{
    background-image: url(/assets/common/images/other-seperator.gif) !important;
    background-repeat: no-repeat;
    background-position: left;
}


td h5 
{
    color: #666;
    font-size: 120%;
    font-weight: normal;
    padding: 0;
    margin: 20px 0 0 0;
}

/* LEFT NAV */


.SimpleListTree a 
{
    color: #fff;
}

.SimpleListTree 
{
    color: #fff;
}
 
.level0, {
    background-color: #888;
    margin: 0;
    padding: 0;
}
 
.level0 ul li {
}
 
.level1 {
    background-color: #888;
    padding-left: 20px;
    margin: 0;
}
 
.level1 ul li {

}
 
.level2 {
    background-color: #888;
    padding-left: 20px;
}
 
.level2 ul li {
}
 
.navMenu {

}
 
.navMenu li {

}
/*
.level0 .selectedPage 
{
    background-color: #ccc;
}

.level1 .selectedPage 
{
    background-color: #ccc;
}

.level2 .selectedPage 
{
    background-color: #ccc;
}
*/
