/* Default CSS Stylesheet for a new Web Application project */
.Message			{ font-family:Verdana, Helvetica; font-weight:bold; font-size:11px; color:red; text-align:center; border-collapse:collapse; }
.body
{
	background: none transparent scroll repeat 0% 0%;
	width: 1000px;
	height: auto;
}
/*Keep header on top*/
.header-cont {
    width:100%;
    position:fixed;
    top:0px;
}
.header {
    height:50px;
    background:#F0F0F0;
    border:1px solid #CCC;
    width:960px;
    margin:0px auto;
}
.content {
    width:960px;
    background: #F0F0F0;
    border: 1px solid #CCC;
    height: 2000px;
    margin: 70px auto;
}
/*-----------------------------*/
.text_bottom
{
	padding-right: 10px;
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Menu_BG
{
	background-position: center;
	color: #FFFFFF;
	background-image: url('../Images/BgMenu.jpg');
	height: 30px;
	background-repeat: repeat-x;
}
.Frame_out
{
	border-right: thin outset;
	padding-right: 5px;
	border-top: thin outset;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: thin outset;
	padding-top: 5px;
	border-bottom: thin outset;
}
.Frame_in
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}
.Frame_box
{
	border-right: #CCCCCC thin inset;
	border-top: #CCCCCC thin outset;
	border-left: #CCCCCC thin outset;
	border-bottom: #CCCCCC thin inset;
	border-collapse: collapse;
	background-color: #FFFFEE;
}
TD
{
    FONT-SIZE: 11pt;
    FONT-FAMILY: Tohoma, Arial, Verdana, Helvetica, sans-serif
}

TEXTAREA
{
	font-size: 11pt;
	FONT-FAMILY: Tohoma, Arial, Verdana, Helvetica, sans-serif;
    OVERFLOW: auto;
    BACKGROUND-COLOR: White
}
SELECT
{
	font-size: 11pt;
	FONT-FAMILY: Tohoma, Arial, Verdana, Helvetica, sans-serif;
    OVERFLOW: auto;
    HEIGHT:22px;
    vertical-align:top;
}
INPUT
{
	font-size: 11pt;
    FONT-FAMILY: Tohoma, Arial, Verdana, Helvetica, sans-serif
}

input[type="file"]
{
    HEIGHT:22px;
	font-size: 11pt;
}

TH, H1, H2, H3, H4, H5, THEAD, TFOOT
{
    font-family: Tohoma, Arial, Verdana, Helvetica, sans-serif;
    COLOR: #003366;
}
TH	{
    font-weight: bold;
    font-size: 11pt;
    word-spacing: normal;
    vertical-align: middle;
    text-transform: none;
    text-align: center;
    color: White;
    height: 30px;
    letter-spacing: normal;
    background-color: #0061CA;
	}	
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A
{
	color: black;
	text-decoration: none;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}*/
/* Border for DataGrid ::	Backgound: Dark Green*/

.GridHeaderBorder
{
	padding: 0px;
	font-weight: bold;
	text-align: center;
	background-color: #0061CA;
	height: 100%;
}

.Grid_Border
{
	border-right: gainsboro 1px solid;
	padding-right: 2px;
	border-top: gainsboro 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: gainsboro 1px solid;
	padding-top: 2px;
	border-bottom: gainsboro 1px solid;
	border-collapse: collapse;
}

/* HyperLink for Row Header*/
.GridHeader 				{ background-color: #c6dcff; color:#333333; font-weight:normal;text-align:left;text-decoration:none; }
.GridHeaderLink 			{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:left;text-decoration:none; }
.GridHeaderLink :Link		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:left;text-decoration:none; }
.GridHeaderLink :Active		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:left;text-decoration:none; }
.GridHeaderLink :Visited	{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:left;text-decoration:none; }
.GridHeaderLink :Hover		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:left;text-decoration:underline;}

.GridHeaderC				{ background-color: #c6dcff; color:#333333; font-weight:normal;text-align:center;text-decoration:none; }
.GridHeaderLinkC			{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:center;text-decoration:none; }
.GridHeaderLinkC :Link		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:center;text-decoration:none; }
.GridHeaderLinkC :Active	{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:center;text-decoration:none; }
.GridHeaderLinkC :Visited	{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:center;text-decoration:none; }
.GridHeaderLinkC :Hover		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:center;text-decoration:underline;}

