/* -*- coding: utf-8 -*- */


.x-boundlist-item-rise { /* 天体が昇っている */
   color: black;
}

.x-boundlist-item-set { /* 天体が沈んでいる */
   color: #70a0f0;
}

.x-btn-text-red button{
   color: red;
}
.x-btn-text-green button{
   color: green;
}
.x-btn-text-blue button{
   color: blue;
}

/* スライドウィンドウのフレーム */
.x-panel-frame {
   background-color: transparent;
   border: 1px solid red;
   padding: 0px;
   margin: 0px;
   overflow: hidden; /* for IE6 CSS bug */
}

/* ステータスウィンドウのログ */
.x-log-panel {
   background-color: white;
}
.x-log-ok {
   color: black;
}
.x-log-warn {
   color: green;
}
.x-log-error {
   color: red;
}
