body
{
	margin: 0;
	padding: 0;
}

body, td, div, 
{
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;
}

input, textarea, password
{
	font-family: inherit; 
	font-size: 12px;
}

select 
{
	font-size: 12px;
    background-color: #FFCCCC
}

A:link
{
	color: maroon;
}

A:visited 
{
	color: red;
}

A:hover
{
	color: blue;
}
A.linkText
{
	font-style: italic;
	text-decoration: underline;
}

.contentTable
{
	BORDER: #9bbf2d .5px solid;
	margin-left: 1.5em;
}


/* background colors for table cells */


.tableborder
 {
	background-color: #CAB6AB;
 }
 

.tablefixed
{
	background-color: #CAB6AB;
	table-layout: fixed;
}

.tablebordersrch
{
	background-color: #FF9900;
}


.whitebg
{
	background-color: #FFFFFF;
}


.ltBluebg
{	
	background-color: #E0E7ED;
}


.ltRedbg
{	
	background-color: #FFCCCC;
}


.ltGreenbg
{
		background-color: #DFFFA5;
}


.mdBluebg
{	
	background-color: #CAD4DF;
}


.mdLightBluebg
{
	background-color: #CAD4DF;
}


.drkBluebg
{
	background-color: #486C91;
}


/* required for form field highlight  #FFFFDD=original color Ver. 1  */


.focused
{
	background-color: #FFFF99;
	color: black;
}



/* Use in check boxes setting background to white */

.cbSort
{	
	background-color: #FFFFFF;
}



/* type styles */

.subhead
{
	font-weight: bold;
	color: #336699;
}


.footer
{	
	color:#FFFFFF;
	text-decoration: none;
	font-size:10px;
	background:#3869B3;
}

.printlink
 {
	color:#FFFFFF;
	text-decoration: none;
	font-size:12px; 
	font-weight:bold; 
	background:#6699CC;
}


.printlink A:link 
{
	color:#FFFFFF; 
	text-decoration: none;
}


.printlink A:visited 
{
	color:#FFFFFF; 
	text-decoration: none;
}


.printlink A:hover 
{
	color:#FFCC33; 
	text-decoration: none;
}


.optional 
{
	color:#FF6600; 
	text-decoration: none; 
	font-size:12px;
}


.help 
{
	color:#000000; 
	text-decoration: none; 
	font-size:10px; 
	background:#FFFFFF;
}


.warning 
{
	color:#000000; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:13px;
}


.error 
{
	color:#FF0000; 
	text-decoration: none; 
	font-size:10px;
}
.message
{
	color:black; 
	text-decoration: none; 
	font-size:10px;
}
.tbheader 
{
	color:black; 
	text-decoration: none;
	font-weight:bold; 
	font-size:11px;
}

.errortext 
{
	color:#FF0000; 
	text-decoration: none; 
	font-size:11px;
}

.readonlytext
{
	background-color:#DDDDE1;
	color: black;
	text : black;	
	font-weight: bold;
	
}

.normaltext 
{
	color:black; 
	text-decoration: none; 
	font-size:10px;
}


.errorLarge 
{
	text-align: center;
	color:#FF0000; 
	text-decoration: none; 
	font-size:12px;
}


.sectionTitle 
{
	color:#FFFFFF; 
	text-decoration: none; 
	background:#3869B3;
}



/*sectionTiles selected*/

.sectionTitle A:visited
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}


.sectionTitle A:link 
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}


.sectionTitle A:hover
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: underline;
}


.sectionTitle A:active 
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: underline;
}

/****THESE ARE CUSTOM LABLE ELEMENTS*****************************************/


.largelabel 
{
	font-size:13px; 
	color: blue; 
	font-weight:bold;
}


.smalllabel 
{
	font-size:12px; 
	color: blue;
}


.printlabel 
{
	font-size:12px; 
}

/*@author anil created on 18-Aug-05 */
.printlabelbold
{
	font-size:12px;
	font-weight: bold;
}

.printtitle 
{
	font-size:14px; 
	font-weight:bold;
}


.smalllink1 
{
	font-size:12px; 
	color: #9f9f00;
}


.smalllink2 
{
	font-size:12px; 
	color: #9f9f00;
}



.heading
{
	padding-top: -2px;
	padding-bottom: -2px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #DAA520;
	height: 14px;
	white-space: nowrap;
	border-collapse: collapse;
 }
 

.smallheading 
{
	padding: 2px 2px;
	font-size: 9px;
	font-family: Arial, sans-serif;
	text-align: left;
	color: #DAA520;
	height: 13px;
	white-space: nowrap;
	border-collapse: collapse;
	vertical-align: bottom;
}

