
.Float_L div
{
	float:left;

}


.Float_R .dist
{
	float:right;
}

.Float_R .BTN_L
{
	float:right;
	position:relative;
	right:2px;
	text-indent:0;	
	
}

.dist 
{
	width:1px;
	font-size:1px;
}

.BTN_R
{
	position:relative;
	height:19px;	
	text-indent:0;	
	margin:0;
}

.BTN_Content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	border-style: none;	
	white-space: nowrap;
	text-indent:0;
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}


/*Grey Button*/


.BTN_Grey{
	margin-right:3px;
}
.BTN_Grey-Over{
	margin-right:3px;
}
.BTN_Grey .BTN_L 
{
	background-image:url(images/BTN_Grey_L.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey  .BTN_R
{
	background-image:url(images/BTN_Grey_R.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey .BTN_Content 
{
	padding: 3px 5px 0 5px;
	height:19px;	
	color: #000000;	
	cursor:pointer; 
	
}
.BTN_Grey-Over .BTN_R 
{
	background-image:url(images/BTN_Grey_R.gif);
	background-position:right -19px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey-Over .BTN_L 
{
	background-image:url(images/BTN_Grey_L.gif);
	background-position:left -19px;
	background-repeat:no-repeat;	
	cursor:pointer;
}
.BTN_Grey-Over  .BTN_Content 
{
	padding: 3px 5px 0 5px;
	height:19px;	
	color: #FFFFFF;	
	cursor:pointer;
}
.BTN_Grey-Disabled .BTN_R 
{
	background-image:url(images/BTN_Grey_R.gif);
	background-position:right -38px;
	background-repeat:no-repeat;
	cursor:default;	
}
.BTN_Grey-Disabled .BTN_L 
{
	background-image:url(images/BTN_Grey_L.gif);
	background-position:left -38px;
	background-repeat:no-repeat;
	cursor:default;	
}
.BTN_Grey-Disabled  .BTN_Content 
{
	padding: 5px 7px 0px 5px;
	color:#737F8B;	
	cursor:default;	
}


/*Grey2 Button*/


.BTN_Grey2{
	margin-right:3px;
}
.BTN_Grey2-Over{
	margin-right:3px;
}
.BTN_Grey2 .BTN_L 
{
	background-image:url(images/BTN_Grey2_L.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
}
.BTN_Grey2  .BTN_R
{
	background-image:url(images/BTN_Grey2_R.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
.BTN_Grey2 .BTN_Content 
{
	padding: 3px 5px 0 5px;
	height:19px;	
	color: #000000;	
	cursor:pointer; 
	
}
.BTN_Grey2-Over .BTN_R 
{
	background-image:url(images/BTN_Grey2_R.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey2-Over .BTN_L 
{
	background-image:url(images/BTN_Grey2_L.gif);
	background-position:left 0px;
	background-repeat:no-repeat;	
	cursor:pointer;
}
.BTN_Grey2-Over  .BTN_Content 
{
	padding: 3px 5px 0 5px;
	height:19px;	
	color: #FFFFFF;	
	cursor:pointer;
}
.BTN_Grey2-Disabled .BTN_R 
{
	background-image:url(images/BTN_Grey2_R.gif);
	background-position:right -38px;
	background-repeat:no-repeat;
	cursor:default;	
}
.BTN_Grey2-Disabled .BTN_L 
{
	background-image:url(images/BTN_Grey2_L.gif);
	background-position:left -38px;
	background-repeat:no-repeat;
	cursor:default;	
}
.BTN_Grey2-Disabled  .BTN_Content 
{
	padding: 5px 7px 0px 5px;
	color:#737F8B;	
	cursor:default;	
}
