/* 
    Document   : MEDSStyle
    Created on : Oct 29, 2009, 10:27:54 AM
    Author     : Suphannee
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
	font-family: Arial;
	font-size: 12px;
    color: #666666;
}
fieldset{
    width:640px;
    border:solid;
    border-color:#e1e5e8;
}
.menustyle{
        font-family:Arial;
        font-size: 14px;
        color: #666666
}
.headerstyle {
        font-family:Arial;
        font-weight:bold;
        font-size: 14px;
        color: #666666}
.contentBluestyle {
        font-family: Arial;
        font-size: 8px;
        color: #0000ff}
.contentGraystyle {
        font-family: Arial;
        font-size: 11px;
        color: #666666}
.linestyle {
	color: #e1e5e8;
}
.tabhead {
    background-color:#edf4fa;
    border-spacing: 0px;
	}
.tabstyle2 {
    background-color:#e1e5e8;
    border-spacing: 0px;
	}
.tab{
     border:thin;
     color:white;
 }
 .tr_head{
        background-color:#edf4fa; color:#666666;
        font-family: Arial; font-size: 12px; color: #666666
    }
   /* class สำหรับแถวแรกของรายละเอียด */
   .tr_odd{
    background-color:#ffffff; font-family: Arial; font-size: 12px; color: #666666
    }
  /* class สำหรับแถวสองของรายละเอียด */
  .tr_even{
    background-color:#e1e5e8; font-family: Arial; font-size: 12px; color: #666666
   }