.GridHeaderR 				{ background-color: #c6dcff; color:#333333; font-weight:normal;text-align:right;text-decoration:none; }
.GridHeaderLinkR 			{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:right;text-decoration:none; }
.GridHeaderLinkR :Link		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:right;text-decoration:none; }
.GridHeaderLinkR :Active	{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:right;text-decoration:none; }
.GridHeaderLinkR :Visited	{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:right;text-decoration:none; }
.GridHeaderLinkR :Hover		{ background-color: #0061CA; color:#FFFFFF; font-weight:normal;text-align:right;text-decoration:underline;}

.GridHeaderB 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:left;text-decoration:none; }
.GridHeaderLinkB 			{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:left;text-decoration:none; }
.GridHeaderLinkB :Link		{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:left;text-decoration:none; }
.GridHeaderLinkB :Active	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:left;text-decoration:none; }
.GridHeaderLinkB :Visited	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:left;text-decoration:none; }
.GridHeaderLinkB :Hover		{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:left;text-decoration:underline;}

.GridHeaderBC 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:center;text-decoration:none; }
.GridHeaderLinkBC 			{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:center;text-decoration:none; }
.GridHeaderLinkBC :Link		{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:center;text-decoration:none; }
.GridHeaderLinkBC :Active	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:center;text-decoration:none; }
.GridHeaderLinkBC :Visited	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:center;text-decoration:none; }
.GridHeaderLinkBC :Hover	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:center;text-decoration:underline;}

.GridHeaderBR	 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:right;text-decoration:none; }
.GridHeaderLinkBR 			{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:right;text-decoration:none; }
.GridHeaderLinkBR :Link		{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:right;text-decoration:none; }
.GridHeaderLinkBR :Active	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:right;text-decoration:none; }
.GridHeaderLinkBR :Visited	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:right;text-decoration:none; }
.GridHeaderLinkBR :Hover	{ background-color: #0061CA; color:#FFFFFF; font-weight:bold;text-align:right;text-decoration:underline;}

/* HyperLink for Row Footer*/
.GridFooter 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLink 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLink :Link		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:left;text-decoration:none; }
.GridFooterLink :Active		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:left;text-decoration:none; }
.GridFooterLink :Visited	{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:left;text-decoration:none; }
.GridFooterLink :Hover		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:left;text-decoration:underline;}

.GridFooterC				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkC 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkC :Link		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:center;text-decoration:none; }
.GridFooterLinkC :Active	{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:center;text-decoration:none; }
.GridFooterLinkC :Visited	{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:center;text-decoration:none; }
.GridFooterLinkC :Hover		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:center;text-decoration:underline;}

.GridFooterR 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkR 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkR :Link		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:right;text-decoration:none; }
.GridFooterLinkR :Active	{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:right;text-decoration:none; }
.GridFooterLinkR :Visited	{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:right;text-decoration:none; }
.GridFooterLinkR :Hover		{ background-color: #c6dcff; color:#0000FF; font-weight:normal;text-align:right;text-decoration:underline;}

.GridFooterB 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLinkB 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLinkB :Link		{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLinkB :Active	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLinkB :Visited	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:left;text-decoration:none; }
.GridFooterLinkB :Hover		{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:left;text-decoration:underline;}

.GridFooterBC 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkBC 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkBC :Link		{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkBC :Active	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkBC :Visited	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:center;text-decoration:none; }
.GridFooterLinkBC :Hover	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:center;text-decoration:underline;}

