/* Default CSS Stylesheet for a new Web Application project */
/*
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;
	cursor: hand;
	}
*/
A.Link-White:link{
	color:white
}
A.Link-White:visited{
	color:white
}

A.Link-White:hover{
	color:white
}

A.Link-Blue:link{
	color:#003366
}
A.Link-Blue:visited{
	color:#003366
}

A.Link-Blue:hover{
	color:#003366
}


.STABLE	{	
	font-family: Verdana;
	font-size:	11;		
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-top: gray 1px solid;
	color:#003366;
	}	


.CONTENT	{	
	font-family: Verdana;
	font-size:	11;		
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color: Black;
	}	

.MENU
{
	border-right: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-size: 11px;	
	color: #336699;	
	font-family: tahoma;
	background-color: #cfe2f5;
	cursor: hand;
}
.MENUON
{
	border-right: #336699 1px solid;	
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-size: 13px;	
	color: #336699;	
	font-family: tahoma;
	background-color: #cfe2f5;
	cursor: hand;
}
.MBUTTON
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10px;
	border-left: black 1px solid;
	cursor: hand;
	color:White ;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #6987a4;
}
.MTBOX
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana;
}

.MBUTTONON
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10px;
	border-left: black 1px solid;
	cursor: hand;
	color:White ;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #8a9cb2;
}
.MSGBAR
{
	font-weight: bold;
	font-size: 10pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#ff336699' , EndColorStr= '#ffe2effe' );
	color: #ffffff;
	font-family: verdana;
	background-color: #336699;

}
	
.HEADING
{
	cursor:hand ;
	font-weight: 700;
	font-size: 11px;
	color: white;
	font-family: Verdana;
	background-color: #8a9cb2;
}
.MSGON
{	
	font-family: Verdana;
	font-size:	10;		
	color:red;
	}
.error
{
	color:Red;
}
.errormessage
{
	color:Red;
	font-family: Verdana;
	font-size:	11;		
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}
.info
{
	color:#8a9cb2;
}

.text-outerborder-White_background-No_Border
{
	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color:White;
}


.sub_heading
{
	font-weight: bold;
	font-size: 12pt;
	color: #000099;
	font-family: verdana;
	background-color: lightsteelblue;
	text-decoration: none;
}

.text-light_blue_background
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffF2F6FA', EndColorStr='#ffffffff');
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	background-color:#F2F6FA;
}

.text-outerborder-light_blue_background
{
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffF2F6FA', EndColorStr='#ffffffff');*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	border-right: #7baee3 1px solid;
	border-top: #7baee3 1px solid;
	border-left: #7baee3 1px solid;
	border-bottom: #7baee3 1px solid;
	/*background-color:#F2F6FA;*/
}

.frm-section-text
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFe2effe', EndColorStr='#00e2effe') progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#DDe2effe', EndColorStr='#ffffffff');
	font-weight: bold;
	font-size: 11pt;
	color: #336699;
	font-family: tahoma;
	background-color: #e2effe;
	text-decoration: none;
}

.datagrid-header
{
	border-right: white 2px solid;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFe2effe' , EndColorStr= '#00e2effe' ) progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#DDe2effe' , EndColorStr= '#ffffffff' );
	color: #336699;
	font-family: tahoma;
	background-color: #e2effe;
	text-decoration: none;
}
/* New Appearance */
.border_both_side {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5E7F5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5E7F5;
}
.text_fild {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text_box {
	padding: 0px;
	height: 16px;
	width: 100px;
	border-top: 1px solid #E0E2E3;
	border-right: 1px solid #E0E2E3;
	border-bottom: 1px solid #E0E2E3;
	border-left: 1px solid #E0E2E3;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
.link_text {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
.link_text_over {

	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

A.link_text_over:visited	
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;

	text-decoration:	none;
	color:	black;
	}	
A.link_text_over:link	
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;

	text-decoration:	none;
	color:	black;
	}	
a.link_text_over:hover {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #4173AE;
	text-decoration: none;
}



/*A:visited	
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;

	text-decoration:	none;
	color:	black;
	}	
A:link	
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;

	text-decoration:	none;
	color:	black;
	}	
a:hover {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #4173AE;
	text-decoration: none;
}
*/
BODY {
	font-family : monospace;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F4F4;

	scrollbar-3dlight-color : #EDEDED;
	scrollbar-arrow-color : #EDEDED;
	scrollbar-base-color : #CFCFCF;
	scrollbar-darkshadow-color :#CFCFCF;
	scrollbar-face-color : #CFCFCF;
	scrollbar-highlight-color : #EDEDED;
	scrollbar-shadow-color : #EDEDED;
	scrollbar-track-color : #CDCDCD;
}
.Idx_Left_Border
{
	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #D5E7F5;
}
.Idx_Right_Border
{
	border-Right-width: 1px;
	border-Right-style: solid; 
	border-Right-color: #D5E7F5;
}
.Idx_Bottom_Border
{
	border-Bottom-width: 1px;
	border-Bottom-style: solid; 
	border-Bottom-color: #D5E7F5;
}
.Idx_Top_Border
{
	border-top-width: 1px;
	border-top-style: solid; 
	border-top-color: #D5E7F5;
}
.new_customermain_text {
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A:hover.new_customermain_text 
{
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* New Appearance */