﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
}
body 
{
    background-color: #dedede;
    font-family: Verdana;
    font-size: 11px;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: underline;
}
#container
{
    width: 900px;
    height: 550px;
    padding: 25px;
    margin: 0 auto;
    margin-top: 50px;
    background-image: url('../Layout/boxBg.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
}
#page
{
    width: 900px;
    height: 550px;
    overflow: hidden;
}
#image
{
    float: left;
    width: 217px;
    height: 550px;
}
#content
{
    float: left;
    position: relative;
    width: 573px;
    height: 455px;
    padding: 95px 55px 0 55px;
}
#menu
{
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: dashed 1px #a8a8a8;
}
#menu a
{
    display: block;
    font-size: 20px;
    color: #000;
    font-family: Verdana;
    font-weight: lighter;
}
#menu a.sel
{
    color: #00a6eb;
    display: block;
    font-size: 20px;
    font-family: Verdana;
    font-weight: lighter;
}
#menu a.home
{
    position: absolute;
    right: 0px;
    bottom: 15px;
    color: #a8a8a8;
}
#submenu
{
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #00a6eb;
    border-bottom: dashed 1px #a8a8a8;
}
#submenu a
{
    color: #00a6eb;
    font-size: 12px;
} 
#submenu .sep
{
    display: inline-block;
    padding: 0 10px 0 10px;
}
#text
{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: auto;
}  
#ICPLogo
{
    position: absolute;
    bottom: 40px;
    left: 55px;
}
#login
{
margin-top: 30px;
}
#login a
{
color: #00a6eb;
}
#login tr
{
height: 20px;
}
#login input
{
    border: 1px solid #ccc;
    width: 130px;
}
#login input.login
{
background-color: #00a6eb;
color: #fff;
width: 132px;
}
