/*--------------------------------------------------------------------------
  File: engsystem.css
  Author: Eng Pua
  Remarks: To be included for system look and feel 
  History: 
     1. 2017.10.14 Eng Version1.0 
  -------------------------------------------------------------------------*/
body { font-family: Verdana,Arial,sans-serif; }
label, input { display:block; }
input.text { margin-bottom:10px; width:95%; padding: .4em; }

fieldset { padding:0; border:0; margin-top:15px; }

.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.fieldgroup{ float: left; width: auto; margin-left: 3em; }
.formtable { width: 100%; padding: 10px; }
.ui-dialog { overflow: hidden; top: 0;left: 0;padding: .2em; outline: 0; }

caption { background-color: #005588; color: yellow; font-weight: bold; }

.engPanel td { font-size: 1em; margin: .3em 0; padding: .3em; 
              width:33%;background-color: #eeeedd; }
.engPanel th { background-color: #006688;  color: #FFFFBB; height: 40px; }
.zebra tr:nth-child(even) { background-color: #eeeeee; }

.zebra tr:nth-child(odd) { background-color: #dddddd; }

.tableg { width:50%; }
	
.bigButton { 
    zoom: 1.3;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;

    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    padding: .3em 1em .3em .4em;
    background-color: #fff;
    color: #444444;
    font-size: 0.8em; 
}
.bigButton:hover { 
    border-width: 1px 1px 1px 1px;
    background-color: #dddddd;
}

.redBigButton { 
    zoom: 1.3;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;

    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    padding: .3em 1em .3em .4em;
    background-color: #fff;
    color: #A00;
    font-size: 0.8em; 
}

.blueBigButton { 
    zoom: 1.3;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;

    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    padding: .3em 1em .3em .4em;
    background-color: #fff;
    color: #00A;
    font-size: 0.8em; 
}

td, div, h3, h2, h1, h4 {  
     
}
		
.biggerSize { zoom: 1.5 }	
