﻿div.leftContainer
{
    width:320px;
    margin-top:15px;
    padding-left:15px;
    height:570px;
    border-right:1px #CCCCCC dotted;
    float:left;
}
div.rightContainer
{
    width:330px;
    margin-top:15px;
    height:570px;
    float:left;
}
div.HeadLeftContainer
{
    width:320px;
    height:40px;
    border-bottom:1px #CCCCCC dotted;
}
div.HeadRightContainer
{
    width:330px;
    height:35px;
    font-size:20px;
    text-align:right;
    padding-top:5px;
    border-bottom:1px #CCCCCC dotted;
}
div.subtitleLeft
{
    text-align:center;
    width:100%;
    margin-top:80px;
    padding-bottom:30px;
 }   
span.titleplan
{
    font-size:15px;
    font-weight:bold;
}
div.subtitleRight
{
    margin-top:30px;
    padding-left:40px;
    margin-bottom:20px;
    font-size:15px;
    font-weight:bold;
}
div.arrPanelActive
{
    padding-left:40px;
    height:450px;
    overflow:auto;
}
div.arrPanel
{
    display:none;   
}
div.AddPanel
{
    margin-bottom:10px;
}
span.addPanelTitle
{
    display:block;
    color:#F26401;
}