.PageContainer{
    width: 100%;
    height: 100%;
    background-image: url(bg.png);
    background-repeat: no-repeat;
}
.ContentContainer{
    width: 610px;
    height: 515px;
    background-image: url(content_bg.png);
    background-repeat: no-repeat;
}
.ContentPane{
    width: 301px;
    height: 505px;
    background-image: url(left_pane_0.png);
    background-repeat: no-repeat;
}
.UpperPane{
    height: 229px;
    background-image: url(upper_pane_0.png);
    background-repeat: no-repeat;
}
.LowerPane{
    height: 226px;
    background-image: url(lower_pane_0.png);
    background-repeat: no-repeat;
}
.MenuPane{
    height: 20px;
}
.LogoSpacer{
    height: 30px;
    background: url(logo.png) 65px 100% no-repeat;
}
.MiddleSpacer{
    width: 5px;
}
.LoginPane{
    height: 10px;
}

SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #444444;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link
{
    text-decoration: none;
    color: Navy;
}
A.SkinObject:visited
{
    text-decoration: none;
    color: Navy;
}
A.SkinObject:hover
{
    text-decoration: underline;
    color: Navy;
}
A.SkinObject:active
{
    text-decoration: none;
    color: Navy;
}
.Main_DNNMenu_ContainerSub
{
color: white;
font-size: 10pt;
background-color: ed008c;
z-index: 1000;
cursor: pointer;
cursor: hand;
padding: 1px 1px 1px 1px;
}
.Main_DNNMenu_NodeRoot
{
cursor: pointer;
cursor: hand;
color: ed008c;
font-size: 10pt;
font-weight: bold;
font-style: normal;
font-family: Tahoma, Arial, Helvetica;
/*background-color: ed008c;*/
white-space: nowrap;
padding: 0px 4px 0px 4px;
}

.Main_DNNMenu_NodeHover
{
background-color: b9e5fb;
color: white;
font-size: 10pt;
}
.Main_DNNMenu_NodeHover td
{
background-color: b9e5fb;
color: white;
font-size: 10pt;
}



















