﻿
/*---------------{ 'Label' Styles... }-----------------*/
.lblleft
{
	font-family:Arial; 
	font-size: 12px;
	color: #404040;
	font-weight:bold;		
	padding-right:4px;
	text-align:left;
	vertical-align:middle;
}

.lblright
{
	font-family:Arial; 
	font-size: 12px;
	color: #404040;
	font-weight:bold;		
	padding-right:4px;
	text-align:right;
	vertical-align:middle;
}

.lblcenter
{
	font-family:Arial; 
	font-size: 12px;
	color: #404040;
	font-weight:bold;		
	padding-right:4px;
	text-align:center;
	vertical-align:middle;
}

.lblcolor
{
	font-family:Arial; 
	font-size: 12px;
	color: Blue;
	font-weight:bold;		
	padding-right:4px;
	text-align:center;
	vertical-align:middle;
}

.display1
{
	text-align:left;
	font-family:Arial;
	font-size:small;
	color:#404040 ;
}
.display2
{
	text-align:left;
	font-family:Arial;
	font-size:small;
	font-weight:bold;	
    color:#993300 ;
}
.legend
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: #404040;
}
/*---------------{ 'TextBox & DropDowns' Styles... }-----------------*/
.txtbx
{
	border: 1px solid  #404040;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width:150px;
	
}
.ddbx
{
	border: 1px solid  #404040;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width:155px;
}

/*---------------{ 'Buttons' Styles... }-----------------*/
.savebut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/saveitem.gif);
	border: 1px solid #404040;
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;						
}
.cancelbut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/img_btn_delete.gif);
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;					
}
.viewbut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/find.gif);
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;					
}
.addbut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/img_btn_delete.gif);
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;					
}
.editbut
{
	
}
.deletebut
{
	
}
.resetbut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/imgcancel.gif);
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;					
}
.exitbut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/imgcancel.gif);
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;							
}
.searchbut
{
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(../Images/search.gif);
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;			
}

.but
{
	background-position:left;
	background-repeat:no-repeat;
	border: 1px solid #404040;	
	background-color:  #dcdcdc;
	font-family: Arial;
	font-size: 11px;
	color:  #404040;
	font-weight: bold;
	height:18px;
	width:70px;					
}

/*---------------{ 'Grid' Styles... }-----------------*/
.vutblhdr
{	
	/*background-image:url(../Images/GridImg1.gif);*/
	background-color:#B0C4DE;
	height:14px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#191970;
	padding-left:4px;
	padding-top:3px;
	border-bottom: 1px solid #c0c0c0;
}
.vutblrow
{
	height:15px;
	font-family: Arial;
	font-size: 12px;
	color:#000000; 
	/*color:#3D5462;*/
	padding-left:4px;
	padding-top:3px;
	background-color:#dcdcdc;
	
}
.vutblaltrow
{
	height:15px;
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	/*color:#3D5462;*/
	padding-left:4px;
	padding-top:3px;
	background-color:#ffffff ;
	
}
/*------------------------ REPORTS ----------------------------*/
.brdr 
	{
		background: white;
		border: 1px solid #002D96;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=8);

	}
.rptrow
{
	background-color:#CCEAFF;	
	font-family: tahoma;
	font-size: 11px;
	color: #365285;
	font-weight: normal;
	height:20px;
	padding-left:4px;
	border-bottom: 1px solid #D9E1EA;
}	

/*--------------------------- DESIGN ----------------------------- */
.AppHeader
{
    background-image:url(../Images/EW_Head.jpg);    
    text-align: center; 
    vertical-align: top; 
    background-position: [left][Top];
    background-repeat: no-repeat;
}
.AppMenu_Back
{
    background-image:url(../Images/EW_App_MenuBack.jpg);    
    text-align: left; 
    vertical-align: top; 
    background-position: [left][Top];
    background-repeat:repeat-y;
}
.AppBackColor
{
    background-image:url(../Images/housingImage.jpg);    
    text-align: center; 
    vertical-align: top; 
    background-position: [left][Top];
    background-repeat: no-repeat;
}

.AppFooterBack
{
	 background-image:url(../Images/EW_Footer_Repeat.jpg);   
	 height:30px;
    text-align: center; 
    vertical-align:middle; 
    background-position: [left][Top];
    background-repeat:repeat-x;
}
.AppMenu
{
	 background-image:url(../Images/bg2a.jpg);   
	 
    text-align: left; 
    vertical-align:top; 
    
}