﻿html
{
   font-family: "Segoe UI", sans-serif; 
}

input
{
    font-family: "Segoe UI", sans-serif;    
}

textarea 
{
    font-family: "Segoe UI", sans-serif;    
}

body
{
    width: 1000px;
    margin: 0px;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-family: "Segoe UI", sans-serif;
    background-color: #fff; 
    font-size: 80%;
    color: #000000;	/*EAFFFF*/
}

div, p, ul, li
{
    padding:0px; margin: 0px;	
}

form
{
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.ReadOnly
{
    background-color:#eeeeee;    
}

.NotReadOnly
{
    background-color:#ffffff;    
}

.ModulePanel
{
    background-image: url('images/header/bg.jpg');
    font-size: 130%;
    line-height:160%;
    color: #666; /*549c00*/
    text-decoration: none;
    outline: none;       
    font-weight:normal;
    /*
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;    
    background-color: #f9f9f9;*/
}

.DateTime
{
    font-size: 13px;    
    color: #666666; 
}

.LoginPanel
{
     font-size: 13px;    
     color: #000000; 
}

.Info
{
    color: #999;    
    font-style: italic;
}

.LinkInFieldSet
{
    text-decoration:none;    
}

.Header
{    
    color:#000;               
    font-size:11pt;                        
}

/* Transaction */

.TxnApproved
{
	color: Green;	
}

.TxnDeclined
{
	color: Red;	
}

.TxnPending
{
	color: Red;	
}

.Menu
{                               
    font-size: 10pt;
}

.MenuItem
{
    background: url('images/Menu/bg.jpg') no-repeat;	                                                             
    height:30px;
    width:131px;            
    cursor:pointer;   
    float:left;                      
    text-align:center;    
}

.MenuItemSelected
{
    background: #ddd url('images/Menu/bgover.png') no-repeat;	                                                             
    height:34px;
    width:124px;            
    cursor:pointer;   
    float:left;                      
    text-align:center;
    color:Red;
}

.ContentFrame
{
    background: #ffffff;
    border-right:1px solid #ddd;	  
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
}

.ContentHeader
{       
     background-color:#eee;
     border-bottom: 1px solid #ddd;   
}

.ViewHeaderFont
{
    font-size: 120%;
    line-height:180%;
    color: #666; /*549c00*/
    text-decoration: none;
    outline: none;             
}

.Content
{                
     width:100%;  
     padding-top:0px;          
     padding-bottom:5px;          
     padding-left:15px;          
     padding-right:15px;    
       
}

.DataGridHeader
{
    color:#000;border-bottom:1px solid #ddd;padding:0px;        
}

.DataGridSearch
{
    background-color:#fff; color:#000;border-left:1px solid #ddd;border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;padding:6px;
}
   
.DataGridContent
{
    background-color:#fff; color:#000;border-left:0px solid #ddd;border-right:0px solid #ddd;
    border-bottom:0px solid #ddd;height:350px;
}

.DataGridInvoice
{
    background-color:#fff; color:#000; border: 0px;
}

.GVHeader
{
    background-color:#eee;color:#666;border:1px solid #ddd;padding-left:15px;font-weight:normal;font-size:12px;height:25px;
    text-align:center;
}

.GVRow {
    font-size: 12px;
    height: 25px;
    border: 1px solid #ddd;
    padding: 15px;
    font-weight: normal;  
    height: 20px
}

.TableHeaderFont
{
    font-size: 110%;
    line-height:160%;
    color: green;   
    text-decoration: none;
    outline: none;   
}

.TableSpacing
{
    font-size:2px;
    height:2px;    
}

.ViewTable
{
    padding-top:5px; padding-bottom:5px;    
    color: #000000;
    width:100%;
}

.RequiredField
{
    color:Red;    
    width:20px;    
}

.Loading
{      
    font-size:12px;
    color:#549c00;
}


.ProdPanelPreview {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*
#Loading
{
    position: fixed;
    width: 400px;
    border: solid 1px #999;
    vertical-align: middle;
    background: #FFFFCC url('images/Loading/LoadingBG.png') repeat-x;	      
    text-align: center;
    top: 0px;
    left: 0px;
    color:#000;
    height:25px;
    padding-top:10px;
    padding-left:10px;
    font-size:10px;
}
*/


/* Message */

.MsgBoxHeader
{	
	font-weight:bold;
	color: #666666;
	
}

.MsgBoxDiv
{
	border-bottom:1px dashed #dddddd;
	font-size:5px;
	height:5px;	
}

.MsgBoxHidden
{	
	position: absolute;
	visibility: hidden;
}

.MsgBoxVisible
{	
	position: absolute;
	visibility: visible;
}

.MsgSuc
{
    color: green;
}

.MsgFail
{
    color: Red;
}

.RequiredFieldFont
{
    color:#999; 
    font-style:italic;   
}

.ProdDiv
{
	border-bottom:1px dotted #dddddd;
	height:25px;
	font-weight:bold;
	color:#0071BC;
	background-color: #f9f9f9;
}


.PaymentDiv
{
	background-color:#f9f9f9;
	width:150px;
}

.PaymentDivVal
{
	background-color:#f9f9f9;
}

.PopupTable
{
	color:#0066CC;	
}

.ContentTitleBG
{
    font-family: "Segoe UI", sans-serif;
    background: #FFFFFF url('images/gradient.gif') repeat-x;
	font-size:14pt;
    color:Green;
}

.ReportTitleBG {
    font-family: "Segoe UI", sans-serif;
    font-size: 14pt;
    color: Green;
}

.LoginInfo
{
    font-family: "Segoe UI", sans-serif;
    font-size:14pt;
    color:Green;
}

.TableHeaderInfo
{
    font-family: "Segoe UI", sans-serif;
    font-size:14pt;
    color:Green;
    border-bottom:1px dotted #dddddd;
    width:100%;
}
.TableHeaderInfo2 {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    color: green;
    border-bottom: 1px dotted #dddddd;  
}


.ItemHighlight {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: blue;
    font-weight:bold;
}

.ItemLabel {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #f9f9f9;
}

.ItemDetail {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: #000;
    
}

.ViewTable {
}
.ViewFormTR {
    height: 25px;
    padding-top: 10px;
}

    .ViewFormTR td {
        padding: 5px;
        padding-left: 10px;
        text-align: left;
    }

.ClaimItem {
    width: 80px;
    background-color: #eee;
    height: 30px;
    border: 1px solid #ddd;
}

.ClaimItemUserEnter {
    width: 80px;
    background-color: #cfeab3;
    height: 30px;
    border: 1px solid #ddd;
}

.ClaimItemSystem {
    width: 80px;
    background-color: #fbfc75;
    height: 30px;
    border: 1px solid #ddd;
}

.ClaimItem2 {
    width: 80px;
    background-color: #fff;
    height: 30px;
    border: 1px solid #ddd;
}


.ClaimItem3 {
    width:80px;
    text-align: center;
    border: 0px;
    height:25px;
}

.ClaimItem3ReadOnly {
    width: 80px;
    text-align: center;
    border: 0px;
    height: 25px;
    background-color: #eeeeee;
    text-align: center;
}

.ClaimItemTextReadOnly {
    width: 80px;   
    border: 0px;
    height: 25px;
    background-color: #eeeeee;  
    border:1px solid #ddd;
    padding-left:10px;
}

.ClaimStatus {
    background-color: cornflowerblue;
    color: white;
    height: 50px;
    width: 150px;
    border: 1px solid #ddd;
}

.ClaimStatusDetail {
    font-family: "Segoe UI", sans-serif;
    font-size: 22px;
    color: yellow;
    font-weight:bold;
    background-color: cornflowerblue;
}

.StaffClaimItem {
    width: 30px;
    height: 20px;
    border: 0px solid #ddd;
}

.StaffClaimItem2 {
    width: 250px;
    height: 25px;
    border: 0px solid #ddd;
}

.StaffClaimItem3 {
    width: 100px;
    height: 25px;
    border: 0px solid #ddd;
}

.NumericTextReadOnly {
    background-color: #ddd;
    border: 1px solid #ddd;
}