 /*** Master style sheet format for theme 10  Lemon Green***/

/*************** stylesheet order *************************/
/* This format will be used for all stylesheets */
/* The standard sequence will be :*/

/*
		1.1 - body

		2.1 - hyperlink

		3.1 - table.main   -->  main class for the border style

		// Class for rows
	    4.1 - tr.stdrow01  --> main heading
		4.2 - tr.stdrow02  --> top title bar
		4.3 - tr.stdrow03  --> body
		4.4 - tr.stdrow04  --> bottom title bar
		4.5 - tr.stdrow05  --> login page          

		5.1 - tr.stdtr01   --> alternate colors while using libajax8
		5.2 - tr.stdtr02   --> alternate colors while using libajax8

		// Classes for headers
		6.1 - th.stdrow03  --> lighter header                     -center aligned
		6.2 - th.stdrow03a --> lighter header                     -left aligned
		6.3 - th.stdrow03b --> lighter header                     -right aligned
		6.4 - th.stdrow04  --> darker  header                     -center aligned
		6.5 - th.stdrow13  --> Slightly darkish blue for headers  -Center Aligned
		6.6 - th.stdrow13b --> Slightly darkish blue for headers  -Right Aligned

		// Classes for columns
		7.1 - td.row01     --> font color, size for headers

		8.1 - td.stdrow00  --> alternate rows in the body portion of the screen
		8.2 - td.stdrow01  --> alternate lighter color             -center aligned
		8.3 - td.stdrow01a --> alternate lighter color             -left aligned
		8.4 - td.stdrow01b --> alternate lighter color             -right aligned
		8.5 - td.stdrow02  --> alternate darker color              -center aligned
		8.6 - td.stdrow02a --> alternate darker color              -left aligned
		8.7 - td.stdrow02b --> alternate darker color              -right aligned
		8.8 - td.stdrow03  --> darker header color with font       -center aligned
		8.9 - td.stdrow03a --> darker header color with font       -left aligned
		8.10- td.stdrow03b --> ldarker header color with font      -right aligned
		8.11- td.stdrow09  --> Alternate colors light yellow  for data
		8.12- td.stdrow09a --> Light yellow                        -Left align
		8.13- td.stdrow09b --> Light yellow                        -Right align
		8.14- td.stdrow22  --> Darker Amber header                 -center aligned
		8.15- td.stdrow23  --> Darker green header center	       -center aligned
		8.16- td.stdrow24b --> Light red with red fonts	           -Right align
		8.17- td.stdrow25b --> Slightly darker red with red fonts  -Right align
		8.18- td.stdrow26b --> Slightly darker blue with blue fonts-Right align
		8.19- td.stdrow27b --> Light blue with blue fonts	       -Right align

		// Menu classes
		9.1 - td.menu    --> Styles for tabs
		9.2 - td.stdmenu --> style for tabs

		// Input classes
		10.1 - input.stdbox       --> text box(libajx5)
		10.2 - input.stdboxd      --> textbox disabled readonly(libajax5)
		10.3 - input.stdboxnew    --> text box(libajax8) for cursor location
		10.4 - input.stdboxdnew   --> textbox disabled readonly(libajax8) for cursor location
		10.5 - input.stdboxgrid   --> textbox(libajax8) for non cursor location
		10.6 - input.boxgrid      --> textbox(libajax8)
		10.7 - input.boxgridd     --> textbox(libajax8) readonly
	
		11.1 - select.stdampm     --> textbox for am pm display
		11.2 - select.stdbox      --> textbox with a dropdown button
		11.3 - select.stdboxd     --> textbox with a dropdown button
		11.4 - select.stdboxnew   --> textbox with a dropdown button (libajax8)
		11.5 - select.stdboxdnew  --> textbox with a dropdown button (libajax8)

		12.1 - textarea.stdbox    --> style for textareas
		12.2 - textarea.stdboxd   --> style for textareas readonly

		13.1 - table.popup        --> style for popup table

		14.1 - td.rowpop          --> style for popup rows

		15.1 - Button Colors
		15.2 - RGB values for Upper shade of the button
		15.3 - RGB values for Lower shade of the button
		15.4 - RGB values for Glossy
		15.5 - RGB values for Outerstroke
		15.6 - Button properties
*/

