/***** fyc.on.ca/lasers/GrandBendOpen/ - Developed by ScriptReaction - www.scriptreaction.com *****/

/* LASER OPEN RESULTS */

/* specific boxes */
#dspResults { position:relative; left:1px; top:0px; margin-bottom:1px; }
#dspResults h3 { position:absolute; left:185px; top:0px; width:300px; line-height:32px; text-align:left; }
#dspResults h3 span { font-weight:normal; }

/* box content specific */
#dspResults select { position:absolute; left:112px; top:6px; color:#ffff00; font-weight:bold; border:1px solid #ccc; background:#000; }

#dspResults ul { position:absolute; left:10px; top:33px; width:750px; height:23px; z-index:2; }

#resHolder { width:750px; margin:17px 0px 0px 10px; background:url(../gfx/results/table_bg.gif) no-repeat; padding-top:1px; }

.resTable { width:744px; margin:3px 0px 14px 3px; border-bottom:1px solid #acacac; }
.resTable th { height:18px; line-height:20px; color:#fff; padding-left:4px; background:#000066; border-left:1px solid #fff; border-bottom:2px solid #999; }
.resTable td { height:16px; line-height:16px; border-left:1px solid #acacac; padding-left:2px; color:#000066; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

.resTable th.dropCol { background:#000066 url(../gfx/results/drop_arrow.gif) 4px center no-repeat; padding-left:15px; }
.resTable th.firstCol { border-left:1px solid #acacac; }
.resTable th:hover { background-color:#000099; }
.resTable tr { background:#fff; }
.resTable tr:hover, .resTable tr.altrow:hover { background-color:#fcfd9d; }
.resTable tr.altrow { background-color:#dbdbfd; }

.resTable td.drop { background-image:url(../gfx/results/drop_line.gif); background-position:left center; background-repeat:no-repeat; }


.resultsGen { color:#ccc; text-align:right; font-size:10px; padding:0 15px 15px 0; }
.resultsGen a { font-size:11px; font-weight:bold; }