#outline {
    border: solid 1px #000;
    margin:0 auto;

}
#top {
    background-color: #fff;
    padding: 5px;
    height: 45px;
    border-bottom: thick solid #68b331;
    margin: 0px 0px 10px 0px;
}

#bottom {
    background-color: #19285a;
    color: #FFF;
    text-align: center;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

#left {
    float: left;
    padding: 5px;
    width: 200px;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

.center_content {
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

.left_content {
    background-color: #fff;
    padding: 5px;
    height: 600px;
    margin-left: 210px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

td
{
    table-layout: fixed;  
}
#headLine {
    width:100%;
}
#crumb {
    width:100%;
    height:20px;
    text-align: left;
    border-style:none;
}
#operation {
    display:table;
}
#listContent {
    text-align: left;
}
a img {
    border-style:none;
}
.operationIcon {
    display:table-cell;
    width : 60px;
    height: 40px;
}
.tableLay {
    float:left;
}

.tableRow {

}
tr.tableRow td {
   border-style:none;
}
.rowDisabled
{
    background: #bcbcbf;
}
.tableSize table {
    height: 500px;
}

#logo-box {
          float: left;
}

#use-box {
          float: right;
}
#setting-box {
          float: left;
          width: 200px;
}

#d-box {
          clear: both;
}
