/* 
    Document   : list
    Created on : 2009/8/17, 下午 05:17:21
    Author     : 蔡詠捷
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


table.List{
  width: 95%;
  font-size: 11pt;
  border: solid #6B8BBD 1px;
}

table.ListMultiple{
  font-size: 11pt;
  border: solid #6B8BBD 1px;
}

table #narrow {
    width: 50%;
}

td.Title{
  width: 100%;
  background: #6B8BBD;
  font-size: 11pt;
  font-weight: bolder;
  color: #FFFFFF;
  border: solid #6B8BBD 1px;
  text-decoration: underline;
}

input.Small{
  font-size: 9pt;
}

tr.HeaderLine{
  border: solid #6B8BBD 1px;
}

td.Header{
  background: #ECE9D8;
  text-align: center;
  font-weight: bolder;
  font-size: 11pt;
}

tr.DataLine{
  background-color: #F4F3EE;
}

td.Data{
  text-align: left;
  font-size: 11pt;
  vertical-align: middle;
}

td.Data_center{
  text-align: center;
  font-size: 11pt;
  vertical-align: middle;
}

input.MiniButton{
  font-size: 10pt;
  width: 48px;
}

img.conferenceLogo{
  width:  100px;
}

input.Button{
  width: 120px;
}


.hover-highlight tr:hover {
    background: yellow;
}