/* CSS Document */

/**** BODY ****/

BODY
	{
		font-family:"Microsoft Sans Serif";
		font-size: 12px;
		margin: 0px;
		margin-left: 3px;
		margin-right: 3px;
		padding: 0px;
	}

body.listbody
	{
		font-family:"Microsoft Sans Serif";
		font-size:8px;
	}

body.uheader 
	{
		background-attachment: fixed;
		background-color: #FF9900;
		font-family:"Microsoft Sans Serif";
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
		color:#FF9900;
	}

body.umenu 
	{
		font-family:"Microsoft Sans Serif";
		font-size: 14px;
		color: #1E46B0;
		background-color: #99CCCC;	
	}

/**** BODY ENDS ****/



/**** PARAGRAPH ****/

P
	{
		padding-top: 10px;
		margin: 0px;
	}

p.newsemail
	{
		font-family:"Microsoft Sans Serif";
		font-size:14px;
	}
/**** PARAGRAPH ENDS ****/



/**** HEADER ****/

h1
	{
		font-family:"Microsoft Sans Serif";
		font-size: 14pt;
		font-weight: bold;
		padding-top: 15px;
		margin: 0;
	}

h1.uheader 
	{
		font-family:"Microsoft Sans Serif";
		font-size:24px;
		color:#660000;
	}

/**** HEADER ENDS ****/	


/**** PANE ****/
.withbreaks1
	{
		word-wrap:break-word;
		width:150px; 
	}
.withbreaks2
	{
		word-wrap:break-word;
		width:350px; 
	}	

.pane 				/* used for cmsdisplay */
	{
  		display : none;
  	}

/**** PANE ENDS ****/


/**** TABLE CELL ****/

td.tabs 			/* used for cmsdisplay */
	{
		border-top : thin outset #B1CA91;
  		border-left : thin outset #B1CA91;
		border-right : thin outset #B1CA91;
		border-bottom : thin outset #B1CA91;
  	}

td.listred
	{
		color:#FF0000;
	}

td.fortiles
	{
		border-right: 1px solid #000;
		border-left: 1px solid #000;
	}	

td.umenu
	{
		margin-left:3px;
		text-align:left;
		font-family:"Microsoft Sans Serif";
		font-size:12px;
	}

td.cms1				/* used for cmsdisplay */
	{
		height: 40px;
		width: 40px;
		font-size: 10px;
		font-family:"Microsoft Sans Serif";
	}

td.cms2				/* used for cmsdisplay */
	{	
		height: 100px;
		width: 200px;
		font-size: 10px;
		font-family:"Microsoft Sans Serif";
	}

td.login
	{
		font-size: 12px;
		font-family:"Microsoft Sans Serif";
	}

td.cmsfont1				/* used for cmsdisplay */
	{	
		background-color:#999900;			
		font-family:"Microsoft Sans Serif";
		font-size: 12px;
	}

td.fontGraphTableProduct		/*used for graphtable.php*/
	{
		font-family:"Microsoft Sans Serif";
		font-size:16px;
	}

td.fontGraphTable1		/*used for graphtable.php*/
	{
		width:225px;
		font-family:"Microsoft Sans Serif";
		font-size:16px;
	}
	
td.fontGraphTable2		/*used for graphtable.php*/
	{
		width:70px;
		font-family:"Microsoft Sans Serif";
		font-size:16px;
	}	
	
td.fontGraphTable3		/*used for graphtable.php*/
	{
		width:80px;
		font-family:"Microsoft Sans Serif";
		font-size:16px;
	}
	
/**** TABLE CELL ENDS ****/

/**** TABLE  ****/

table.listfont
	{
		padding-left:1px;	
		border:1px;
		border-spacing:0px;
		border-color:#3300CC;
		font-size:9px;
		font-family:"Microsoft Sans Serif";
	}

table.fontGraphTable		/*for graphtable.php*/
	{
		padding-left:1px;	
		border:1px;
		border-spacing:0px;
		border-color:#3300CC;
		font-size:16px;
		font-family:"Microsoft Sans Serif";
	}

table.formitem
	{
		font-family:"Microsoft Sans Serif";
		font-size:12pt;
		color:#0066CC;
	}

/**** TABLE ENDS ****/
	

/**** LAYER ****/

div.tabs 			/* used for cmsdisplay */
	{
  		background-color : green;
  		cursor : hand;
  	}

div.fortiles
	{
		border:1px;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
	}	

/**** LAYER ENDS ****/



/**** FRAME ****/

frameset.uindex
	{
		border-width:thick;
		border:1px;
	}

/**** FRAME ENDS ****/


/**** FONT ****/

font.findfont				/* used for find */
	{
		font-size: 20px;
		font-family:"Microsoft Sans Serif";
	}
font.fontserif					/*For cmsdisplay1 change this*/
	{
		font-size: 14px;
		font-family:"Microsoft Sans Serif";
	}
font.showallPage
	{
		font-size: 14px;
		font-family:"Microsoft Sans Serif";
	}
font.showallPage
	{
		font-size: 18px;
		font-family:"Microsoft Sans Serif";
	}		
font.graphLegend
	{
		font-size: 11px;
		font-family:"Microsoft Sans Serif";
	}
/**** FONT ENDS ****/

		


/**** SCROLL ****/

div.scrollTable {
   border-left: 1px solid buttonshadow;
   border-right: 1px solid buttonhighlight;
   border-top: 1px solid buttonshadow;
   border-bottom: 1px solid buttonhighlight;
   background: window;

   width: 100%;
   height: 100%;
   overflow: hidden
}

.scrollTableHead {
   behavior: url("syncscroll.htc");
   background: buttonface;
   width: 100%;
   overflow: hidden;
}

.scrollTableHead table {
   background: buttonface;
   empty-cells: show;
   table-layout: fixed;
}

.scrollTableHead table td {
   border-left: 1px solid buttonhighlight;
   border-right: 1px solid buttonshadow;
   border-top: 1px solid buttonhighlight;
   border-bottom: 1px solid buttonshadow;

}

.scrollTableHead td,
.scrollTableBody td {
   color: windowtext;
   font: icon;
   padding: 2px;
}

.scrollTableBody {
   overflow: auto;
   /* height needs to be calculated in a script */
   width: 100%;
}

/**** SCROLL ENDS ****/
			
