/*** Master style sheet format for theme 6 ***/

/*************** 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
*/


/******************************* stylesheet.css for theme 6 starts here ********************************/

/***** 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 ;
	}


/*Style for table with a border of 1px, black, solid line */
table.main 
	{
	border-width	: 1px  		;
	border-color    : black		;
	border-style    : solid     ;
	/*put theme background and border colours here.*/
	}

/*********************** Stylesheeet for templates starts here **************************/
/***** tr.stdrow01 for green color for the headings */
tr.stdrow01
	{
	height 			: 60px	  ;
	background-color: #82B23A ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/* tr.stdrow02 top band green **/
tr.stdrow02
	{
	height 			: 25px 	  ;
	background-color: #669900 ;
	background-image: url(title1.gif);
	color 			: #FFFFFF ;
	font-weight 	: bold    ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/***** tr.stdrow03 for lighter green color for the body */
tr.stdrow03
	{
	height 			: 25px	  ;
	background-color: #DDF5BB ;
	color 			: #000000 ;
	font-weight 	: normal  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}


/* tr.stdrow04 bottom band green **/
tr.stdrow04
	{
	height 			: 25px	  ;
	background-color: #669900 ;
	background-image: url(title2.gif);
	color 			: #FFFFFF ;
	font-weight 	: bold    ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}

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

/********  Alternate colors while using libajax8 *********/
tr.stdtr01
	{
	height 			: 25px 	  ;
	background-color: #E5F7CD ;
	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: #DFF7C3 ;
	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 ;
	}

/************************************************************************************/

/*************************stylesheet for headers starts here************************ */
/** Dark green ****/
th.stdrow03
	{
	height 			: 25px 	  ;
	background-color: #A9CC56 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: center  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/* Left align*/
th.stdrow03a
	{
	height 			: 25px 	  ;
	background-color: #A9CC56 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px 	  ;
	text-align 		: left	  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}

/** Right align **/	
th.stdrow03b
	{
	height 			: 25px 	  ;
	background-color: #A9CC56 ;
	color 			: #000000 ;
	font-weight 	: bold	  ;
	font-size 		: 12px	  ;
	text-align 		: right	  ;
	vertical-align 	: middle  ;
	font-family		: arial, helvetica, sans-serif ;
	}


/* Dark green color for Search and pagination properties */
th.stdrow04 
	{
	height 			: 25px 	  ;
	background-color: #2C8F60 ;
	color 			: #FFFFFF ;
	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: #4AB081 ;
	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: #4AB081 ;
	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');*/
	}

/*******************************************************************************************************/


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

/*********************** Stylesheeet for templates ends here **************************/


/***************************stylesheet for headers starts here***************************/

/*** These cells are used for alternate colors ,td.stdrow depending on colors**** */
/* White color */
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 light green  for data*/
td.stdrow01
	{
	height 			: 25px 	  ;
	background-color: #E5F7CD ;
	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: #E5F5CD ;
	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: #E5F7CD ;
	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  dark green for data */
td.stdrow02
	{
	height 			: 25px 	  ;
	background-color: #DFF7C3 ;
	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: #DFF7C3 ;
	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: #DFF7C3 ;
	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 darker blue */
td.stdrow03
	{
	height 			: 25px 	  ;
	background-color: #2C8F60 ;
	color 			: #FFFFFF ;
	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: #FFFFFF ;
	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: #FFFFFF ;
	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 ;
	}

/***************************************************************************************************/

/************ Styles for menu button 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  ;	
	}
/************ Styles for menu button ends here ***************/


/************ Styles for tab begins here ***************/
td.stdmenu
	{
	width			: 75px	      ;
	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 : no-repeat ;
	background-position : bottom  ;	
	}

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

/************ Styles for text boxes begins here ***************/
/** For editable fields ***/
input.stdbox 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid #B3DAC1;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

/** For non-editable fields i.e readonly  ***/		
input.stdboxd 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #D0EEAE	   		;
	border		 : 1px solid #B3DAC1;
	margin		 : 0 4px 0 0 	    ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	color        : #107F35          ;
	padding-left : 2px				;
	padding-right: 2px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}
	
/* libjax8 for non cursor location */
input.stdboxnew 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF	   		;
	border		 : 1px solid  #B3DAC1;
	margin		 : 0 0 0 0 	        ;
	font-weight  : normal			;
	font-size 	 : 12px 	  		;
	padding-left : 3px				;
	padding-right: 3px				;
	font-family	 : arial, helvetica, sans-serif ;	
	}

/* libjax8 for cursor location */
input.stdboxdnew 
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #D0EEAE	   		;
	border		 : 1px solid  #B3DAC1;
	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.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              ;*/
	border		     : 1px solid  #B3DAC1;
	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	 	 : #D0EEAE	   		;
	border		 	 : 1px solid  #B3DAC1;
	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 ;
	}

/************ Style for select ****************/

select.stdampm
	{
	width		 : 200px 	   		;
	height       : 23px             ;
	background	 : #FFFFFF  	    ;
	border		 : 1px solid  #B3DAC1;
	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  #B3DAC1;
	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	 : #D0EEAE	   		;
	border		 : 1px solid #B3DAC1;
	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 #B3DAC1;
	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	 : #D0EEAE	   		;
	border		 : 1px solid #B3DAC1;
	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 #B3DAC1;
	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	 : #E6E6FF	   		;
	border		 : 1px solid #B3DAC1;
	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 ;	
	}

/************ Styles for text boxes 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   ;
	}
/******** CSS for popup ends here *********/

/************ Styles for popup begins here ***************/
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 buttons                                                       */

/* font colour = white                                                 */

/* font style = x-1, y-1, verdana, font size-12                        */

/* No text shadow,no shadow,no light effect, color division - vertical */

/* RGB values for Upper shade of the button                            */
/* R = 0, G = 125, B = 0                                               */

/* RGB values for Lower shade of the button                            */
/* R = 0, G = 168, B = 0                                               */

/* RGB values for outer stroke, border = 1                             */
/* R = 0, G = 128, B = 0                                               */

/* RGB values for Glossy                                               */
/*  67%  R =217, G = 255, B =102                                       */

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