.button2
{
	width: 80px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000000; 
	border-top-color: #FFFFFF;
    border-left-color: #CAD4DF;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 1px 1px 1px 1px;
    background-color: #CAB6AB;
    border-style: solid;
	bottom: auto;
	margin-left: 10px;
	left: auto;
//	position: fixed;
	margin-bottom: auto;
	margin-top: auto;
	top: auto;
	right: auto;
	margin-right: 10px;
}


.buttonBold
{
	width: 70px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-weight:bold;
	color: #000000; 
	border-top-color: #FFFFFF;
    border-left-color: #CAD4DF;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 1px 1px 1px 1px;
    background-color: #CAB6AB;
    border-style: solid;
}


.buttonItalic
{
	width: 70px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-style:italic;
	color: #000000; 
	border-top-color: #FFFFFF;
    border-left-color: #CAD4DF;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 1px 1px 1px 1px;
    background-color: #CAB6AB;
    border-style: solid;
}

.divscroll
{
	height: 95%;
	width: 95%;
	overflow: auto;
	border: 1px solid silver;
	padding: 8px;
	text-align: left;
}




/* This bellow styles are Added by vivek/ rahi */

.frameBody
{
    BACKGROUND-COLOR: #fff5ee;
    FONT-FAMILY: Garamond;
    FONT-SIZE: .12em;
    FONT-WEIGHT: normal;
    font-style:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
 }
 
 
 .frameNote
{
    BACKGROUND-COLOR: #faf0e6;
    FONT-FAMILY: Garamond;
    FONT-SIZE: .12em;
    FONT-WEIGHT: normal;
    font-style:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
 }


 .frameFav
{
    BACKGROUND-COLOR: f9e9e1;
    FONT-FAMILY: Garamond;
    FONT-SIZE: .12em;
    FONT-WEIGHT: normal;
    font-style:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
 
 
 .frameHeader
{
    BACKGROUND-COLOR: #800000;
    FONT-FAMILY: Garamond;
    FONT-SIZE: .12em;
    FONT-WEIGHT: normal;
    font-style:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
 }
 
 
H1, H2, H3, H4, H5
{
    COLOR: #003366;
}


H1	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

	
		
H2
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
	
		
H3	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
	
	
H4	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
	
		
H5 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}


.tableheader
{
	border-collapse: collapse;
}


.trheader
{
	vertical-align: middle;
	text-align: center;
}

.trheader_top
{
	vertical-align: top;
	text-align: center;
}

.trheader_bottom
{
	vertical-align: bottom;
	text-align: center;
}



.tdheader_right
{
vertical-align: top;
 text-align: right;
}


.tdheader_left
{
vertical-align: top;	
text-align: left;
}

.tdheader_left_cell
{
cellspacing: 0;
cellpadding: 0;
vertical-align: top;	
text-align: left;
}

.tdheader_center
{
vertical-align: top;	
text-align: center;
}


.tdheader_justify
{
text-align: justify;
}




.divpage_title
{
	background-color:#D6D6DA;
	text-align:center;
}

.divpage_title_left
{
	background-color:#CAB6AB;
	text-align:left;
}

.divpage_title_right
{
	background-color:#D6D6DA;
	text-align:right;
}

.divpage_title_center
{
	background-color:#D6D6DA;
	text-align:center;
}


	
.divtitle
{
	background-color:#DDDDE1;
	text-align:center;
}


.divtitle_left
{
	background-color:#DDDDE1;
	text-align:left;
}


.divtitle_right
{
	background-color:#DDDDE1;
	text-align:right;
}


.divtitle_center
{
	background-color:#DDDDE1;
	text-align:center;
}

	
.buttonMouseOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	clip:rect(   );
	height:20px; 
	width:80px; 
	background-color:'#9999FF'; 
	cursor:hand
}



.buttonBrowse
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	clip:rect(   );
	height:20px; 
	width:20px; 
	background-color:silver; 
	cursor:hand
}



.buttonBrowseMouseOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	clip:rect(   );
	height:20px; 
	width:20px; 
	background-color:'#9999FF'; 
	cursor:hand
}

.ButtonFlat
{
	border: #999999 1px solid;
	padding: 4px;
	font-size: 0.7em;
	background: #ececec;
	color: #336699;
	line-height: 0.7em;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	margin-right: 4px;
}
	


.PanelTitle
{
  background-color: f1e0c6;
  color: black;
  font-family: verdana;
  font-size: small;
  font-weight: bold;
  padding: 6px;
}


.Panel 
{
  background-color: gainsboro;
  color: black;
  font-family: 'Lucida Console';
  font-size: x-small;
  padding: 4px;
}
	


.orderlist							  
{ 
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-weight: normal;
	font-size: 8pt;
	color: buttontext;
	margin-top: -1px;
	margin-bottom: 16px; 
}
				  


