/* This is a required spreadsheet for GSNM Comment Application
      It mainly governs the behaviour of buttons  */


/*-----------------  BUTTONS START HERE :  Why can't we move them to main HTM page??--------------------------------------*/



a#btnsignupin {
    display: block;
    width: 150px;
    height: 38px;
    background-image: url(../buttons/closed.jpg);
    background-position: 0 0px;
    margin: 0 auto;
}
a#btnsignupin:hover {
    /* background-position: 0 -38px; */
}
#altbtnsignup.alt { display: none; }

a#btnsignout {
    display: none;   /* The sign out button is hidden at the start */
    width: 150px;
    height: 38px;
    background-image: url(../buttons/signout12.jpg);
    background-position: 0 0px;
    margin: 0 auto;
}
a#btnsignout:hover {
    background-position: 0 -38px;
}
#altbtnsignout.alt { display: none; }

a#btnHome {
    display: block;
    width: 150px;
    height: 38px;
    background-image: url(../buttons/home12.jpg);
    background-position: 0 0px;
    margin: 0 auto;
}
a#btnHome:hover {
    background-position: 0 -38px;
}
#altbtnHome.alt { display: none; }


a#btnContact {
    display: block;
    width: 150px;
    height: 38px;
    background-image: url(../buttons/contact12.jpg);
    background-position: 0 0px;
    margin: 0 auto;
}
a#btnContact:hover {
    background-position: 0 -38px;
}
#altbtnContact.alt { display: none; }


a#btnContact:hover {
	    background-color: #ffffff;
}

a#btnhelp {
    display: block;
    width: 150px;
    height: 38px;
    background-image: url(../buttons/help12.jpg);
    background-position: 0 0px;
    margin: 0 auto;
}
a#btnhelp:hover {
    background-position: 0 -38px;
}
#altbtnhelp.alt { display: none; }

.boldON 
{
	background-color:#f3f2e9;
}
/*-----------------  BUTTONS END HERE --------------------------------------*/

#CSSOFF{    /* CSS Message div  */
	display: none;
}
	
