/**********Start SendingEmail button*/
.btnSendingEmail-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SendingEmail-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSendingEmail-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SendingEmail-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSendingEmail-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SendingEmail-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/

/**********Start Delete button*/
.btnDelete-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Delete-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDelete-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Delete-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDelete-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Delete-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Cancel button*/
.btnCancel-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Cancel-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCancel-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Cancel-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCancel-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Cancel-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start New button*/
.btnNew-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/New-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNew-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/New-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNew-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/New-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Search button*/
.btnSearch-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Search-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSearch-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Search-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSearch-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Search-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start SaveData button*/
.btnSaveData-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveData-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSaveData-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveData-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSaveData-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveData-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Add button*/
.btnAdd-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Add-Up.gif);
	width: 38px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnAdd-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Add-Over.gif);
	width: 38px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnAdd-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Add-Disable.gif);
	width: 38px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Remove button*/
.btnRemove-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Remove-Up.gif);
	width: 38px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnRemove-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Remove-Over.gif);
	width: 38px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnRemove-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Remove-Disable.gif);
	width: 38px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Enter button*/
.btnEnter-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Enter-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnEnter-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Enter-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnEnter-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Enter-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Yes button*/
.btnYes-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Yes-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnYes-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Yes-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnYes-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Yes-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start No button*/
.btnNo-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/No-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNo-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/No-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNo-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/No-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ChangePassword button*/
.btnChangePassword-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangePassword-Up.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChangePassword-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangePassword-Over.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChangePassword-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangePassword-Disable.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ChoosePage button*/
.btnChoosePage-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChoosePage-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChoosePage-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChoosePage-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChoosePage-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChoosePage-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Create-SubGroup button*/
.btnCreateSubGroup-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateSubGroup-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateSubGroup-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateSubGroup-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateSubGroup-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateSubGroup-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start CreateUser button*/
.btnCreateUser-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateUser-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateUser-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateUser-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateUser-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateUser-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start DefaultPage button*/
.btnDefaultPage-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DefaultPage-Up.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDefaultPage-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DefaultPage-Over.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDefaultPage-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DefaultPage-Disable.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start DeletePresenter button*/
.btnDeletePresenter-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DeletePresenter-Up.gif);
	width: 113px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDeletePresenter-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DeletePresenter-Over.gif);
	width: 113px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDeletePresenter-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DeletePresenter-Disable.gif);
	width: 113px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start DependentSystem button*/
.btnDependentSystem-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DependentSystem-Up.gif);
	width: 113px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDependentSystem-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DependentSystem-Over.gif);
	width: 113px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDependentSystem-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DependentSystem-Disable.gif);
	width: 113px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start NewChannel button*/
.btnNewChannel-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewChannel-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewChannel-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewChannel-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewChannel-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewNews-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start NewNews button*/
.btnNewNews-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewNews-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewNews-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewNews-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewNews-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewChannel-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start NewRule button*/
.btnNewRule-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewRule-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewRule-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewRule-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewRule-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewRule-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start NewsArchive button*/
.btnNewsArchive-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewsArchive-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewsArchive-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewsArchive-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewsArchive-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewsArchive-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Rule-Specification button*/
.btnRuleSpecification-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/RuleSpecification-Up.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnRuleSpecification-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/RuleSpecification-Over.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnRuleSpecification-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/RuleSpecification-Disable.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ChangeAccessLevel button*/
.btnChangeAccessLevel-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangeAccessLevel-Up.gif);
	width: 123px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChangeAccessLevel-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangeAccessLevel-Over.gif);
	width: 123px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChangeAccessLevel-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangeAccessLevel-Disable.gif);
	width: 123px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ChooseUser button*/
.btnChooseUser-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChooseUser-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChooseUser-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChooseUser-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChooseUser-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChooseUser-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start CreateForum button*/
.btnCreateForum-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateForum-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateForum-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateForum-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateForum-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateForum-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start CreateNewGroup button*/
.btnCreateNewGroup-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateNewGroup-Up.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateNewGroup-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateNewGroup-Over.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreateNewGroup-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreateNewGroup-Disable.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start CreatePlace button*/
.btnCreatePlace-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreatePlace-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreatePlace-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreatePlace-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnCreatePlace-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/CreatePlace-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start DeleteUser button*/
.btnDeleteUser-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DeleteUser-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDeleteUser-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DeleteUser-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnDeleteUser-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/DeleteUser-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Accept button*/
.btnAccept-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Accept-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnAccept-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Accept-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnAccept-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Accept-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Send button*/
.btnSend-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Send-Up.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSend-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Send-Over.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSend-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Send-Disable.gif);
	width: 90px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Preview button*/
