@charset "utf-8";
/* CSS Document */

/** Turbo Architecture Database Tables **/
table.grid { border-collapse: collapse; border: 1px solid #CCB; width: 1200px; }
table.grid td, table.grid th { padding: 5px; border: 1px solid #2BAAB1; vertical-align: top; }
table.grid th { background: #2BAAB1; }
table.insidegrid { border-collapse: collapse; border: 2px; }
table.insidegrid td, table.insidegrid th { padding: 2px; border: none; text-align: left; vertical-align: top; background-color: #FFFFFF; }
tr:nth-child(even) { background-color: #E5E5E5; }
table.insidegrid th { background-color: #FFFFFF; text-align: left; }
td.insidegridbold { width:50; font-weight: bold; }
hr.insidegrid { border: none; height: 1px; color: #2BAAB1; background-color: #E5E5E5; }
/** Links embeded in list text (paragraphs) **/
a.linktext { color: #000000; text-decoration: none; font-weight: normal; }
a.linktext:hover { color: #2BAAB1; text-decoration: underline; font-weight: normal; }
