/* 
Document   : login
Created on : 2008年11月20日, 下午04:45:40
Author     : etp_user
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* .button {
background-color:#999999;
font:bold 12px arial;    
height:25px;
width:80px;
border:black outset 1px;
}
*/

/*
.button {
font-size: 9pt;
font-family: verdana;
font-variant: normal;
font-style: normal;
}
*/

body {    
    font-family:arial;          
    font-size: 11pt;
    font-variant: normal;
    font-style: normal;    
}

.footer {
    
    font-family:arial;          
    font-size: 8pt;
    
}

.button {
    
    font-family:arial;
    font-size: 10pt;
    height:25px;
    width:80px;
    
}

.error {   
    background-color:red;
    color:white;
}

.warn {
    background-color:yellow;
    color:black;
}

.msg {
    background-color:green;
    color:white;
}

.TitleHead {
    
    font-family:arial;          
    font-size: 10pt;
    font-variant: normal;
    font-style: normal;    
    font-weight: bold;
}

.Tab {
    
    font-family:arial;          
    font-size: 9pt;
    font-variant: normal;
    font-style: normal;    
    font-weight: bold;
    
}

.head {
    font-family:arial;          
    font-size: 10pt;
    font-variant: normal;
    font-style: normal;    
    font-weight: bold;
}

.tabHead {
    font-family:arial;          
    font-size: 10pt;
    font-variant: normal;
    font-style: normal;    
    font-weight: bold;
}

.tabBody {
    font-family:arial;          
    font-size: 10pt;
    font-variant: normal;
    font-style: normal;        
}

.labelText {
    font-size: 11pt;
    font-family: verdana;
    font-variant: normal;
    font-style: normal;
}

.errorMessageText {
    font-size: 11pt;
    font-family: verdana;
    font-variant: normal;
    font-style: normal;
    color: #AC2313;
}
.bold {
    font-weight: bold;
}
.red{
    color:red;
}
.pointer{
    cursor: pointer;
}
.dim{
    color:#A4A4A4;
}

.collision{
    background-color: #FFDECC !important;
}
.invalidNightClinicalTr{
    background-color: #FFDECC !important;
}



