﻿

/*------------------------------------------BUTTONS---------------------------------------*/
/* There are two sizes: height 40px, and height 32px */

/*--------------NEXT--------------*/
.btnNext
{
    display: inline-block;
    height: 40px;
    width: 65px;
    background-image: url(Images/Controls/nextBt.jpg);
    background-repeat: no-repeat;
}

.btnNext:hover
{
    background-image: url(Images/Controls/nextBtRoll.jpg);
}

.btnNext:active
{
    background-image:url(Images/Controls/nextBtPress.jpg);
}

.btnNextDisable
{
    display: inline-block;
    height: 40px;
    width: 65px;
    background-image: url(Images/Controls/nextBtDisable.jpg);
    background-repeat: no-repeat;
}

/*--------------PREV--------------*/

.btnPrev
{
    display: inline-block;
    height: 40px;
    width: 65px;
    background-image: url(Images/Controls/prevBt.png);
    background-repeat: no-repeat;
}

.btnPrev:hover
{
    background-image: url(Images/Controls/prevBtHover.png);
}

.btnPrev:active
{
    background-image: url(Images/Controls/prevBtPress.png);
}

.btnPrevDisable
{
    display: inline-block;
    height: 40px;
    width: 65px;
    background-image: url(Images/Controls/prevBtDisable.png);
    background-repeat: no-repeat;
}

/*---------------------FINISH-------------------*/
.btnFinish
{
    display: inline-block;
    height: 40px;
    width: 87px;
    float: right;
    background-image: url(Images/Controls/finishBt.jpg);
    background-repeat: no-repeat;
}

.btnFinish:hover
{
    background-image: url(Images/Controls/finishBtRoll.jpg);
}

.btnFinish:active
{
    background-image:url(Images/Controls/finishBtPress.jpg);
}

.btnFinishDisable
{
    display: inline-block;
    height: 40px;
    width: 87px;
    float: right;
    background-image: url(Images/Controls/finishBtDisable.jpg);
    background-repeat: no-repeat;
}

/*--------------ADD--------------*/

.btnAdd
{
    display: inline-block;
    height: 33px;
    width: 88px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/addBt.png);
    background-repeat: no-repeat;
}

.btnAdd:hover
{
    background-image: url(Images/Controls/addBtRoll.png);
}

.btnAdd:active
{
    background-image: url(Images/Controls/addBtPress.png);
}

.btnAddDisable
{
    display: inline-block;
    height: 32px;
    width: 88px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/addBtDisable.png);
    background-repeat: no-repeat;
}

/*--------------CLEAR--------------*/

