﻿.msg {
    font-size: 14pt;
    font-family: Microsoft JhengHei,Arial, "Helvetica Neue", Helvetica, sans-serif, PMingLiU;
    color: #333333;
}


.msgBlue {
    font-size: 14pt;
    color:blue;
}
.redStar {
    color:red;
}
/*----- gridtable -----*/
table.gridtable {
    font-size: 14pt;
    font-family: Microsoft JhengHei,Arial, "Helvetica Neue", Helvetica, sans-serif, PMingLiU;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}

table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}
/*----- noneTable -----*/
table.noneTable {
    font-size: 14pt;
    font-family: Microsoft JhengHei,Arial, "Helvetica Neue", Helvetica, sans-serif, PMingLiU;
    border-style:none;    
}

table.noneTable th {
    border-width: 1px;
    padding: 4px;
    border-style:none;
}

table.noneTable td {
    border-width: 1px;
    padding: 4px;
    border-style:none;
    
}

select {
    height:33px;    
}

input[type="text"]{
  padding-left: 3px; xbackground-color:#f0f0f0;
}

.ddlYear {
    width:60px;
}
.txtLarger {
    width:300px;
}


input[type="radio"]+label, input[type="checkbox"]+label{    
    font-weight:normal; padding-right:15px;    
} 
input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{ 
    color:#014DA1;    
    xcolor:#1C246E;
    background-color:#f0f0f0;    
} 


/*
input[type="checkbox"]+label{    
    font-weight:normal; padding-right:15px;    
} 
input[type="checkbox"]:checked+label{ 
    color:#014DA1;
    xcolor:#1C246E;
    background-color:#f0f0f0;    
} 

input[type="radio"]+label{    
    font-weight:normal; padding-right:15px;    
} 
input[type="radio"]:checked+label{ 
    color:#014DA1;
    xcolor:#1C246E;
    background-color:#f0f0f0;    
} 
*/