body
{
    margin: 0px;
}
P
{
    margin: 0px;
}
body
{
    color: #000;
    background-color:#EFF6FC;
}
body
{
    font-size: 12px;
    line-height: 150%;
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}

#body_page
{
    height:100%;
    width:1200px;
    margin:auto;
}
#body_head
{
    height:63px;
    width:1200px;
}

#body_content
{
    height:100%;
    width:1200px;
}

#body_menu
{
    height:100%;
    width:170px;
    float:left;
}

#body_msg
{
    height:100%;
    width:1030px;
    float:right;
}

#body_msg_time
{
    height:100%;
    width:1030px;
    float:right;
}

#body_msg_content
{
    overflow:hidden;
    width:1030px;
    float:right;
}

#body_bottom
{
    height:56px;
    width:1200px;
    background-image:url(images/header_bg.jpg);
    float:left;
}



TABLE
{
    font-size: 12px;
    line-height: 150%;
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}
INPUT
{
    font-size: 12px;
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}
SELECT
{
    font-size: 12px;
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}
TEXTAREA
{
    font-size: 12px;
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}
A:link
{
    color: #036;
    text-decoration: none;
}
A:visited
{
    color: #036;
    text-decoration: none;
}
A:hover
{
    color: #f60;
    text-decoration: underline;
}
A.menuChild:link
{
    color: #036;
    text-decoration: none;
}
A.menuChild:visited
{
    color: #036;
    text-decoration: none;
}
A.menuChild:hover
{
    color: #f60;
    text-decoration: underline;
}
A.menuParent:link
{
    color: #000;
    text-decoration: none;
}
A.menuParent:visited
{
    color: #000;
    text-decoration: none;
}
A.menuParent:hover
{
    color: #f60;
    text-decoration: none;
}
TABLE.position
{
    width: 100%;
}
TR.position
{
    height: 25px;
    background-color: #f4f7fc;
}
TD.position
{
    border-right: #adceff 1px solid;
    padding-left: 20px;
    border-bottom: #adceff 1px solid;
}
TABLE.listTable
{
    width: 98%;
    background-color: #b1ceee;
}
TR.listHeaderTr
{
    font-weight: bold;
    height: 25px;
    background-color: #ebf4fd;
    text-align: center;
}
TR.listTr
{
    height: 25px;
    background-color: #fff;
    text-align: center;
}
TR.listAlternatingTr
{
    height: 25px;
    background-color: #fffdf0;
    text-align: center;
}
TR.listFooterTr
{
    height: 30px;
    background-color: #ebf4fd;
    text-align: center;
}
TABLE.editTable
{
    width: 98%;
    background-color: #b1ceee;
}
TR.editHeaderTr
{
    height: 25px;
    background-color: #ebf4fd;
}
TD.editHeaderTd
{
    padding-left: 50px;
    font-weight: bold;
}
TR.editTr
{
    height: 30px;
}
TD.editLeftTd
{
    width: 150px;
    background-color: #fffdf0;
    text-align: center;
}
TD.editRightTd
{
    padding-left: 10px;
    background-color: #fff;
}
TR.editFooterTr
{
    height: 40px;
    background-color: #ebf4fd;
}
TD.editFooterTd
{
    padding-left: 150px;
}


