| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <div id="snippet-table-styling">
- <h3>Balance Sheet & Cash Flow Statement Information</h3>
- <figure class="table">
- <table style="border-bottom:1px solid;border-left:1px solid;border-right:1px solid;border-top:1px solid;">
- <thead>
- <tr>
- <th style="background-color:hsl(0,0%,90%);width:317px;" colspan="1" rowspan="2"><p> </p><p> </p></th>
- <th style="background-color:hsl(180,97%,31%);text-align:center;width:224px;" colspan="3">Full Year (unaudited)</th>
- <th style="background-color:hsl(180,97%,31%);text-align:center;width:360px;" colspan="4">2013 (unaudited)</th>
- </tr>
- <tr>
- <th style="background-color:hsl(180,52%,58%);width:75px;">2011</th>
- <th style="background-color:hsl(180,52%,58%);width:75px;">2012</th>
- <th style="background-color:hsl(180,52%,58%);width:75px;">2013</th>
- <th style="background-color:hsl(180,52%,58%);width:75px;">Q1</th>
- <th style="background-color:hsl(180,52%,58%);width:75px;">Q2</th>
- <th style="background-color:hsl(180,52%,58%);width:75px;">Q3</th>
- <th style="background-color:hsl(180,52%,58%);width:75px;">Q4</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Cash, Cash Equivalents </strong></th>
- <td style="width:75px;">$44,626</td>
- <td style="width:75px;">$48,088</td>
- <td style="width:75px;">$58,717</td>
- <td style="width:75px;">$50,098</td>
- <td style="background-color:hsl(90,75%,60%);border-bottom:2px solid hsl(120,100%,25%);border-left:2px solid hsl(120,100%,25%);border-right:2px solid hsl(120,100%,25%);border-top:2px solid hsl(120,100%,25%);width:75px;">$54,432</td>
- <td style="width:75px;">$56,523</td>
- <td style="width:75px;">$58,717</td>
- </tr>
- <tr>
- <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Accounts Receivable</strong></th>
- <td style="width:75px;">$5,427</td>
- <td style="width:75px;">$6,769</td>
- <td style="background-color:hsl(0,100%,89%);border-bottom:2px solid hsl(0,75%,60%);border-left:2px solid hsl(0,75%,60%);border-right:2px solid hsl(0,75%,60%);border-top:2px solid hsl(0,75%,60%);width:75px;">$8,098</td>
- <td style="width:75px;">$6,526</td>
- <td style="width:75px;">$6,792</td>
- <td style="width:75px;">$7,083</td>
- <td style="width:75px;">$8,098</td>
- </tr>
- <tr>
- <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Property and Equipment, Net</strong></th>
- <td style="width:75px;">$9,603</td>
- <td style="width:75px;">$11,854</td>
- <td style="width:75px;">$16,524</td>
- <td style="width:75px;">$12,300</td>
- <td style="width:75px;">$12,912</td>
- <td style="width:75px;">$14,867</td>
- <td style="width:75px;">$16,524</td>
- </tr>
- <tr>
- <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Total Assets</strong></th>
- <td style="background-color:hsl(0,100%,89%);border-bottom:2px solid hsl(0,75%,60%);border-left:2px solid hsl(0,75%,60%);border-right:2px solid hsl(0,75%,60%);border-top:2px solid hsl(0,75%,60%);width:75px;">$72,574</td>
- <td style="width:75px;">$93,798</td>
- <td style="width:75px;">$110,920</td>
- <td style="width:75px;">$96,692</td>
- <td style="width:75px;">$101,182</td>
- <td style="background-color:hsl(90,75%,60%);border-bottom:2px solid hsl(120,100%,25%);border-left:2px solid hsl(120,100%,25%);border-right:2px solid hsl(120,100%,25%);border-top:2px solid hsl(120,100%,25%);width:75px;">$105,068</td>
- <td style="width:75px;">$110,920</td>
- </tr>
- <tr>
- <th style="background-color:hsl(27,100%,85%);text-align:center;width:317px;"><strong>Cash Flow from Operations</strong></th>
- <td style="width:75px;">$14,565</td>
- <td style="width:75px;">$16,619</td>
- <td style="width:75px;">$18,659</td>
- <td style="width:75px;">$3,633</td>
- <td style="width:75px;">$4,705</td>
- <td style="width:75px;">$5,083</td>
- <td style="width:75px;">$5,238</td>
- </tr>
- </tbody>
- </table>
- </figure>
- </div>
|