/***** Body *************/
body 
	{
	padding-right	: 0px ;
	padding-left	: 0px ;
	padding-bottom	: 0px ;
	margin			: 0px ;
	padding-top		: 0px ;
	font			: 12px arial, Helvetica, sans-serif ;
	}

/*** For hyperlinks ***/
a	
	{
	color		    : black ;
	}


/* main class for the border style */
table.main
	{
	border-width	: 1px  		;
	border-color    : black		;
	border-style    : solid     ;
	width           : 700px     ;

	}


/******************** STYLESHEET FOR THEME 9 **********************/

/*************** STYLE FOR TEMPLATE *******************************/
	


/* Dark Lemon Green for the header  */
tr.stdrow01
	{
	height 			: 60px 	  ;
	background      : #D1DC69 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/* Lemon Green for Title Bar  */
tr.stdrow02
	{
	height 			: 25px 	  ;
	background-image: url(title1.gif);
	color 			: #004000 ;
	font-weight 	: bold    ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

/* Light Yellow for the  background body   */
tr.stdrow03
	{
	height 			: 25px 	  ;
	background-color: #FFF8C6 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/*  Glossy Dark Lemon Green for the footer  */
tr.stdrow04
	{
	height 			: 25px 	  ;
	background-image: url(title2.gif);
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 10 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;
	font-family		: arial, helvetica, sans-serif ;
	}


/*tr.stdrow05--> light yellow color, right align for body*/
tr.stdrow05
	{
	background-color: #FFFCE4 ;
	color 			: #000000 ;
	font-weight 	: bold    ;
	font-size 		: 12px 	  ;
	text-align 		: right   ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}


/******** CSS for Excel Output *********/
tr.stdtr01
	{
	height 			: 25px 	  ;
	background-color: #FFFCE4 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

tr.stdtr02
	{
	height 			: 25px 	  ;
	background-color: #FFF9D0 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

/******************** STYLE FOR HEADERS START *********************/
th.stdrow03
	{
	height 			: 25px 	  ;
	background-color: #E6ECAD ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

th.stdrow03a
	{
	height 			: 25px 	  ;
	background-color: #E6ECAD ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: left    ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

th.stdrow03b
	{
	height 			: 25px 	  ;
	background-color: #E6ECAD ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: right   ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

th.stdrow04
	{
	height 			: 25px 	  ;
	background-color: #D9E852 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}
/*Slightly Lighter Color for headers */
th.stdrow13
	{
	height 			: 25px 	  ;
	background-color: #E3F06F ;
	color 			: #000000 ;
	/*color 			: #FFFFFF ;*/
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	/*background-image: url('../test/25.gif');*/
	} 
/*Slightly Lighter Color for headers - Right Aligned */
th.stdrow13b
	{
	height 			: 25px 	  ;
	background-color: #E3F06F ;
	color 			: #000000 ;
	/*color 			: #FFFFFF ;*/
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: right   ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	/*background-image: url('../test/25.gif');*/
	}
/********************* STYLE FOR HEADERS END HERE *********************/ 	



/*	!!!!!!!!!! Login !!!!!!!!!!! */

/*******************td.row01 --> setting font colors, size  for headings************************/
td.row01
	{
	height 			: 25px 	  ;
	color 			: #B3DA33 ;
	font-weight 	: normal  ;
	font-size 		: 14px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
/******************************************************************************************/



/************ STYLE FOR COLUMNS BEGIN HERE ***************/
td.stdrow00
	{
	height 			: 25px 	  ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	text-align 		: center  ;
	font-size 		: 12px 	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}


/* Alternate colors pale yellow for data*/
/* Center Align */
td.stdrow01
	{
	height 			: 25px 	  ;
	background-color: #FFFCE4 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}	
	
/* Left align*/	
td.stdrow01a
	{
	height 			: 25px 	  ;
	background-color: #FFFCE4 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: left	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
	
/* Right align */	
td.stdrow01b
	{
	height 			: 25px 	  ;
	background-color: #FFFCE4 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;		
	font-family		: arial, helvetica, sans-serif ;
	}		
	
/* Alternate colors light yellow for data */
/* Center align */
td.stdrow02
	{
	height 			: 25px 	  ;
	background-color: #FFF9D0 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
	
/* Left align */	
td.stdrow02a
	{
	height 			: 25px 	  ;
	background-color: #FFF9D0 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: left    ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
	
/* Right align */	
td.stdrow02b
	{
	height 			: 25px 	  ;
	background-color: #FFF9D0 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right   ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
		
/* for pagination dark Lemon Green */
/* Center align */
td.stdrow03
	{
	height 			: 25px 	  ;
	background-color: #E3EE83 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}

/* Left align */	
td.stdrow03a
	{
	height 			: 25px 	  ;
	background-color: #E3EE83;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: left    ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
	
/* Right align */	
td.stdrow03b
	{
	height 			: 25px 	  ;
	background-color: #E3EE83 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: right   ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;	
	font-family		: arial, helvetica, sans-serif ;
	}
	
/* Alternate colors light yellow  for data*/
td.stdrow09
	{
	height 			: 25px 	  ;
	background-color: #FDF1D7 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;
	font-family		: arial, helvetica, sans-serif ;
	}


/* Light yellow Left align*/
td.stdrow09a
	{
	height 			: 25px 	  ;
	background-color: #FDF1D7 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: left	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/* Light yellow Left align*/
td.stdrow09b
	{
	height 			: 25px 	  ;
	background-color: #FDF1D7 ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;
	font-family		: arial, helvetica, sans-serif ;
	}	
	

/* Darker Amber header center*/			
td.stdrow22
	{
	height 			: 25px 	  ;
	background-color: #F3C781 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	} 	

/* Darker green header center*/		
td.stdrow23
	{
	height 			: 25px 	  ;
	background-color: #95E795 ;
	color 			: #000000 ;
	font-weight 	: bold    ;
	font-size 		: 12px 	  ; 
	text-align 		: center  ;
	vertical-align	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/* Light red with red fonts*/	
td.stdrow24b
	{
	height 			: 25px 	  ;
	background-color: #FFFBFB ;
	color 			: #CB0006 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;		
	font-family		: arial, helvetica, sans-serif ;
	}

/* Slightly darker red with red fonts*/	
td.stdrow25b
	{
	height 			: 25px 	  ;
	background-color: #FFF1F1 ;
	color 			: #CB0006 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;		
	font-family		: arial, helvetica, sans-serif ;
	}


/* Slightly darker blue with blue fonts*/	
td.stdrow26b
	{
	height 			: 25px 	  ;
	background-color: #F1F1FF ;
	color 			: #0000B0 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;		
	font-family		: arial, helvetica, sans-serif ;
	}

/* Light blue with blue fonts*/		
td.stdrow27b
	{
	height 			: 25px 	  ;
	background-color: #FBFBFF ;
	color 			: #0000B0 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	padding-left    : 3px	  ;
	padding-right   : 3px	  ;		
	font-family		: arial, helvetica, sans-serif ;
	}

/******************** STYLE FOR COLUMNS END HERE *******************/			



/************ Styles for tab begins here ***************/
td.menu	
	{
	width			: 120px	      ;
	height			: 25px		  ;
	text-align 		: center      ;
	color 			: #FFFFFF     ;
	font-weight 	: bold        ;
	font-size 		: 12px 	      ; 
	text-align 		: center      ;
	padding-bottom  : 1px	      ;
	vertical-align	: middle      ;
	cursor          : pointer     ;
	background-repeat : repeat-x  ;
	background-position : bottom  ;	
	}

/*  menu bar */
td.stdmenu
	{
	width			: 75px	      ;
	height			: 25px		  ;
	text-align 		: center      ;
	color 			: #FFFFFF     ;
	font-weight 	: bold        ;
	font-size 		: 12px 	      ;
	padding-bottom  : 1px         ;
	vertical-align	: middle      ;
	cursor          : pointer     ;
	background-repeat : no-repeat ;
	background-position : bottom  ;
	}	

/******************* STYLE FOR BOXES BEGIN HERE *****************/
/*** Style for text boxes, textareas etc ***/	
input.stdbox
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

input.stdboxd
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFCB	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #702F2B         ;
	padding-left : 2px				;
	padding-right: 2px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

/* For libajax8 functions to edit text in a grid cursor location */	
input.stdboxnew 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 0 0 0 	        ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

input.stdboxdnew 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFCB	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 0 0 0 	        ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #000080          ;
	padding-left : 0px				;
	padding-right: 0px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

/* For libajax8 To display text in a grid non cursor locations  */
input.stdboxgrid
	{
	height           : 23px             ;
	background	     : #FFFFFF	   		;
	background-color :transparent 		;
	border		     : 0px              ;
	margin		     : 0 0 0 0 	        ;
	font-weight      : normal			;
	font-size 	     : 12px 	  		;
	color            : #000080          ;
	padding-left     : 2px				;
	padding-right    : 2px				;
	font-family	     : arial, helvetica, sans-serif ;
	}

input.boxgrid
	{
	height           : 23px             ;
	background	     : #FFFFFF	   		;
	border		     : 1px solid #B3DA33;
	margin		     : 0 0 0 0 	        ;
	font-weight      : normal			;
	font-size 	     : 12px 	  		;
	color            : #000080          ;
	padding-left     : 0px				;
	padding-right    : 0px				;
	font-family	     : arial, helvetica, sans-serif ;
	}

input.boxgridd
	{
	height           : 23px             ;
	background	 	 : #FFFFCB	   		;
	border		 	 : 1px solid #B3DA33;
	margin		     : 0 0 0 0 	        ;
	font-weight      : normal			;
	font-size 	     : 12px 	  		;
	color        	 : #000080          ;
	padding-left     : 0px				;
	padding-right    : 0px				;
	font-family	     : arial, helvetica, sans-serif ;
	}



/******** Select ************/
select.stdampm 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF  		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #000000          ;
	padding-left : 2px				;
	padding-right: 2px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

select.stdbox
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

select.stdboxd
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFCB	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #000000          ;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;
	}

select.stdboxnew
	{
	width		 : 300px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #000000          ;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;
	}	

select.stdboxdnew
	{
	width		 : 300px 	   		;
	height       : 23px             ;
	background	 : #FFFFCB	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #000000          ;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;
	}

/* style for textarea  */
textarea.stdbox
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}


textarea.stdboxd 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFCB   		;
	border		 : 1px solid #B3DA33;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #702F2B         ;
	padding-left : 2px				;
	padding-right: 2px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}


/************ Styles for tab ends here ***************/

/******** CSS for popup begins here *********/
table.popup 
	{
	border-width	: 1px  		;
	border-color    : black		;
	border-style    : solid     ;
	width           : 100%      ;
	border-collapse : separate  ;
	border-spacing  : 1px       ;
	background-color: #FFFFFF   ;
	}

td.rowpop
	{
	height 			: 25px 	  ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}	
/************ Styles for popup ends here ***************/



/*********************Button Colors Starts here VISTA************************/

/*********************Vista Button Colors Starts here **************************************************************/

/*Note :Actual size of button varies by one pixel in window (Reduce the below button sizes(HEIGHT & WIDTH) by one pixel while developing the button)

/* Style : VISTA                             */

/* Font Color Black                          */

/* RGB values for Upper shade of the button  */
/* R = 132, G = 202, B = 2                   */

/* RGB values for Lower shade of the button  */
/* R = 254, G = 252, B = 154                 */

/* RGB values for Glossy                     */
/* R = 255, G = 255, B = 255 (67%)           */

/* RGB values for Outerstroke                */
/*R = 132, G = 202, B = 2   1 pixel        */

/* Menu Bar  width : 7,    Height : 24       */
/* Title Bar width : 7,   Height : 25        */
/* Menubg    width : 219, Height : 219       */


/*********************Regular Button Specifications ************************/

/*Height  : 25 ; Width : 77 ; Corner : 25 ; 
FontName : Tahoma ; Size : 12 ; Bold ; X = Y = 1 ;
Horizontal : Center ; Vertical : Center ; ColorDirection : Vertical ;     */

/*********************Regular Button Specification ends here*****************/


/*********************Calender Button Specifications ************************/

/* RGB values for Start Color of the button    */
/* R = 94, G = 143, B = 1                      */

/* RGB values for End Color                    */
/* R = 254, G = 252, B = 154                   */

/* RGB values for Glossy                       */
/* R = 255, G = 255, B = 255   (67%)           */

/* RGB values for Outerstroke                  */
/* 1 pixel R = 94, G = 143, B = 154            */

/* Font Color : White ; Glossy 67% 
Height : 25 ; Width  : 23 ; Corner : 0 ; 
shadow : R = 0, G = 51, B = 0          ;
FontName : Arial ; Size : 12 ; Bold ; X = 0, Y = 1 ;
Horizontal : Center ; Vertical : Center ; ColorDirection : Vertical ;
 Calender (cal_m.gif) Height : 25 ; Width : 65 ;                              */
/*********************Calender Button Specifications ends here ***************/

/*********************Pagination LIME Button Specifications *******************/


/* RGB values for Start Color of the button  */
/* R = 209, G = 220, B = 105                 */

/* RGB values for End Color                  */
/* R = 136, G = 148, B = 35                  */


/* RGB values for Glossy                     */
/* R = 255, G = 255, B = 255   (67%)         */

/* RGB values for Outerstroke                */
/* R = 209, G = 220, B = 105     1 pixel     */

/*Font Color : White ;                       */


/*Height : 26 ; Width  : 21 ;  Corner : 25 ; 
FontName : Arial ; Size : 12 ; Bold ; X = 1, Y = 2 ;
Horizontal : Center ; Vertical : Center ; ColorDirection : Vertical ; 
Text Shadow : X = 1, Y = 1,                                              */

/*Go Button (pggop.gif) Height : 21, Width :26 ;                         */

/*********************Pagination LIME Button Specifications ends here**************/


/*********************Pagination Orange Button Specifications *******************/


/* RGB values for Start Color of the button  */
/* R = 255, G = 153, B = 0                   */

/* RGB values for End Color                  */
/* R = 255, G = 102, B = 0                  */


/* RGB values for Glossy                     */
/* R = 255, G = 255, B = 255   (67%)         */

/* RGB values for Outerstroke                */
/* R = 255, G = 153, B = 0     1 pixel       */

/*Font Color : White ;                       */


/*Height : 26 ; Width  : 21 ;  Corner : 25 ; 
FontName : Arial ; Size : 12 ; Bold ; X = 1, Y = 2 ;
Horizontal : Center ; Vertical : Center ; ColorDirection : Vertical ; 
Text Shadow : X = 1, Y = 1,  T :50 ;  R = 255, G = 102, B = 0                   */

/*Go Button (pggop.gif) Height : 21, Width :26 ;                         */

/*********************Pagination Orange Button Specifications ends here**************/

/*********************Pagination Red Button Specifications *******************/

/* RGB values for Start Color of the button  */
/* R = 113, G = 0, B = 0                     */

/* RGB values for End Color                  */
/* R = 255, G = 0, B = 0                     */


/* RGB values for Glossy                     */
/* R = 255, G = 255, B = 255   (96%)         */

/* RGB values for Outerstroke                */
/* R = 113, G = 0, B = 0     1 pixel         */


/*Font Color : White ;                       */


/*Height : 26 ; Width  : 21 ;  Corner : 25 ; 
FontName : Arial ; Size : 12 ; Bold ; X = 1, Y = 2 ;
Horizontal : Center ; Vertical : Center ; ColorDirection : Vertical ; 
Text Shadow : X = 1, Y = 1,  T :50 ;  R = 255, G = 0, B = 0                   */

/*Go Button (pggop.gif) Height : 21, Width :26 ;                         */

/*********************Pagination Red Button Specifications ends here**************/




/*********************Button Colors Ends here ******************************/                                                                                   
/*************************************************************************************************************/



