#logo{
    float:right;
}
#menu{
    display:none;
}
#menu ul{
    list-style-type:none;
}
#menu ul li{
    display:inline;
}
#menu ul li li {
    position:relative;
    display:block;
}
#menu ul li ul {
    position:relative;
    z-index:500;
}
#menu ul li ul li{
    position:absolute;
    top:0;
    left:100%;
}
#menu ul ul,
#menu ul li:hover ul  ul,
#menu ul ul li:hover ul  ul{
    display:none;
}
#menu ul li:hover ul ,
#menu ul ul li:hover ul ,
#menu ul ul ul li:hover ul {
    display:block;
}
#content{
    background-color: white;
    margin: 10px;
    padding: 5px;
    text-align: left;
}
#leftcolumn {
    margin: 0;
    padding: 0;
}
#leftcolumn div.module{
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
div.module ul{
    list-style-type: none;
    margin: 0px;
    -moz-padding-start: 0;
    padding-left: 0;
}
* html div.module ul{
    padding-left: 0;
}
#maincolumn {
    margin-left: 10px;

}
#maincolumn label{
    display: inline-block;
    width: 75px;

}
#footer {
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #CCCCCC;
    font-size: x-small;
    margin-top: 35px;
    padding-top: 15px;
}
#system-message {
    margin-bottom: 20px;
}
#system-message dd {
    font-weight: bold;
    margin: 0;
    text-indent: 30px;
}
#system-message dd ul {
    border-width: 3px 0;
    border-style: solid;
    border-color: #84A7DB;
    color: #0055BB;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 10px;
}
#system-message dd.message ul {
    background: url("../image/notice-info.png") no-repeat scroll 4px center #C3D2E5;
    padding-left: 40px;
    text-indent: 0;
}
#system-message dd.error ul {
    background: url("../image/notice-alert.png") no-repeat scroll 4px center #E6C0C0;
    border-color: #DE7A7B;
    color: #CC0000;
    padding-left: 40px;
    text-indent: 0;
}
#system-message dd.notice ul {
    background: url("../image/notice-note.png") no-repeat scroll 4px center #EFE7B8;
    border-color: #F0DC7E;
    color: #CC0000;
    padding-left: 40px;
    text-indent: 0;
}
img {
    border: 0 none;
}
table {
    border-spacing: 0;
}
table tr td,
table tr th {
    padding: 1px 4px;
}