.GridFooterBR 				{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkBR 			{ background-color: #c6dcff; color:#333333; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkBR :Link		{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkBR :Active	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkBR :Visited	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:right;text-decoration:none; }
.GridFooterLinkBR :Hover	{ background-color: #c6dcff; color:#0000FF; font-weight:bold;text-align:right;text-decoration:underline;}


.Item 				{ font-weight:normal;text-align:left;text-decoration:none; }
.ItemLink 			{ font-weight:normal;text-align:left;text-decoration:none; }
.ItemLink :Link		{ font-weight:normal;text-align:left;text-decoration:none; }
.ItemLink :Active	{ font-weight:normal;text-align:left;text-decoration:none; }
.ItemLink :Visited	{ font-weight:normal;text-align:left;text-decoration:none; }
.ItemLink :Hover	{ font-weight:normal;text-align:left;text-decoration:underline;}

.ItemC 				{ font-weight:normal;text-align:center;text-decoration:none; }
.ItemLinkC 			{ font-weight:normal;text-align:center;text-decoration:none; }
.ItemLinkC :Link	{ font-weight:normal;text-align:center;text-decoration:none; }
.ItemLinkC :Active	{ font-weight:normal;text-align:center;text-decoration:none; }
.ItemLinkC :Visited	{ font-weight:normal;text-align:center;text-decoration:none; }
.ItemLinkC :Hover	{ font-weight:normal;text-align:center;text-decoration:underline;}

.ItemR 				{ font-weight:normal;text-align:right;text-decoration:none; }
.ItemLinkR 			{ font-weight:normal;text-align:right;text-decoration:none; }
.ItemLinkR :Link	{ font-weight:normal;text-align:right;text-decoration:none; }
.ItemLinkR :Active	{ font-weight:normal;text-align:right;text-decoration:none; }
.ItemLinkR :Visited	{ font-weight:normal;text-align:right;text-decoration:none; }
.ItemLinkR :Hover	{ font-weight:normal;text-align:right;text-decoration:underline;}

.ItemB 				{ font-weight:bold;text-align:left;text-decoration:none; }
.ItemLinkB 			{ font-weight:bold;text-align:left;text-decoration:none; }
.ItemLinkB :Link	{ font-weight:bold;text-align:left;text-decoration:none; }
.ItemLinkB :Active	{ font-weight:bold;text-align:left;text-decoration:none; }
.ItemLinkB :Visited	{ font-weight:bold;text-align:left;text-decoration:none; }
.ItemLinkB :Hover	{ font-weight:bold;text-align:left;text-decoration:underline;}

.ItemBC 			{ font-weight:bold;text-align:center;text-decoration:none; }
.ItemLinkBC 		{ font-weight:bold;text-align:center;text-decoration:none; }
.ItemLinkBC :Link	{ font-weight:bold;text-align:center;text-decoration:none; }
.ItemLinkBC :Active	{ font-weight:bold;text-align:center;text-decoration:none; }
.ItemLinkBC :Visited{ font-weight:bold;text-align:center;text-decoration:none; }
.ItemLinkBC :Hover	{ font-weight:bold;text-align:center;text-decoration:underline;}

.ItemBR 			{ font-weight:bold;text-align:right;text-decoration:none; }
.ItemLinkBR 		{ font-weight:bold;text-align:right;text-decoration:none; }
.ItemLinkBR :Link	{ font-weight:bold;text-align:right;text-decoration:none; }
.ItemLinkBR :Active	{ font-weight:bold;text-align:right;text-decoration:none; }
.ItemLinkBR :Visited{ font-weight:bold;text-align:right;text-decoration:none; }
.ItemLinkBR :Hover	{ font-weight:bold;text-align:right;text-decoration:underline;}

.TextL					{ text-align:left; width:90px;}
.TextC					{ text-align:center; width:90px;}
.TextR					{ text-align:right; width:90px;}
.TextI					{ font-style: italic; }
.Title
{
	background-position: center center;
	font-weight: bold;
	font-size: 1em;
	background-image: url(../Images/BGTitle.gif);
	word-spacing: normal;
	vertical-align: middle;
	text-transform: uppercase;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	height: 30px;
	background-color: #ebf3fd;
	color:White;
	text-align: center;
}

/*============================Control===========================*/
.button
{
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-position: 3px center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	height: 30px;
}
.btnCheck
{
	background-position: 1px center;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_apply.gif);
	height: 30px;
}
.btnHelp
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Help.gif);
	height: 30px;
}
.btnReport
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_report.gif);
	height: 30px;
}
.btnPrint
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_printer.gif);
	height: 30px;
}
.btnPreView
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_view.gif);
	height: 30px;
}
.btnFind
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_search.gif);
	height: 30px;
}
.btnAdd
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Add.gif);
	height: 30px;
}
.btnSub
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Sub.gif);
	height: 30px;
}
.btnNew
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_new.gif);
	height: 30px;
}
.btnOpen
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_open.gif);
	height: 30px;
}
.btnEdit
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_edit.gif);
	height: 30px;
}
.btnSave
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_save.gif);
	height: 30px;
}
.btnCopy
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_copy.gif);
	height: 30px;
}
.btnDelete
{
	background-position: 3px center;
	font-weight: bold;
	background-image: url(../images/icon_delete.gif);
	color: #0044ff;
	background-repeat: no-repeat;
	border-collapse: collapse;
	height: 30px;
	background-color: whitesmoke;
	text-align: center;
}
.btnRestore
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_restore.gif);
	height: 30px;
}
.btnExit
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_exit.gif);
	height: 30px;
}
.btnCycle
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_cycle.gif);
	height: 30px;
}
.btnLock
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_lock.gif);
	height: 30px;
}
.btnUnLock
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_unlock.gif);
	height: 30px;
}
.btnSignIn
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Login.gif);
	height: 30px;
}
.btnClose
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_close.gif);
	height: 30px;
}
.btnApply
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_apply.gif);
	height: 30px;
}
.btnApprove
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_approve.gif);
	height: 30px;
}
.btnUnApprove
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_unapprove.gif);
	height: 30px;
}
.btnUndo
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_undo.gif);
	height: 30px;
}
.btnSend
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Send.gif);
	height: 30px;
}
.btnEmail
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Email.gif);
	height: 30px;
}
.btnNext
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Next.gif);
	height: 30px;
}
.btnReceive
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_receive.gif);
	height: 30px;
}
.btnRequery
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_requery.gif);
	height: 30px;
}
.btnExcel
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Excel.gif);
	height: 30px;
}
.btnWord
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Word.gif);
	height: 30px;
}
.btnPdf
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Pdf.gif);
	height: 30px;
}
.btnXml
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Xml.gif);
	height: 30px;
}
.btnPpt
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Ppt.gif);
	height: 30px;
}

