/* 
    Document   : input
    Created on : 2009/9/15, 上午 10:24:52
    Author     : 蔡詠捷
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body,th,td,p,div,span,a,input,textarea,ul,ol,dl,h1,h2,h3,h4,h5,h6,li,big,small,b,pre{
    font-family: Arial,Helvetica,sans-serif,新細明體;
    font-size: 11pt;
}

a:visited,
a:link,
a:active {
   color: #273263;
   text-decoration: none;
}
a:hover {
   color: red;
   text-decoration: none;
}

table{
  border-collapse: collapse;
}

table.Input{
  width: 100%;
  border: solid #6B8BBD 1px;
  font-size: 11pt;
}

table.Input3{
  width: 96%;
  border: solid #6B8BBD 1px;
  font-size: 11pt;
}

td.gray{
  border: solid #666666 1px;
  font-size: 13px;
}

td.Title{
  width: 100%;
  background: #6B8BBD;
  font-size: 11pt;
  font-weight: bolder;
  color: #FFFFFF;
  border: solid #6B8BBD 1px;
  text-decoration: underline;
}

td.Header{
  text-align: right;
  background: #EEEEE2;
  font-weight: bolder;
  font-size: 11pt;
}

td.Data{
  font-size: 11pt;
}

td.ButtonArea{
  border: solid #EEEEE2 1px;
  background: #EEEEE2;
  text-align :center;
}

input.Title {
  width: 100%;
}

input.Author {
  width: 100%;
}

textArea.TextArea{
  width: 100%;
  height: 130px;
}

input.Button{
  width: 120px;
}

input.Button2{
  width: 90px;
}

td.Message{
  color: red;
  width: 100%;
  font-size: 12pt;
  text-align: center;
  vertical-align: middle;
}

table.Dialog {
  width: 350px;
  border: solid #808080 1px;
  background: #6B8BBD;
}

td.Dialog_Title {
  background-color: #6B8BBD;
  text-align : center;
  font-weight : bold;
  font-size: 11pt;
  color: #FFFFFF;
}

td.Dialog_Message{
  color: blue;
  background: #EEEEE2;
  font-size: 12pt;
  width: 100%;
  height: 150px;
  text-align: center;
  vertical-align: middle;
}

a.Dialog_Message {
   color: red;
   text-decoration: underline;
}
