body
{
	font-size:12px;
	font-family:Verdana;
	margin:0 0 0 0;
	background-color:#ABA26D; 
}

td,th{font-size:12px;}

h1
{	color:#382D2C; font-size:18px;	}

h2
{	color:Red; font-size:16px;	}

h3
{	color:#C85A17; font-size:14px;	}

hd3
{	background-color:White;	}

.ExtraSmallFont
{
	font-size:8px; 
}

.hidden{display:none;}

.SmallFontBold
{
	font-size:10px; 
	font-weight:bold;  
}

.MediumFontBold
{
	font-size:12px; 
	font-weight:bold;  
}
.SmallFont
{
	font-size:10px; 
}

.MediumFont
{
	font-size:12px; 
}

.LargeFont
{
	font-size:14px; 
}

.ExtraLargeFont
{
	font-size:16px; 
}

.Bold
{
	font-weight:bold;  
}

.Italic
{
	font-style:italic;  
}

.Underline
{
	text-decoration:underline;  
}

.BoldItalic
{
	font-weight:bold;
	font-style:italic;    
}

.BoldUnderline
{
	font-weight:bold;
	text-decoration:underline;    
}

.ItalicUnderline
{
	font-style:italic;
	text-decoration:underline;   
}

.BoldItalicUnderline
{
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;      
}
.BoldRed
{
	font-weight:bold;
	color:Red;  
}
.Gold
{
	font-weight:bold;
	color:#ABA26D;  
}
.Red
{
	color:Red;  
}
.Blue
{
	color:Blue;  
}
.Green
{
	color:Green;
}

.GridDefaultHeader
{
	background-color:#FFCC66;
	color:black;
	font-weight:bold;
	height:30px;
}

.GridDefaultHeaderTimeClock
{   
	background-color:#FFCC66;
	color:black;
	font-weight:bold;
	height:30px;
	font-size:12px; 
}

.GridDefaultRowTimeClock
{
	background-color:white;
	color:#333333;
	vertical-align:top;
	height:23px;
	font-size:12px;
}

.GridDefaultRow
{
	background-color:#FFFBD6;
	color:#333333;
	vertical-align:top;
	height:23px;
}

.GridDefaultAlternatingRow
{
	background-color:White;
	color:#333333;
	vertical-align:top;
	height:23px;
}

.GridDefaultSelectedRow
{
	background-color:#FFCC66;
	color:Navy;
	font-weight:bold;
	vertical-align:top;
	height:23px;
}
.DataGridDefaultAlternatingRowGold
{
	background-color:#C8B560;
	color:#333333;
	vertical-align:top;
	height:23px;
}

.GridDefaultFooter
{
	background-color:#990000;
	color:White;
	font-weight:bold;
	height:23px;
}

.MenuBG
{
	background-image: url(images/mnu_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-color:Orange;
	border-width:1px;
}

table.Body
{
	font-family:Verdana;
	width:100%;
	border:3;    
}

table.Form
{
	background-color:#FFCC66;
	width:98%;
	font-size:12px;
	border:0; 	  
}

table.Form th
{
	text-align:left;   
}

table.Form2
{
	width:98%;
	font-size:12px;
	border:0;  
}

table.FormSmallFont
{
	background-color:#FFFFFF;
	width:98%;
	font-size:10px;
	border:0;   
}

table.FormSmallFont th
{
	text-align:left;   
}

table.FormSmallFont th.Title1
{
	text-align:left;  
	color:Red;
	font-size:12px;  
}

table.TabHeader 
{
	width: 100%; 
	background: #f8f0e5;
}

table.Panel 
{
	width: 100%; 
	background: #f8f0e5; 
	border: 2px outset white
}

table.TabPanel 
{
	width: 100%; 
	background: #f8f0e5; 
	border-left: 2px outset white; 
	border-right: 2px outset white; 
	border-bottom: 2px outset white
}

table.TabPanel td 
{
	padding: 5; 
	font-size: 9pt
}

table.TabPanel td.Highlight 
{
	padding: 5; 
	font-size: 9pt; 
	background : FF9999; 
	color : white
}

td.TabAD 
{
	padding: 2 8; 
	background: #ffbf27; 
	border-top: 2px outset white; 
	border-right: 2px outset white; 
	border-left: 2px outset white; 
	border-bottom: 2px inset white; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #C0C0C0; 
	cursor: hand
}

td.TabAU 
{
	padding: 2 8; 
	background: #ffbf27; 
	border-top: 2px outset white; 
	border-right: 2px outset white; 
	border-left: 2px outset white; 
	border-bottom: 2px inset white; 
	font-size: 8pt; 
	font-weight: bold; 
	color: darkblue; 
	cursor: hand
}

td.TabAC 
{
	padding: 2 8; 
	background: #f8f0e5; 
	border-top: 2px outset white; 
	border-right: 2px outset white; 
	border-left: 2px outset white; 
	border-bottom: 2px solid #f8f0e5; 
	font-size: 8pt; 
	font-weight: bold; 
	color: red; 
	cursor: hand
}

td.TabSpace 
{
	width: 4px; 
	border-bottom: 2px inset white
}

td.TabEmpty 
{
	width: 100%; 
	border-bottom: 2px inset white
}

table.selected_row
{
	border-style:solid;
	border-width:1;
	border-color:Orange;
}

td.dataView
{
	vertical-align:top;
	height:300px;
}

td.info
{
	background-color:#FFCC66;
	color:black;
	font-weight:bold;
}

tr.dlistHeader
{
	background-color:#FFCC66;
	color:black;
	font-weight:bold;
	height:25px;
}

input.button
{
	width:90px;
	font-family:Verdana;
	font-weight:bold;
}

input.button90px
{
	width:90px;
}

input
{
	font-size:11px;
	font-family:Verdana;
}

a.link
{
	text-decoration:none;
	color:Black;
	width:80px;
}
.lbtn_select
{
	background-color:Yellow;
	width:80px;
}

.lbtn_deselect
{
	background-color:#dddddd;
	width:80px;
}

/*
    Deselected tab.  The left most cell that contains the tab left corner .gif
*/
.deselect_tab_left	
{
	background-color:#FFCC33;
	
	background-image: url(images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	cursor:pointer;
}

.deselect_tab_corner_left
{
	width: 4px;
	height: 3px;
	background-image:url(images/tab_leftCorner.gif);
	background-color:#FFCC33;
	background-position: top left;
}

.deselect_tab_corner_right
{
	width: 4px;
	height: 3px;
	background-image:url(images/tab_rightCorner.gif);
	background-color:#FFCC33;
	background-position: top right;
}

.hover_tab_corner_left
{
	width: 4px;
	height: 3px;
	background-image:url(images/tab_leftCorner.gif);
	background-color:#FFCC33;
	background-position: top left;
}

.tab_corner_left
{
	width: 4px;
	height: 3px;
	background-image:url(images/tab_leftCorner.gif);
	background-color:transparent;
	background-position: top left;
}

.hover_tab_corner_right
{
	width: 4px;
	height: 3px;
	background-image:url(images/tab_rightCorner.gif);
	background-color:#FFCC33;
	background-position: top right;
}

.tab_corner_right
{
	width: 4px;
	height: 3px;
	background-image:url(images/tab_rightCorner.gif);
	background-color:transparent;
	background-position: top right;
}

TABLE.RECLIST {width:100%; border:0;}
TABLE.RECLIST TH {background:#fdd882; text-align:center; font-size: 8pt; color:black;height:25px;}
TABLE.RECLIST TD {background:#f8f0e5; text-align:center; font-size: 8pt; color:#0000FF; vertical-align: top}

/* WEB TAB CONTROL CSS <<<<<START>>>>>> */
/*
    Deselected tab.  The center cell that contains the tab text
*/
.deselect_tab_center	{
	background-color:#FFCC33;
	border-top: 1px solid #EF9B02;
	border-bottom: 1px solid #EF9B02;
	color: #000066;
	font-weight: bold;
	padding-bottom:2;
	cursor:pointer;
}

/*
    Deselected tab.  The right most cell that contains the tab right corner .gif
*/
.deselect_tab_right	{
	background-color:#FFCC33;
	
	background-image: url(images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor:pointer;
}

/*  Hover style.  The left most cell that contains the tab left corner .gif
*/
.hover_tab_left	{
	background-color:#FFCC33;
	border-collapse: separate;
	
	background-image: url(images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	cursor:pointer;
}

/*
    Hover style.  The center cell that contains the tab text
*/
.hover_tab_center	{
	background-color:#FFCC33;
	border-top: 1px solid #EF9B02;
	border-bottom: 1px solid #EF9B02;
	color: #000066;
	font-weight: bold;
	padding-bottom:2;
	cursor:pointer;
}

/*
    Hover style.  The right most cell that contains the tab right corner .gif
*/
.hover_tab_right	{
	background-color:#FFCC33;
	
	background-image: url(images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor:pointer;
}

/*
     Selected tab.  The left most cell that contains the tab left corner .gif
*/
.select_tab_left	{
	background-color:transparent;
	
	background-image: url(images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	
	cursor:default;
}

/*
    Selected tab.  The center cell that contains the tab text
*/
.select_tab_center	{
	background-color:transparent;
	border-top: 1px solid #EF9B02;
	color: #CC0000;
	font-weight: bold;
	padding-bottom:2;
	cursor:default;
}

/*
    Selected tab.  The right most cell that contains the tab right corner .gif
*/
.select_tab_right	{
	background-color:transparent;
	
	background-image: url(images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor:default;
}

/*
    Table cells in the tab table that are used as spacers between the tab buttons
*/
.spacer_tab	
{
	background-color: transparent;
	border-bottom: 1px solid #EF9B02;
}
/* WEB TAB CONTROL CSS <<<<<END>>>>>> */

select
{
	font-family: Verdana;
	font-size: 11px;
} 

.pnlPop
{
	background-color: #faf9f4;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	border-color:Orange;
	border-width:1px;
	border-style:solid;
	height:200px;
}

.modalBackground 
{
	background-color:#414141;
    filter:alpha(opacity=70);
    opacity:0.7;
}


.modalBackground2
{
	background-color:#636161;
}

.heading {
	padding: 1em 0 1em 0;
	background-color:#FFCC66;
	color:#000000;/*#5377A9;*/
	/*font-family:Arial, Sans-Serif;
	font-weight:bold;*/
	font-size:1.2em;
	border-color:Orange;
	border-width:1px;
	border-style:solid;
}

.detailHeader
{
	background-color:#FFFF99;
	height:30px;
}

.ExtraSmallFont
{
	font-size:8px; 
}

.SmallFont
{
	font-size:10px; 
}

.MediumFont
{
	font-size:12px; 
}

.LargeFont
{
	font-size:14px; 
}

.ExtraLargeFont
{
	font-size:16px; 
}

.Bold
{
	font-weight:bold;  
}

.Italic
{
	font-style:italic;  
}

.Underline
{
	text-decoration:underline;  
}

.BoldItalic
{
	font-weight:bold;
	font-style:italic;    
}

.BoldUnderline
{
	font-weight:bold;
	text-decoration:underline;    
}

.ItalicUnderline
{
	font-style:italic;
	text-decoration:underline;   
}

.newregistermsg 
{
	font-size: 18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FillTDBlue
{
	background-color:Blue;
	height:2px;
	width:100%;
}

.FillTDRed
{
	background-color:Red;
	height:2px;
	width:100%;
}



/**/
ul{margin:0px; padding:0px; list-style:none;}

.hidecolumn{display:none;}
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}

.formrow{     
 margin-bottom:2px;   
 border:1px solid #fff;
}   

.formrow .caption{
 width:130px;    
 border:1px solid #eeeeee;   
 float:left;   
 height:24px;
 margin-left:1px;   
 padding:2px;   
 padding-left:3px;   
}  
.formrow .ctrl{   
 text-align:left;   
 /*height:24px;   */
 border:1px solid #eeeeee;   
 float:left;   
 padding:2px;   
 margin-left:1px;   
    
}   
.formrow .ctrl2{   
 text-align:left;   
 /*height:24px;   */
 border:1px solid #eeeeee;   
 width:226px;   
 float:left; 
 padding:2px;     
 margin-left:1px;   
}

.gridHeader{background-color:#fdd882;height:25px;font-weight:bold;}
.gridAlternatingRow{background-color:#ffffff;height:25px;}
.gridRow{height:25px;}

.Freezing   
{       
    position:relative ;   
    table-layout:fixed;  
    top : expression(this.offsetParent.scrollTop-1);
    z-index: 10;  
}

.Freezing th{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:1px;} 

.divmargin5{margin:5px 0 5px 0;}

.controltitle{background-color:#fdd882;padding:5px;font-weight:bold;}
.moduleAccessul{margin-top:2px;}
.moduleAccessul li{float:left;width:33%;height:35px;}
.moduleAccesslititle{float:left;width:120px;font-weight:bold;background-color:#FDD882;height:33px; word-break:break-all;}
.moduleAccessliinfo{float:left;padding-top:5px;padding-left:5px;}

.fieldAccessul{clear:both;}
.fieldAccessul li{float:left;width:25%;height:35px;}

.accessinput{width:60px;}
.fieldinput{width:60px;display:none;}

.codeselect{width:250px;}
.codeselectshort{width:136px;}

.width300{width:300px;}
.width250{width:250px;}
.width135{width:135px;}
.width180{width:180px;}

.twoColumnul{}
.twoColumnul li{float:left;width:49%;margin:1px;min-height:35px;height:38px;}
.oneColumnul{}
/*.oneColumnul li{margin:1px;min-height:35px;height:40px !important;height:38px;}*/
.oneColumnul li{margin:1px;min-height:35px;}

.lititle{float:left;font-weight:bold;width:100px;min-height:35px;background-color:#fdd882;padding:2px;}
.liinfo{float:left;padding-left:5px;}
.cleardiv{clear:both;}
.oldvalue{color: blue;}
.divtitle{color:red; font-weight:bold;}
.lititle_long{font-weight:bold;width:180px;height:30px;background-color:#fdd882;padding:5px 0 0 2px;vertical-align:top;}

.toggleDiv{height:30px;border:1px solid #000000;line-height:30px;color:red;padding-top:8px;margin-top:5px;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.tabmenuul{}
.tabmenuul li{float:left;margin-right:12px; line-height:25px;padding-left:10px;padding-right:10px;}
.liTabAU {height:25px; padding: 2px 8px auto auto; background: #ffbf27; border-top: 2px outset white; border-right: 2px outset white; border-left: 2px outset white; border-bottom: 2px inset white; font-size: 8pt; font-weight: bold; color:#000000; cursor: pointer;display:inline-block;}
.liTabAC {height:25px; padding: 2px 8px auto auto; background: #f8f0e5; border-top: 2px outset white; border-right: 2px outset white; border-left: 2px outset white; border-bottom: 2px solid #f8f0e5; font-size: 8pt; font-weight: bold; color: #FD0000; cursor: pointer;display:inline-block;}



/*************************************************
	eSharing Toolbar 
	Code : TB
*************************************************/
.TB_button
{
	/*background-image: url(../img/igWebToolBarBg2.jpg);*/
	background-image: url(./images/gradient.png);
	background-repeat: repeat-x;
	height:26px;
	width:99.8%;
	border-width:2px;
	border-style:groove;
	font-family:Microsoft Sans Serif;
	font-size:10pt;	
}

.TB_buttonHover
{
	border-style:outset;
	border-width:1px;
	font-family:Microsoft Sans Serif;
	font-size:10pt;	
}

.TB_buttonDefault
{
	border-style:solid;
	border-width:1px;
	border-color:transparent;
	font-family:Microsoft Sans Serif;
	font-size:10pt;	
}

.TB_buttonSelected
{
	border-style:inset;
	border-width:1px;	
	font-family:Microsoft Sans Serif;
	font-size:10pt;	
}

.TB_address
{
	background-image: url(./images/gradient.png);
	background-repeat: repeat-x;
	vertical-align:middle;
	height:26px;
	width:99.8%;
	font-size:8pt;
	font-family:Microsoft Sans Serif;
	border-style:groove;
	border-width:2px;
}

.TB_addressHover
{
	border-style:outset;
	border-width:1px;
}

.TB_addressDefault
{
	border-style:none;
	border-width:1px;
}

.TB_addressLabel
{
	width:50px;
	font-size:9pt;
	font-family:Microsoft Sans Serif;
}

.TB_addressSelected
{
	border-style:inset;
	border-width:1px;
}

.TB_addressTextbox
{
	margin-left:20px;
	margin-right:20px;
	font-family:MS Reference Sans Serif;
	font-size:9pt;
	text-align:left;
}

/*************************************************
	Tree
	Code : TR
*************************************************/
.TR_tree
{
	LEFT: 0px; 	
	TOP: 0px;
	font-family:Tahoma;
	font-size:10pt;
	width:100%;
	height:100%;
}

     
.TR_selectedNodeStyle
{
	background-color:#6d86f8;
	color:White;
}

.TR_divFullScreen
{
	/*z-index:101; */
	/*POSITION: absolute; */
	LEFT: 0px; 	
	TOP: 0px;
}

/*************************************************
	Grid
	Code : GR
*************************************************/
.GR_defaultFrame
{
	background-color:Transparent;
    border-color:inherit;
    border-style:none;
    border-width:0px;
    font-family:Tahoma;
    font-size:10pt;
    vertical-align:top;	
    overflow:auto;
}

.bodyGrid
{
	width:100%;
	height:100%;
	margin-top:0px;
	top:0px;
	margin-left:0px;
	left:0px;
	position:absolute;
}

/*************************************************
	MultipleFileUpload
	Code : FU
*************************************************/
.FU_parentPanel
{
	border-width:0px;
	border-style:none;
	width:100%		
}

.FU_listBox
{
	width:100%;
	border-style:solid;
	border-width:1px;
	font-family:Tahoma;
	font-size:10pt;
}

.FU_fileUpload
{
	width:100%;
	font-family:Tahoma;
	font-size:10pt;
}

.FU_listBoxContent
{
	background-color:#ffffff;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	cursor:auto;
	height:20px;
}

.FU_listBoxMouseOver /*cannot implement*/
{	
	
	color:Navy;
	text-align:left;
	vertical-align:middle;
}

.FU_listBoxMouseOut /*cannot implement*/
{
	background-color:#ffffff;
	font-weight:normal;
}

table.FU_table
{
	width:100%;	
}

table.FU_table td
{
	text-align:center;
}

input.FU_input
{
	width:90%;	
}
/**************************************/


.Menu-Skin-Horizontal
{
    /*position:absolute;*/
    left: 9.5em;
    top: 0;
    width: 45em;
    text-align:center;
    /*z-index: 300;*/
}
.Menu-Skin-StaticItem
{
    background:#FCCA5E url(images/mnu_bg.gif) repeat-x;
    font-size: 12px;
    text-align:center;
}
.Menu-Skin-DynamicHover
{
    background:#FCCA5E;  
    text-align:center;  
}
.Menu-Skin-DynamicSelected
{
	background:url(images/mnu_bar_selected.jpg) repeat-x;
	font-weight:bold;
    font-size:12px;
    border-style:solid;
    border-color:#DA7B01;
    text-align:center;
}
.Menu-Skin-StaticSelected
{
	background:url(images/mnu_bar_selected.jpg) repeat-x;
	font-weight:bold;
    font-size:12px;
    border-style:solid;
    border-color:#DA7B01;
    text-align:center;
}
.Menu-Bar
{
	background:#FCCA5E url(images/mnu_bg.gif) repeat-x;
    font-size: 12px;
}
div.layer
{
	height:100%;
	align:center;
	top:0;
	
}