.btnPreview-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Preview-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnPreview-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Preview-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnPreview-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Preview-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Back button*/
.btnBack-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Back-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnBack-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Back-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnBack-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Back-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ChangePreference button*/
.btnChangePreference-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangePreference-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChangePreference-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangePreference-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnChangePreference-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ChangePreference-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Edit button*/
.btnEdit-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Edit-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnEdit-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Edit-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnEdit-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Edit-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Save button*/
.btnSave-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Save-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSave-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Save-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSave-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Save-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Show button*/
.btnShow-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Show-Up.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnShow-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Show-Over.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnShow-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/Show-Disable.gif);
	width: 99px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ReceiveInformation button*/
.btnReceiveInformation-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ReceiveInformation-Up.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnReceiveInformation-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ReceiveInformation-Over.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnReceiveInformation-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ReceiveInformation-Disable.gif);
	width: 101px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start SaveGoToMainPage button*/
.btnSaveGoToMainPage-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveGoToMainPage-Up.gif);
	width: 150px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSaveGoToMainPage-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveGoToMainPage-Over.gif);
	width: 150px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSaveGoToMainPage-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveGoToMainPage-Disable.gif);
	width: 150px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start SaveNextHistory button*/
.btnSaveNextHistory-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveNextHistory-Up.gif);
	width: 179px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSaveNextHistory-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveNextHistory-Over.gif);
	width: 179px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnSaveNextHistory-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/SaveNextHistory-Disable.gif);
	width: 179px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start ShowUserList button*/
.btnShowUserList-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ShowUserList-Up.gif);
	width: 150px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnShowUserList-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ShowUserList-Over.gif);
	width: 150px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnShowUserList-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/ShowUserList-Disable.gif);
	width: 150px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start UpdateInformation button*/
.btnUpdateInformation-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/UpdateInformation-Up.gif);
	width: 140px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnUpdateInformation-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/UpdateInformation-Over.gif);
	width: 140px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnUpdateInformation-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/UpdateInformation-Disable.gif);
	width: 140px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start NewUser button*/
.btnNewUser-Up
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewUser-Up.gif);
	width: 140px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewUser-Over
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewUser-Over.gif);
	width: 140px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
.btnNewUser-Disable
{
	border: black 0px solid;
	/*background-attachment: fixed;*/
	background-image: url(images/NewUser-Disable.gif);
	width: 140px;
	background-repeat: no-repeat;
	height: 24px;
	text-decoration: none;
	background-color:Transparent;
	cursor:hand;
}
/**********End*/
/**********Start Tree*/
.Tree
{
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	cursor:hand;
}
/**********End*/
/**********Start UltraWebGrid*/
.Grid-Header
{
	border-bottom: black 3px solid;
	border-top: black 0px solid;
	background-image: url(images/grid-header.jpg);
	border-left: black 0px solid;
	cursor: hand;
	border-bottom: black 0px solid;
	height: 20px;
	background-color: transparent;
	text-decoration: none;
	color:White;
}
.Grid-Row-up
{
	border: #808080 1px solid;
	border-top: black 0px solid;
	background-image: url(images/Grid-row-up.jpg);
	border-left: black 0px solid;
	cursor: hand;
	border-bottom: black 0px solid;
	height: 20px;
	background-color: transparent;
	text-decoration: none;
}
.Grid-Row-down
{
	border-top: black 0px solid;
	background-image: url(images/Grid-row-down.jpg);
	border-left: black 0px solid;
	cursor: hand;
	border-bottom: black 50px solid;
	height: 20px;
	background-color: transparent;
	text-decoration: none;
	color:black;
}
/**********End*/
/**********Start Tab*/

.Tab-ContentPane
{
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr=#FFFFFF, startColorstr=#C4E8ED, gradientType=0);
}
/**********End*/

/**********signin image*/
.signin-image
{
	background-image: url(images/fars-images/image_13.jpg);
}
/**********End*/
/**********signin image*/
.forgetpass-image
{
	background-image: url(images/fars-images/image_14.jpg);
}
/**********End*/