
	/***   application	 : erp						 				***/
	/***   libraries	 : cascading style sheet	 				***/
	/***   file name 	 : standard.css								***/
	/***   created	  	 : 27 Dec 2017								***/
	/***   modified  	 : 26 Dec 2018								***/


	/*** Text ***/	
		input.txt-xxs {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:15px;	 	
			height:20px;	
		}
		
		input.txt-xxs-uppercase {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:15px;	 	
			height:20px;
			text-transform:uppercase;	
		}
		
		input.txt-xxs-gray {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 			
			width:15px;	 	
			height:20px;	
		}
		
		input.txt-xs {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:80px;	 	
			height:20px;	
		}
		
		input.txt-xs-uppercase {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:80px;	 	
			height:20px;	
			text-transform:uppercase;	
		}
		
		input.txt-xs-gray {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 	
			width:80px;	 	
			height:20px;	
		}
		
		input.txt-xs-lavender {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #E6E6FA; 			
			width:80px;	 	
			height:20px;	
		}
		
		input.txt-xs-thistle {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #D8BFD8; 			
			width:80px;	 	
			height:20px;	
		}
		
		input.txt-s {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:100px;	 	
			height:20px;	
		}
		
		input.txt-s-gray {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 	
			width:100px;	 	
			height:20px;	
		}
		
		input.txt-s-lavender {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #E6E6FA; 			
			width:100px;	 	
			height:20px;	
		}
		
		input.txt-s-thistle {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #D8BFD8; 			
			width:100px;	 	
			height:20px;	
		}
		
		
		input.txt-m {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:150px;	 	
			height:20px;	
		}

		input.txt-m-gray {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 			
			width:150px;	 	
			height:20px;	
		}

		input.txt-l {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:300px;	 	
			height:20px;	
		}
		
		input.txt-l-gray {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 			
			width:300px;	 	
			height:20px;	
		}
		
		
		input.txt-l-dsply {
			font-family: arial; font-size: 9pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 			
			width:300px;	 	
			height:20px;	
		}
		
		input.txt-l-uppercase {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:300px;	 	
			height:20px;	
			text-transform:uppercase;
		}
		
		input.txt-xl {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:540px;	 	
			height:20px;	
		}	
		
		input.txt-xl-gray {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #D5D5D5; 	
			background-color: #D5D5D5; 			
			width:540px;	 	
			height:20px;	
		}
		
		input.txtarea {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:600px;	 	
			height:20px;	
		}
		
		input.txtarea-l {
			font-family: arial; font-size: 10pt; 	
			border: 1px solid #999999; 	
			background-color: #F5F5F5; 			
			width:600px;	 	
			height:100px;	
		}
		
	/*** Input Button ***/	
		input.btn-s {
			width:25px;	 	
			height: 25px;	
		}
			
		input.btn {
			width:120px;	 	
			height: 25px;	
		}
		
		input.btn-m {
			width:150px;	 	
			height: 25px;	
		}

		input.btn-xxs-lightgray {
			width:5px;	 	
			height: 25px;	
			border: 1px solid #696969; 
			background-color: #D3D3D3;
		}
			
		input.btn-xs-lavender {
			width:20px;	 	
			height: 20px;	
			border: 1px solid #696969; 
			background-color: #E6E6FA;
		}	
	
			
		input.btn-xs-transparent {
			width:20px;	 	
			height: 20px;	
			border: 0px; 
			background-color: transparent;	
		}	
		
		input.btn-del {
			width:50px;	 	
			height: 50px;	
			border: 0px; 
			background: url(icon_del.png) 0 0 transparent;
		}	
			
	/*** Select ***/		
		select.slc-s {
			font-family: arial; font-size: 12px; 
			background-color: #FFFFFF; 			
			width:100px;	 	
			height: 20px;	
		}

		select.slc-m {
			font-family: arial; font-size: 12px; 
			background-color: #FFFFFF; 			
			width:150px;	 	
			height: 20px;	
		}

		select.slc-l {
			font-family: arial; font-size: 12px; 
			background-color: #FFFFFF; 			
			width:300px;	 	
			height: 20px;	
		}

	/*** object: side menu ***/      
		a.menusmall {
			color:#800080; text-decoration:none; 
			font-size:11pt;font-family:arial;font-weight:;
		}
	
		ul.menu {
   	 		list-style: none; /* no bullets */
    		padding: 1px 1px 1px 1px; /* top, right, bottom, and left */
    		margin: 0;
		}

		.menu li { 
	    	padding-left: 10px; 
		}

		ul.submenu { 
    		padding: 1px 1px 1px 1px; /* top, right, bottom, and left */
    		margin: 0;
		}

		.submenu li { 
    		padding-left: 20px; 
		}
	
	/*** object: link ***/      
		a.menu {
			color:#800080; text-decoration:none; 
			font-size:12pt;font-family:arial;font-weight:;
		}
	
		div.menusubheader {
			color:black; font-size:11pt; font-family:arial; font-weight:;
		}    
	
	/*** object: image ***/
		.centerimg {
    		display: block;
    		text-align: center;
    		margin-left: auto;
    		margin-right: auto;
		}

	