.btnZoomIn
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/zoomIn.gif);
	height: 30px;
}

.btnZoomOut
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/zoomOut.gif);
	height: 30px;
}
.btnUp
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Up.gif);
	height: 30px;
}
.btnDown
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Down.gif);
	height: 30px;
}
.btnUpload
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../Images/icon_Upload.gif);
	height: 30px;
}
.btnDownload
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../Images/icon_Download.gif);
	height: 30px;
}
.btnSerial
{
	background-position: 1px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Serial.gif);
	height: 30px;
}
.btnChecked
{
	background-position: 3px center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Checked.gif);
	height: 30px;
}
.btnSort
{
	background-position: center;
	font-weight: bold;
	color: #0044FF;
	text-align: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: whitesmoke;
	background-image: url(../images/icon_Sort.gif);
	height: 35px;
}
.tdMaster4Row1
{
    width: 2%;
}
.tdMaster4Row2
{
     width: 36%;
}
.tdMaster4Row3
{
     width: 60%;
}
.tdMaster4Row4
{
     width: 2%;
}

.tdMaster7Row1
{
    width: 2%;
}
.tdMaster7Row2
{
     width: 22%;
}
.tdMaster7Row3
{
     width: 25%;
}
.tdMaster7Row4
{
     width: 2%;
}
.tdMaster7Row5
{
     width: 22%;
}
.tdMaster7Row6
{
     width: 25%;
}
.tdMaster7Row7
{
     width: 2%;
}

.TableTitle{
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  text-align:left;
  color:#333333;
  background-color:#C0BDBD;
  padding: 5px 5px 5px 5px;
  border-bottom: solid 1px #FFFFFF;
  height: 25px;
}
.TableHeader{
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:#333333;
  background-color:#E8F3FF;
  height: 22px;
}

.protected {
    -moz-user-select:none;
    -webkit-user-select:none;
    -user-select:none;
}
