﻿body 
{
    margin:20px;
    padding:20px;    
    width:85%;
}




/*------Grid Style-----*/

.mGrid 
{   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;   
}  
.mGrid td 
{   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
     font-size: 0.84em;  
}  
.mGrid th 
{   
    padding: 4px 2px;   
    color: #fff;   
    background: #424242 url(grd_head.png) repeat-x top;   
    border-left: solid 1px #525252;   
    font-size: 0.85em;   
}  
.mGrid .alt
 { 
  background: #fcfcfc url(grd_alt.png) repeat-x top;
 }  
  
 .mGrid .pgr 
 {
      background: #424242 url(grd_pgr.png) repeat-x top; 
 }  
.mGrid .pgr table 
{
     margin: 5px 0; 
}  
.mGrid .pgr td 
{   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.mGrid .pgr a 
{
     color: #666; text-decoration: none; 
}  
.mGrid .pgr a:hover 
{
     color: #000; text-decoration: none; 
} 

.colWidth
{
    max-width: 3px;
    overflow: hidden;
}

/*----------  Form Element------------*/


input[type=text]:hover,textarea:hover,select:hover
{
    border-color:#333333;   
   
}

input[type=text]:focus,textarea:focus,select:focus,input[type=password]:focus
{
    background-color: Yellow ;
    color:Black; 
    
    font-size:12;
}


input[type=text],input[type=password]{
	background-image:url('images/form_bg.jpg');
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	color:yellow;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	
	
	font-family:Tahoma, Verdana;
    font-size:12;
    color:black;
}

textarea
{
    background-image:url('images/form_bg.jpg');
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
		
	font-family:Tahoma, Verdana;
    font-size:12px;
    color:black;
}


select
{
    background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	
	
	color:#333333;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	
    font-size:10;
    color:black;
    
}


textarea
 {
	background-image: url('images/bg.png');
	border:1px solid #d1c7ac;
	} 
/*.button
{
    /*background-color: #12A6B0;
    background-color:#12A6B0;
    color:black;
    font-weight:bold;
    width:90px;
    height:22px;
}

*/
.button
{
   font-size:10px;
   font-family:Tahoma, Verdana;
   font-weight:bold;
   color:white;
  /* background-color:#999999; */
    background-color:#1999cf;
   /*background-color:#555555;*/
   /*
   border-style:double;
   border-color:#777777;
   border-width:4px;
    */
   width:90px;
   height:27px;  
}

.button:hover{
    background-color:#b6e390;
    font:bold 11px Verdana,Arial;
    color:#5f5f5f;
    font-weight:bold;
    width:90px;
    height:27px;
    /*
    border-color:#CCCCCC;
    border-width:4px;  
    */
}


.legend
{
    color: red;
    font-family: Tahoma, Verdana ;
    font-weight:bold;
    font-size:13pt;
    letter-spacing:1px;
}

.legendTransaction
{
    color: red;
    font-family:Tahoma, Verdana;
    font-weight:bold;
    font-size:14pt;
    letter-spacing:1px;
}


.tblcontent{
   	font-family:Tahoma, Verdana;    
    color:black;
    font-size:13px;
    color:black;
    text-align:right;
    font-weight:normal;
    letter-spacing:0px;
}
a
{
    text-decoration:none;
    color: Black;
}
  
  

.header-div
  {  
      width:100%;
      height:8%;
      background-color:#12A6B0;
      color:Black; 
      
      font-weight:bold;
      font-family:Tahoma, Verdana;
      font-size:15px; text-align:center;
  }  
 
  .menu-div
  {
    width:auto;
    height:3%;
    background-color:White;
   /* background-color:#dedede;*/
   /* background-color:#990000;*/
    color:White;    
  }
  .button-div
  {
      left:1%;
      width:100%;
      height:5%;
      background-color:White;
      color:Blue;
      float:left;
  }   
   
   .auth-div
  {
      left:50%;
      width:100%;
      height:2%;
      background-color:White;
      color:Blue;
      float:left;
  }   
   
 
   .menu-transaction
  {
      left:2%;
      width:100%;
      background-color:White;
      color:Blue;
      float:left;
  }   
   
 
   
  .errDiv
  {   
      left:1%;      
      width:100%;
      height:6%;
      /*border-bottom-style:groove;*/
      /*border-color:Gray;     */
  }
  
  .error-lable
  {
       
       color: red;
       
       width:90%;
       
  }
  
 .message-lable
  {
       color: red;
       
       
  }
  
  .form-div
  {
 
      left:1%;
      width:100%;
      height:50%;
      background-color:white;
      /*background-color:Red;*/
      color:Black;
  }
  
 .sale-detail-div
 {
   position:absolute;
    top:65%;   
 }
 
  
.grid-div
  {

      background-color:white;
     /* background-color:Yellow; */
      color:Black;
  }
  

  
  
  /*----------  modal popup -------*/

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}







.modal-popup
{
    position:fixed;
    top:40%;
    left:5%;
    color:Black;
    background-color:White;
   width:40%;
   height:45%;
   float:left;
}




.PopupHeader
{   
      text-align:center;
      font-weight:bold;
      color:white;
      background-color:#990000;
}

.controls
{
    position:relative;
    top:4%;
    
}

   
  .popup-body  
  {
      position:relative;
      top:7%;
      
      }
    

    .content-div
    {
        position:absolute; 
        left:10px;
        width:1000px;
        background-color:white;
    }
    
    .edit-mode
    {
       
    }
    
     
.sale_detail_panel
{
    position:fixed;
    top:28%;
    left:7%;
    color:Black;
    background-color:White;
    width:45%;
    height:50%;
    float:left; 
}


.popup-body-tax
{
 position:relative;
 top:24%;    
}



.transaction-type-div
{
    background-color:White;
    color:#990000;
    font-family:Tahoma, Verdana;
    font-size:20px;
    font-weight:bold;
    text-align:center;      
    margin-top:0px;
    margin-bottom:7px; 
}


.link-button
{
    text-decoration:none;
    color:#666666;
    display:block;
    width:60px;
    height:10px;
    background-color:White;
    float:left;
    margin-left:12px;
    text-align:center;    
}

.link-button-prdct
{
    text-decoration:none;
    color:#666666;
    display:block;
    width:85px;
    height:10px;
    background-color:White;
    float:left;
    margin-left:12px;
    text-align:center; 
} 


.login-div
{
    background-color:#EAEAEA;
    width:100%;
    height:100%;
    background-image:url(~\images\Login.jpg);
}
    
    
.home-page-header
{
    width:100%;
    height:120px;  
    background-color:#CFCFCF;  
}

.home-page-content
{
    width:100%;
    height:100%;
    background-color:Gray;
}

#welcome
{
    position:absolute;
    left:75%;
    top:25%;
    color:#1999cf;
    font-family:Tahoma, Verdana;
    font-size:10px;
    
}


#welcomeCompany
{
    position:absolute;
    left:75%;
    top:65%;
    color:#1999cf;
    font-family:Tahoma, Verdana;
    
   
}


#dashboard
{
    position:absolute;
    left:5%;
    top:5%;
    color:#1999cf;
    font-family:Tahoma, Verdana;
}

#dashboardIcons
{
    position:absolute;
    left:5%;
    top:60%;
    
}


#StocKInHand
{
    position:absolute;
    left:30%;
    top:65%;
    
}


#enq
{
    position:absolute;
    left:35%;
    top:12%;
    width:95%;
    
}

#recommended
{
    top: 8%;
    left: 60%;
}

#content1
{
   position:absolute;
   left:5%; 
}