.btnClear
{
    display:inline-block;
    height: 32px;
    width: 64px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/clearBt.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.btnClear:hover
{
    background-image: url(Images/Controls/clearBtRoll.png);
    background-repeat: no-repeat;
}

.btnClear:active
{
    background-image: url(Images/Controls/clearBtPress.png);
    background-repeat: no-repeat;
}

/*--------------CANCEL--------------*/

.btnCancel
{
    display:inline-block;
    height: 32px;
    width: 64px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/cancelBt.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.btnCancel:hover
{
    background-image: url(Images/Controls/cancelBtRoll.png);
    background-repeat: no-repeat;
}

.btnCancel:active
{
    background-image: url(Images/Controls/cancelBtPress.png);
    background-repeat: no-repeat;
}

/*-------------- Login --------------*/
.btnLogin
{
    display: block;
    height: 32px;
    width: 59px;
    background-image: url(Images/Controls/LoginBt.png);
    background-repeat: no-repeat;
}

.btnLogin:hover
{
    background-image: url(Images/Controls/LoginBtRoll.png);
    background-repeat: no-repeat;
}

.btnLogin:active
{
    background-image: url(Images/Controls/LoginBtPress.png);
    background-repeat: no-repeat;
}

/*-------------- Search -------------*/

.btnSearch
{
    display: block;
    height: 40px;
    width: 75px;
    background-image: url(Images/Controls/searchBt.jpg);
    background-repeat: no-repeat;
    position:relative;
    left:500px
}

.btnSearch:hover
{
    background-image: url(Images/Controls/searchBtRoll.jpg);
    background-repeat: no-repeat;
}

.btnSearch:active
{
    background-image: url(Images/Controls/searchBtPress.jpg);
    background-repeat: no-repeat;
}

/*--------------REMOVE--------------*/

.btnRemove
{
    display:inline-block;
    height: 32px;
    width: 64px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/removeBt.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.btnRemove:hover
{
    background-image: url(Images/Controls/removeBtHover.png);
    background-repeat: no-repeat;
}

.btnRemove:active
{
    background-image: url(Images/Controls/removeBtPress.png);
    background-repeat: no-repeat;
}

/* ------------ OK -------------------*/

.btnOK
{
    display:inline-block;
    height: 32px;
    width: 45px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/okRedBt.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.btnOK:hover
{
    background-image: url(Images/Controls/okRedBtHover.png);
    background-repeat: no-repeat;
}

.btnOK:active
{
    background-image: url(Images/Controls/okRedBtPress.png);
    background-repeat: no-repeat;
}

/* ------------ Save -------------------*/

.btnSaveRed
{
    display:inline-block;
    height: 32px;
    width: 55px;
    margin:0px;
    padding:0px;
    background-image: url(Images/Controls/saveRedBt1.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.btnSaveRed:hover
{
    background-image: url(Images/Controls/SaveRedBtHover.png);
    background-repeat: no-repeat;
}

.btnSaveRed:active
{
    background-image: url(Images/Controls/SaveRedBtPress.png);
    background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------------------------------*/
/*-----------------------------Hunter Public Elements(English)----------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/

/*---------------------Video-------------------*/
.btnVideo
{
	display: inline-block;
	height: 31px;
	width: 145px;
	background-image: url(Images/Controls/video.png);
	background-repeat: no-repeat;
}


/*---------------------HandlingApplicantCards-------------------*/
.btnHandlingApplicantCards
{
	display: inline-block;
	height: 46px;
	width: 145px;
	background-image: url(Images/Controls/handlingApplicantCards.png);
	background-repeat: no-repeat;
}

.btnHandlingApplicantCards:hover
{
	cursor: pointer;
}

.btnHandlingApplicantCards:active
{
}

/*---------------------HandlingEmployers-------------------*/
.btnHandlingEmployers
{
	display: inline-block;
	height: 46px;
	width: 145px;
	background-image: url(Images/Controls/handlingEmployers.png);
	background-repeat: no-repeat;
}

.btnHandlingEmployers:hover
{
	cursor: pointer;
}

.btnHandlingEmployers:active
{
}

/*---------------------HandlingCompany-------------------*/
.btnHandlingCompany
{
	display: inline-block;
	height: 46px;
	width: 145px;
	background-image: url(Images/Controls/handlingCompany.png);
	background-repeat: no-repeat;
}

.btnHandlingCompany:hover
{
	cursor: pointer;
}

.btnHandlingCompany:active
{
}

/*---------------------AutomaticApplicants-------------------*/
.btnAutomaticApplicants
{
	display: inline-block;
	height: 46px;
	width: 145px;
	background-image: url(Images/Controls/btnAutomaticApplicants.png);
	background-repeat: no-repeat;
}

.btnAutomaticApplicants:hover
{
	cursor: pointer;
}

.btnAutomaticApplicants:active
{
}

/*---------------------EditionCopmpare-------------------*/
.btnEditionCopmpare
{
	display: inline-block;
	height: 40px;
	width: 147px;
	background-image: url(Images/Controls/editionCopmpare.png);
	background-repeat: no-repeat;
}

.btnEditionCopmpare:hover
{
	cursor: pointer;
	background-image: url(Images/Controls/editionCopmpareHover.png);
}

.btnEditionCopmpare:active
{
	background-image: url(Images/Controls/editionCopmpareClick.png);
}

/*---------------------SupportWebsite-------------------*/
.btnSupportWebsite
{
	display: inline-block;
	height: 40px;
	width: 147px;
	background-image: url(Images/Controls/supportWebsite.png);
	background-repeat: no-repeat;
}

.btnSupportWebsite:hover
{
	cursor: pointer;
	background-image: url(Images/Controls/supportWebsiteHover.png);
}

.btnSupportWebsite:active
{
	background-image: url(Images/Controls/supportWebsiteClick.png);
}

/*---------------------NiloosoftWebsite-------------------*/
.btnNiloosoftWebsite
{
	display: inline-block;
	height: 40px;
	width: 147px;
	background-image: url(Images/Controls/niloosoftWebsite.png);
	background-repeat: no-repeat;
}

.btnNiloosoftWebsite:hover
{
	cursor: pointer;
	background-image: url(Images/Controls/niloosoftWebsiteHover.png);
}

.btnNiloosoftWebsite:active
{
	background-image: url(Images/Controls/niloosoftWebsiteClick.png);
}

/*---------------------CEOInterview-------------------*/
.btnCEOInterview
{
	display: inline-block;
	height: 40px;
	width: 147px;
	background-image: url(Images/Controls/btnCEOInterview.png);
	background-repeat: no-repeat;
}

.btnCEOInterview:hover
{
	cursor: pointer;
	background-image: url(Images/Controls/btnCEOInterviewHover.png);
}

.btnCEOInterview:active
{
	background-image: url(Images/Controls/btnCEOInterviewClick.png);
}


/*---------------------HomePage-------------------*/
.btnHomePage
{
	display: inline-block;
	height: 40px;
	width: 147px;
	background-image: url(Images/Controls/home.png);
	background-repeat: no-repeat;
}

.btnHomePage:hover
{
	cursor: pointer;
	background-image: url(Images/Controls/homeHover.png);
}

.btnHomePage:active
{
	background-image: url(Images/Controls/homeClick.png);
}


/*---------------------RegistrationForm-------------------*/
.btnRegistrationForm
{
	display: inline-block;
	height: 40px;
	width: 147px;
	background-image: url(Images/Controls/registration.png);
	background-repeat: no-repeat;
}

.btnRegistrationForm:hover
{
	cursor: pointer;
	background-image: url(Images/Controls/registrationHover.png);
}

.btnRegistrationForm:active
{
	background-image: url(Images/Controls/registrationClick.png);
}