/* ButtonEffects Style Sheet */

/*	-----------------------------------------------------------
		Tote's Logo Dark Blue, Titles:									#013976
		Tote's Logo Orange:															#F3B112
		Highlight:																			#FFF0C1
		Selected Row, Active:														#F5BD38
		Selected Column, Sorted:												#FFF7E5
		Column Header																		#2D50A2
		Column SubHeader:																#6E94D3
		Default Background:															#F5F5F5
		Selection:																			#2D50A2
		Clickable objects Background:										#DCE4ED

		Highlight: #F3B112 (Dark Yellow) -- Not Used
		Selected: #99CCFF (Sky Blue) --Not Used
		Menu: #3A68B5 --Not Used
		Header: #394A6B (Dark Blue) --Not Used
		Grid Header: #006699 (Blue) --Not Used
		-----------------------------------------------------------  */
		
		
input.Button {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	background-color:#DCE4ED;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#013976;
	cursor:pointer;
}

input.ButtonUp {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	background-color:#FFF7E5;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#013976;
	cursor:pointer;	
}

input.ButtonDown {
	border-top:1px solid #013976;
	border-left:1px solid #013976;	
	border-right:1px solid #6E94D3;
	border-bottom:1px solid #6E94D3;
	background-color:#DCE4ED;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#013976;
	cursor:pointer;
}

input.SearchButton {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	width:18px;
	height:18px;
	background: #DCE4ED no-repeat center center;	
	background-image:url(../Images/gif/buttons/search_flat.gif);	
	cursor:pointer;	
}

input.SearchButtonUp {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	width:18px;
	height:18px;
	background: #FFF7E5 no-repeat center center;
	background-image:url(../Images/gif/buttons/search_flat.gif);		
	cursor:pointer;	
}

input.SearchButtonDown {
	border-top:1px solid #013976;
	border-left:1px solid #013976;	
	border-right:1px solid #6E94D3;
	border-bottom:1px solid #6E94D3;
	width:18px;
	height:18px;
	background: #DCE4ED no-repeat 1% 1%;
	background-image:url(../Images/gif/buttons/search_flat.gif);		
	cursor:pointer;	
}

input.OpenButton {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	width:18px;
	height:18px;
	background: #DCE4ED no-repeat center center;
	cursor:pointer;	
}

input.OpenButtonUp {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	width:18px;
	height:18px;
	background: #FFF7E5 no-repeat center center;
	cursor:pointer;	
}

input.OpenButtonDown {
	border-top:1px solid #013976;
	border-left:1px solid #013976;	
	border-right:1px solid #6E94D3;
	border-bottom:1px solid #6E94D3;
	width:18px;
	height:18px;
	background: #DCE4ED no-repeat 1% 1%;
	cursor:pointer;	
}

input.DateButton {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	width:21px;
	height:19px;
	background: #DCE4ED no-repeat center center;
	background-image:url(../Images/gif/buttons/date_flat.gif);
	cursor:pointer;	
}

input.DateButtonUp {
	border-top:1px solid #6E94D3;
	border-left:1px solid #6E94D3;	
	border-right:1px solid #013976;
	border-bottom:1px solid #013976;
	width:21px;
	height:19px;
	background: #FFF7E5 no-repeat center center;
	background-image:url(../Images/gif/buttons/date_flat.gif);	
	cursor:pointer;	
}

input.DateButtonDown {
	border-top:1px solid #013976;
	border-left:1px solid #013976;	
	border-right:1px solid #6E94D3;
	border-bottom:1px solid #6E94D3;
	width:21px;
	height:19px;
	background:#DCE4ED no-repeat 1px 1%;
	background-image:url(../Images/gif/buttons/date_flat.gif);
	cursor:pointer;	
}

input.SearchButtonDisabled {
  background-color: #E4E4E4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;		
	width:18px;
	height:18px;	
	background: #E4E4E4 no-repeat center center;	
	background-image:url(../Images/gif/buttons/search_flat_disabled.gif);	
	cursor: default;	
}

input.DateButtonDisabled {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;		
	width:21px;
	height:19px;	
	background: #E4E4E4 no-repeat center center;
	background-image:url(../Images/gif/buttons/date_flat_disabled.gif);		
	cursor: default;
}

input.ButtonDisabled {
  background-color: #E4E4E4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;		
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}