﻿/* Toolbar */
a.ViewItem { padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.ViewItem:hover { background: #ffcc00; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.EditItem { background: url(images/edit.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.EditItem:hover { background: #ffcc00 url(images/edit.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.NewItem { background: url(images/new.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.NewItem:hover { background: #ffcc00 url(images/new.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.DeleteItem { background: url(images/delete.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.DeleteItem:hover { background: #ffcc00 url(images/delete.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.SaveItem { background: url(images/save.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.SaveItem:hover { background: #ffcc00 url(images/save.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.SaveAndCloseItem { background: url(images/saveandclose.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.SaveAndCloseItem:hover { background: #ffcc00 url(images/saveandclose.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.CancelItem { background: url(images/cancel.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.CancelItem:hover { background: #ffcc00 url(images/cancel.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.PrintItem { background: url(images/print.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.PrintItem:hover { background: #ffcc00 url(images/print.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.BackToList { background: url(images/list.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.BackToList:hover { background: #ffcc00 url(images/list.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }

a.CommonItem { background: url(images/bullet.gif) left no-repeat; margin: 0px 0px 0px 2px; padding: 4px 4px 4px 24px; color: #000000; text-decoration: none; }
a.CommonItem:hover { background: #ffcc00 url(images/bullet.gif) left no-repeat; padding: 3px 3px 3px 23px; color: #000000; border: solid 1px #666666; }
