﻿.Control_Button0
{	
	background-image:url(Images/Buttons/ButtonBg.gif);	
	height:22px;
	color:#025570;
	font-size:12px;
	padding: 2px 6px 3px 6px;
	margin-bottom: 1px;
	
	border: #688CAF 1px solid;
	-moz-border-radius: 4px; /* from vector shape */
    -webkit-border-radius: 4px; /* from vector shape */
    border-radius: 4px; /* from vector shape */
}
.Control_Button0_Disable
{
	width:70px;
	background-image:url(Images/Buttons/ButtonBg_Disable.gif);
	border: #a3a3a3 1px solid;
	height:22px;
	color:#a3a3a3;
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}


.Control_Button1_Disable
{
	width:90px;
	background-image:url(Images/Buttons/ButtonBg_Disable.gif);
	border: #a3a3a3 1px solid;
	height:22px;
	color:#a3a3a3;
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}

.Control_Button1
{
	width:90px;
	background-image:url(Images/Buttons/ButtonBg.gif);
	border: #688CAF 1px solid;
	height:22px;
	color:#025570;
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}


.Control_Button2
{
	width:110px;
	background-image:url(Images/Buttons/ButtonBg.gif);
	border: #688CAF 1px solid;
	height:22px;
	color:#025570;
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}
.Control_Button3
{     
    background-image:url(Images/Buttons/ButtonBg.gif);
	border: #688CAF 1px solid;
	height:22px;
	color:#025570;
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}
.Control_ButtonBrowse
{
	width:30px;
	background-image:url(Images/Buttons/ButtonBg.gif);
	border: #688CAF 1px solid;
	height:22px;
	color:#025570;
	font-weight:bold;
	font-size:12px;
}
.Popup_BtClose a
{
	width:16px;
	height:20px;
	text-decoration: none;
	background-image:url(Images/Buttons/btn_Close.gif);
}
.CloseTreePopupButton
{
	width: 16px;
	height: 17px;
	background-image: url(Images/Buttons/btn_Close.gif);
	cursor: pointer;
}
.Control_ButtonDelete
{
    background-image: url(Images/Buttons/btnDel.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 11px;
    cursor: pointer;
    border: #FFFFFF 0px solid;
    display: block;
}
.Control_ButtonUpdate
{
    background-image: url(Images/Buttons/btn_Update.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: #FFFFFF 0px solid;
}
.Control_ButtonView
{
    background-image: url(Images/Buttons/btn_View.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: #FFFFFF 0px solid;
}
.aaaaa
{
	background-image: url(Images/Buttons/btn_View.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.Search_Button
{
	background-image:url("Images/Buttons/search-icon.gif");
	height:26px;
	width:26px;
	border:none;
	background-color:transparent;
}
.Search_Button2
{
	background-image:url("Images/Buttons/btnSearch.png");
	height:22px;
	width:66px;
	border:none;
	background-color:transparent;
}

.DeleteBtn
{
	background-image: url(Images/Buttons/btnDel1.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}
.UpdateBtn
{
	background-image: url(Images/Buttons/btnEdit1.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}
.AddScheduleBtn
{
	background-image: url(Images/Buttons/btnAddSchedule.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}
.SaveBtn
{
	background-image: url(Images/Buttons/BtnSave.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}

.UpBtn
{
	background-image: url(Images/Buttons/btnRefresh1.png);
	background-position: center;
	background-repeat: no-repeat;	
	height: 16px;
	padding: 3px 15px 3px 15px;
}