.unorderlist							  
{ 
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-weight: normal;
	font-size: 8pt;
	color: buttontext;
	margin-top: -1px;
	margin-bottom: 16px; 
}



.listitem
{ 
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-weight: normal;
	font-size: 8pt;
	color: buttontext;
	position: relative;
	left: -15px;
	margin-bottom: 1px; 
}


.radioButon
{ 
	position: relative;
	top: -19px;
	left: 25px;
	margin-bottom: -25px; 
}

								
.radiobuttonA	  
{
	position: relative;
	top: -17px;
	left: 30px;
	margin-bottom: -25px; 
}

								
.radiobuttonB
{
	position: relative;
	top: -19px;
	left: 42px;
	margin-bottom: -25px; 
}
								

.checkboxA
{
	position: relative;
	top: -17px;
	left: 17px;
	margin-bottom: -23px; 
}
			
								
.checkboxB
{
	position: relative;
	top: -18px;
	left: 25px;
	margin-bottom: -25px; 
}
								


.comment
{
	width: 566px;
	position: relative;
	top: 5px;
	left: 8px;
	bottom: 6px; 
}
								


.comment1
{
	width: 391px;
	position: relative;
	top: 5px;
	left: 8px;
	bottom: 6px; 
}


.dropdowncombo				  
{ 
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-weight: normal;
	font-size: 8pt;
	color: buttontext;
}	




/****THESE ARE CUSTOM SPACING ELEMENTS*****************************************/


.pagespacer					  
{ 
margin-bottom: -28px; 
}
								

.pagespacer1
{ 
margin-bottom: -12px; 
}
								

.pagespacer2
{ 
margin-bottom: -19px; 
}
								

.pagespacer3
{ 
margin-bottom: -3px; 
}



.pagespacer4
{ 
margin-bottom: 7px; 
}


.pagespacer5
{ 
margin-bottom: 5px; 
}


								
.pagespacer6			  
{ 
margin-bottom: -24px; 
}


								
.pagespacer7			  
{ 
margin-bottom: -11px; 
}



.pagespacer8
{ 
margin-bottom: -14px; 
}


						
.pagespacer9			  
{ 
margin-bottom: -7px; 
}


							
.pagespacer10			  
{ 
margin-bottom: 6px; 
}


								
.pagespacer11			  
{ 
margin-bottom: 22px; 
}


								
.pagespacer12			  
{ 
margin-bottom: -17px; 
}


								
.pagespacer13			  
{ 
margin-bottom: -23px; 
}



.pagespacer14			  
{ 
margin-bottom: -25px; 
}



.dl		
{ 
	margin-top: -10em;  
}


.dt		
{  
	font-weight: bold;
	margin-left: 15pt;  
}


.dd
{
	margin-top: 1pt; 
	margin-bottom: 10pt;
}

.commentDisplay
{
	background-color: #fff5ee;
	border-width: 1px;
	border-color: rgb(230,200,200);
	border-style: solid;
}

/*Start- Added by Nirav Parikh on 2005/10/16 for Sign on Changes by */
.SignOnTitle
{
	font-size: 24;
	font-weight: bold;
}

.SignOnUserPwd
{
	font-size: 20;
	
}

.ForgotUserPwd
{
	font-size: 18;
	
}

LI {
	color:#FF0000; 
	text-decoration: none;
	font-size:10px;
	font-family: "Times New Roman", "Courier New", "Comic Sans MS", sans-serif;
}
/*End- Added by Nirav Parikh on 2005/10/16 for Sign on Changes by */

/* This is the style for the informational messages presented to the user -- start */

div.message {
    background-color: #ffffcc;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}
div.message a {
    background: transparent;
    color: #0000FF;
}

div.message a:visited {
    background: transparent;
    color: #0000FF;
}

div.message a:hover {
    background: transparent;
    color: #008000;
}

div.message a:active {
    text-decoration: underline overline;
}

div.message img.icon {
    vertical-align: middle;
}

span.fieldError {
    color: red;
    font-size: .95em;
    font-weight: bold;
}
table.tab {
	border: 0px;
	border-collapse: collapse;
	margin: 10px;
	margin-top: 0px;
	width: 98%;
}

table.tab td {
	padding: 3px;
	font-size: 1em;
}
/* This is the style for the informational messages presented to the user --end*/
.table-text {   font-family: Arial,Helvetica, sans-serif; font-size:70.0%; background-color: #F7F7F7; background-image: none; }

.newTree {
	margin-left: 2px;
	padding: 1px 2px 1px 2px;
	font-style: italic;
	font-size: .80em;
	text-decoration: underline;
}

.parentNode {
	margin-left: 2px;
	padding: 1px 2px 1px 2px;
	font-style: italic;
	font-size: .80em;
	
}