/*以下進行關於header的定義*/
#hdrtext{
    height: 2.3em;
    font-family: Arial;
    font-size: 1em;
    color: #ffffff;
    background-color: #000066;
    text-align: left;
    padding-top: 1em;
    padding-left: 1em;
}
#hdr{
    
    position: absolute;
    top: 10px;
    width: 800px;
    height: 100px;
    background-color:#ffffff;
}

body{
    /*
    background-color: #cbdea8;
    text-align: center;
    */
}
/*以下進行關於標籤式瀏覽列定義*/
ul#tabnav{
    list-style-type: none;
    margin: 0;
    padding-left: 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid #711515;
    margin-bottom: 6px;
}
ul#tabnav li{
    float: left;
    height: 21px;
    background-color: #0061b5;
    color: #ffffff;
    margin: 2px 3px 0 3px;
    border: 1px solid #711515;
}
ul#tabnav a:link, ul#tabnav a:visited{
    display: block;
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
    padding: 0 4px 0 4px;
}
ul#tabnav a:hover{
    background-color: #00a6cc;
    color: #fffff;
}
body#home li.home,
body#project li.project,
body#instrum li.instrum,
body#member li.member{
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
}
body#home li.home a:link, body#home li.home a:visited,
body#project li.project a:link, body#project li.project a:visited,
body#instrum li.instrum a:link, body#instrum li.instrum a:visited,
body#member li.member a:link, body#member li.member a:visited{
    color: #000000;
    background-color: #ffffff;
}
/*submenu僅用在instrum與home頁面
  content類別會被用在member與instrum頁面*/
div.submenu {
    float: right;
/*
    position: relative;
    clear: both;
    left: 500px;
*/
    width: 320px;
    border: 1px solid #ffffff;
    clear: left;
}
div.submenu li{
    list-style: none;
    background-color: #e9e9d0;
    padding: 5px;
    border-bottom: 3px solid #ffffff;
     
}
div.submenu li a:link, div.submenu li a:visited{
    text-decoration: none;
    color: #9d8711;
}
div.submenu li a:hover{
    text-decoration: underline;
    color: #711515;
}
div.submenu li a strong{
    font-family: Arial;
}
div.content{
/*
    float: left;
*/
    position: relative;
    width: 450px;
    padding-left: 20px;
}
/*額外定義member中的圖片對齊方式*/
div#memcont img.wide{
    width: 300px;
    height: 225px;
    margin: 5px;
    padding-top: 10px
}
div#memcont img.high{
    width: 200px;
    height: 300px;
    margin: 5px;
    padding-top: 10px
}
/*project頁面的格式以id=project定義*/
div#project{
    padding-top: 3px;
    background-color: #ffffff;
    background-image: url(img/cook_big_2.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
div#project h5{
    font-size: 1em;
    padding-left: 35px;
}
div#project p{
    font-size: 0.8em;
    padding-left: 35px;
    padding-bottom: 8px;
}
div#project a:link{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #0000cc;
}
/*定義member頁面選單*/
div#member{
    width: 260px;
    background-color: #e9e9d0;
}
div#member ul#all{
    margin-right: 30px;
}
div#member li{
    border-bottom: 3px solid #e9e9d0;
    margin: 0;
    padding: 0;
}
div#member li a, div#member li p{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #610505;
    border-right: 2px solid #610505;
    border-bottom: 1px solid #610505;
    border-top: 1px solid #610505;
}
div#member ul ul{
    border: none;
    display: none;
}
div#member li p{
    display: block;
    color: #000066;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
}
div#member li p:hover{
    color: #0061b5;
}
/*額外定義home中的圖片對齊方式*/
div#home img{
    width: 480px;
    height: 320px;
    margin: 5px;
    padding-top: 10px
}
/*定義主頁中即時觀測連結*/
div#realtime{
    width: 250px;
    background-color: #e9e9d0;
    padding-bottom: 30px;
}
div.obs{
    width: 200px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
}
img#solar{
    width: 200px;
    height: 25px;
}
img#fmdc{
    width:200px;
    height:73px;
}
img#drop, img#realtime, img#tat{
    width: 120px;
    height: 120px;
}

/*定義頁尾*/
h6{
    font-size: 1em;
    text-decoration: none;
    color: #cdcdcd;
    background-color: #0061b5;
    padding-right: 30px;
    text-align: right;
    margin: 0;
}

