﻿.BoxLinkControlStyle
{
	width:100%;
	
}
html[dir=rtl] .BoxLinkControlStyle {
    direction:rtl;
	float:right;
}
html[dir=ltr] .BoxLinkControlStyle {
    direction:ltr;
	float:left;
}
.BoxLinkControlStyle input
{
	border:solid 1px #000;
	
	font-family:Tahoma !important;
	font-size:14px !important;
	width:176px;
	
	margin-top: 0px;
	height:21px;
	
}
html[dir=rtl] .BoxLinkControlStyle input {
    text-align:right;
	padding-right:5px;
	padding-left:0px;
	float:right;
    

    
}
html[dir=ltr] .BoxLinkControlStyle input {
    text-align:left;
	padding-left:5px;
	padding-right:0px;
	float:left;
    
    
}
.BoxLinkControlStyle input:focus
{
	background-color:#ffffcc;
}

.BoxLinkControlStyle button,.BoxLinkControlStyle input[type=button]
{
	width:25px;
	height:25px;
	border:solid 1px #000;
	-moz-border-radius:3px;
	cursor:pointer;
	background-color:#faf4fe;

}
html[dir=rtl] .BoxLinkControlStyle button{
    border-radius:3px 0 0 3px;

}
html[dir=rtl] .BoxLinkControlStyle input[type=button] {
    border-radius:3px 0 0 3px;
}
html[dir=ltr] .BoxLinkControlStyle button{
    border-radius:0 3px 3px 0;

}
html[dir=ltr] .BoxLinkControlStyle input[type=button] {
    border-radius:0 3px 3px 0;
}
	.Calender_ButtonCalenderStyle
	{
		width: 25px;
		height: 26px;
		border: solid 1px black;
		
		-moz-border-radius: 3px;
		cursor: pointer;
		background-color: #faf4fe;
		vertical-align: middle;
	}
html[dir=rtl] .Calender_ButtonCalenderStyle {
    border-radius: 3px 0 0 3px;
}
html[dir=ltr] .Calender_ButtonCalenderStyle {
    border-radius: 0 3px 3px 0;
}
    .Calender_ButtonCalenderStyle_ltr
	{
		width: 25px;
		height: 26px;
		border: solid 1px black;
		border-radius: 0 3px 3px 0;
		-moz-border-radius: 3px;
		cursor: pointer;
		background-color: #faf4fe;
		vertical-align: middle;
	}
	.textboxCalenderStyle
	{
		
		padding: 3px;
		border: solid 1px black;
		 width: 176px;
		background-color: White;
		
		border-radius: 3px;
		
		color: #000;
		font-size: 14px;
		font-weight: bold;
		height: 18px;
		vertical-align: middle;
	}
html[dir=rtl] .textboxCalenderStyle {
    border-left: 0px none #000;
    text-align: right;
    border-radius: 0 3px 3px 0;
    
    
}
html[dir=ltr] .textboxCalenderStyle {
    border-right: 0px none #000;
    text-align: left;
    border-radius: 3px 0 0 3px;
    
    
   
}
	.textboxCalenderStyle:focus
	{
		background-color: #ffffcc;
	}
