

/* over ride all other styles set so far across the sheets, make uniform looking uttons for all admin buttons... */
input.submitButton,
input.resetButton,
a.cheesyButton:link,
a.cheesyButton:visited,
.admintable input.cheesyButton,
input.cheesyButton
{
background:#D4D0C8;
color:#333 !important;
border-top:1px solid #fff !important;
border-right:1px solid #808080 !important;
border-bottom:1px solid #808080 !important;
border-left:1px solid #fff !important;
padding:5px !important;
margin:0;
text-decoration:none !important;
width:auto;
height:auto !important;
display:inline;
font-weight:normal;
cursor:pointer;
text-align:left;
font-family:verdana;
font-size:10px;
}

a.cheesyButton:link,
a.cheesyButton:visited
{
padding:5px 5px !important;
}



a.cheesyButton:hover,
input.cheesyButton:hover
{
background-color:#f4f0e8 !important;
color:#000 !important;
}
a.cheesyButton.long:link,
a.cheesyButton.long:visited,
input.cheesyButton.long
{
width:140px;
}

a.cheesyButton.longer:link,
a.cheesyButton.longer:visited,
input.cheesyButton.longer
{
width:250px;
}



a.cheesyButton.print:link,
a.cheesyButton.print:visited,
.admintable input.cheesyButton.print,
input.cheesyButton.print
{
background:#D4D0C8 url('../images/icons/printer.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}

a.cheesyButton.edit:link,
a.cheesyButton.edit:visited,
.admintable input.cheesyButton.edit,
input.cheesyButton.edit
{
background:#D4D0C8 url('../images/icons/table_edit.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.delete:link,
a.cheesyButton.delete:visited,
.admintable input.cheesyButton.delete,
input.cheesyButton.delete
{
background:#D4D0C8 url('../images/icons/delete.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.save:link,
a.cheesyButton.save:visited,
.admintable input.cheesyButton.save,
input.cheesyButton.save
{
background:#D4D0C8 url('../images/icons/table_save.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.tick:link,
a.cheesyButton.tick:visited,
.admintable input.cheesyButton.tick,
input.cheesyButton.tick
{
background:#D4D0C8 url('../images/icons/tick.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}

a.cheesyButton.cancel:link,
a.cheesyButton.cancel:visited,
.admintable input.cheesyButton.cancel,
input.cheesyButton.cancel
{
background:#D4D0C8 url('../images/icons/cancel.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}

a.cheesyButton.viewOrder:link,
a.cheesyButton.viewOrder:visited,
.admintable input.cheesyButton.viewOrder,
input.cheesyButton.viewOrder
{
background:#D4D0C8 url('../images/icons/application_view_list.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.search:link,
a.cheesyButton.search:visited,
.admintable input.cheesyButton.search,
input.cheesyButton.search
{
background:#D4D0C8 url('../images/icons/magnifier.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.back:link,
a.cheesyButton.back:visited,
.admintable input.cheesyButton.back,
input.cheesyButton.back
{
background:#D4D0C8 url('../images/icons/resultset_previous.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}

a.cheesyButton.forward:link,
a.cheesyButton.forward:visited,
.admintable input.cheesyButton.forward,
input.cheesyButton.forward
{
background:#D4D0C8 url('../images/icons/resultset_next.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.add:link,
a.cheesyButton.add:visited,
.admintable input.cheesyButton.add,
input.cheesyButton.add
{
background:#D4D0C8 url('../images/icons/add.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.calendar:link,
a.cheesyButton.calendar:visited,
.admintable input.cheesyButton.calendar,
input.cheesyButton.calendar
{
background:#D4D0C8 url('../images/icons/calendar.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.upload:link,
a.cheesyButton.upload:visited,
.admintable input.cheesyButton.upload,
input.cheesyButton.upload
{
background:#D4D0C8 url('../images/icons/arrow_up.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}


a.cheesyButton.login:link,
a.cheesyButton.login:visited,
.admintable input.cheesyButton.login,
input.cheesyButton.login
{
background:#D4D0C8 url('../images/icons/lock_go.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}

a.cheesyButton.logout:link,
a.cheesyButton.logout:visited,
.admintable input.cheesyButton.logout,
input.cheesyButton.logout
{
background:#D4D0C8 url('../images/icons/lock_delete.png') no-repeat 5px center;
padding:5px 5px 5px 25px !important;
}



