# Classic template variables

sortImgAsc = "../../../common/html/classic/images/asc.gif" 
sortImgDesc = "../../../common/html/classic/images/desc.gif"

checkedImg = "<img src="../../../common/html/classic/images/checked.gif" width=16 height=16 border=0>"
notBillable = "notBillable"
default = "default"

invalidFieldHighlight = "<font class=invalidField>"

pr_lowImg = <img border=0 src="../../../common/html/classic/images/prlow_circle.gif" width=9 height=9 align="absmiddle">
pr_highImg = <img border=0 src="../../../common/html/classic/images/prhigh_circle.gif" width=9 height=9 align="absmiddle">
prImg = <img border=0 src="../../../common/html/classic/images/priority.gif" width=5 height=13 align="absmiddle">

next_img = <img src="../../../common/html/classic/images/next.gif" width=15 height=11 border=0 align="absmiddle">
prev_img = <img src="../../../common/html/classic/images/prev.gif" width=15 height=11 border=0 align="absmiddle">
sep5_img = <img src="../../../common/html/classic/images/5pixsep.gif" width=5 height=5 border=0 align="absmiddle">

expand_img = <img src="../../../common/html/classic/images/expand.gif" width=13 height=13 border=0>
collapse_img = <img src="../../../common/html/classic/images/collapse.gif" width=13 height=13 border=0>

formControlWidth = 350
pageLeftMargin = 20
pageRightMargin = 5

oddRowsColor = #FDF8ED
evenRowsColor = #FDFCF9
tableSubHeaderColor = #F5EBD6
darkBGColor = #E4DAC5
darkLinkText = #A7A092

oddRowsSeparatorColor = #FFFFFF
evenRowsSeparatorColor = #F4EDDF

tablePrintHeaderColor = #F0F0F0
printOddRowsColor = #F6F6F6
lightGray = #D4D4D4

toolbarSmallSpace = 5;
toolbarBigSpace = 10;

emptyLine = <table cellpadding=0 cellspacing=0 border=0><tr><td>&nbsp;</td></tr></table>
emptyTableStart = <table cellpadding=0 cellspacing=0 border=0><tr><td>
emptyTableEnd = </td></tr></table>