/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#Title 
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #414d7f;
}

#Title2
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #f5983d;
}
#Title3
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #f5983d;
}
#Title4
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #414d7f;
}
.top_left_c {
background: url(top_left_c.png) no-repeat;
width: 7px;
height: 23px;
}
.top_right_c {
background: url(top_right_c.png) no-repeat;
width: 7px;
height: 23px;
}
.top_left_plain {
background: url(top_left_plain.png) no-repeat;
width: 7px;
height: 23px;
}
.top_right_plain {
background: url(top_right_plain.png) no-repeat;
width: 7px;
height: 23px;
}
.btm_left_c {
background: url(btm_left_c.png) no-repeat;
width: 7px;
height: 6px;
}
.btm_right_c {
background: url(btm_right_c.png) no-repeat;
width: 7px;
height: 6px;
}
.arrows_c {
background: url(orange_arrows.jpg) no-repeat center;
width: 34px;
height: 23px;
}
.gradient_c {
background: url(gradient_line.jpg) no-repeat left;
height: 2px;
line-height: .2em;
}
.top_c {
background: url(top_c.png) repeat-x;
height: 23px;
}
.top_plain {
background: url(top_plain.png) repeat-x;
height: 23px;
}
.btm_c {
background: url(btm_c.png) repeat-x top;
height: 6px;
}
.left_c {
border-left: 1px solid #cfd3e1;
}
.right_c {
border-right: 1px solid #cfd3e1;
}


